Commit
•
4f6a488
1
Parent(s):
4846bbb
Add ur data files
Browse files- README.md +13 -5
- dataset_infos.json +10 -27
- ur/test-00000-of-00001.parquet +3 -0
- ur/train-00000-of-00001.parquet +3 -0
- ur/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -393,16 +393,16 @@ dataset_info:
|
|
393 |
'2': contradiction
|
394 |
splits:
|
395 |
- name: train
|
396 |
-
num_bytes:
|
397 |
num_examples: 392702
|
398 |
- name: test
|
399 |
-
num_bytes:
|
400 |
num_examples: 5010
|
401 |
- name: validation
|
402 |
-
num_bytes:
|
403 |
num_examples: 2490
|
404 |
-
download_size:
|
405 |
-
dataset_size:
|
406 |
- config_name: vi
|
407 |
features:
|
408 |
- name: premise
|
@@ -550,6 +550,14 @@ configs:
|
|
550 |
path: tr/test-*
|
551 |
- split: validation
|
552 |
path: tr/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
553 |
---
|
554 |
|
555 |
# Dataset Card for "xnli"
|
|
|
393 |
'2': contradiction
|
394 |
splits:
|
395 |
- name: train
|
396 |
+
num_bytes: 96441486
|
397 |
num_examples: 392702
|
398 |
- name: test
|
399 |
+
num_bytes: 1416241
|
400 |
num_examples: 5010
|
401 |
- name: validation
|
402 |
+
num_bytes: 699952
|
403 |
num_examples: 2490
|
404 |
+
download_size: 46682785
|
405 |
+
dataset_size: 98557679
|
406 |
- config_name: vi
|
407 |
features:
|
408 |
- name: premise
|
|
|
550 |
path: tr/test-*
|
551 |
- split: validation
|
552 |
path: tr/validation-*
|
553 |
+
- config_name: ur
|
554 |
+
data_files:
|
555 |
+
- split: train
|
556 |
+
path: ur/train-*
|
557 |
+
- split: test
|
558 |
+
path: ur/test-*
|
559 |
+
- split: validation
|
560 |
+
path: ur/validation-*
|
561 |
---
|
562 |
|
563 |
# Dataset Card for "xnli"
|
dataset_infos.json
CHANGED
@@ -691,29 +691,23 @@
|
|
691 |
"features": {
|
692 |
"premise": {
|
693 |
"dtype": "string",
|
694 |
-
"id": null,
|
695 |
"_type": "Value"
|
696 |
},
|
697 |
"hypothesis": {
|
698 |
"dtype": "string",
|
699 |
-
"id": null,
|
700 |
"_type": "Value"
|
701 |
},
|
702 |
"label": {
|
703 |
-
"num_classes": 3,
|
704 |
"names": [
|
705 |
"entailment",
|
706 |
"neutral",
|
707 |
"contradiction"
|
708 |
],
|
709 |
-
"names_file": null,
|
710 |
-
"id": null,
|
711 |
"_type": "ClassLabel"
|
712 |
}
|
713 |
},
|
714 |
-
"post_processed": null,
|
715 |
-
"supervised_keys": null,
|
716 |
"builder_name": "xnli",
|
|
|
717 |
"config_name": "ur",
|
718 |
"version": {
|
719 |
"version_str": "1.1.0",
|
@@ -725,37 +719,26 @@
|
|
725 |
"splits": {
|
726 |
"train": {
|
727 |
"name": "train",
|
728 |
-
"num_bytes":
|
729 |
"num_examples": 392702,
|
730 |
-
"dataset_name":
|
731 |
},
|
732 |
"test": {
|
733 |
"name": "test",
|
734 |
-
"num_bytes":
|
735 |
"num_examples": 5010,
|
736 |
-
"dataset_name":
|
737 |
},
|
738 |
"validation": {
|
739 |
"name": "validation",
|
740 |
-
"num_bytes":
|
741 |
"num_examples": 2490,
|
742 |
-
"dataset_name":
|
743 |
-
}
|
744 |
-
},
|
745 |
-
"download_checksums": {
|
746 |
-
"https://dl.fbaipublicfiles.com/XNLI/XNLI-MT-1.0.zip": {
|
747 |
-
"num_bytes": 466098360,
|
748 |
-
"checksum": "f732517ba2fb1d550e9f3c2aabaef6017c91ee2dcec90e878f138764d224db05"
|
749 |
-
},
|
750 |
-
"https://dl.fbaipublicfiles.com/XNLI/XNLI-1.0.zip": {
|
751 |
-
"num_bytes": 17865352,
|
752 |
-
"checksum": "4ba1d5e1afdb7161f0f23c66dc787802ccfa8a25a3ddd3b165a35e50df346ab1"
|
753 |
}
|
754 |
},
|
755 |
-
"download_size":
|
756 |
-
"
|
757 |
-
"
|
758 |
-
"size_in_bytes": 582521727
|
759 |
},
|
760 |
"vi": {
|
761 |
"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",
|
|
|
691 |
"features": {
|
692 |
"premise": {
|
693 |
"dtype": "string",
|
|
|
694 |
"_type": "Value"
|
695 |
},
|
696 |
"hypothesis": {
|
697 |
"dtype": "string",
|
|
|
698 |
"_type": "Value"
|
699 |
},
|
700 |
"label": {
|
|
|
701 |
"names": [
|
702 |
"entailment",
|
703 |
"neutral",
|
704 |
"contradiction"
|
705 |
],
|
|
|
|
|
706 |
"_type": "ClassLabel"
|
707 |
}
|
708 |
},
|
|
|
|
|
709 |
"builder_name": "xnli",
|
710 |
+
"dataset_name": "xnli",
|
711 |
"config_name": "ur",
|
712 |
"version": {
|
713 |
"version_str": "1.1.0",
|
|
|
719 |
"splits": {
|
720 |
"train": {
|
721 |
"name": "train",
|
722 |
+
"num_bytes": 96441486,
|
723 |
"num_examples": 392702,
|
724 |
+
"dataset_name": null
|
725 |
},
|
726 |
"test": {
|
727 |
"name": "test",
|
728 |
+
"num_bytes": 1416241,
|
729 |
"num_examples": 5010,
|
730 |
+
"dataset_name": null
|
731 |
},
|
732 |
"validation": {
|
733 |
"name": "validation",
|
734 |
+
"num_bytes": 699952,
|
735 |
"num_examples": 2490,
|
736 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
737 |
}
|
738 |
},
|
739 |
+
"download_size": 46682785,
|
740 |
+
"dataset_size": 98557679,
|
741 |
+
"size_in_bytes": 145240464
|
|
|
742 |
},
|
743 |
"vi": {
|
744 |
"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",
|
ur/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:780b0b46fe8234fc9d478978d742697b82bd43cb7f34a63d2993e8a65c54352b
|
3 |
+
size 427737
|
ur/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0d6d2105e1433a93096cdc61892c96f93e82e48d6495d1281e656212049e3dc
|
3 |
+
size 46038912
|
ur/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a317147da65a9c9eadbae0328068d7e8f3f7874e8215fba31e2ca2c2f55fbabd
|
3 |
+
size 216136
|