Commit
•
37284d0
1
Parent(s):
b890544
Add el data files
Browse files- README.md +13 -5
- dataset_infos.json +10 -27
- el/test-00000-of-00001.parquet +3 -0
- el/train-00000-of-00001.parquet +3 -0
- el/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -168,16 +168,16 @@ dataset_info:
|
|
168 |
'2': contradiction
|
169 |
splits:
|
170 |
- name: train
|
171 |
-
num_bytes:
|
172 |
num_examples: 392702
|
173 |
- name: test
|
174 |
-
num_bytes:
|
175 |
num_examples: 5010
|
176 |
- name: validation
|
177 |
-
num_bytes:
|
178 |
num_examples: 2490
|
179 |
-
download_size:
|
180 |
-
dataset_size:
|
181 |
- config_name: en
|
182 |
features:
|
183 |
- name: premise
|
@@ -478,6 +478,14 @@ configs:
|
|
478 |
path: de/test-*
|
479 |
- split: validation
|
480 |
path: de/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
481 |
---
|
482 |
|
483 |
# Dataset Card for "xnli"
|
|
|
168 |
'2': contradiction
|
169 |
splits:
|
170 |
- name: train
|
171 |
+
num_bytes: 139753358
|
172 |
num_examples: 392702
|
173 |
- name: test
|
174 |
+
num_bytes: 1704785
|
175 |
num_examples: 5010
|
176 |
- name: validation
|
177 |
+
num_bytes: 841226
|
178 |
num_examples: 2490
|
179 |
+
download_size: 74551247
|
180 |
+
dataset_size: 142299369
|
181 |
- config_name: en
|
182 |
features:
|
183 |
- name: premise
|
|
|
478 |
path: de/test-*
|
479 |
- split: validation
|
480 |
path: de/validation-*
|
481 |
+
- config_name: el
|
482 |
+
data_files:
|
483 |
+
- split: train
|
484 |
+
path: el/train-*
|
485 |
+
- split: test
|
486 |
+
path: el/test-*
|
487 |
+
- split: validation
|
488 |
+
path: el/validation-*
|
489 |
---
|
490 |
|
491 |
# Dataset Card for "xnli"
|
dataset_infos.json
CHANGED
@@ -178,29 +178,23 @@
|
|
178 |
"features": {
|
179 |
"premise": {
|
180 |
"dtype": "string",
|
181 |
-
"id": null,
|
182 |
"_type": "Value"
|
183 |
},
|
184 |
"hypothesis": {
|
185 |
"dtype": "string",
|
186 |
-
"id": null,
|
187 |
"_type": "Value"
|
188 |
},
|
189 |
"label": {
|
190 |
-
"num_classes": 3,
|
191 |
"names": [
|
192 |
"entailment",
|
193 |
"neutral",
|
194 |
"contradiction"
|
195 |
],
|
196 |
-
"names_file": null,
|
197 |
-
"id": null,
|
198 |
"_type": "ClassLabel"
|
199 |
}
|
200 |
},
|
201 |
-
"post_processed": null,
|
202 |
-
"supervised_keys": null,
|
203 |
"builder_name": "xnli",
|
|
|
204 |
"config_name": "el",
|
205 |
"version": {
|
206 |
"version_str": "1.1.0",
|
@@ -212,37 +206,26 @@
|
|
212 |
"splits": {
|
213 |
"train": {
|
214 |
"name": "train",
|
215 |
-
"num_bytes":
|
216 |
"num_examples": 392702,
|
217 |
-
"dataset_name":
|
218 |
},
|
219 |
"test": {
|
220 |
"name": "test",
|
221 |
-
"num_bytes":
|
222 |
"num_examples": 5010,
|
223 |
-
"dataset_name":
|
224 |
},
|
225 |
"validation": {
|
226 |
"name": "validation",
|
227 |
-
"num_bytes":
|
228 |
"num_examples": 2490,
|
229 |
-
"dataset_name":
|
230 |
-
}
|
231 |
-
},
|
232 |
-
"download_checksums": {
|
233 |
-
"https://dl.fbaipublicfiles.com/XNLI/XNLI-MT-1.0.zip": {
|
234 |
-
"num_bytes": 466098360,
|
235 |
-
"checksum": "f732517ba2fb1d550e9f3c2aabaef6017c91ee2dcec90e878f138764d224db05"
|
236 |
-
},
|
237 |
-
"https://dl.fbaipublicfiles.com/XNLI/XNLI-1.0.zip": {
|
238 |
-
"num_bytes": 17865352,
|
239 |
-
"checksum": "4ba1d5e1afdb7161f0f23c66dc787802ccfa8a25a3ddd3b165a35e50df346ab1"
|
240 |
}
|
241 |
},
|
242 |
-
"download_size":
|
243 |
-
"
|
244 |
-
"
|
245 |
-
"size_in_bytes": 626263417
|
246 |
},
|
247 |
"en": {
|
248 |
"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",
|
|
|
178 |
"features": {
|
179 |
"premise": {
|
180 |
"dtype": "string",
|
|
|
181 |
"_type": "Value"
|
182 |
},
|
183 |
"hypothesis": {
|
184 |
"dtype": "string",
|
|
|
185 |
"_type": "Value"
|
186 |
},
|
187 |
"label": {
|
|
|
188 |
"names": [
|
189 |
"entailment",
|
190 |
"neutral",
|
191 |
"contradiction"
|
192 |
],
|
|
|
|
|
193 |
"_type": "ClassLabel"
|
194 |
}
|
195 |
},
|
|
|
|
|
196 |
"builder_name": "xnli",
|
197 |
+
"dataset_name": "xnli",
|
198 |
"config_name": "el",
|
199 |
"version": {
|
200 |
"version_str": "1.1.0",
|
|
|
206 |
"splits": {
|
207 |
"train": {
|
208 |
"name": "train",
|
209 |
+
"num_bytes": 139753358,
|
210 |
"num_examples": 392702,
|
211 |
+
"dataset_name": null
|
212 |
},
|
213 |
"test": {
|
214 |
"name": "test",
|
215 |
+
"num_bytes": 1704785,
|
216 |
"num_examples": 5010,
|
217 |
+
"dataset_name": null
|
218 |
},
|
219 |
"validation": {
|
220 |
"name": "validation",
|
221 |
+
"num_bytes": 841226,
|
222 |
"num_examples": 2490,
|
223 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
224 |
}
|
225 |
},
|
226 |
+
"download_size": 74551247,
|
227 |
+
"dataset_size": 142299369,
|
228 |
+
"size_in_bytes": 216850616
|
|
|
229 |
},
|
230 |
"en": {
|
231 |
"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",
|
el/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:971110ccb25026cd75d8f8f0e0444877f8e9da7425b55be5fb97de74f9276e5b
|
3 |
+
size 489529
|
el/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2663e218de5250a1cc62c32121807175a4453a4102b1e99cb13d20399d911d87
|
3 |
+
size 73814854
|
el/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d173137cc27825fb0cb1dea81310141a5206692d78c150e28d23dac6f3f30e8e
|
3 |
+
size 246864
|