Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: gsm8k
|
6 |
+
path: data/gsm8k-*
|
7 |
+
- split: ape210k
|
8 |
+
path: data/ape210k-*
|
9 |
+
- split: aqua_rat
|
10 |
+
path: data/aqua_rat-*
|
11 |
+
- split: math_qa
|
12 |
+
path: data/math_qa-*
|
13 |
+
- split: svamp
|
14 |
+
path: data/svamp-*
|
15 |
+
- split: asdiv_a
|
16 |
+
path: data/asdiv_a-*
|
17 |
+
- split: mawps
|
18 |
+
path: data/mawps-*
|
19 |
+
dataset_info:
|
20 |
+
features:
|
21 |
+
- name: template
|
22 |
+
dtype: string
|
23 |
+
- name: weight
|
24 |
+
dtype: float64
|
25 |
+
splits:
|
26 |
+
- name: gsm8k
|
27 |
+
num_bytes: 551
|
28 |
+
num_examples: 5
|
29 |
+
- name: ape210k
|
30 |
+
num_bytes: 551
|
31 |
+
num_examples: 5
|
32 |
+
- name: aqua_rat
|
33 |
+
num_bytes: 551
|
34 |
+
num_examples: 5
|
35 |
+
- name: math_qa
|
36 |
+
num_bytes: 551
|
37 |
+
num_examples: 5
|
38 |
+
- name: svamp
|
39 |
+
num_bytes: 551
|
40 |
+
num_examples: 5
|
41 |
+
- name: asdiv_a
|
42 |
+
num_bytes: 551
|
43 |
+
num_examples: 5
|
44 |
+
- name: mawps
|
45 |
+
num_bytes: 551
|
46 |
+
num_examples: 5
|
47 |
+
download_size: 15645
|
48 |
+
dataset_size: 3857
|
49 |
+
---
|
50 |
+
# Dataset Card for "Calc-X_instructions"
|
51 |
+
|
52 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|