Commit
·
5c24caa
1
Parent(s):
276a433
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
@@ -28,9 +28,9 @@ dataset_info:
|
|
28 |
dtype:
|
29 |
class_label:
|
30 |
names:
|
31 |
-
0: entailment
|
32 |
-
1: neutral
|
33 |
-
2: contradiction
|
34 |
splits:
|
35 |
- name: train
|
36 |
num_bytes: 107399934
|
@@ -53,9 +53,9 @@ dataset_info:
|
|
53 |
dtype:
|
54 |
class_label:
|
55 |
names:
|
56 |
-
0: entailment
|
57 |
-
1: neutral
|
58 |
-
2: contradiction
|
59 |
splits:
|
60 |
- name: train
|
61 |
num_bytes: 125973545
|
@@ -78,9 +78,9 @@ dataset_info:
|
|
78 |
dtype:
|
79 |
class_label:
|
80 |
names:
|
81 |
-
0: entailment
|
82 |
-
1: neutral
|
83 |
-
2: contradiction
|
84 |
splits:
|
85 |
- name: train
|
86 |
num_bytes: 84684460
|
@@ -103,9 +103,9 @@ dataset_info:
|
|
103 |
dtype:
|
104 |
class_label:
|
105 |
names:
|
106 |
-
0: entailment
|
107 |
-
1: neutral
|
108 |
-
2: contradiction
|
109 |
splits:
|
110 |
- name: train
|
111 |
num_bytes: 139753678
|
@@ -128,9 +128,9 @@ dataset_info:
|
|
128 |
dtype:
|
129 |
class_label:
|
130 |
names:
|
131 |
-
0: entailment
|
132 |
-
1: neutral
|
133 |
-
2: contradiction
|
134 |
splits:
|
135 |
- name: train
|
136 |
num_bytes: 74444346
|
@@ -153,9 +153,9 @@ dataset_info:
|
|
153 |
dtype:
|
154 |
class_label:
|
155 |
names:
|
156 |
-
0: entailment
|
157 |
-
1: neutral
|
158 |
-
2: contradiction
|
159 |
splits:
|
160 |
- name: train
|
161 |
num_bytes: 81383604
|
@@ -178,9 +178,9 @@ dataset_info:
|
|
178 |
dtype:
|
179 |
class_label:
|
180 |
names:
|
181 |
-
0: entailment
|
182 |
-
1: neutral
|
183 |
-
2: contradiction
|
184 |
splits:
|
185 |
- name: train
|
186 |
num_bytes: 85809099
|
@@ -203,9 +203,9 @@ dataset_info:
|
|
203 |
dtype:
|
204 |
class_label:
|
205 |
names:
|
206 |
-
0: entailment
|
207 |
-
1: neutral
|
208 |
-
2: contradiction
|
209 |
splits:
|
210 |
- name: train
|
211 |
num_bytes: 170594284
|
@@ -228,9 +228,9 @@ dataset_info:
|
|
228 |
dtype:
|
229 |
class_label:
|
230 |
names:
|
231 |
-
0: entailment
|
232 |
-
1: neutral
|
233 |
-
2: contradiction
|
234 |
splits:
|
235 |
- name: train
|
236 |
num_bytes: 129859935
|
@@ -253,9 +253,9 @@ dataset_info:
|
|
253 |
dtype:
|
254 |
class_label:
|
255 |
names:
|
256 |
-
0: entailment
|
257 |
-
1: neutral
|
258 |
-
2: contradiction
|
259 |
splits:
|
260 |
- name: train
|
261 |
num_bytes: 69286045
|
@@ -278,9 +278,9 @@ dataset_info:
|
|
278 |
dtype:
|
279 |
class_label:
|
280 |
names:
|
281 |
-
0: entailment
|
282 |
-
1: neutral
|
283 |
-
2: contradiction
|
284 |
splits:
|
285 |
- name: train
|
286 |
num_bytes: 176063212
|
@@ -303,9 +303,9 @@ dataset_info:
|
|
303 |
dtype:
|
304 |
class_label:
|
305 |
names:
|
306 |
-
0: entailment
|
307 |
-
1: neutral
|
308 |
-
2: contradiction
|
309 |
splits:
|
310 |
- name: train
|
311 |
num_bytes: 71637460
|
@@ -328,9 +328,9 @@ dataset_info:
|
|
328 |
dtype:
|
329 |
class_label:
|
330 |
names:
|
331 |
-
0: entailment
|
332 |
-
1: neutral
|
333 |
-
2: contradiction
|
334 |
splits:
|
335 |
- name: train
|
336 |
num_bytes: 96441806
|
@@ -353,9 +353,9 @@ dataset_info:
|
|
353 |
dtype:
|
354 |
class_label:
|
355 |
names:
|
356 |
-
0: entailment
|
357 |
-
1: neutral
|
358 |
-
2: contradiction
|
359 |
splits:
|
360 |
- name: train
|
361 |
num_bytes: 101417750
|
@@ -378,9 +378,9 @@ dataset_info:
|
|
378 |
dtype:
|
379 |
class_label:
|
380 |
names:
|
381 |
-
0: entailment
|
382 |
-
1: neutral
|
383 |
-
2: contradiction
|
384 |
splits:
|
385 |
- name: train
|
386 |
num_bytes: 72225161
|
@@ -438,9 +438,9 @@ dataset_info:
|
|
438 |
dtype:
|
439 |
class_label:
|
440 |
names:
|
441 |
-
0: entailment
|
442 |
-
1: neutral
|
443 |
-
2: contradiction
|
444 |
splits:
|
445 |
- name: train
|
446 |
num_bytes: 1581474731
|
|
|
28 |
dtype:
|
29 |
class_label:
|
30 |
names:
|
31 |
+
'0': entailment
|
32 |
+
'1': neutral
|
33 |
+
'2': contradiction
|
34 |
splits:
|
35 |
- name: train
|
36 |
num_bytes: 107399934
|
|
|
53 |
dtype:
|
54 |
class_label:
|
55 |
names:
|
56 |
+
'0': entailment
|
57 |
+
'1': neutral
|
58 |
+
'2': contradiction
|
59 |
splits:
|
60 |
- name: train
|
61 |
num_bytes: 125973545
|
|
|
78 |
dtype:
|
79 |
class_label:
|
80 |
names:
|
81 |
+
'0': entailment
|
82 |
+
'1': neutral
|
83 |
+
'2': contradiction
|
84 |
splits:
|
85 |
- name: train
|
86 |
num_bytes: 84684460
|
|
|
103 |
dtype:
|
104 |
class_label:
|
105 |
names:
|
106 |
+
'0': entailment
|
107 |
+
'1': neutral
|
108 |
+
'2': contradiction
|
109 |
splits:
|
110 |
- name: train
|
111 |
num_bytes: 139753678
|
|
|
128 |
dtype:
|
129 |
class_label:
|
130 |
names:
|
131 |
+
'0': entailment
|
132 |
+
'1': neutral
|
133 |
+
'2': contradiction
|
134 |
splits:
|
135 |
- name: train
|
136 |
num_bytes: 74444346
|
|
|
153 |
dtype:
|
154 |
class_label:
|
155 |
names:
|
156 |
+
'0': entailment
|
157 |
+
'1': neutral
|
158 |
+
'2': contradiction
|
159 |
splits:
|
160 |
- name: train
|
161 |
num_bytes: 81383604
|
|
|
178 |
dtype:
|
179 |
class_label:
|
180 |
names:
|
181 |
+
'0': entailment
|
182 |
+
'1': neutral
|
183 |
+
'2': contradiction
|
184 |
splits:
|
185 |
- name: train
|
186 |
num_bytes: 85809099
|
|
|
203 |
dtype:
|
204 |
class_label:
|
205 |
names:
|
206 |
+
'0': entailment
|
207 |
+
'1': neutral
|
208 |
+
'2': contradiction
|
209 |
splits:
|
210 |
- name: train
|
211 |
num_bytes: 170594284
|
|
|
228 |
dtype:
|
229 |
class_label:
|
230 |
names:
|
231 |
+
'0': entailment
|
232 |
+
'1': neutral
|
233 |
+
'2': contradiction
|
234 |
splits:
|
235 |
- name: train
|
236 |
num_bytes: 129859935
|
|
|
253 |
dtype:
|
254 |
class_label:
|
255 |
names:
|
256 |
+
'0': entailment
|
257 |
+
'1': neutral
|
258 |
+
'2': contradiction
|
259 |
splits:
|
260 |
- name: train
|
261 |
num_bytes: 69286045
|
|
|
278 |
dtype:
|
279 |
class_label:
|
280 |
names:
|
281 |
+
'0': entailment
|
282 |
+
'1': neutral
|
283 |
+
'2': contradiction
|
284 |
splits:
|
285 |
- name: train
|
286 |
num_bytes: 176063212
|
|
|
303 |
dtype:
|
304 |
class_label:
|
305 |
names:
|
306 |
+
'0': entailment
|
307 |
+
'1': neutral
|
308 |
+
'2': contradiction
|
309 |
splits:
|
310 |
- name: train
|
311 |
num_bytes: 71637460
|
|
|
328 |
dtype:
|
329 |
class_label:
|
330 |
names:
|
331 |
+
'0': entailment
|
332 |
+
'1': neutral
|
333 |
+
'2': contradiction
|
334 |
splits:
|
335 |
- name: train
|
336 |
num_bytes: 96441806
|
|
|
353 |
dtype:
|
354 |
class_label:
|
355 |
names:
|
356 |
+
'0': entailment
|
357 |
+
'1': neutral
|
358 |
+
'2': contradiction
|
359 |
splits:
|
360 |
- name: train
|
361 |
num_bytes: 101417750
|
|
|
378 |
dtype:
|
379 |
class_label:
|
380 |
names:
|
381 |
+
'0': entailment
|
382 |
+
'1': neutral
|
383 |
+
'2': contradiction
|
384 |
splits:
|
385 |
- name: train
|
386 |
num_bytes: 72225161
|
|
|
438 |
dtype:
|
439 |
class_label:
|
440 |
names:
|
441 |
+
'0': entailment
|
442 |
+
'1': neutral
|
443 |
+
'2': contradiction
|
444 |
splits:
|
445 |
- name: train
|
446 |
num_bytes: 1581474731
|