Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -29,6 +29,67 @@ configs:
|
|
29 |
- tamil
|
30 |
tags:
|
31 |
- hope-speech-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
---
|
33 |
|
34 |
# Dataset Card for [Dataset Name]
|
|
|
29 |
- tamil
|
30 |
tags:
|
31 |
- hope-speech-classification
|
32 |
+
dataset_info:
|
33 |
+
- config_name: english
|
34 |
+
features:
|
35 |
+
- name: text
|
36 |
+
dtype: string
|
37 |
+
- name: label
|
38 |
+
dtype:
|
39 |
+
class_label:
|
40 |
+
names:
|
41 |
+
0: Hope_speech
|
42 |
+
1: Non_hope_speech
|
43 |
+
2: not-English
|
44 |
+
splits:
|
45 |
+
- name: train
|
46 |
+
num_bytes: 2306656
|
47 |
+
num_examples: 22762
|
48 |
+
- name: validation
|
49 |
+
num_bytes: 288663
|
50 |
+
num_examples: 2843
|
51 |
+
download_size: 2739901
|
52 |
+
dataset_size: 2595319
|
53 |
+
- config_name: tamil
|
54 |
+
features:
|
55 |
+
- name: text
|
56 |
+
dtype: string
|
57 |
+
- name: label
|
58 |
+
dtype:
|
59 |
+
class_label:
|
60 |
+
names:
|
61 |
+
0: Hope_speech
|
62 |
+
1: Non_hope_speech
|
63 |
+
2: not-Tamil
|
64 |
+
splits:
|
65 |
+
- name: train
|
66 |
+
num_bytes: 1531013
|
67 |
+
num_examples: 16160
|
68 |
+
- name: validation
|
69 |
+
num_bytes: 197378
|
70 |
+
num_examples: 2018
|
71 |
+
download_size: 1795767
|
72 |
+
dataset_size: 1728391
|
73 |
+
- config_name: malayalam
|
74 |
+
features:
|
75 |
+
- name: text
|
76 |
+
dtype: string
|
77 |
+
- name: label
|
78 |
+
dtype:
|
79 |
+
class_label:
|
80 |
+
names:
|
81 |
+
0: Hope_speech
|
82 |
+
1: Non_hope_speech
|
83 |
+
2: not-malayalam
|
84 |
+
splits:
|
85 |
+
- name: train
|
86 |
+
num_bytes: 1492031
|
87 |
+
num_examples: 8564
|
88 |
+
- name: validation
|
89 |
+
num_bytes: 180713
|
90 |
+
num_examples: 1070
|
91 |
+
download_size: 1721534
|
92 |
+
dataset_size: 1672744
|
93 |
---
|
94 |
|
95 |
# Dataset Card for [Dataset Name]
|