lhoestq HF staff commited on
Commit
dfc9851
1 Parent(s): 65662a4

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
  - closed-domain-qa
20
  paperswithcode_id: sciq
21
  pretty_name: SciQ
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for "sciq"
@@ -178,4 +204,4 @@ The dataset is licensed under the [Creative Commons Attribution-NonCommercial 3.
178
 
179
  ### Contributions
180
 
181
- Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
 
19
  - closed-domain-qa
20
  paperswithcode_id: sciq
21
  pretty_name: SciQ
22
+ dataset_info:
23
+ features:
24
+ - name: question
25
+ dtype: string
26
+ - name: distractor3
27
+ dtype: string
28
+ - name: distractor1
29
+ dtype: string
30
+ - name: distractor2
31
+ dtype: string
32
+ - name: correct_answer
33
+ dtype: string
34
+ - name: support
35
+ dtype: string
36
+ splits:
37
+ - name: test
38
+ num_bytes: 564826
39
+ num_examples: 1000
40
+ - name: train
41
+ num_bytes: 6556427
42
+ num_examples: 11679
43
+ - name: validation
44
+ num_bytes: 555019
45
+ num_examples: 1000
46
+ download_size: 2821345
47
+ dataset_size: 7676272
48
  ---
49
 
50
  # Dataset Card for "sciq"
 
204
 
205
  ### Contributions
206
 
207
+ Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf) for adding this dataset.