Commit
·
b890544
1
Parent(s):
bcc6b12
Add de data files
Browse files- README.md +13 -5
- dataset_infos.json +10 -27
- de/test-00000-of-00001.parquet +3 -0
- de/train-00000-of-00001.parquet +3 -0
- de/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -143,16 +143,16 @@ dataset_info:
|
|
| 143 |
'2': contradiction
|
| 144 |
splits:
|
| 145 |
- name: train
|
| 146 |
-
num_bytes:
|
| 147 |
num_examples: 392702
|
| 148 |
- name: test
|
| 149 |
-
num_bytes:
|
| 150 |
num_examples: 5010
|
| 151 |
- name: validation
|
| 152 |
-
num_bytes:
|
| 153 |
num_examples: 2490
|
| 154 |
-
download_size:
|
| 155 |
-
dataset_size:
|
| 156 |
- config_name: el
|
| 157 |
features:
|
| 158 |
- name: premise
|
|
@@ -470,6 +470,14 @@ configs:
|
|
| 470 |
path: bg/test-*
|
| 471 |
- split: validation
|
| 472 |
path: bg/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 473 |
---
|
| 474 |
|
| 475 |
# Dataset Card for "xnli"
|
|
|
|
| 143 |
'2': contradiction
|
| 144 |
splits:
|
| 145 |
- name: train
|
| 146 |
+
num_bytes: 84684140
|
| 147 |
num_examples: 392702
|
| 148 |
- name: test
|
| 149 |
+
num_bytes: 996488
|
| 150 |
num_examples: 5010
|
| 151 |
- name: validation
|
| 152 |
+
num_bytes: 494604
|
| 153 |
num_examples: 2490
|
| 154 |
+
download_size: 55973883
|
| 155 |
+
dataset_size: 86175232
|
| 156 |
- config_name: el
|
| 157 |
features:
|
| 158 |
- name: premise
|
|
|
|
| 470 |
path: bg/test-*
|
| 471 |
- split: validation
|
| 472 |
path: bg/validation-*
|
| 473 |
+
- config_name: de
|
| 474 |
+
data_files:
|
| 475 |
+
- split: train
|
| 476 |
+
path: de/train-*
|
| 477 |
+
- split: test
|
| 478 |
+
path: de/test-*
|
| 479 |
+
- split: validation
|
| 480 |
+
path: de/validation-*
|
| 481 |
---
|
| 482 |
|
| 483 |
# Dataset Card for "xnli"
|
dataset_infos.json
CHANGED
|
@@ -121,29 +121,23 @@
|
|
| 121 |
"features": {
|
| 122 |
"premise": {
|
| 123 |
"dtype": "string",
|
| 124 |
-
"id": null,
|
| 125 |
"_type": "Value"
|
| 126 |
},
|
| 127 |
"hypothesis": {
|
| 128 |
"dtype": "string",
|
| 129 |
-
"id": null,
|
| 130 |
"_type": "Value"
|
| 131 |
},
|
| 132 |
"label": {
|
| 133 |
-
"num_classes": 3,
|
| 134 |
"names": [
|
| 135 |
"entailment",
|
| 136 |
"neutral",
|
| 137 |
"contradiction"
|
| 138 |
],
|
| 139 |
-
"names_file": null,
|
| 140 |
-
"id": null,
|
| 141 |
"_type": "ClassLabel"
|
| 142 |
}
|
| 143 |
},
|
| 144 |
-
"post_processed": null,
|
| 145 |
-
"supervised_keys": null,
|
| 146 |
"builder_name": "xnli",
|
|
|
|
| 147 |
"config_name": "de",
|
| 148 |
"version": {
|
| 149 |
"version_str": "1.1.0",
|
|
@@ -155,37 +149,26 @@
|
|
| 155 |
"splits": {
|
| 156 |
"train": {
|
| 157 |
"name": "train",
|
| 158 |
-
"num_bytes":
|
| 159 |
"num_examples": 392702,
|
| 160 |
-
"dataset_name":
|
| 161 |
},
|
| 162 |
"test": {
|
| 163 |
"name": "test",
|
| 164 |
-
"num_bytes":
|
| 165 |
"num_examples": 5010,
|
| 166 |
-
"dataset_name":
|
| 167 |
},
|
| 168 |
"validation": {
|
| 169 |
"name": "validation",
|
| 170 |
-
"num_bytes":
|
| 171 |
"num_examples": 2490,
|
| 172 |
-
"dataset_name":
|
| 173 |
-
}
|
| 174 |
-
},
|
| 175 |
-
"download_checksums": {
|
| 176 |
-
"https://dl.fbaipublicfiles.com/XNLI/XNLI-MT-1.0.zip": {
|
| 177 |
-
"num_bytes": 466098360,
|
| 178 |
-
"checksum": "f732517ba2fb1d550e9f3c2aabaef6017c91ee2dcec90e878f138764d224db05"
|
| 179 |
-
},
|
| 180 |
-
"https://dl.fbaipublicfiles.com/XNLI/XNLI-1.0.zip": {
|
| 181 |
-
"num_bytes": 17865352,
|
| 182 |
-
"checksum": "4ba1d5e1afdb7161f0f23c66dc787802ccfa8a25a3ddd3b165a35e50df346ab1"
|
| 183 |
}
|
| 184 |
},
|
| 185 |
-
"download_size":
|
| 186 |
-
"
|
| 187 |
-
"
|
| 188 |
-
"size_in_bytes": 570139280
|
| 189 |
},
|
| 190 |
"el": {
|
| 191 |
"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",
|
|
|
|
| 121 |
"features": {
|
| 122 |
"premise": {
|
| 123 |
"dtype": "string",
|
|
|
|
| 124 |
"_type": "Value"
|
| 125 |
},
|
| 126 |
"hypothesis": {
|
| 127 |
"dtype": "string",
|
|
|
|
| 128 |
"_type": "Value"
|
| 129 |
},
|
| 130 |
"label": {
|
|
|
|
| 131 |
"names": [
|
| 132 |
"entailment",
|
| 133 |
"neutral",
|
| 134 |
"contradiction"
|
| 135 |
],
|
|
|
|
|
|
|
| 136 |
"_type": "ClassLabel"
|
| 137 |
}
|
| 138 |
},
|
|
|
|
|
|
|
| 139 |
"builder_name": "xnli",
|
| 140 |
+
"dataset_name": "xnli",
|
| 141 |
"config_name": "de",
|
| 142 |
"version": {
|
| 143 |
"version_str": "1.1.0",
|
|
|
|
| 149 |
"splits": {
|
| 150 |
"train": {
|
| 151 |
"name": "train",
|
| 152 |
+
"num_bytes": 84684140,
|
| 153 |
"num_examples": 392702,
|
| 154 |
+
"dataset_name": null
|
| 155 |
},
|
| 156 |
"test": {
|
| 157 |
"name": "test",
|
| 158 |
+
"num_bytes": 996488,
|
| 159 |
"num_examples": 5010,
|
| 160 |
+
"dataset_name": null
|
| 161 |
},
|
| 162 |
"validation": {
|
| 163 |
"name": "validation",
|
| 164 |
+
"num_bytes": 494604,
|
| 165 |
"num_examples": 2490,
|
| 166 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 167 |
}
|
| 168 |
},
|
| 169 |
+
"download_size": 55973883,
|
| 170 |
+
"dataset_size": 86175232,
|
| 171 |
+
"size_in_bytes": 142149115
|
|
|
|
| 172 |
},
|
| 173 |
"el": {
|
| 174 |
"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",
|
de/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c25f5695d21673dbe966bac7b3c6a1e2df369431976928565c3cc56838f5632b
|
| 3 |
+
size 356132
|
de/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72b2d2adf469509cc6917213feb9ff17bc1919889e3f0dbe848e01660602ec7b
|
| 3 |
+
size 55436761
|
de/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:68f6b30f13ba0fb92acf2567edd7cb1ec26a6b8b38c2274eb6f140fb7075f66e
|
| 3 |
+
size 180990
|