Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
expert-generated
Source Datasets:
original
Tags:
License:
lhoestq HF staff commited on
Commit
076385e
1 Parent(s): 66ec2f8

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +62 -1
README.md CHANGED
@@ -20,6 +20,67 @@ task_categories:
20
  task_ids:
21
  - open-domain-qa
22
  paperswithcode_id: openbookqa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for OpenBookQA
@@ -219,4 +280,4 @@ The data fields are the same among all splits.
219
 
220
  ### Contributions
221
 
222
- Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun) for adding this dataset.
 
20
  task_ids:
21
  - open-domain-qa
22
  paperswithcode_id: openbookqa
23
+ dataset_info:
24
+ - config_name: main
25
+ features:
26
+ - name: id
27
+ dtype: string
28
+ - name: question_stem
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
+ splits:
39
+ - name: test
40
+ num_bytes: 91850
41
+ num_examples: 500
42
+ - name: train
43
+ num_bytes: 896034
44
+ num_examples: 4957
45
+ - name: validation
46
+ num_bytes: 95519
47
+ num_examples: 500
48
+ download_size: 1446098
49
+ dataset_size: 1083403
50
+ - config_name: additional
51
+ features:
52
+ - name: id
53
+ dtype: string
54
+ - name: question_stem
55
+ dtype: string
56
+ - name: choices
57
+ sequence:
58
+ - name: text
59
+ dtype: string
60
+ - name: label
61
+ dtype: string
62
+ - name: answerKey
63
+ dtype: string
64
+ - name: fact1
65
+ dtype: string
66
+ - name: humanScore
67
+ dtype: float32
68
+ - name: clarity
69
+ dtype: float32
70
+ - name: turkIdAnonymized
71
+ dtype: string
72
+ splits:
73
+ - name: test
74
+ num_bytes: 130926
75
+ num_examples: 500
76
+ - name: train
77
+ num_bytes: 1290473
78
+ num_examples: 4957
79
+ - name: validation
80
+ num_bytes: 136141
81
+ num_examples: 500
82
+ download_size: 1446098
83
+ dataset_size: 1557540
84
  ---
85
 
86
  # Dataset Card for OpenBookQA
 
280
 
281
  ### Contributions
282
 
283
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun) for adding this dataset.