Datasets:

Sub-tasks: extractive-qa
Languages: Chinese
Multilinguality: monolingual
Size Categories: 10K<n<100K
Language Creators: crowdsourced
Annotations Creators: crowdsourced
Source Datasets: original
lhoestq HF staff commited on
Commit
3bf0f5d
1 Parent(s): cc8139f

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -19,6 +19,32 @@ task_ids:
19
  - extractive-qa
20
  paperswithcode_id: cmrc-2018
21
  pretty_name: Chinese Machine Reading Comprehension 2018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for "cmrc2018"
@@ -198,4 +224,4 @@ The data fields are the same among all splits.
198
 
199
  ### Contributions
200
 
201
- Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
19
  - extractive-qa
20
  paperswithcode_id: cmrc-2018
21
  pretty_name: Chinese Machine Reading Comprehension 2018
22
+ dataset_info:
23
+ features:
24
+ - name: id
25
+ dtype: string
26
+ - name: context
27
+ dtype: string
28
+ - name: question
29
+ dtype: string
30
+ - name: answers
31
+ sequence:
32
+ - name: text
33
+ dtype: string
34
+ - name: answer_start
35
+ dtype: int32
36
+ splits:
37
+ - name: test
38
+ num_bytes: 1606931
39
+ num_examples: 1002
40
+ - name: train
41
+ num_bytes: 15508110
42
+ num_examples: 10142
43
+ - name: validation
44
+ num_bytes: 5183809
45
+ num_examples: 3219
46
+ download_size: 11508117
47
+ dataset_size: 22298850
48
  ---
49
 
50
  # Dataset Card for "cmrc2018"
224
 
225
  ### Contributions
226
 
227
+ Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf) for adding this dataset.