albertvillanova HF staff commited on
Commit
e098cf9
1 Parent(s): 181729b

Add drcd data files

Browse files
README.md CHANGED
@@ -258,16 +258,16 @@ dataset_info:
258
  dtype: int32
259
  splits:
260
  - name: test
261
- num_bytes: 4982402
262
  num_examples: 3493
263
  - name: train
264
- num_bytes: 37443458
265
  num_examples: 26936
266
  - name: validation
267
- num_bytes: 5222753
268
  num_examples: 3524
269
- download_size: 7264200
270
- dataset_size: 47648613
271
  - config_name: iflytek
272
  features:
273
  - name: sentence
@@ -516,6 +516,14 @@ configs:
516
  path: csl/train-*
517
  - split: validation
518
  path: csl/validation-*
 
 
 
 
 
 
 
 
519
  - config_name: iflytek
520
  data_files:
521
  - split: test
 
258
  dtype: int32
259
  splits:
260
  - name: test
261
+ num_bytes: 4982378
262
  num_examples: 3493
263
  - name: train
264
+ num_bytes: 37443386
265
  num_examples: 26936
266
  - name: validation
267
+ num_bytes: 5222729
268
  num_examples: 3524
269
+ download_size: 11188875
270
+ dataset_size: 47648493
271
  - config_name: iflytek
272
  features:
273
  - name: sentence
 
516
  path: csl/train-*
517
  - split: validation
518
  path: csl/validation-*
519
+ - config_name: drcd
520
+ data_files:
521
+ - split: test
522
+ path: drcd/test-*
523
+ - split: train
524
+ path: drcd/train-*
525
+ - split: validation
526
+ path: drcd/validation-*
527
  - config_name: iflytek
528
  data_files:
529
  - split: test
dataset_infos.json CHANGED
@@ -583,41 +583,32 @@
583
  "features": {
584
  "id": {
585
  "dtype": "string",
586
- "id": null,
587
  "_type": "Value"
588
  },
589
  "context": {
590
  "dtype": "string",
591
- "id": null,
592
  "_type": "Value"
593
  },
594
  "question": {
595
  "dtype": "string",
596
- "id": null,
597
  "_type": "Value"
598
  },
599
  "answers": {
600
  "feature": {
601
  "text": {
602
  "dtype": "string",
603
- "id": null,
604
  "_type": "Value"
605
  },
606
  "answer_start": {
607
  "dtype": "int32",
608
- "id": null,
609
  "_type": "Value"
610
  }
611
  },
612
- "length": -1,
613
- "id": null,
614
  "_type": "Sequence"
615
  }
616
  },
617
- "post_processed": null,
618
- "supervised_keys": null,
619
- "task_templates": null,
620
  "builder_name": "clue",
 
621
  "config_name": "drcd",
622
  "version": {
623
  "version_str": "1.0.0",
@@ -629,33 +620,26 @@
629
  "splits": {
630
  "test": {
631
  "name": "test",
632
- "num_bytes": 4982402,
633
  "num_examples": 3493,
634
- "dataset_name": "clue"
635
  },
636
  "train": {
637
  "name": "train",
638
- "num_bytes": 37443458,
639
  "num_examples": 26936,
640
- "dataset_name": "clue"
641
  },
642
  "validation": {
643
  "name": "validation",
644
- "num_bytes": 5222753,
645
  "num_examples": 3524,
646
- "dataset_name": "clue"
647
- }
648
- },
649
- "download_checksums": {
650
- "https://storage.googleapis.com/cluebenchmark/tasks/drcd_public.zip": {
651
- "num_bytes": 7264200,
652
- "checksum": "f03a38bded37572e224b69b822794eca6218f9584afc0918bf8aa2bc77cf968d"
653
  }
654
  },
655
- "download_size": 7264200,
656
- "post_processing_size": null,
657
- "dataset_size": 47648613,
658
- "size_in_bytes": 54912813
659
  },
660
  "chid": {
661
  "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",
 
583
  "features": {
584
  "id": {
585
  "dtype": "string",
 
586
  "_type": "Value"
587
  },
588
  "context": {
589
  "dtype": "string",
 
590
  "_type": "Value"
591
  },
592
  "question": {
593
  "dtype": "string",
 
594
  "_type": "Value"
595
  },
596
  "answers": {
597
  "feature": {
598
  "text": {
599
  "dtype": "string",
 
600
  "_type": "Value"
601
  },
602
  "answer_start": {
603
  "dtype": "int32",
 
604
  "_type": "Value"
605
  }
606
  },
 
 
607
  "_type": "Sequence"
608
  }
609
  },
 
 
 
610
  "builder_name": "clue",
611
+ "dataset_name": "clue",
612
  "config_name": "drcd",
613
  "version": {
614
  "version_str": "1.0.0",
 
620
  "splits": {
621
  "test": {
622
  "name": "test",
623
+ "num_bytes": 4982378,
624
  "num_examples": 3493,
625
+ "dataset_name": null
626
  },
627
  "train": {
628
  "name": "train",
629
+ "num_bytes": 37443386,
630
  "num_examples": 26936,
631
+ "dataset_name": null
632
  },
633
  "validation": {
634
  "name": "validation",
635
+ "num_bytes": 5222729,
636
  "num_examples": 3524,
637
+ "dataset_name": null
 
 
 
 
 
 
638
  }
639
  },
640
+ "download_size": 11188875,
641
+ "dataset_size": 47648493,
642
+ "size_in_bytes": 58837368
 
643
  },
644
  "chid": {
645
  "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",
drcd/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c27f0bf47c1c944d591528040800a682f359c056ef8a6354c8ca7f5e73c0b2cd
3
+ size 1104239
drcd/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f9172b84bb3f30b3de781311bb2cdaf225d62543a643a8b5f0cbe20768135f8
3
+ size 8858709
drcd/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f40e27ceaec7622bff54aa9631281fe06fa8fbdf836f7c9be4766e8f1035dadc
3
+ size 1225927