Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,5 +1,70 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# Dataset Card for "Calc-math_qa"
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: data/train-*
|
8 |
+
- split: validation
|
9 |
+
path: data/validation-*
|
10 |
+
- split: test
|
11 |
+
path: data/test-*
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: question
|
15 |
+
dtype: string
|
16 |
+
- name: options
|
17 |
+
struct:
|
18 |
+
- name: a
|
19 |
+
dtype: string
|
20 |
+
- name: b
|
21 |
+
dtype: string
|
22 |
+
- name: c
|
23 |
+
dtype: string
|
24 |
+
- name: d
|
25 |
+
dtype: string
|
26 |
+
- name: e
|
27 |
+
dtype: string
|
28 |
+
- name: correct_option
|
29 |
+
dtype: string
|
30 |
+
- name: chain
|
31 |
+
dtype: string
|
32 |
+
- name: result
|
33 |
+
dtype: string
|
34 |
+
- name: result_float
|
35 |
+
dtype: float64
|
36 |
+
- name: options_num
|
37 |
+
struct:
|
38 |
+
- name: a
|
39 |
+
dtype: string
|
40 |
+
- name: b
|
41 |
+
dtype: string
|
42 |
+
- name: c
|
43 |
+
dtype: string
|
44 |
+
- name: d
|
45 |
+
dtype: string
|
46 |
+
- name: e
|
47 |
+
dtype: string
|
48 |
+
- name: annotated_formula
|
49 |
+
dtype: string
|
50 |
+
- name: linear_formula
|
51 |
+
dtype: string
|
52 |
+
- name: rationale
|
53 |
+
dtype: string
|
54 |
+
- name: index
|
55 |
+
dtype: int64
|
56 |
+
splits:
|
57 |
+
- name: train
|
58 |
+
num_bytes: 20469890
|
59 |
+
num_examples: 20868
|
60 |
+
- name: validation
|
61 |
+
num_bytes: 3041317
|
62 |
+
num_examples: 3102
|
63 |
+
- name: test
|
64 |
+
num_bytes: 1974886
|
65 |
+
num_examples: 2029
|
66 |
+
download_size: 10584934
|
67 |
+
dataset_size: 25486093
|
68 |
---
|
69 |
|
70 |
# Dataset Card for "Calc-math_qa"
|