albertvillanova HF staff commited on
Commit
019650d
1 Parent(s): 24f9c2c

Add ja data files

Browse files
README.md CHANGED
@@ -153,16 +153,16 @@ dataset_info:
153
  '1': '1'
154
  splits:
155
  - name: train
156
- num_bytes: 15041632
157
  num_examples: 49401
158
  - name: test
159
- num_bytes: 668636
160
  num_examples: 2000
161
  - name: validation
162
- num_bytes: 661778
163
  num_examples: 2000
164
- download_size: 30282057
165
- dataset_size: 16372046
166
  - config_name: ko
167
  features:
168
  - name: id
@@ -248,6 +248,14 @@ configs:
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
 
153
  '1': '1'
154
  splits:
155
  - name: train
156
+ num_bytes: 15041592
157
  num_examples: 49401
158
  - name: test
159
+ num_bytes: 668628
160
  num_examples: 2000
161
  - name: validation
162
+ num_bytes: 661770
163
  num_examples: 2000
164
+ download_size: 10435711
165
+ dataset_size: 16371990
166
  - config_name: ko
167
  features:
168
  - name: id
 
248
  path: fr/test-*
249
  - split: validation
250
  path: fr/validation-*
251
+ - config_name: ja
252
+ data_files:
253
+ - split: train
254
+ path: ja/train-*
255
+ - split: test
256
+ path: ja/test-*
257
+ - split: validation
258
+ path: ja/validation-*
259
  ---
260
 
261
  # Dataset Card for PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification
dataset_infos.json CHANGED
@@ -247,33 +247,26 @@
247
  "features": {
248
  "id": {
249
  "dtype": "int32",
250
- "id": null,
251
  "_type": "Value"
252
  },
253
  "sentence1": {
254
  "dtype": "string",
255
- "id": null,
256
  "_type": "Value"
257
  },
258
  "sentence2": {
259
  "dtype": "string",
260
- "id": null,
261
  "_type": "Value"
262
  },
263
  "label": {
264
- "num_classes": 2,
265
  "names": [
266
  "0",
267
  "1"
268
  ],
269
- "names_file": null,
270
- "id": null,
271
  "_type": "ClassLabel"
272
  }
273
  },
274
- "post_processed": null,
275
- "supervised_keys": null,
276
- "builder_name": "pawsx",
277
  "config_name": "ja",
278
  "version": {
279
  "version_str": "1.1.0",
@@ -285,33 +278,26 @@
285
  "splits": {
286
  "train": {
287
  "name": "train",
288
- "num_bytes": 15041632,
289
  "num_examples": 49401,
290
- "dataset_name": "pawsx"
291
  },
292
  "test": {
293
  "name": "test",
294
- "num_bytes": 668636,
295
  "num_examples": 2000,
296
- "dataset_name": "pawsx"
297
  },
298
  "validation": {
299
  "name": "validation",
300
- "num_bytes": 661778,
301
  "num_examples": 2000,
302
- "dataset_name": "pawsx"
303
- }
304
- },
305
- "download_checksums": {
306
- "https://storage.googleapis.com/paws/pawsx/x-final.tar.gz": {
307
- "num_bytes": 30282057,
308
- "checksum": "4146db499101d66e68ae4c8ed3cf9dadecd625f44b7d8cf3d4a0fe93afc4fd9f"
309
  }
310
  },
311
- "download_size": 30282057,
312
- "post_processing_size": null,
313
- "dataset_size": 16372046,
314
- "size_in_bytes": 46654103
315
  },
316
  "ko": {
317
  "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",
 
247
  "features": {
248
  "id": {
249
  "dtype": "int32",
 
250
  "_type": "Value"
251
  },
252
  "sentence1": {
253
  "dtype": "string",
 
254
  "_type": "Value"
255
  },
256
  "sentence2": {
257
  "dtype": "string",
 
258
  "_type": "Value"
259
  },
260
  "label": {
 
261
  "names": [
262
  "0",
263
  "1"
264
  ],
 
 
265
  "_type": "ClassLabel"
266
  }
267
  },
268
+ "builder_name": "paws-x",
269
+ "dataset_name": "paws-x",
 
270
  "config_name": "ja",
271
  "version": {
272
  "version_str": "1.1.0",
 
278
  "splits": {
279
  "train": {
280
  "name": "train",
281
+ "num_bytes": 15041592,
282
  "num_examples": 49401,
283
+ "dataset_name": null
284
  },
285
  "test": {
286
  "name": "test",
287
+ "num_bytes": 668628,
288
  "num_examples": 2000,
289
+ "dataset_name": null
290
  },
291
  "validation": {
292
  "name": "validation",
293
+ "num_bytes": 661770,
294
  "num_examples": 2000,
295
+ "dataset_name": null
 
 
 
 
 
 
296
  }
297
  },
298
+ "download_size": 10435711,
299
+ "dataset_size": 16371990,
300
+ "size_in_bytes": 26807701
 
301
  },
302
  "ko": {
303
  "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",
ja/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a75eb349a59de7c0db1c408c4db29f8d9fbbc75cbd57d637f8a2454ae89abfd8
3
+ size 409819
ja/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27bccd84b466063f337c1e6effe027f456c0e5e4a7726a3824413f732b364ae9
3
+ size 9625002
ja/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a07868e9a6b4e3d1a87e76ff151624bd9b7e8954f22d2913b02259f4a15e910b
3
+ size 400890