Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
prompteus commited on
Commit
2b62b13
1 Parent(s): 5e07d0e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md CHANGED
@@ -9,7 +9,16 @@ configs:
9
  path: data/validation-*
10
  - split: test
11
  path: data/test-*
 
 
 
 
 
 
 
 
12
  dataset_info:
 
13
  features:
14
  - name: question
15
  dtype: string
@@ -51,6 +60,52 @@ dataset_info:
51
  num_examples: 2029
52
  download_size: 10008725
53
  dataset_size: 24257857
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  ---
55
 
56
  # Dataset Card for "Calc-math_qa"
 
9
  path: data/validation-*
10
  - split: test
11
  path: data/test-*
12
+ - config_name: original-splits
13
+ data_files:
14
+ - split: train
15
+ path: original-splits/train-*
16
+ - split: validation
17
+ path: original-splits/validation-*
18
+ - split: test
19
+ path: original-splits/test-*
20
  dataset_info:
21
+ - config_name: default
22
  features:
23
  - name: question
24
  dtype: string
 
60
  num_examples: 2029
61
  download_size: 10008725
62
  dataset_size: 24257857
63
+ - config_name: original-splits
64
+ features:
65
+ - name: id
66
+ dtype: string
67
+ - name: question
68
+ dtype: string
69
+ - name: chain
70
+ dtype: string
71
+ - name: result
72
+ dtype: string
73
+ - name: result_float
74
+ dtype: float64
75
+ - name: question_without_options
76
+ dtype: string
77
+ - name: options
78
+ struct:
79
+ - name: A
80
+ dtype: string
81
+ - name: B
82
+ dtype: string
83
+ - name: C
84
+ dtype: string
85
+ - name: D
86
+ dtype: string
87
+ - name: E
88
+ dtype: string
89
+ - name: annotated_formula
90
+ dtype: string
91
+ - name: linear_formula
92
+ dtype: string
93
+ - name: rationale
94
+ dtype: string
95
+ - name: category
96
+ dtype: string
97
+ splits:
98
+ - name: train
99
+ num_bytes: 25135321
100
+ num_examples: 20868
101
+ - name: validation
102
+ num_bytes: 3736735
103
+ num_examples: 3102
104
+ - name: test
105
+ num_bytes: 2431936
106
+ num_examples: 2029
107
+ download_size: 13918684
108
+ dataset_size: 31303992
109
  ---
110
 
111
  # Dataset Card for "Calc-math_qa"