Commit
•
4846bbb
1
Parent(s):
4f6c4fe
Add tr data files
Browse files- README.md +13 -5
- dataset_infos.json +10 -27
- tr/test-00000-of-00001.parquet +3 -0
- tr/train-00000-of-00001.parquet +3 -0
- tr/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -368,16 +368,16 @@ dataset_info:
|
|
368 |
'2': contradiction
|
369 |
splits:
|
370 |
- name: train
|
371 |
-
num_bytes:
|
372 |
num_examples: 392702
|
373 |
- name: test
|
374 |
-
num_bytes:
|
375 |
num_examples: 5010
|
376 |
- name: validation
|
377 |
-
num_bytes:
|
378 |
num_examples: 2490
|
379 |
-
download_size:
|
380 |
-
dataset_size:
|
381 |
- config_name: ur
|
382 |
features:
|
383 |
- name: premise
|
@@ -542,6 +542,14 @@ configs:
|
|
542 |
path: th/test-*
|
543 |
- split: validation
|
544 |
path: th/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
545 |
---
|
546 |
|
547 |
# Dataset Card for "xnli"
|
|
|
368 |
'2': contradiction
|
369 |
splits:
|
370 |
- name: train
|
371 |
+
num_bytes: 71637140
|
372 |
num_examples: 392702
|
373 |
- name: test
|
374 |
+
num_bytes: 934934
|
375 |
num_examples: 5010
|
376 |
- name: validation
|
377 |
+
num_bytes: 459308
|
378 |
num_examples: 2490
|
379 |
+
download_size: 48509680
|
380 |
+
dataset_size: 73031382
|
381 |
- config_name: ur
|
382 |
features:
|
383 |
- name: premise
|
|
|
542 |
path: th/test-*
|
543 |
- split: validation
|
544 |
path: th/validation-*
|
545 |
+
- config_name: tr
|
546 |
+
data_files:
|
547 |
+
- split: train
|
548 |
+
path: tr/train-*
|
549 |
+
- split: test
|
550 |
+
path: tr/test-*
|
551 |
+
- split: validation
|
552 |
+
path: tr/validation-*
|
553 |
---
|
554 |
|
555 |
# Dataset Card for "xnli"
|
dataset_infos.json
CHANGED
@@ -634,29 +634,23 @@
|
|
634 |
"features": {
|
635 |
"premise": {
|
636 |
"dtype": "string",
|
637 |
-
"id": null,
|
638 |
"_type": "Value"
|
639 |
},
|
640 |
"hypothesis": {
|
641 |
"dtype": "string",
|
642 |
-
"id": null,
|
643 |
"_type": "Value"
|
644 |
},
|
645 |
"label": {
|
646 |
-
"num_classes": 3,
|
647 |
"names": [
|
648 |
"entailment",
|
649 |
"neutral",
|
650 |
"contradiction"
|
651 |
],
|
652 |
-
"names_file": null,
|
653 |
-
"id": null,
|
654 |
"_type": "ClassLabel"
|
655 |
}
|
656 |
},
|
657 |
-
"post_processed": null,
|
658 |
-
"supervised_keys": null,
|
659 |
"builder_name": "xnli",
|
|
|
660 |
"config_name": "tr",
|
661 |
"version": {
|
662 |
"version_str": "1.1.0",
|
@@ -668,37 +662,26 @@
|
|
668 |
"splits": {
|
669 |
"train": {
|
670 |
"name": "train",
|
671 |
-
"num_bytes":
|
672 |
"num_examples": 392702,
|
673 |
-
"dataset_name":
|
674 |
},
|
675 |
"test": {
|
676 |
"name": "test",
|
677 |
-
"num_bytes":
|
678 |
"num_examples": 5010,
|
679 |
-
"dataset_name":
|
680 |
},
|
681 |
"validation": {
|
682 |
"name": "validation",
|
683 |
-
"num_bytes":
|
684 |
"num_examples": 2490,
|
685 |
-
"dataset_name":
|
686 |
-
}
|
687 |
-
},
|
688 |
-
"download_checksums": {
|
689 |
-
"https://dl.fbaipublicfiles.com/XNLI/XNLI-MT-1.0.zip": {
|
690 |
-
"num_bytes": 466098360,
|
691 |
-
"checksum": "f732517ba2fb1d550e9f3c2aabaef6017c91ee2dcec90e878f138764d224db05"
|
692 |
-
},
|
693 |
-
"https://dl.fbaipublicfiles.com/XNLI/XNLI-1.0.zip": {
|
694 |
-
"num_bytes": 17865352,
|
695 |
-
"checksum": "4ba1d5e1afdb7161f0f23c66dc787802ccfa8a25a3ddd3b165a35e50df346ab1"
|
696 |
}
|
697 |
},
|
698 |
-
"download_size":
|
699 |
-
"
|
700 |
-
"
|
701 |
-
"size_in_bytes": 556995430
|
702 |
},
|
703 |
"ur": {
|
704 |
"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",
|
|
|
634 |
"features": {
|
635 |
"premise": {
|
636 |
"dtype": "string",
|
|
|
637 |
"_type": "Value"
|
638 |
},
|
639 |
"hypothesis": {
|
640 |
"dtype": "string",
|
|
|
641 |
"_type": "Value"
|
642 |
},
|
643 |
"label": {
|
|
|
644 |
"names": [
|
645 |
"entailment",
|
646 |
"neutral",
|
647 |
"contradiction"
|
648 |
],
|
|
|
|
|
649 |
"_type": "ClassLabel"
|
650 |
}
|
651 |
},
|
|
|
|
|
652 |
"builder_name": "xnli",
|
653 |
+
"dataset_name": "xnli",
|
654 |
"config_name": "tr",
|
655 |
"version": {
|
656 |
"version_str": "1.1.0",
|
|
|
662 |
"splits": {
|
663 |
"train": {
|
664 |
"name": "train",
|
665 |
+
"num_bytes": 71637140,
|
666 |
"num_examples": 392702,
|
667 |
+
"dataset_name": null
|
668 |
},
|
669 |
"test": {
|
670 |
"name": "test",
|
671 |
+
"num_bytes": 934934,
|
672 |
"num_examples": 5010,
|
673 |
+
"dataset_name": null
|
674 |
},
|
675 |
"validation": {
|
676 |
"name": "validation",
|
677 |
+
"num_bytes": 459308,
|
678 |
"num_examples": 2490,
|
679 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
680 |
}
|
681 |
},
|
682 |
+
"download_size": 48509680,
|
683 |
+
"dataset_size": 73031382,
|
684 |
+
"size_in_bytes": 121541062
|
|
|
685 |
},
|
686 |
"ur": {
|
687 |
"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",
|
tr/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1cffb8f840d8862ab11f4727b975d408bf6f3370585cbb96733b5456902b89a
|
3 |
+
size 338133
|
tr/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30d0b154e3c8b2a9eb7f91aeeb29c4285c96550c42aa5ce5b4d6523be2cbafa5
|
3 |
+
size 47999788
|
tr/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e98b0590ff9ef4464621690f620f463288c6db079eb6210d84c9ec175f04607
|
3 |
+
size 171759
|