lhoestq HF staff commited on
Commit
e95117a
1 Parent(s): c551d8c

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -20,6 +20,34 @@ task_categories:
20
  task_ids:
21
  - multiple-choice-qa
22
  paperswithcode_id: mathqa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for MathQA
@@ -195,4 +223,4 @@ The dataset is licensed under the [Apache License, Version 2.0](http://www.apach
195
 
196
  ### Contributions
197
 
198
- Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
 
20
  task_ids:
21
  - multiple-choice-qa
22
  paperswithcode_id: mathqa
23
+ dataset_info:
24
+ features:
25
+ - name: Problem
26
+ dtype: string
27
+ - name: Rationale
28
+ dtype: string
29
+ - name: options
30
+ dtype: string
31
+ - name: correct
32
+ dtype: string
33
+ - name: annotated_formula
34
+ dtype: string
35
+ - name: linear_formula
36
+ dtype: string
37
+ - name: category
38
+ dtype: string
39
+ splits:
40
+ - name: test
41
+ num_bytes: 1844184
42
+ num_examples: 2985
43
+ - name: train
44
+ num_bytes: 18368826
45
+ num_examples: 29837
46
+ - name: validation
47
+ num_bytes: 2752969
48
+ num_examples: 4475
49
+ download_size: 7302821
50
+ dataset_size: 22965979
51
  ---
52
 
53
  # Dataset Card for MathQA
 
223
 
224
  ### Contributions
225
 
226
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.