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

Add cmrc2018 data files

Browse files
README.md CHANGED
@@ -180,19 +180,19 @@ dataset_info:
180
  dtype: int32
181
  splits:
182
  - name: test
183
- num_bytes: 3112066
184
  num_examples: 2000
185
  - name: train
186
- num_bytes: 15508110
187
  num_examples: 10142
188
  - name: validation
189
- num_bytes: 5183809
190
  num_examples: 3219
191
  - name: trial
192
- num_bytes: 1606931
193
  num_examples: 1002
194
- download_size: 3405146
195
- dataset_size: 25410916
196
  - config_name: csl
197
  features:
198
  - name: idx
@@ -498,6 +498,16 @@ configs:
498
  path: cmnli/train-*
499
  - split: validation
500
  path: cmnli/validation-*
 
 
 
 
 
 
 
 
 
 
501
  - config_name: csl
502
  data_files:
503
  - split: test
 
180
  dtype: int32
181
  splits:
182
  - name: test
183
+ num_bytes: 3112042
184
  num_examples: 2000
185
  - name: train
186
+ num_bytes: 15508062
187
  num_examples: 10142
188
  - name: validation
189
+ num_bytes: 5183785
190
  num_examples: 3219
191
  - name: trial
192
+ num_bytes: 1606907
193
  num_examples: 1002
194
+ download_size: 5459001
195
+ dataset_size: 25410796
196
  - config_name: csl
197
  features:
198
  - name: idx
 
498
  path: cmnli/train-*
499
  - split: validation
500
  path: cmnli/validation-*
501
+ - config_name: cmrc2018
502
+ data_files:
503
+ - split: test
504
+ path: cmrc2018/test-*
505
+ - split: train
506
+ path: cmrc2018/train-*
507
+ - split: validation
508
+ path: cmrc2018/validation-*
509
+ - split: trial
510
+ path: cmrc2018/trial-*
511
  - config_name: csl
512
  data_files:
513
  - split: test
cmrc2018/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75eee895cb4420f2fb7f48905b4b503069617e2896b6e50f54bfe5078233e7c5
3
+ size 562527
cmrc2018/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50620fe06f98895de2d6d7b391c979683b68389690653c98fe8c63c0df17a3dc
3
+ size 3365760
cmrc2018/trial-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8915dfa764dc837733b1642375646b125af68500d72156494095e7ee02ee573
3
+ size 394653
cmrc2018/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa0c2e73b896ef311f87f1a5e665a3d55724c6912d74f6727f50609ff13f8aef
3
+ size 1136061
dataset_infos.json CHANGED
@@ -511,41 +511,32 @@
511
  "features": {
512
  "id": {
513
  "dtype": "string",
514
- "id": null,
515
  "_type": "Value"
516
  },
517
  "context": {
518
  "dtype": "string",
519
- "id": null,
520
  "_type": "Value"
521
  },
522
  "question": {
523
  "dtype": "string",
524
- "id": null,
525
  "_type": "Value"
526
  },
527
  "answers": {
528
  "feature": {
529
  "text": {
530
  "dtype": "string",
531
- "id": null,
532
  "_type": "Value"
533
  },
534
  "answer_start": {
535
  "dtype": "int32",
536
- "id": null,
537
  "_type": "Value"
538
  }
539
  },
540
- "length": -1,
541
- "id": null,
542
  "_type": "Sequence"
543
  }
544
  },
545
- "post_processed": null,
546
- "supervised_keys": null,
547
- "task_templates": null,
548
  "builder_name": "clue",
 
549
  "config_name": "cmrc2018",
550
  "version": {
551
  "version_str": "1.0.0",
@@ -557,39 +548,32 @@
557
  "splits": {
558
  "test": {
559
  "name": "test",
560
- "num_bytes": 3112066,
561
  "num_examples": 2000,
562
- "dataset_name": "clue"
563
  },
564
  "train": {
565
  "name": "train",
566
- "num_bytes": 15508110,
567
  "num_examples": 10142,
568
- "dataset_name": "clue"
569
  },
570
  "validation": {
571
  "name": "validation",
572
- "num_bytes": 5183809,
573
  "num_examples": 3219,
574
- "dataset_name": "clue"
575
  },
576
  "trial": {
577
  "name": "trial",
578
- "num_bytes": 1606931,
579
  "num_examples": 1002,
580
- "dataset_name": "clue"
581
- }
582
- },
583
- "download_checksums": {
584
- "https://storage.googleapis.com/cluebenchmark/tasks/cmrc2018_public.zip": {
585
- "num_bytes": 3405146,
586
- "checksum": "6c63dc27e728ec5231aeb7d2861b4c90b6c116390582e0c44416cf3edf030b16"
587
  }
588
  },
589
- "download_size": 3405146,
590
- "post_processing_size": null,
591
- "dataset_size": 25410916,
592
- "size_in_bytes": 28816062
593
  },
594
  "drcd": {
595
  "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",
 
511
  "features": {
512
  "id": {
513
  "dtype": "string",
 
514
  "_type": "Value"
515
  },
516
  "context": {
517
  "dtype": "string",
 
518
  "_type": "Value"
519
  },
520
  "question": {
521
  "dtype": "string",
 
522
  "_type": "Value"
523
  },
524
  "answers": {
525
  "feature": {
526
  "text": {
527
  "dtype": "string",
 
528
  "_type": "Value"
529
  },
530
  "answer_start": {
531
  "dtype": "int32",
 
532
  "_type": "Value"
533
  }
534
  },
 
 
535
  "_type": "Sequence"
536
  }
537
  },
 
 
 
538
  "builder_name": "clue",
539
+ "dataset_name": "clue",
540
  "config_name": "cmrc2018",
541
  "version": {
542
  "version_str": "1.0.0",
 
548
  "splits": {
549
  "test": {
550
  "name": "test",
551
+ "num_bytes": 3112042,
552
  "num_examples": 2000,
553
+ "dataset_name": null
554
  },
555
  "train": {
556
  "name": "train",
557
+ "num_bytes": 15508062,
558
  "num_examples": 10142,
559
+ "dataset_name": null
560
  },
561
  "validation": {
562
  "name": "validation",
563
+ "num_bytes": 5183785,
564
  "num_examples": 3219,
565
+ "dataset_name": null
566
  },
567
  "trial": {
568
  "name": "trial",
569
+ "num_bytes": 1606907,
570
  "num_examples": 1002,
571
+ "dataset_name": null
 
 
 
 
 
 
572
  }
573
  },
574
+ "download_size": 5459001,
575
+ "dataset_size": 25410796,
576
+ "size_in_bytes": 30869797
 
577
  },
578
  "drcd": {
579
  "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",