lhoestq HF staff commited on
Commit
745d1ef
1 Parent(s): 35266c4

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -19,6 +19,34 @@ task_categories:
19
  task_ids:
20
  - open-domain-qa
21
  paperswithcode_id: commonsenseqa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for "commonsense_qa"
@@ -193,4 +221,4 @@ See: https://github.com/jonathanherzig/commonsenseqa/issues/5
193
 
194
  ### Contributions
195
 
196
- Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@albertvillanova](https://github.com/albertvillanova), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
 
19
  task_ids:
20
  - open-domain-qa
21
  paperswithcode_id: commonsenseqa
22
+ dataset_info:
23
+ features:
24
+ - name: id
25
+ dtype: string
26
+ - name: question
27
+ dtype: string
28
+ - name: question_concept
29
+ dtype: string
30
+ - name: choices
31
+ sequence:
32
+ - name: label
33
+ dtype: string
34
+ - name: text
35
+ dtype: string
36
+ - name: answerKey
37
+ dtype: string
38
+ splits:
39
+ - name: test
40
+ num_bytes: 258017
41
+ num_examples: 1140
42
+ - name: train
43
+ num_bytes: 2209044
44
+ num_examples: 9741
45
+ - name: validation
46
+ num_bytes: 274033
47
+ num_examples: 1221
48
+ download_size: 4680691
49
+ dataset_size: 2741094
50
  ---
51
 
52
  # Dataset Card for "commonsense_qa"
 
221
 
222
  ### Contributions
223
 
224
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@albertvillanova](https://github.com/albertvillanova), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.