Commit
•
5ab8924
1
Parent(s):
37284d0
Add en data files
Browse files- README.md +13 -5
- dataset_infos.json +10 -27
- en/test-00000-of-00001.parquet +3 -0
- en/train-00000-of-00001.parquet +3 -0
- en/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -193,16 +193,16 @@ dataset_info:
|
|
193 |
'2': contradiction
|
194 |
splits:
|
195 |
- name: train
|
196 |
-
num_bytes:
|
197 |
num_examples: 392702
|
198 |
- name: test
|
199 |
-
num_bytes:
|
200 |
num_examples: 5010
|
201 |
- name: validation
|
202 |
-
num_bytes:
|
203 |
num_examples: 2490
|
204 |
-
download_size:
|
205 |
-
dataset_size:
|
206 |
- config_name: es
|
207 |
features:
|
208 |
- name: premise
|
@@ -486,6 +486,14 @@ configs:
|
|
486 |
path: el/test-*
|
487 |
- split: validation
|
488 |
path: el/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
489 |
---
|
490 |
|
491 |
# Dataset Card for "xnli"
|
|
|
193 |
'2': contradiction
|
194 |
splits:
|
195 |
- name: train
|
196 |
+
num_bytes: 74444026
|
197 |
num_examples: 392702
|
198 |
- name: test
|
199 |
+
num_bytes: 875134
|
200 |
num_examples: 5010
|
201 |
- name: validation
|
202 |
+
num_bytes: 433463
|
203 |
num_examples: 2490
|
204 |
+
download_size: 50627367
|
205 |
+
dataset_size: 75752623
|
206 |
- config_name: es
|
207 |
features:
|
208 |
- name: premise
|
|
|
486 |
path: el/test-*
|
487 |
- split: validation
|
488 |
path: el/validation-*
|
489 |
+
- config_name: en
|
490 |
+
data_files:
|
491 |
+
- split: train
|
492 |
+
path: en/train-*
|
493 |
+
- split: test
|
494 |
+
path: en/test-*
|
495 |
+
- split: validation
|
496 |
+
path: en/validation-*
|
497 |
---
|
498 |
|
499 |
# Dataset Card for "xnli"
|
dataset_infos.json
CHANGED
@@ -235,29 +235,23 @@
|
|
235 |
"features": {
|
236 |
"premise": {
|
237 |
"dtype": "string",
|
238 |
-
"id": null,
|
239 |
"_type": "Value"
|
240 |
},
|
241 |
"hypothesis": {
|
242 |
"dtype": "string",
|
243 |
-
"id": null,
|
244 |
"_type": "Value"
|
245 |
},
|
246 |
"label": {
|
247 |
-
"num_classes": 3,
|
248 |
"names": [
|
249 |
"entailment",
|
250 |
"neutral",
|
251 |
"contradiction"
|
252 |
],
|
253 |
-
"names_file": null,
|
254 |
-
"id": null,
|
255 |
"_type": "ClassLabel"
|
256 |
}
|
257 |
},
|
258 |
-
"post_processed": null,
|
259 |
-
"supervised_keys": null,
|
260 |
"builder_name": "xnli",
|
|
|
261 |
"config_name": "en",
|
262 |
"version": {
|
263 |
"version_str": "1.1.0",
|
@@ -269,37 +263,26 @@
|
|
269 |
"splits": {
|
270 |
"train": {
|
271 |
"name": "train",
|
272 |
-
"num_bytes":
|
273 |
"num_examples": 392702,
|
274 |
-
"dataset_name":
|
275 |
},
|
276 |
"test": {
|
277 |
"name": "test",
|
278 |
-
"num_bytes":
|
279 |
"num_examples": 5010,
|
280 |
-
"dataset_name":
|
281 |
},
|
282 |
"validation": {
|
283 |
"name": "validation",
|
284 |
-
"num_bytes":
|
285 |
"num_examples": 2490,
|
286 |
-
"dataset_name":
|
287 |
-
}
|
288 |
-
},
|
289 |
-
"download_checksums": {
|
290 |
-
"https://dl.fbaipublicfiles.com/XNLI/XNLI-MT-1.0.zip": {
|
291 |
-
"num_bytes": 466098360,
|
292 |
-
"checksum": "f732517ba2fb1d550e9f3c2aabaef6017c91ee2dcec90e878f138764d224db05"
|
293 |
-
},
|
294 |
-
"https://dl.fbaipublicfiles.com/XNLI/XNLI-1.0.zip": {
|
295 |
-
"num_bytes": 17865352,
|
296 |
-
"checksum": "4ba1d5e1afdb7161f0f23c66dc787802ccfa8a25a3ddd3b165a35e50df346ab1"
|
297 |
}
|
298 |
},
|
299 |
-
"download_size":
|
300 |
-
"
|
301 |
-
"
|
302 |
-
"size_in_bytes": 559716671
|
303 |
},
|
304 |
"es": {
|
305 |
"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",
|
|
|
235 |
"features": {
|
236 |
"premise": {
|
237 |
"dtype": "string",
|
|
|
238 |
"_type": "Value"
|
239 |
},
|
240 |
"hypothesis": {
|
241 |
"dtype": "string",
|
|
|
242 |
"_type": "Value"
|
243 |
},
|
244 |
"label": {
|
|
|
245 |
"names": [
|
246 |
"entailment",
|
247 |
"neutral",
|
248 |
"contradiction"
|
249 |
],
|
|
|
|
|
250 |
"_type": "ClassLabel"
|
251 |
}
|
252 |
},
|
|
|
|
|
253 |
"builder_name": "xnli",
|
254 |
+
"dataset_name": "xnli",
|
255 |
"config_name": "en",
|
256 |
"version": {
|
257 |
"version_str": "1.1.0",
|
|
|
263 |
"splits": {
|
264 |
"train": {
|
265 |
"name": "train",
|
266 |
+
"num_bytes": 74444026,
|
267 |
"num_examples": 392702,
|
268 |
+
"dataset_name": null
|
269 |
},
|
270 |
"test": {
|
271 |
"name": "test",
|
272 |
+
"num_bytes": 875134,
|
273 |
"num_examples": 5010,
|
274 |
+
"dataset_name": null
|
275 |
},
|
276 |
"validation": {
|
277 |
"name": "validation",
|
278 |
+
"num_bytes": 433463,
|
279 |
"num_examples": 2490,
|
280 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
281 |
}
|
282 |
},
|
283 |
+
"download_size": 50627367,
|
284 |
+
"dataset_size": 75752623,
|
285 |
+
"size_in_bytes": 126379990
|
|
|
286 |
},
|
287 |
"es": {
|
288 |
"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",
|
en/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f0fd1e105091e0f11cd37f9b2bc382f16de9949aa9471e1366b2605ba037167
|
3 |
+
size 308237
|
en/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6be63cec9ec932a5790de82caee7ee4d00e5a50ef19b79f23b740732da143424
|
3 |
+
size 50161923
|
en/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42961a7b66dee147da655d78db8cbaac97b3dbcf898009acffec6cda2d80f2bf
|
3 |
+
size 157207
|