Datasets:
Commit
•
24f9c2c
1
Parent(s):
c048ed5
Add fr data files
Browse files- README.md +13 -5
- dataset_infos.json +11 -25
- fr/test-00000-of-00001.parquet +3 -0
- fr/train-00000-of-00001.parquet +3 -0
- fr/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -127,16 +127,16 @@ dataset_info:
|
|
127 |
'1': '1'
|
128 |
splits:
|
129 |
- name: train
|
130 |
-
num_bytes:
|
131 |
num_examples: 49401
|
132 |
- name: test
|
133 |
-
num_bytes:
|
134 |
num_examples: 2000
|
135 |
- name: validation
|
136 |
-
num_bytes:
|
137 |
num_examples: 2000
|
138 |
-
download_size:
|
139 |
-
dataset_size:
|
140 |
- config_name: ja
|
141 |
features:
|
142 |
- name: id
|
@@ -240,6 +240,14 @@ configs:
|
|
240 |
path: es/test-*
|
241 |
- split: validation
|
242 |
path: es/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
243 |
---
|
244 |
|
245 |
# Dataset Card for PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification
|
|
|
127 |
'1': '1'
|
128 |
splits:
|
129 |
- name: train
|
130 |
+
num_bytes: 13295557
|
131 |
num_examples: 49401
|
132 |
- name: test
|
133 |
+
num_bytes: 535093
|
134 |
num_examples: 2000
|
135 |
- name: validation
|
136 |
+
num_bytes: 533023
|
137 |
num_examples: 2000
|
138 |
+
download_size: 9785410
|
139 |
+
dataset_size: 14363673
|
140 |
- config_name: ja
|
141 |
features:
|
142 |
- name: id
|
|
|
240 |
path: es/test-*
|
241 |
- split: validation
|
242 |
path: es/validation-*
|
243 |
+
- config_name: fr
|
244 |
+
data_files:
|
245 |
+
- split: train
|
246 |
+
path: fr/train-*
|
247 |
+
- split: test
|
248 |
+
path: fr/test-*
|
249 |
+
- split: validation
|
250 |
+
path: fr/validation-*
|
251 |
---
|
252 |
|
253 |
# Dataset Card for PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification
|
dataset_infos.json
CHANGED
@@ -187,33 +187,26 @@
|
|
187 |
"features": {
|
188 |
"id": {
|
189 |
"dtype": "int32",
|
190 |
-
"id": null,
|
191 |
"_type": "Value"
|
192 |
},
|
193 |
"sentence1": {
|
194 |
"dtype": "string",
|
195 |
-
"id": null,
|
196 |
"_type": "Value"
|
197 |
},
|
198 |
"sentence2": {
|
199 |
"dtype": "string",
|
200 |
-
"id": null,
|
201 |
"_type": "Value"
|
202 |
},
|
203 |
"label": {
|
204 |
-
"num_classes": 2,
|
205 |
"names": [
|
206 |
"0",
|
207 |
"1"
|
208 |
],
|
209 |
-
"names_file": null,
|
210 |
-
"id": null,
|
211 |
"_type": "ClassLabel"
|
212 |
}
|
213 |
},
|
214 |
-
"
|
215 |
-
"
|
216 |
-
"builder_name": "pawsx",
|
217 |
"config_name": "fr",
|
218 |
"version": {
|
219 |
"version_str": "1.1.0",
|
@@ -225,33 +218,26 @@
|
|
225 |
"splits": {
|
226 |
"train": {
|
227 |
"name": "train",
|
228 |
-
"num_bytes":
|
229 |
"num_examples": 49401,
|
230 |
-
"dataset_name":
|
231 |
},
|
232 |
"test": {
|
233 |
"name": "test",
|
234 |
-
"num_bytes":
|
235 |
"num_examples": 2000,
|
236 |
-
"dataset_name":
|
237 |
},
|
238 |
"validation": {
|
239 |
"name": "validation",
|
240 |
-
"num_bytes":
|
241 |
"num_examples": 2000,
|
242 |
-
"dataset_name":
|
243 |
-
}
|
244 |
-
},
|
245 |
-
"download_checksums": {
|
246 |
-
"https://storage.googleapis.com/paws/pawsx/x-final.tar.gz": {
|
247 |
-
"num_bytes": 30282057,
|
248 |
-
"checksum": "4146db499101d66e68ae4c8ed3cf9dadecd625f44b7d8cf3d4a0fe93afc4fd9f"
|
249 |
}
|
250 |
},
|
251 |
-
"download_size":
|
252 |
-
"
|
253 |
-
"
|
254 |
-
"size_in_bytes": 44645786
|
255 |
},
|
256 |
"ja": {
|
257 |
"description": "PAWS-X, a multilingual version of PAWS (Paraphrase Adversaries from Word Scrambling) for six languages.\n\nThis dataset contains 23,659 human translated PAWS evaluation pairs and 296,406 machine\ntranslated training pairs in six typologically distinct languages: French, Spanish, German,\nChinese, Japanese, and Korean. English language is available by default. All translated\npairs are sourced from examples in PAWS-Wiki.\n\nFor further details, see the accompanying paper: PAWS-X: A Cross-lingual Adversarial Dataset\nfor Paraphrase Identification (https://arxiv.org/abs/1908.11828)\n\nNOTE: There might be some missing or wrong labels in the dataset and we have replaced them with -1.\n",
|
|
|
187 |
"features": {
|
188 |
"id": {
|
189 |
"dtype": "int32",
|
|
|
190 |
"_type": "Value"
|
191 |
},
|
192 |
"sentence1": {
|
193 |
"dtype": "string",
|
|
|
194 |
"_type": "Value"
|
195 |
},
|
196 |
"sentence2": {
|
197 |
"dtype": "string",
|
|
|
198 |
"_type": "Value"
|
199 |
},
|
200 |
"label": {
|
|
|
201 |
"names": [
|
202 |
"0",
|
203 |
"1"
|
204 |
],
|
|
|
|
|
205 |
"_type": "ClassLabel"
|
206 |
}
|
207 |
},
|
208 |
+
"builder_name": "paws-x",
|
209 |
+
"dataset_name": "paws-x",
|
|
|
210 |
"config_name": "fr",
|
211 |
"version": {
|
212 |
"version_str": "1.1.0",
|
|
|
218 |
"splits": {
|
219 |
"train": {
|
220 |
"name": "train",
|
221 |
+
"num_bytes": 13295557,
|
222 |
"num_examples": 49401,
|
223 |
+
"dataset_name": null
|
224 |
},
|
225 |
"test": {
|
226 |
"name": "test",
|
227 |
+
"num_bytes": 535093,
|
228 |
"num_examples": 2000,
|
229 |
+
"dataset_name": null
|
230 |
},
|
231 |
"validation": {
|
232 |
"name": "validation",
|
233 |
+
"num_bytes": 533023,
|
234 |
"num_examples": 2000,
|
235 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
}
|
237 |
},
|
238 |
+
"download_size": 9785410,
|
239 |
+
"dataset_size": 14363673,
|
240 |
+
"size_in_bytes": 24149083
|
|
|
241 |
},
|
242 |
"ja": {
|
243 |
"description": "PAWS-X, a multilingual version of PAWS (Paraphrase Adversaries from Word Scrambling) for six languages.\n\nThis dataset contains 23,659 human translated PAWS evaluation pairs and 296,406 machine\ntranslated training pairs in six typologically distinct languages: French, Spanish, German,\nChinese, Japanese, and Korean. English language is available by default. All translated\npairs are sourced from examples in PAWS-Wiki.\n\nFor further details, see the accompanying paper: PAWS-X: A Cross-lingual Adversarial Dataset\nfor Paraphrase Identification (https://arxiv.org/abs/1908.11828)\n\nNOTE: There might be some missing or wrong labels in the dataset and we have replaced them with -1.\n",
|
fr/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98844ef252bf38c42cbbf144ec30984c9e54c4c204d0e777c083831130593f4b
|
3 |
+
size 351597
|
fr/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a487d5ec5412c55247f8b3bf26924cfcbcdb76bc7b04167e4c3428ed632b7cb
|
3 |
+
size 9086989
|
fr/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e64e5e373b4a0728941bab3acb083aaf41fe1f62e2654e7f7ea147dfd63b56f7
|
3 |
+
size 346824
|