Commit
•
174f253
1
Parent(s):
5ab8924
Add es data files
Browse files- README.md +13 -5
- dataset_infos.json +10 -27
- es/test-00000-of-00001.parquet +3 -0
- es/train-00000-of-00001.parquet +3 -0
- es/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -218,16 +218,16 @@ dataset_info:
|
|
218 |
'2': contradiction
|
219 |
splits:
|
220 |
- name: train
|
221 |
-
num_bytes:
|
222 |
num_examples: 392702
|
223 |
- name: test
|
224 |
-
num_bytes:
|
225 |
num_examples: 5010
|
226 |
- name: validation
|
227 |
-
num_bytes:
|
228 |
num_examples: 2490
|
229 |
-
download_size:
|
230 |
-
dataset_size:
|
231 |
- config_name: fr
|
232 |
features:
|
233 |
- name: premise
|
@@ -494,6 +494,14 @@ configs:
|
|
494 |
path: en/test-*
|
495 |
- split: validation
|
496 |
path: en/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
497 |
---
|
498 |
|
499 |
# Dataset Card for "xnli"
|
|
|
218 |
'2': contradiction
|
219 |
splits:
|
220 |
- name: train
|
221 |
+
num_bytes: 81383284
|
222 |
num_examples: 392702
|
223 |
- name: test
|
224 |
+
num_bytes: 969813
|
225 |
num_examples: 5010
|
226 |
- name: validation
|
227 |
+
num_bytes: 478422
|
228 |
num_examples: 2490
|
229 |
+
download_size: 53677157
|
230 |
+
dataset_size: 82831519
|
231 |
- config_name: fr
|
232 |
features:
|
233 |
- name: premise
|
|
|
494 |
path: en/test-*
|
495 |
- split: validation
|
496 |
path: en/validation-*
|
497 |
+
- config_name: es
|
498 |
+
data_files:
|
499 |
+
- split: train
|
500 |
+
path: es/train-*
|
501 |
+
- split: test
|
502 |
+
path: es/test-*
|
503 |
+
- split: validation
|
504 |
+
path: es/validation-*
|
505 |
---
|
506 |
|
507 |
# Dataset Card for "xnli"
|
dataset_infos.json
CHANGED
@@ -292,29 +292,23 @@
|
|
292 |
"features": {
|
293 |
"premise": {
|
294 |
"dtype": "string",
|
295 |
-
"id": null,
|
296 |
"_type": "Value"
|
297 |
},
|
298 |
"hypothesis": {
|
299 |
"dtype": "string",
|
300 |
-
"id": null,
|
301 |
"_type": "Value"
|
302 |
},
|
303 |
"label": {
|
304 |
-
"num_classes": 3,
|
305 |
"names": [
|
306 |
"entailment",
|
307 |
"neutral",
|
308 |
"contradiction"
|
309 |
],
|
310 |
-
"names_file": null,
|
311 |
-
"id": null,
|
312 |
"_type": "ClassLabel"
|
313 |
}
|
314 |
},
|
315 |
-
"post_processed": null,
|
316 |
-
"supervised_keys": null,
|
317 |
"builder_name": "xnli",
|
|
|
318 |
"config_name": "es",
|
319 |
"version": {
|
320 |
"version_str": "1.1.0",
|
@@ -326,37 +320,26 @@
|
|
326 |
"splits": {
|
327 |
"train": {
|
328 |
"name": "train",
|
329 |
-
"num_bytes":
|
330 |
"num_examples": 392702,
|
331 |
-
"dataset_name":
|
332 |
},
|
333 |
"test": {
|
334 |
"name": "test",
|
335 |
-
"num_bytes":
|
336 |
"num_examples": 5010,
|
337 |
-
"dataset_name":
|
338 |
},
|
339 |
"validation": {
|
340 |
"name": "validation",
|
341 |
-
"num_bytes":
|
342 |
"num_examples": 2490,
|
343 |
-
"dataset_name":
|
344 |
-
}
|
345 |
-
},
|
346 |
-
"download_checksums": {
|
347 |
-
"https://dl.fbaipublicfiles.com/XNLI/XNLI-MT-1.0.zip": {
|
348 |
-
"num_bytes": 466098360,
|
349 |
-
"checksum": "f732517ba2fb1d550e9f3c2aabaef6017c91ee2dcec90e878f138764d224db05"
|
350 |
-
},
|
351 |
-
"https://dl.fbaipublicfiles.com/XNLI/XNLI-1.0.zip": {
|
352 |
-
"num_bytes": 17865352,
|
353 |
-
"checksum": "4ba1d5e1afdb7161f0f23c66dc787802ccfa8a25a3ddd3b165a35e50df346ab1"
|
354 |
}
|
355 |
},
|
356 |
-
"download_size":
|
357 |
-
"
|
358 |
-
"
|
359 |
-
"size_in_bytes": 566795567
|
360 |
},
|
361 |
"fr": {
|
362 |
"description": "XNLI is a subset of a few thousand examples from MNLI which has been translated\ninto a 14 different languages (some low-ish resource). As with MNLI, the goal is\nto predict textual entailment (does sentence A imply/contradict/neither sentence\nB) and is a classification task (given two sentences, predict one of three\nlabels).\n",
|
|
|
292 |
"features": {
|
293 |
"premise": {
|
294 |
"dtype": "string",
|
|
|
295 |
"_type": "Value"
|
296 |
},
|
297 |
"hypothesis": {
|
298 |
"dtype": "string",
|
|
|
299 |
"_type": "Value"
|
300 |
},
|
301 |
"label": {
|
|
|
302 |
"names": [
|
303 |
"entailment",
|
304 |
"neutral",
|
305 |
"contradiction"
|
306 |
],
|
|
|
|
|
307 |
"_type": "ClassLabel"
|
308 |
}
|
309 |
},
|
|
|
|
|
310 |
"builder_name": "xnli",
|
311 |
+
"dataset_name": "xnli",
|
312 |
"config_name": "es",
|
313 |
"version": {
|
314 |
"version_str": "1.1.0",
|
|
|
320 |
"splits": {
|
321 |
"train": {
|
322 |
"name": "train",
|
323 |
+
"num_bytes": 81383284,
|
324 |
"num_examples": 392702,
|
325 |
+
"dataset_name": null
|
326 |
},
|
327 |
"test": {
|
328 |
"name": "test",
|
329 |
+
"num_bytes": 969813,
|
330 |
"num_examples": 5010,
|
331 |
+
"dataset_name": null
|
332 |
},
|
333 |
"validation": {
|
334 |
"name": "validation",
|
335 |
+
"num_bytes": 478422,
|
336 |
"num_examples": 2490,
|
337 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
338 |
}
|
339 |
},
|
340 |
+
"download_size": 53677157,
|
341 |
+
"dataset_size": 82831519,
|
342 |
+
"size_in_bytes": 136508676
|
|
|
343 |
},
|
344 |
"fr": {
|
345 |
"description": "XNLI is a subset of a few thousand examples from MNLI which has been translated\ninto a 14 different languages (some low-ish resource). As with MNLI, the goal is\nto predict textual entailment (does sentence A imply/contradict/neither sentence\nB) and is a classification task (given two sentences, predict one of three\nlabels).\n",
|
es/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0159c9a734d7d0683d20a9850adcf3e214a49179b6517fea5868744bfd99886
|
3 |
+
size 341925
|
es/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f609c655a0c200168235609e7709bcf3ac48a465b4c6e90380093862a53a3a2a
|
3 |
+
size 53162139
|
es/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1913c1256f5b8761fba3f734e260d0b5e228a02ee31a8651ee915261cdf7c631
|
3 |
+
size 173093
|