Datasets:
Add files using upload-large-folder tool
Browse files- .gitattributes +18 -0
- train-medium/algebra__linear_1d_composed.json +3 -0
- train-medium/algebra__linear_2d_composed.json +3 -0
- train-medium/algebra__polynomial_roots_composed.json +3 -0
- train-medium/arithmetic__add_or_sub.json +3 -0
- train-medium/arithmetic__div.json +3 -0
- train-medium/arithmetic__mixed.json +3 -0
- train-medium/arithmetic__mul_div_multiple.json +3 -0
- train-medium/comparison__closest.json +3 -0
- train-medium/comparison__kth_biggest.json +3 -0
- train-medium/comparison__pair_composed.json +3 -0
- train-medium/measurement__time.json +3 -0
- train-medium/numbers__div_remainder.json +3 -0
- train-medium/numbers__is_factor_composed.json +3 -0
- train-medium/numbers__is_prime.json +3 -0
- train-medium/numbers__lcm_composed.json +3 -0
- train-medium/numbers__place_value_composed.json +3 -0
- train-medium/polynomials__add.json +3 -0
- train-medium/polynomials__collect.json +3 -0
.gitattributes
CHANGED
@@ -177,3 +177,21 @@ train-medium/numbers__list_prime_factors.json filter=lfs diff=lfs merge=lfs -tex
|
|
177 |
train-medium/numbers__is_prime_composed.json filter=lfs diff=lfs merge=lfs -text
|
178 |
train-medium/algebra__linear_2d.json filter=lfs diff=lfs merge=lfs -text
|
179 |
train-medium/polynomials__evaluate_composed.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
train-medium/numbers__is_prime_composed.json filter=lfs diff=lfs merge=lfs -text
|
178 |
train-medium/algebra__linear_2d.json filter=lfs diff=lfs merge=lfs -text
|
179 |
train-medium/polynomials__evaluate_composed.json filter=lfs diff=lfs merge=lfs -text
|
180 |
+
train-medium/polynomials__add.json filter=lfs diff=lfs merge=lfs -text
|
181 |
+
train-medium/comparison__kth_biggest.json filter=lfs diff=lfs merge=lfs -text
|
182 |
+
train-medium/arithmetic__add_or_sub.json filter=lfs diff=lfs merge=lfs -text
|
183 |
+
train-medium/polynomials__collect.json filter=lfs diff=lfs merge=lfs -text
|
184 |
+
train-medium/algebra__polynomial_roots_composed.json filter=lfs diff=lfs merge=lfs -text
|
185 |
+
train-medium/comparison__closest.json filter=lfs diff=lfs merge=lfs -text
|
186 |
+
train-medium/arithmetic__mixed.json filter=lfs diff=lfs merge=lfs -text
|
187 |
+
train-medium/algebra__linear_2d_composed.json filter=lfs diff=lfs merge=lfs -text
|
188 |
+
train-medium/numbers__lcm_composed.json filter=lfs diff=lfs merge=lfs -text
|
189 |
+
train-medium/measurement__time.json filter=lfs diff=lfs merge=lfs -text
|
190 |
+
train-medium/arithmetic__mul_div_multiple.json filter=lfs diff=lfs merge=lfs -text
|
191 |
+
train-medium/algebra__linear_1d_composed.json filter=lfs diff=lfs merge=lfs -text
|
192 |
+
train-medium/numbers__is_prime.json filter=lfs diff=lfs merge=lfs -text
|
193 |
+
train-medium/numbers__div_remainder.json filter=lfs diff=lfs merge=lfs -text
|
194 |
+
train-medium/numbers__is_factor_composed.json filter=lfs diff=lfs merge=lfs -text
|
195 |
+
train-medium/comparison__pair_composed.json filter=lfs diff=lfs merge=lfs -text
|
196 |
+
train-medium/arithmetic__div.json filter=lfs diff=lfs merge=lfs -text
|
197 |
+
train-medium/numbers__place_value_composed.json filter=lfs diff=lfs merge=lfs -text
|
train-medium/algebra__linear_1d_composed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e80c74d20d1e5e3e498a5b207571dea33d356f3abbe86772b9ee57a0be1f9808
|
3 |
+
size 93972963
|
train-medium/algebra__linear_2d_composed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f2ba7f080846cca1a111f1f46342b0607590e4394010b9c0182c2ce09d928c5
|
3 |
+
size 105706596
|
train-medium/algebra__polynomial_roots_composed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e42feb9792aa2ad2dfdf87427ac6826fa48a613c82fbef3c423d4ad3d04a97d
|
3 |
+
size 111685079
|
train-medium/arithmetic__add_or_sub.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1033034d04c0241b55f0f0514f12c3b663c1c7ee06bbac7f28806bb5f52556ca
|
3 |
+
size 57606849
|
train-medium/arithmetic__div.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:232de7b524c03353a449b69f66194a20269a5e24779658385f584b341fe07037
|
3 |
+
size 53868543
|
train-medium/arithmetic__mixed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cdde02552fd09678eaf83c1fb8b555c868150c32c57b5da2324f0c17788aac0
|
3 |
+
size 59092876
|
train-medium/arithmetic__mul_div_multiple.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fd1f436789294c3052c6af46854bfbf81954488280130800fc7e3216f8641a9
|
3 |
+
size 58235300
|
train-medium/comparison__closest.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3ef86093ad2d2ea4f4593d962f01c9c450a658ff88611f30684dbac2adb4959
|
3 |
+
size 71776662
|
train-medium/comparison__kth_biggest.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cba923ee84f1de35674a75ba6b50653298bec01ade6e39a386d77dd8e2dd99f0
|
3 |
+
size 77410619
|
train-medium/comparison__pair_composed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb0f9d4881daeef6bb2400fac75215da1bf61682f2d088b522eb19712ee4bcae
|
3 |
+
size 89156321
|
train-medium/measurement__time.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b473aaa5cc5c19485b618a4f43611862f87cb48decf135b05d045293f992a058
|
3 |
+
size 66726189
|
train-medium/numbers__div_remainder.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06c4648aa917d17a6d1d91961a95ed1274afdce154cd499f29129991ecca78bd
|
3 |
+
size 69365545
|
train-medium/numbers__is_factor_composed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26c5cf85ed7e1eecc9f1af04c37a8c180f232b778146a0bb22964068323383e4
|
3 |
+
size 89284137
|
train-medium/numbers__is_prime.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d456035f5ab632bdda313a202df90e3285e57beed21ac5fa4dd873c4416e28c1
|
3 |
+
size 52412329
|
train-medium/numbers__lcm_composed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f41a6c6d97a36dbf059b0664dd3df533de9393a75ff1393dfd1030347efc1b7b
|
3 |
+
size 101199803
|
train-medium/numbers__place_value_composed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02ea0f4428c61c11b712b548ab574870643b28e8c96f173d49cec833aadf029a
|
3 |
+
size 93198451
|
train-medium/polynomials__add.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f92dd9451fa89c5686fb686cf1e06e22d4ca48afa0f43bebf49159a0dbffa6f
|
3 |
+
size 113493826
|
train-medium/polynomials__collect.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9e1fcad5238f40dfff5ef777304abdfe722ff35aab93717973231d0e228b2a3
|
3 |
+
size 75694579
|