Datasets:
Tasks:
Text Classification
Sub-tasks:
natural-language-inference
Languages:
Hindi
Size:
10K<n<100K
License:
Commit
•
d2e6eea
1
Parent(s):
32df09c
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (a84dffc8e8cfa1a126bf5cf1c0c212cea5363d0e)
README.md
CHANGED
@@ -17,7 +17,6 @@ task_categories:
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- natural-language-inference
|
20 |
-
paperswithcode_id: null
|
21 |
pretty_name: Hindi Discourse Analysis Dataset
|
22 |
dataset_info:
|
23 |
- config_name: HDA hindi nli
|
@@ -30,17 +29,17 @@ dataset_info:
|
|
30 |
dtype:
|
31 |
class_label:
|
32 |
names:
|
33 |
-
0: not-entailment
|
34 |
-
1: entailment
|
35 |
- name: topic
|
36 |
dtype:
|
37 |
class_label:
|
38 |
names:
|
39 |
-
0: Argumentative
|
40 |
-
1: Descriptive
|
41 |
-
2: Dialogic
|
42 |
-
3: Informative
|
43 |
-
4: Narrative
|
44 |
splits:
|
45 |
- name: train
|
46 |
num_bytes: 8721972
|
@@ -63,17 +62,17 @@ dataset_info:
|
|
63 |
dtype:
|
64 |
class_label:
|
65 |
names:
|
66 |
-
0: not-entailment
|
67 |
-
1: entailment
|
68 |
- name: topic
|
69 |
dtype:
|
70 |
class_label:
|
71 |
names:
|
72 |
-
0: Argumentative
|
73 |
-
1: Descriptive
|
74 |
-
2: Dialogic
|
75 |
-
3: Informative
|
76 |
-
4: Narrative
|
77 |
splits:
|
78 |
- name: train
|
79 |
num_bytes: 8721972
|
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- natural-language-inference
|
|
|
20 |
pretty_name: Hindi Discourse Analysis Dataset
|
21 |
dataset_info:
|
22 |
- config_name: HDA hindi nli
|
|
|
29 |
dtype:
|
30 |
class_label:
|
31 |
names:
|
32 |
+
'0': not-entailment
|
33 |
+
'1': entailment
|
34 |
- name: topic
|
35 |
dtype:
|
36 |
class_label:
|
37 |
names:
|
38 |
+
'0': Argumentative
|
39 |
+
'1': Descriptive
|
40 |
+
'2': Dialogic
|
41 |
+
'3': Informative
|
42 |
+
'4': Narrative
|
43 |
splits:
|
44 |
- name: train
|
45 |
num_bytes: 8721972
|
|
|
62 |
dtype:
|
63 |
class_label:
|
64 |
names:
|
65 |
+
'0': not-entailment
|
66 |
+
'1': entailment
|
67 |
- name: topic
|
68 |
dtype:
|
69 |
class_label:
|
70 |
names:
|
71 |
+
'0': Argumentative
|
72 |
+
'1': Descriptive
|
73 |
+
'2': Dialogic
|
74 |
+
'3': Informative
|
75 |
+
'4': Narrative
|
76 |
splits:
|
77 |
- name: train
|
78 |
num_bytes: 8721972
|