Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
natural-language-inference
Size:
10K - 100K
ArXiv:
License:
Commit
•
8ab8ce9
1
Parent(s):
e6605f9
Replace YAML keys from int to str
Browse filesReplace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275
README.md
CHANGED
@@ -19,7 +19,6 @@ license:
|
|
19 |
multilinguality:
|
20 |
- multilingual
|
21 |
- translation
|
22 |
-
pretty_name: 'AmericasNLI: A NLI Corpus of 10 Indigenous Low-Resource Languages.'
|
23 |
size_categories:
|
24 |
- unknown
|
25 |
source_datasets:
|
@@ -28,6 +27,7 @@ task_categories:
|
|
28 |
- text-classification
|
29 |
task_ids:
|
30 |
- natural-language-inference
|
|
|
31 |
dataset_info:
|
32 |
- config_name: aym
|
33 |
features:
|
@@ -39,9 +39,9 @@ dataset_info:
|
|
39 |
dtype:
|
40 |
class_label:
|
41 |
names:
|
42 |
-
0: entailment
|
43 |
-
1: neutral
|
44 |
-
2: contradiction
|
45 |
splits:
|
46 |
- name: validation
|
47 |
num_bytes: 117538
|
@@ -61,9 +61,9 @@ dataset_info:
|
|
61 |
dtype:
|
62 |
class_label:
|
63 |
names:
|
64 |
-
0: entailment
|
65 |
-
1: neutral
|
66 |
-
2: contradiction
|
67 |
splits:
|
68 |
- name: validation
|
69 |
num_bytes: 143362
|
@@ -83,9 +83,9 @@ dataset_info:
|
|
83 |
dtype:
|
84 |
class_label:
|
85 |
names:
|
86 |
-
0: entailment
|
87 |
-
1: neutral
|
88 |
-
2: contradiction
|
89 |
splits:
|
90 |
- name: validation
|
91 |
num_bytes: 113264
|
@@ -105,9 +105,9 @@ dataset_info:
|
|
105 |
dtype:
|
106 |
class_label:
|
107 |
names:
|
108 |
-
0: entailment
|
109 |
-
1: neutral
|
110 |
-
2: contradiction
|
111 |
splits:
|
112 |
- name: validation
|
113 |
num_bytes: 115143
|
@@ -127,9 +127,9 @@ dataset_info:
|
|
127 |
dtype:
|
128 |
class_label:
|
129 |
names:
|
130 |
-
0: entailment
|
131 |
-
1: neutral
|
132 |
-
2: contradiction
|
133 |
splits:
|
134 |
- name: validation
|
135 |
num_bytes: 127974
|
@@ -149,9 +149,9 @@ dataset_info:
|
|
149 |
dtype:
|
150 |
class_label:
|
151 |
names:
|
152 |
-
0: entailment
|
153 |
-
1: neutral
|
154 |
-
2: contradiction
|
155 |
splits:
|
156 |
- name: validation
|
157 |
num_bytes: 50749
|
@@ -171,9 +171,9 @@ dataset_info:
|
|
171 |
dtype:
|
172 |
class_label:
|
173 |
names:
|
174 |
-
0: entailment
|
175 |
-
1: neutral
|
176 |
-
2: contradiction
|
177 |
splits:
|
178 |
- name: validation
|
179 |
num_bytes: 27018
|
@@ -193,9 +193,9 @@ dataset_info:
|
|
193 |
dtype:
|
194 |
class_label:
|
195 |
names:
|
196 |
-
0: entailment
|
197 |
-
1: neutral
|
198 |
-
2: contradiction
|
199 |
splits:
|
200 |
- name: validation
|
201 |
num_bytes: 125644
|
@@ -215,9 +215,9 @@ dataset_info:
|
|
215 |
dtype:
|
216 |
class_label:
|
217 |
names:
|
218 |
-
0: entailment
|
219 |
-
1: neutral
|
220 |
-
2: contradiction
|
221 |
splits:
|
222 |
- name: validation
|
223 |
num_bytes: 124508
|
@@ -237,9 +237,9 @@ dataset_info:
|
|
237 |
dtype:
|
238 |
class_label:
|
239 |
names:
|
240 |
-
0: entailment
|
241 |
-
1: neutral
|
242 |
-
2: contradiction
|
243 |
splits:
|
244 |
- name: validation
|
245 |
num_bytes: 139504
|
@@ -261,9 +261,9 @@ dataset_info:
|
|
261 |
dtype:
|
262 |
class_label:
|
263 |
names:
|
264 |
-
0: entailment
|
265 |
-
1: neutral
|
266 |
-
2: contradiction
|
267 |
splits:
|
268 |
- name: validation
|
269 |
num_bytes: 1129092
|
|
|
19 |
multilinguality:
|
20 |
- multilingual
|
21 |
- translation
|
|
|
22 |
size_categories:
|
23 |
- unknown
|
24 |
source_datasets:
|
|
|
27 |
- text-classification
|
28 |
task_ids:
|
29 |
- natural-language-inference
|
30 |
+
pretty_name: 'AmericasNLI: A NLI Corpus of 10 Indigenous Low-Resource Languages.'
|
31 |
dataset_info:
|
32 |
- config_name: aym
|
33 |
features:
|
|
|
39 |
dtype:
|
40 |
class_label:
|
41 |
names:
|
42 |
+
'0': entailment
|
43 |
+
'1': neutral
|
44 |
+
'2': contradiction
|
45 |
splits:
|
46 |
- name: validation
|
47 |
num_bytes: 117538
|
|
|
61 |
dtype:
|
62 |
class_label:
|
63 |
names:
|
64 |
+
'0': entailment
|
65 |
+
'1': neutral
|
66 |
+
'2': contradiction
|
67 |
splits:
|
68 |
- name: validation
|
69 |
num_bytes: 143362
|
|
|
83 |
dtype:
|
84 |
class_label:
|
85 |
names:
|
86 |
+
'0': entailment
|
87 |
+
'1': neutral
|
88 |
+
'2': contradiction
|
89 |
splits:
|
90 |
- name: validation
|
91 |
num_bytes: 113264
|
|
|
105 |
dtype:
|
106 |
class_label:
|
107 |
names:
|
108 |
+
'0': entailment
|
109 |
+
'1': neutral
|
110 |
+
'2': contradiction
|
111 |
splits:
|
112 |
- name: validation
|
113 |
num_bytes: 115143
|
|
|
127 |
dtype:
|
128 |
class_label:
|
129 |
names:
|
130 |
+
'0': entailment
|
131 |
+
'1': neutral
|
132 |
+
'2': contradiction
|
133 |
splits:
|
134 |
- name: validation
|
135 |
num_bytes: 127974
|
|
|
149 |
dtype:
|
150 |
class_label:
|
151 |
names:
|
152 |
+
'0': entailment
|
153 |
+
'1': neutral
|
154 |
+
'2': contradiction
|
155 |
splits:
|
156 |
- name: validation
|
157 |
num_bytes: 50749
|
|
|
171 |
dtype:
|
172 |
class_label:
|
173 |
names:
|
174 |
+
'0': entailment
|
175 |
+
'1': neutral
|
176 |
+
'2': contradiction
|
177 |
splits:
|
178 |
- name: validation
|
179 |
num_bytes: 27018
|
|
|
193 |
dtype:
|
194 |
class_label:
|
195 |
names:
|
196 |
+
'0': entailment
|
197 |
+
'1': neutral
|
198 |
+
'2': contradiction
|
199 |
splits:
|
200 |
- name: validation
|
201 |
num_bytes: 125644
|
|
|
215 |
dtype:
|
216 |
class_label:
|
217 |
names:
|
218 |
+
'0': entailment
|
219 |
+
'1': neutral
|
220 |
+
'2': contradiction
|
221 |
splits:
|
222 |
- name: validation
|
223 |
num_bytes: 124508
|
|
|
237 |
dtype:
|
238 |
class_label:
|
239 |
names:
|
240 |
+
'0': entailment
|
241 |
+
'1': neutral
|
242 |
+
'2': contradiction
|
243 |
splits:
|
244 |
- name: validation
|
245 |
num_bytes: 139504
|
|
|
261 |
dtype:
|
262 |
class_label:
|
263 |
names:
|
264 |
+
'0': entailment
|
265 |
+
'1': neutral
|
266 |
+
'2': contradiction
|
267 |
splits:
|
268 |
- name: validation
|
269 |
num_bytes: 1129092
|