Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
lhoestq HF staff commited on
Commit
340c95d
1 Parent(s): acd224b

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +35 -1
README.md CHANGED
@@ -21,6 +21,40 @@ task_ids:
21
  - extractive-qa
22
  - multiple-choice-qa
23
  paperswithcode_id: qasc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for "qasc"
@@ -188,4 +222,4 @@ The dataset is released under [CC BY 4.0](https://creativecommons.org/licenses/b
188
 
189
  ### Contributions
190
 
191
- Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun) for adding this dataset.
 
21
  - extractive-qa
22
  - multiple-choice-qa
23
  paperswithcode_id: qasc
24
+ dataset_info:
25
+ features:
26
+ - name: id
27
+ dtype: string
28
+ - name: question
29
+ dtype: string
30
+ - name: choices
31
+ sequence:
32
+ - name: text
33
+ dtype: string
34
+ - name: label
35
+ dtype: string
36
+ - name: answerKey
37
+ dtype: string
38
+ - name: fact1
39
+ dtype: string
40
+ - name: fact2
41
+ dtype: string
42
+ - name: combinedfact
43
+ dtype: string
44
+ - name: formatted_question
45
+ dtype: string
46
+ splits:
47
+ - name: test
48
+ num_bytes: 393683
49
+ num_examples: 920
50
+ - name: train
51
+ num_bytes: 4919377
52
+ num_examples: 8134
53
+ - name: validation
54
+ num_bytes: 562352
55
+ num_examples: 926
56
+ download_size: 1616514
57
+ dataset_size: 5875412
58
  ---
59
 
60
  # Dataset Card for "qasc"
 
222
 
223
  ### Contributions
224
 
225
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun) for adding this dataset.