Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,15 +1,43 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: mit
|
|
|
|
|
3 |
task_categories:
|
4 |
- text-generation
|
5 |
-
language:
|
6 |
-
- en
|
7 |
tags:
|
8 |
- math world problems
|
9 |
- math
|
10 |
- arithmetics
|
11 |
-
|
12 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: mit
|
5 |
+
size_categories:
|
6 |
+
- n<1K
|
7 |
task_categories:
|
8 |
- text-generation
|
|
|
|
|
9 |
tags:
|
10 |
- math world problems
|
11 |
- math
|
12 |
- arithmetics
|
13 |
+
dataset_info:
|
14 |
+
config_name: original-splits
|
15 |
+
features:
|
16 |
+
- name: id
|
17 |
+
dtype: string
|
18 |
+
- name: question
|
19 |
+
dtype: string
|
20 |
+
- name: chain
|
21 |
+
dtype: string
|
22 |
+
- name: result
|
23 |
+
dtype: string
|
24 |
+
- name: result_float
|
25 |
+
dtype: float64
|
26 |
+
- name: equation
|
27 |
+
dtype: string
|
28 |
+
- name: problem_type
|
29 |
+
dtype: string
|
30 |
+
splits:
|
31 |
+
- name: test
|
32 |
+
num_bytes: 328744
|
33 |
+
num_examples: 1000
|
34 |
+
download_size: 115404
|
35 |
+
dataset_size: 328744
|
36 |
+
configs:
|
37 |
+
- config_name: original-splits
|
38 |
+
data_files:
|
39 |
+
- split: test
|
40 |
+
path: original-splits/test-*
|
41 |
---
|
42 |
|
43 |
|