Commit
•
d108e7e
1
Parent(s):
ac85be6
Add ru data files
Browse files- README.md +13 -5
- dataset_infos.json +10 -27
- ru/test-00000-of-00001.parquet +3 -0
- ru/train-00000-of-00001.parquet +3 -0
- ru/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -293,16 +293,16 @@ dataset_info:
|
|
293 |
'2': contradiction
|
294 |
splits:
|
295 |
- name: train
|
296 |
-
num_bytes:
|
297 |
num_examples: 392702
|
298 |
- name: test
|
299 |
-
num_bytes:
|
300 |
num_examples: 5010
|
301 |
- name: validation
|
302 |
-
num_bytes:
|
303 |
num_examples: 2490
|
304 |
-
download_size:
|
305 |
-
dataset_size:
|
306 |
- config_name: sw
|
307 |
features:
|
308 |
- name: premise
|
@@ -518,6 +518,14 @@ configs:
|
|
518 |
path: hi/test-*
|
519 |
- split: validation
|
520 |
path: hi/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
521 |
---
|
522 |
|
523 |
# Dataset Card for "xnli"
|
|
|
293 |
'2': contradiction
|
294 |
splits:
|
295 |
- name: train
|
296 |
+
num_bytes: 129859615
|
297 |
num_examples: 392702
|
298 |
- name: test
|
299 |
+
num_bytes: 1603466
|
300 |
num_examples: 5010
|
301 |
- name: validation
|
302 |
+
num_bytes: 786442
|
303 |
num_examples: 2490
|
304 |
+
download_size: 70702606
|
305 |
+
dataset_size: 132249523
|
306 |
- config_name: sw
|
307 |
features:
|
308 |
- name: premise
|
|
|
518 |
path: hi/test-*
|
519 |
- split: validation
|
520 |
path: hi/validation-*
|
521 |
+
- config_name: ru
|
522 |
+
data_files:
|
523 |
+
- split: train
|
524 |
+
path: ru/train-*
|
525 |
+
- split: test
|
526 |
+
path: ru/test-*
|
527 |
+
- split: validation
|
528 |
+
path: ru/validation-*
|
529 |
---
|
530 |
|
531 |
# Dataset Card for "xnli"
|
dataset_infos.json
CHANGED
@@ -463,29 +463,23 @@
|
|
463 |
"features": {
|
464 |
"premise": {
|
465 |
"dtype": "string",
|
466 |
-
"id": null,
|
467 |
"_type": "Value"
|
468 |
},
|
469 |
"hypothesis": {
|
470 |
"dtype": "string",
|
471 |
-
"id": null,
|
472 |
"_type": "Value"
|
473 |
},
|
474 |
"label": {
|
475 |
-
"num_classes": 3,
|
476 |
"names": [
|
477 |
"entailment",
|
478 |
"neutral",
|
479 |
"contradiction"
|
480 |
],
|
481 |
-
"names_file": null,
|
482 |
-
"id": null,
|
483 |
"_type": "ClassLabel"
|
484 |
}
|
485 |
},
|
486 |
-
"post_processed": null,
|
487 |
-
"supervised_keys": null,
|
488 |
"builder_name": "xnli",
|
|
|
489 |
"config_name": "ru",
|
490 |
"version": {
|
491 |
"version_str": "1.1.0",
|
@@ -497,37 +491,26 @@
|
|
497 |
"splits": {
|
498 |
"train": {
|
499 |
"name": "train",
|
500 |
-
"num_bytes":
|
501 |
"num_examples": 392702,
|
502 |
-
"dataset_name":
|
503 |
},
|
504 |
"test": {
|
505 |
"name": "test",
|
506 |
-
"num_bytes":
|
507 |
"num_examples": 5010,
|
508 |
-
"dataset_name":
|
509 |
},
|
510 |
"validation": {
|
511 |
"name": "validation",
|
512 |
-
"num_bytes":
|
513 |
"num_examples": 2490,
|
514 |
-
"dataset_name":
|
515 |
-
}
|
516 |
-
},
|
517 |
-
"download_checksums": {
|
518 |
-
"https://dl.fbaipublicfiles.com/XNLI/XNLI-MT-1.0.zip": {
|
519 |
-
"num_bytes": 466098360,
|
520 |
-
"checksum": "f732517ba2fb1d550e9f3c2aabaef6017c91ee2dcec90e878f138764d224db05"
|
521 |
-
},
|
522 |
-
"https://dl.fbaipublicfiles.com/XNLI/XNLI-1.0.zip": {
|
523 |
-
"num_bytes": 17865352,
|
524 |
-
"checksum": "4ba1d5e1afdb7161f0f23c66dc787802ccfa8a25a3ddd3b165a35e50df346ab1"
|
525 |
}
|
526 |
},
|
527 |
-
"download_size":
|
528 |
-
"
|
529 |
-
"
|
530 |
-
"size_in_bytes": 616213571
|
531 |
},
|
532 |
"sw": {
|
533 |
"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",
|
|
|
463 |
"features": {
|
464 |
"premise": {
|
465 |
"dtype": "string",
|
|
|
466 |
"_type": "Value"
|
467 |
},
|
468 |
"hypothesis": {
|
469 |
"dtype": "string",
|
|
|
470 |
"_type": "Value"
|
471 |
},
|
472 |
"label": {
|
|
|
473 |
"names": [
|
474 |
"entailment",
|
475 |
"neutral",
|
476 |
"contradiction"
|
477 |
],
|
|
|
|
|
478 |
"_type": "ClassLabel"
|
479 |
}
|
480 |
},
|
|
|
|
|
481 |
"builder_name": "xnli",
|
482 |
+
"dataset_name": "xnli",
|
483 |
"config_name": "ru",
|
484 |
"version": {
|
485 |
"version_str": "1.1.0",
|
|
|
491 |
"splits": {
|
492 |
"train": {
|
493 |
"name": "train",
|
494 |
+
"num_bytes": 129859615,
|
495 |
"num_examples": 392702,
|
496 |
+
"dataset_name": null
|
497 |
},
|
498 |
"test": {
|
499 |
"name": "test",
|
500 |
+
"num_bytes": 1603466,
|
501 |
"num_examples": 5010,
|
502 |
+
"dataset_name": null
|
503 |
},
|
504 |
"validation": {
|
505 |
"name": "validation",
|
506 |
+
"num_bytes": 786442,
|
507 |
"num_examples": 2490,
|
508 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
509 |
}
|
510 |
},
|
511 |
+
"download_size": 70702606,
|
512 |
+
"dataset_size": 132249523,
|
513 |
+
"size_in_bytes": 202952129
|
|
|
514 |
},
|
515 |
"sw": {
|
516 |
"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",
|
ru/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d939fb4f7f2b61a863fb85dde9f6ef0221dde161fb86170fb10c27ea7d9d4d0
|
3 |
+
size 477352
|
ru/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5db75fb1e1646d7a39dda45cdcd9b7ba95cfa1f2af0009151e8db34c22ca6f5a
|
3 |
+
size 69986524
|
ru/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a75ecd12d4145e2eefe22c08cb4ae4b966d18ce7452bdf26ee04f2d4c499078
|
3 |
+
size 238730
|