Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,5 +1,43 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# Dataset Card for "Calc-ape210k"
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
dataset_info:
|
4 |
+
config_name: original-splits
|
5 |
+
features:
|
6 |
+
- name: id
|
7 |
+
dtype: int64
|
8 |
+
- name: question
|
9 |
+
dtype: string
|
10 |
+
- name: question_chinese
|
11 |
+
dtype: string
|
12 |
+
- name: chain
|
13 |
+
dtype: string
|
14 |
+
- name: result
|
15 |
+
dtype: string
|
16 |
+
- name: result_float
|
17 |
+
dtype: float64
|
18 |
+
- name: equation
|
19 |
+
dtype: string
|
20 |
+
splits:
|
21 |
+
- name: train
|
22 |
+
num_bytes: 109450720
|
23 |
+
num_examples: 195179
|
24 |
+
- name: validation
|
25 |
+
num_bytes: 2735208
|
26 |
+
num_examples: 4867
|
27 |
+
- name: test
|
28 |
+
num_bytes: 2730084
|
29 |
+
num_examples: 4867
|
30 |
+
download_size: 51689214
|
31 |
+
dataset_size: 114916012
|
32 |
+
configs:
|
33 |
+
- config_name: original-splits
|
34 |
+
data_files:
|
35 |
+
- split: train
|
36 |
+
path: original-splits/train-*
|
37 |
+
- split: validation
|
38 |
+
path: original-splits/validation-*
|
39 |
+
- split: test
|
40 |
+
path: original-splits/test-*
|
41 |
---
|
42 |
|
43 |
# Dataset Card for "Calc-ape210k"
|