lhoestq HF staff commited on
Commit
ecfa729
1 Parent(s): 789114d

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +46 -1
README.md CHANGED
@@ -20,6 +20,51 @@ task_ids:
20
  - multiple-choice-qa
21
  paperswithcode_id: aqua-rat
22
  pretty_name: Algebra Question Answering with Rationales
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for AQUA-RAT
@@ -169,4 +214,4 @@ limitations under the License.
169
 
170
  ### Contributions
171
 
172
- Thanks to [@arkhalid](https://github.com/arkhalid) for adding this dataset.
20
  - multiple-choice-qa
21
  paperswithcode_id: aqua-rat
22
  pretty_name: Algebra Question Answering with Rationales
23
+ dataset_info:
24
+ - config_name: raw
25
+ features:
26
+ - name: question
27
+ dtype: string
28
+ - name: options
29
+ sequence: string
30
+ - name: rationale
31
+ dtype: string
32
+ - name: correct
33
+ dtype: string
34
+ splits:
35
+ - name: test
36
+ num_bytes: 116779
37
+ num_examples: 254
38
+ - name: train
39
+ num_bytes: 42333259
40
+ num_examples: 97467
41
+ - name: validation
42
+ num_bytes: 118636
43
+ num_examples: 254
44
+ download_size: 47833135
45
+ dataset_size: 42568674
46
+ - config_name: tokenized
47
+ features:
48
+ - name: question
49
+ dtype: string
50
+ - name: options
51
+ sequence: string
52
+ - name: rationale
53
+ dtype: string
54
+ - name: correct
55
+ dtype: string
56
+ splits:
57
+ - name: test
58
+ num_bytes: 126283
59
+ num_examples: 254
60
+ - name: train
61
+ num_bytes: 46493843
62
+ num_examples: 97467
63
+ - name: validation
64
+ num_bytes: 128873
65
+ num_examples: 254
66
+ download_size: 52003894
67
+ dataset_size: 46748999
68
  ---
69
 
70
  # Dataset Card for AQUA-RAT
214
 
215
  ### Contributions
216
 
217
+ Thanks to [@arkhalid](https://github.com/arkhalid) for adding this dataset.