Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -12,7 +12,35 @@ tags:
|
|
| 12 |
- math
|
| 13 |
- arithmetics
|
| 14 |
dataset_info:
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
features:
|
| 17 |
- name: id
|
| 18 |
dtype: string
|
|
@@ -41,6 +69,14 @@ dataset_info:
|
|
| 41 |
download_size: 128730
|
| 42 |
dataset_size: 1428515
|
| 43 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
- config_name: original-splits
|
| 45 |
data_files:
|
| 46 |
- split: train
|
|
|
|
| 12 |
- math
|
| 13 |
- arithmetics
|
| 14 |
dataset_info:
|
| 15 |
+
- config_name: default
|
| 16 |
+
features:
|
| 17 |
+
- name: id
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: question
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: chain
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: result
|
| 24 |
+
dtype: string
|
| 25 |
+
- name: result_float
|
| 26 |
+
dtype: float64
|
| 27 |
+
- name: equation
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: expression
|
| 30 |
+
dtype: string
|
| 31 |
+
splits:
|
| 32 |
+
- name: test
|
| 33 |
+
num_bytes: 142648
|
| 34 |
+
num_examples: 520
|
| 35 |
+
- name: train
|
| 36 |
+
num_bytes: 1000546
|
| 37 |
+
num_examples: 3636
|
| 38 |
+
- name: validation
|
| 39 |
+
num_bytes: 285321
|
| 40 |
+
num_examples: 1040
|
| 41 |
+
download_size: 630589
|
| 42 |
+
dataset_size: 1428515
|
| 43 |
+
- config_name: original-splits
|
| 44 |
features:
|
| 45 |
- name: id
|
| 46 |
dtype: string
|
|
|
|
| 69 |
download_size: 128730
|
| 70 |
dataset_size: 1428515
|
| 71 |
configs:
|
| 72 |
+
- config_name: default
|
| 73 |
+
data_files:
|
| 74 |
+
- split: test
|
| 75 |
+
path: data/test-*
|
| 76 |
+
- split: train
|
| 77 |
+
path: data/train-*
|
| 78 |
+
- split: validation
|
| 79 |
+
path: data/validation-*
|
| 80 |
- config_name: original-splits
|
| 81 |
data_files:
|
| 82 |
- split: train
|