albertvillanova HF staff commited on
Commit
eb98877
1 Parent(s): ba18cf4

Add cluewsc2020 data files

Browse files
README.md CHANGED
@@ -127,16 +127,16 @@ dataset_info:
127
  dtype: int32
128
  splits:
129
  - name: test
130
- num_bytes: 645649
131
  num_examples: 2574
132
  - name: train
133
- num_bytes: 288828
134
  num_examples: 1244
135
  - name: validation
136
- num_bytes: 72682
137
  num_examples: 304
138
- download_size: 281384
139
- dataset_size: 1007159
140
  - config_name: cmnli
141
  features:
142
  - name: sentence1
@@ -482,6 +482,14 @@ configs:
482
  path: afqmc/train-*
483
  - split: validation
484
  path: afqmc/validation-*
 
 
 
 
 
 
 
 
485
  - config_name: cmnli
486
  data_files:
487
  - split: test
 
127
  dtype: int32
128
  splits:
129
  - name: test
130
+ num_bytes: 645637
131
  num_examples: 2574
132
  - name: train
133
+ num_bytes: 288816
134
  num_examples: 1244
135
  - name: validation
136
+ num_bytes: 72670
137
  num_examples: 304
138
+ download_size: 380611
139
+ dataset_size: 1007123
140
  - config_name: cmnli
141
  features:
142
  - name: sentence1
 
482
  path: afqmc/train-*
483
  - split: validation
484
  path: afqmc/validation-*
485
+ - config_name: cluewsc2020
486
+ data_files:
487
+ - split: test
488
+ path: cluewsc2020/test-*
489
+ - split: train
490
+ path: cluewsc2020/train-*
491
+ - split: validation
492
+ path: cluewsc2020/validation-*
493
  - config_name: cmnli
494
  data_files:
495
  - split: test
cluewsc2020/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04723ac33cb7a4d5498c706617941eba15ec06764e9b8130b4b4a5e27a7b7b65
3
+ size 270556
cluewsc2020/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7b52deaee29d4aee07c27897cb592de6cbabaf8e2eed492a1538f44aa38b1f1
3
+ size 84085
cluewsc2020/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b3877557c3007a54caf54e50eb3af57908f0d615dad31d9617c824e6c925e0a
3
+ size 25970
dataset_infos.json CHANGED
@@ -370,51 +370,40 @@
370
  "features": {
371
  "idx": {
372
  "dtype": "int32",
373
- "id": null,
374
  "_type": "Value"
375
  },
376
  "text": {
377
  "dtype": "string",
378
- "id": null,
379
  "_type": "Value"
380
  },
381
  "label": {
382
- "num_classes": 2,
383
  "names": [
384
  "true",
385
  "false"
386
  ],
387
- "names_file": null,
388
- "id": null,
389
  "_type": "ClassLabel"
390
  },
391
  "target": {
392
  "span1_text": {
393
  "dtype": "string",
394
- "id": null,
395
  "_type": "Value"
396
  },
397
  "span2_text": {
398
  "dtype": "string",
399
- "id": null,
400
  "_type": "Value"
401
  },
402
  "span1_index": {
403
  "dtype": "int32",
404
- "id": null,
405
  "_type": "Value"
406
  },
407
  "span2_index": {
408
  "dtype": "int32",
409
- "id": null,
410
  "_type": "Value"
411
  }
412
  }
413
  },
414
- "post_processed": null,
415
- "supervised_keys": null,
416
- "task_templates": null,
417
  "builder_name": "clue",
 
418
  "config_name": "cluewsc2020",
419
  "version": {
420
  "version_str": "1.0.0",
@@ -426,33 +415,26 @@
426
  "splits": {
427
  "test": {
428
  "name": "test",
429
- "num_bytes": 645649,
430
  "num_examples": 2574,
431
- "dataset_name": "clue"
432
  },
433
  "train": {
434
  "name": "train",
435
- "num_bytes": 288828,
436
  "num_examples": 1244,
437
- "dataset_name": "clue"
438
  },
439
  "validation": {
440
  "name": "validation",
441
- "num_bytes": 72682,
442
  "num_examples": 304,
443
- "dataset_name": "clue"
444
- }
445
- },
446
- "download_checksums": {
447
- "https://storage.googleapis.com/cluebenchmark/tasks/cluewsc2020_public.zip": {
448
- "num_bytes": 281384,
449
- "checksum": "ebe5f357b19392d601be401b2fd4246983f534809a078eab7bda1de418fb3ffe"
450
  }
451
  },
452
- "download_size": 281384,
453
- "post_processing_size": null,
454
- "dataset_size": 1007159,
455
- "size_in_bytes": 1288543
456
  },
457
  "csl": {
458
  "description": "CLUE, A Chinese Language Understanding Evaluation Benchmark\n(https://www.cluebenchmarks.com/) is a collection of resources for training,\nevaluating, and analyzing Chinese language understanding systems.\n\n",
 
370
  "features": {
371
  "idx": {
372
  "dtype": "int32",
 
373
  "_type": "Value"
374
  },
375
  "text": {
376
  "dtype": "string",
 
377
  "_type": "Value"
378
  },
379
  "label": {
 
380
  "names": [
381
  "true",
382
  "false"
383
  ],
 
 
384
  "_type": "ClassLabel"
385
  },
386
  "target": {
387
  "span1_text": {
388
  "dtype": "string",
 
389
  "_type": "Value"
390
  },
391
  "span2_text": {
392
  "dtype": "string",
 
393
  "_type": "Value"
394
  },
395
  "span1_index": {
396
  "dtype": "int32",
 
397
  "_type": "Value"
398
  },
399
  "span2_index": {
400
  "dtype": "int32",
 
401
  "_type": "Value"
402
  }
403
  }
404
  },
 
 
 
405
  "builder_name": "clue",
406
+ "dataset_name": "clue",
407
  "config_name": "cluewsc2020",
408
  "version": {
409
  "version_str": "1.0.0",
 
415
  "splits": {
416
  "test": {
417
  "name": "test",
418
+ "num_bytes": 645637,
419
  "num_examples": 2574,
420
+ "dataset_name": null
421
  },
422
  "train": {
423
  "name": "train",
424
+ "num_bytes": 288816,
425
  "num_examples": 1244,
426
+ "dataset_name": null
427
  },
428
  "validation": {
429
  "name": "validation",
430
+ "num_bytes": 72670,
431
  "num_examples": 304,
432
+ "dataset_name": null
 
 
 
 
 
 
433
  }
434
  },
435
+ "download_size": 380611,
436
+ "dataset_size": 1007123,
437
+ "size_in_bytes": 1387734
 
438
  },
439
  "csl": {
440
  "description": "CLUE, A Chinese Language Understanding Evaluation Benchmark\n(https://www.cluebenchmarks.com/) is a collection of resources for training,\nevaluating, and analyzing Chinese language understanding systems.\n\n",