Commit
•
08eea50
1
Parent(s):
0dcdecd
Add 'easy' config data files
Browse files- README.md +94 -1
- easy/float_add_test-00000-of-00001.parquet +3 -0
- easy/float_add_train-00000-of-00001.parquet +3 -0
- easy/float_divide_test-00000-of-00001.parquet +3 -0
- easy/float_divide_train-00000-of-00001.parquet +3 -0
- easy/float_multiply_test-00000-of-00001.parquet +3 -0
- easy/float_multiply_train-00000-of-00001.parquet +3 -0
- easy/float_subtract_test-00000-of-00001.parquet +3 -0
- easy/float_subtract_train-00000-of-00001.parquet +3 -0
- easy/int_add_test-00000-of-00001.parquet +3 -0
- easy/int_add_train-00000-of-00001.parquet +3 -0
- easy/int_divide_test-00000-of-00001.parquet +3 -0
- easy/int_divide_train-00000-of-00001.parquet +3 -0
- easy/int_multiply_test-00000-of-00001.parquet +3 -0
- easy/int_multiply_train-00000-of-00001.parquet +3 -0
- easy/int_subtract_test-00000-of-00001.parquet +3 -0
- easy/int_subtract_train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,6 +1,65 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
features:
|
5 |
- name: question
|
6 |
dtype: string
|
@@ -60,6 +119,40 @@ dataset_info:
|
|
60 |
download_size: 216151
|
61 |
dataset_size: 1010497
|
62 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
- config_name: very_easy
|
64 |
data_files:
|
65 |
- split: int_add_train
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: easy
|
4 |
+
features:
|
5 |
+
- name: question
|
6 |
+
dtype: string
|
7 |
+
- name: answer
|
8 |
+
dtype: string
|
9 |
+
- name: operator
|
10 |
+
dtype: string
|
11 |
+
splits:
|
12 |
+
- name: int_add_train
|
13 |
+
num_bytes: 101576
|
14 |
+
num_examples: 4000
|
15 |
+
- name: int_add_test
|
16 |
+
num_bytes: 25386
|
17 |
+
num_examples: 1000
|
18 |
+
- name: float_add_train
|
19 |
+
num_bytes: 124250
|
20 |
+
num_examples: 4000
|
21 |
+
- name: float_add_test
|
22 |
+
num_bytes: 31050
|
23 |
+
num_examples: 1000
|
24 |
+
- name: int_subtract_train
|
25 |
+
num_bytes: 100662
|
26 |
+
num_examples: 4000
|
27 |
+
- name: int_subtract_test
|
28 |
+
num_bytes: 25201
|
29 |
+
num_examples: 1000
|
30 |
+
- name: float_subtract_train
|
31 |
+
num_bytes: 123521
|
32 |
+
num_examples: 4000
|
33 |
+
- name: float_subtract_test
|
34 |
+
num_bytes: 30840
|
35 |
+
num_examples: 1000
|
36 |
+
- name: int_multiply_train
|
37 |
+
num_bytes: 106032
|
38 |
+
num_examples: 4000
|
39 |
+
- name: int_multiply_test
|
40 |
+
num_bytes: 26503
|
41 |
+
num_examples: 1000
|
42 |
+
- name: float_multiply_train
|
43 |
+
num_bytes: 129778
|
44 |
+
num_examples: 4000
|
45 |
+
- name: float_multiply_test
|
46 |
+
num_bytes: 32423
|
47 |
+
num_examples: 1000
|
48 |
+
- name: int_divide_train
|
49 |
+
num_bytes: 100382
|
50 |
+
num_examples: 4000
|
51 |
+
- name: int_divide_test
|
52 |
+
num_bytes: 25137
|
53 |
+
num_examples: 1000
|
54 |
+
- name: float_divide_train
|
55 |
+
num_bytes: 123645
|
56 |
+
num_examples: 4000
|
57 |
+
- name: float_divide_test
|
58 |
+
num_bytes: 30961
|
59 |
+
num_examples: 1000
|
60 |
+
download_size: 524695
|
61 |
+
dataset_size: 1137347
|
62 |
+
- config_name: very_easy
|
63 |
features:
|
64 |
- name: question
|
65 |
dtype: string
|
|
|
119 |
download_size: 216151
|
120 |
dataset_size: 1010497
|
121 |
configs:
|
122 |
+
- config_name: easy
|
123 |
+
data_files:
|
124 |
+
- split: int_add_train
|
125 |
+
path: easy/int_add_train-*
|
126 |
+
- split: int_add_test
|
127 |
+
path: easy/int_add_test-*
|
128 |
+
- split: float_add_train
|
129 |
+
path: easy/float_add_train-*
|
130 |
+
- split: float_add_test
|
131 |
+
path: easy/float_add_test-*
|
132 |
+
- split: int_subtract_train
|
133 |
+
path: easy/int_subtract_train-*
|
134 |
+
- split: int_subtract_test
|
135 |
+
path: easy/int_subtract_test-*
|
136 |
+
- split: float_subtract_train
|
137 |
+
path: easy/float_subtract_train-*
|
138 |
+
- split: float_subtract_test
|
139 |
+
path: easy/float_subtract_test-*
|
140 |
+
- split: int_multiply_train
|
141 |
+
path: easy/int_multiply_train-*
|
142 |
+
- split: int_multiply_test
|
143 |
+
path: easy/int_multiply_test-*
|
144 |
+
- split: float_multiply_train
|
145 |
+
path: easy/float_multiply_train-*
|
146 |
+
- split: float_multiply_test
|
147 |
+
path: easy/float_multiply_test-*
|
148 |
+
- split: int_divide_train
|
149 |
+
path: easy/int_divide_train-*
|
150 |
+
- split: int_divide_test
|
151 |
+
path: easy/int_divide_test-*
|
152 |
+
- split: float_divide_train
|
153 |
+
path: easy/float_divide_train-*
|
154 |
+
- split: float_divide_test
|
155 |
+
path: easy/float_divide_test-*
|
156 |
- config_name: very_easy
|
157 |
data_files:
|
158 |
- split: int_add_train
|
easy/float_add_test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8eb7c4fcd6bedce4a30d97dbe17480bf63e5409a66e9f43490a8ccb7c19759b
|
3 |
+
size 18016
|
easy/float_add_train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f043285cab51d427c01216533ad75c37f7d0effc5b96b0b42f94d77916320757
|
3 |
+
size 68671
|
easy/float_divide_test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbc471d20716cd1d83f2d2944a2eda0b136cc6a3f2d629aa16baadb5ade2f704
|
3 |
+
size 14719
|
easy/float_divide_train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34500bf23722e0a1888a79f4e6d4da35896454dc49a5abccd8ec505553bd6b07
|
3 |
+
size 54731
|
easy/float_multiply_test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c98910cbc70e141ec509b2d5064392f0b4b6013a9d1cbc0551ece98ee825ed5d
|
3 |
+
size 20396
|
easy/float_multiply_train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4aca9bb34592158e5462218b00f9580c7e17728db6a63bfeebee3d8ff64ab79
|
3 |
+
size 77551
|
easy/float_subtract_test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49375e9b40b813578b6a02ab2b9da5f2fb9a7f96cf2d22919c94b21c7d618b5e
|
3 |
+
size 17895
|
easy/float_subtract_train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2713d18a195a0ae02acdd7bc483718db4b34ca344a375cda4a184a2c1c8c3a02
|
3 |
+
size 68333
|
easy/int_add_test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa0a0ac348cb413e72ec0a314a2a9cec7cab0bed6e1c84661f799019207d823a
|
3 |
+
size 9517
|
easy/int_add_train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20dc412573fa49229ec44b7af94653670ab664df08d35074b3ada15460510d16
|
3 |
+
size 35243
|
easy/int_divide_test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65a9268fc130553ac66e8387148ab1cbf4d9e468ef334adbca64e65b64a3a72e
|
3 |
+
size 7154
|
easy/int_divide_train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4ee47f20e55666a72224b2662415ca92b7cbb0efcdaeb311dd33379b1c9865c
|
3 |
+
size 26033
|
easy/int_multiply_test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b7fdd7e730a06b857ddc863a4ef77d22de44879515ca7be6ea66451efe4fc5d
|
3 |
+
size 12880
|
easy/int_multiply_train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de945bb42b45cdae41f6dd11b35fccf8cb9a9509195c2dc0e20bf5c1410690c4
|
3 |
+
size 48721
|
easy/int_subtract_test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17eb9b2f202bd83d1505638b9bd774da443d701b5f88c96a54af616ac91eb42c
|
3 |
+
size 9543
|
easy/int_subtract_train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4011cc7286aa25d7ed2552ca93fdbd51182ad90cce5bdf9ab0fe1b79969e32d
|
3 |
+
size 35292
|