Commit
·
ac85be6
1
Parent(s):
4086fca
Add hi data files
Browse files- README.md +13 -5
- dataset_infos.json +10 -27
- hi/test-00000-of-00001.parquet +3 -0
- hi/train-00000-of-00001.parquet +3 -0
- hi/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -268,16 +268,16 @@ dataset_info:
|
|
268 |
'2': contradiction
|
269 |
splits:
|
270 |
- name: train
|
271 |
-
num_bytes:
|
272 |
num_examples: 392702
|
273 |
- name: test
|
274 |
-
num_bytes:
|
275 |
num_examples: 5010
|
276 |
- name: validation
|
277 |
-
num_bytes:
|
278 |
num_examples: 2490
|
279 |
-
download_size:
|
280 |
-
dataset_size:
|
281 |
- config_name: ru
|
282 |
features:
|
283 |
- name: premise
|
@@ -510,6 +510,14 @@ configs:
|
|
510 |
path: fr/test-*
|
511 |
- split: validation
|
512 |
path: fr/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
513 |
---
|
514 |
|
515 |
# Dataset Card for "xnli"
|
|
|
268 |
'2': contradiction
|
269 |
splits:
|
270 |
- name: train
|
271 |
+
num_bytes: 170593964
|
272 |
num_examples: 392702
|
273 |
- name: test
|
274 |
+
num_bytes: 2073073
|
275 |
num_examples: 5010
|
276 |
- name: validation
|
277 |
+
num_bytes: 1023915
|
278 |
num_examples: 2490
|
279 |
+
download_size: 70908548
|
280 |
+
dataset_size: 173690952
|
281 |
- config_name: ru
|
282 |
features:
|
283 |
- name: premise
|
|
|
510 |
path: fr/test-*
|
511 |
- split: validation
|
512 |
path: fr/validation-*
|
513 |
+
- config_name: hi
|
514 |
+
data_files:
|
515 |
+
- split: train
|
516 |
+
path: hi/train-*
|
517 |
+
- split: test
|
518 |
+
path: hi/test-*
|
519 |
+
- split: validation
|
520 |
+
path: hi/validation-*
|
521 |
---
|
522 |
|
523 |
# Dataset Card for "xnli"
|
dataset_infos.json
CHANGED
@@ -406,29 +406,23 @@
|
|
406 |
"features": {
|
407 |
"premise": {
|
408 |
"dtype": "string",
|
409 |
-
"id": null,
|
410 |
"_type": "Value"
|
411 |
},
|
412 |
"hypothesis": {
|
413 |
"dtype": "string",
|
414 |
-
"id": null,
|
415 |
"_type": "Value"
|
416 |
},
|
417 |
"label": {
|
418 |
-
"num_classes": 3,
|
419 |
"names": [
|
420 |
"entailment",
|
421 |
"neutral",
|
422 |
"contradiction"
|
423 |
],
|
424 |
-
"names_file": null,
|
425 |
-
"id": null,
|
426 |
"_type": "ClassLabel"
|
427 |
}
|
428 |
},
|
429 |
-
"post_processed": null,
|
430 |
-
"supervised_keys": null,
|
431 |
"builder_name": "xnli",
|
|
|
432 |
"config_name": "hi",
|
433 |
"version": {
|
434 |
"version_str": "1.1.0",
|
@@ -440,37 +434,26 @@
|
|
440 |
"splits": {
|
441 |
"train": {
|
442 |
"name": "train",
|
443 |
-
"num_bytes":
|
444 |
"num_examples": 392702,
|
445 |
-
"dataset_name":
|
446 |
},
|
447 |
"test": {
|
448 |
"name": "test",
|
449 |
-
"num_bytes":
|
450 |
"num_examples": 5010,
|
451 |
-
"dataset_name":
|
452 |
},
|
453 |
"validation": {
|
454 |
"name": "validation",
|
455 |
-
"num_bytes":
|
456 |
"num_examples": 2490,
|
457 |
-
"dataset_name":
|
458 |
-
}
|
459 |
-
},
|
460 |
-
"download_checksums": {
|
461 |
-
"https://dl.fbaipublicfiles.com/XNLI/XNLI-MT-1.0.zip": {
|
462 |
-
"num_bytes": 466098360,
|
463 |
-
"checksum": "f732517ba2fb1d550e9f3c2aabaef6017c91ee2dcec90e878f138764d224db05"
|
464 |
-
},
|
465 |
-
"https://dl.fbaipublicfiles.com/XNLI/XNLI-1.0.zip": {
|
466 |
-
"num_bytes": 17865352,
|
467 |
-
"checksum": "4ba1d5e1afdb7161f0f23c66dc787802ccfa8a25a3ddd3b165a35e50df346ab1"
|
468 |
}
|
469 |
},
|
470 |
-
"download_size":
|
471 |
-
"
|
472 |
-
"
|
473 |
-
"size_in_bytes": 657655000
|
474 |
},
|
475 |
"ru": {
|
476 |
"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",
|
|
|
406 |
"features": {
|
407 |
"premise": {
|
408 |
"dtype": "string",
|
|
|
409 |
"_type": "Value"
|
410 |
},
|
411 |
"hypothesis": {
|
412 |
"dtype": "string",
|
|
|
413 |
"_type": "Value"
|
414 |
},
|
415 |
"label": {
|
|
|
416 |
"names": [
|
417 |
"entailment",
|
418 |
"neutral",
|
419 |
"contradiction"
|
420 |
],
|
|
|
|
|
421 |
"_type": "ClassLabel"
|
422 |
}
|
423 |
},
|
|
|
|
|
424 |
"builder_name": "xnli",
|
425 |
+
"dataset_name": "xnli",
|
426 |
"config_name": "hi",
|
427 |
"version": {
|
428 |
"version_str": "1.1.0",
|
|
|
434 |
"splits": {
|
435 |
"train": {
|
436 |
"name": "train",
|
437 |
+
"num_bytes": 170593964,
|
438 |
"num_examples": 392702,
|
439 |
+
"dataset_name": null
|
440 |
},
|
441 |
"test": {
|
442 |
"name": "test",
|
443 |
+
"num_bytes": 2073073,
|
444 |
"num_examples": 5010,
|
445 |
+
"dataset_name": null
|
446 |
},
|
447 |
"validation": {
|
448 |
"name": "validation",
|
449 |
+
"num_bytes": 1023915,
|
450 |
"num_examples": 2490,
|
451 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
452 |
}
|
453 |
},
|
454 |
+
"download_size": 70908548,
|
455 |
+
"dataset_size": 173690952,
|
456 |
+
"size_in_bytes": 244599500
|
|
|
457 |
},
|
458 |
"ru": {
|
459 |
"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",
|
hi/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e946c50370a8fcc8cc58adb74a2625e5377f55c3f4ba821fd9d305c8d4b14c4e
|
3 |
+
size 492625
|
hi/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4fab2db1b6c29e0ad9b238f0f12f709f878986f8e074379821efd120e13f467
|
3 |
+
size 70167282
|
hi/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4cdc8ab6ab3a086dd7bc624b531a518e25352eb2907fb335643c7545e994ee0
|
3 |
+
size 248641
|