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

Add ko data files

Browse files
README.md CHANGED
@@ -179,16 +179,16 @@ dataset_info:
179
  '1': '1'
180
  splits:
181
  - name: train
182
- num_bytes: 13934221
183
  num_examples: 49401
184
  - name: test
185
- num_bytes: 562300
186
  num_examples: 2000
187
  - name: validation
188
- num_bytes: 554875
189
  num_examples: 2000
190
- download_size: 30282057
191
- dataset_size: 15051396
192
  - config_name: zh
193
  features:
194
  - name: id
@@ -256,6 +256,14 @@ configs:
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
 
179
  '1': '1'
180
  splits:
181
  - name: train
182
+ num_bytes: 13934181
183
  num_examples: 49401
184
  - name: test
185
+ num_bytes: 562292
186
  num_examples: 2000
187
  - name: validation
188
+ num_bytes: 554867
189
  num_examples: 2000
190
+ download_size: 10263972
191
+ dataset_size: 15051340
192
  - config_name: zh
193
  features:
194
  - name: id
 
256
  path: ja/test-*
257
  - split: validation
258
  path: ja/validation-*
259
+ - config_name: ko
260
+ data_files:
261
+ - split: train
262
+ path: ko/train-*
263
+ - split: test
264
+ path: ko/test-*
265
+ - split: validation
266
+ path: ko/validation-*
267
  ---
268
 
269
  # Dataset Card for PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification
dataset_infos.json CHANGED
@@ -307,33 +307,26 @@
307
  "features": {
308
  "id": {
309
  "dtype": "int32",
310
- "id": null,
311
  "_type": "Value"
312
  },
313
  "sentence1": {
314
  "dtype": "string",
315
- "id": null,
316
  "_type": "Value"
317
  },
318
  "sentence2": {
319
  "dtype": "string",
320
- "id": null,
321
  "_type": "Value"
322
  },
323
  "label": {
324
- "num_classes": 2,
325
  "names": [
326
  "0",
327
  "1"
328
  ],
329
- "names_file": null,
330
- "id": null,
331
  "_type": "ClassLabel"
332
  }
333
  },
334
- "post_processed": null,
335
- "supervised_keys": null,
336
- "builder_name": "pawsx",
337
  "config_name": "ko",
338
  "version": {
339
  "version_str": "1.1.0",
@@ -345,33 +338,26 @@
345
  "splits": {
346
  "train": {
347
  "name": "train",
348
- "num_bytes": 13934221,
349
  "num_examples": 49401,
350
- "dataset_name": "pawsx"
351
  },
352
  "test": {
353
  "name": "test",
354
- "num_bytes": 562300,
355
  "num_examples": 2000,
356
- "dataset_name": "pawsx"
357
  },
358
  "validation": {
359
  "name": "validation",
360
- "num_bytes": 554875,
361
  "num_examples": 2000,
362
- "dataset_name": "pawsx"
363
- }
364
- },
365
- "download_checksums": {
366
- "https://storage.googleapis.com/paws/pawsx/x-final.tar.gz": {
367
- "num_bytes": 30282057,
368
- "checksum": "4146db499101d66e68ae4c8ed3cf9dadecd625f44b7d8cf3d4a0fe93afc4fd9f"
369
  }
370
  },
371
- "download_size": 30282057,
372
- "post_processing_size": null,
373
- "dataset_size": 15051396,
374
- "size_in_bytes": 45333453
375
  },
376
  "zh": {
377
  "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",
 
307
  "features": {
308
  "id": {
309
  "dtype": "int32",
 
310
  "_type": "Value"
311
  },
312
  "sentence1": {
313
  "dtype": "string",
 
314
  "_type": "Value"
315
  },
316
  "sentence2": {
317
  "dtype": "string",
 
318
  "_type": "Value"
319
  },
320
  "label": {
 
321
  "names": [
322
  "0",
323
  "1"
324
  ],
 
 
325
  "_type": "ClassLabel"
326
  }
327
  },
328
+ "builder_name": "paws-x",
329
+ "dataset_name": "paws-x",
 
330
  "config_name": "ko",
331
  "version": {
332
  "version_str": "1.1.0",
 
338
  "splits": {
339
  "train": {
340
  "name": "train",
341
+ "num_bytes": 13934181,
342
  "num_examples": 49401,
343
+ "dataset_name": null
344
  },
345
  "test": {
346
  "name": "test",
347
+ "num_bytes": 562292,
348
  "num_examples": 2000,
349
+ "dataset_name": null
350
  },
351
  "validation": {
352
  "name": "validation",
353
+ "num_bytes": 554867,
354
  "num_examples": 2000,
355
+ "dataset_name": null
 
 
 
 
 
 
356
  }
357
  },
358
+ "download_size": 10263972,
359
+ "dataset_size": 15051340,
360
+ "size_in_bytes": 25315312
 
361
  },
362
  "zh": {
363
  "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",
ko/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b27692abb0b1be9f9a3a22f80cee749d9dd35870a6f2874c594777aac3aa6988
3
+ size 372705
ko/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a98fb8091c513c684e1f875b1f73002f1514572f2280ab09f8653f2541bdbd06
3
+ size 9528994
ko/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6da70ff9cf51075a688fb379ac1b091ee362700f74346473dd1a0c237b8a6f12
3
+ size 362273