garrethlee HF staff commited on
Commit
471db51
1 Parent(s): a2886f3

Convert dataset to Parquet (#1)

Browse files

- Convert dataset to Parquet (0dcdecdcf494ccf23d5a73259d2b4fa24f949f64)
- Add 'easy' config data files (08eea50067d49b6de674832745d4b4e0bbaffc8c)
- Add 'medium' config data files (4b80438aafb1435730797ed2ae9039a0ede895d5)
- Add 'hard' config data files (40d98f278c90f7806d6fa49cfa47eb37aaaf8328)
- Add 'very_hard' config data files (6fcef1831f355ef7e58bee3f5489127b5cd92e72)
- Add 'very_easy_use_commas' config data files (bb4f7dcdd9b888e02c454bbf6bdf875d5af3a721)
- Add 'easy_use_commas' config data files (962b2bc00e38ef4a05d8a3a005f34ed42e663b02)
- Add 'medium_use_commas' config data files (47863a7969558e4c03968daf14504d7ddac4e3a7)
- Add 'hard_use_commas' config data files (2be837adf8d4ddbddcef9a67ac81be312be86fa4)
- Add 'very_hard_use_commas' config data files (a9241d7d71c91929b4aed5ca2bf05b86a72761c8)
- Delete loading script (f84c4f9c74aff1baf288cf75a5f3d27cc53205a6)

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +934 -0
  2. easy/float_add_test-00000-of-00001.parquet +3 -0
  3. easy/float_add_train-00000-of-00001.parquet +3 -0
  4. easy/float_divide_test-00000-of-00001.parquet +3 -0
  5. easy/float_divide_train-00000-of-00001.parquet +3 -0
  6. easy/float_multiply_test-00000-of-00001.parquet +3 -0
  7. easy/float_multiply_train-00000-of-00001.parquet +3 -0
  8. easy/float_subtract_test-00000-of-00001.parquet +3 -0
  9. easy/float_subtract_train-00000-of-00001.parquet +3 -0
  10. easy/int_add_test-00000-of-00001.parquet +3 -0
  11. easy/int_add_train-00000-of-00001.parquet +3 -0
  12. easy/int_divide_test-00000-of-00001.parquet +3 -0
  13. easy/int_divide_train-00000-of-00001.parquet +3 -0
  14. easy/int_multiply_test-00000-of-00001.parquet +3 -0
  15. easy/int_multiply_train-00000-of-00001.parquet +3 -0
  16. easy/int_subtract_test-00000-of-00001.parquet +3 -0
  17. easy/int_subtract_train-00000-of-00001.parquet +3 -0
  18. easy_use_commas/float_add_test-00000-of-00001.parquet +3 -0
  19. easy_use_commas/float_add_train-00000-of-00001.parquet +3 -0
  20. easy_use_commas/float_divide_test-00000-of-00001.parquet +3 -0
  21. easy_use_commas/float_divide_train-00000-of-00001.parquet +3 -0
  22. easy_use_commas/float_multiply_test-00000-of-00001.parquet +3 -0
  23. easy_use_commas/float_multiply_train-00000-of-00001.parquet +3 -0
  24. easy_use_commas/float_subtract_test-00000-of-00001.parquet +3 -0
  25. easy_use_commas/float_subtract_train-00000-of-00001.parquet +3 -0
  26. easy_use_commas/int_add_test-00000-of-00001.parquet +3 -0
  27. easy_use_commas/int_add_train-00000-of-00001.parquet +3 -0
  28. easy_use_commas/int_divide_test-00000-of-00001.parquet +3 -0
  29. easy_use_commas/int_divide_train-00000-of-00001.parquet +3 -0
  30. easy_use_commas/int_multiply_test-00000-of-00001.parquet +3 -0
  31. easy_use_commas/int_multiply_train-00000-of-00001.parquet +3 -0
  32. easy_use_commas/int_subtract_test-00000-of-00001.parquet +3 -0
  33. easy_use_commas/int_subtract_train-00000-of-00001.parquet +3 -0
  34. hard/float_add_test-00000-of-00001.parquet +3 -0
  35. hard/float_add_train-00000-of-00001.parquet +3 -0
  36. hard/float_divide_test-00000-of-00001.parquet +3 -0
  37. hard/float_divide_train-00000-of-00001.parquet +3 -0
  38. hard/float_multiply_test-00000-of-00001.parquet +3 -0
  39. hard/float_multiply_train-00000-of-00001.parquet +3 -0
  40. hard/float_subtract_test-00000-of-00001.parquet +3 -0
  41. hard/float_subtract_train-00000-of-00001.parquet +3 -0
  42. hard/int_add_test-00000-of-00001.parquet +3 -0
  43. hard/int_add_train-00000-of-00001.parquet +3 -0
  44. hard/int_divide_test-00000-of-00001.parquet +3 -0
  45. hard/int_divide_train-00000-of-00001.parquet +3 -0
  46. hard/int_multiply_test-00000-of-00001.parquet +3 -0
  47. hard/int_multiply_train-00000-of-00001.parquet +3 -0
  48. hard/int_subtract_test-00000-of-00001.parquet +3 -0
  49. hard/int_subtract_train-00000-of-00001.parquet +3 -0
  50. hard_use_commas/float_add_test-00000-of-00001.parquet +3 -0
README.md ADDED
@@ -0,0 +1,934 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: easy_use_commas
63
+ features:
64
+ - name: question
65
+ dtype: string
66
+ - name: answer
67
+ dtype: string
68
+ - name: operator
69
+ dtype: string
70
+ splits:
71
+ - name: int_add_train
72
+ num_bytes: 101576
73
+ num_examples: 4000
74
+ - name: int_add_test
75
+ num_bytes: 25386
76
+ num_examples: 1000
77
+ - name: float_add_train
78
+ num_bytes: 124250
79
+ num_examples: 4000
80
+ - name: float_add_test
81
+ num_bytes: 31050
82
+ num_examples: 1000
83
+ - name: int_subtract_train
84
+ num_bytes: 100662
85
+ num_examples: 4000
86
+ - name: int_subtract_test
87
+ num_bytes: 25201
88
+ num_examples: 1000
89
+ - name: float_subtract_train
90
+ num_bytes: 123521
91
+ num_examples: 4000
92
+ - name: float_subtract_test
93
+ num_bytes: 30840
94
+ num_examples: 1000
95
+ - name: int_multiply_train
96
+ num_bytes: 108818
97
+ num_examples: 4000
98
+ - name: int_multiply_test
99
+ num_bytes: 27192
100
+ num_examples: 1000
101
+ - name: float_multiply_train
102
+ num_bytes: 132496
103
+ num_examples: 4000
104
+ - name: float_multiply_test
105
+ num_bytes: 33095
106
+ num_examples: 1000
107
+ - name: int_divide_train
108
+ num_bytes: 100382
109
+ num_examples: 4000
110
+ - name: int_divide_test
111
+ num_bytes: 25137
112
+ num_examples: 1000
113
+ - name: float_divide_train
114
+ num_bytes: 123645
115
+ num_examples: 4000
116
+ - name: float_divide_test
117
+ num_bytes: 30961
118
+ num_examples: 1000
119
+ download_size: 527724
120
+ dataset_size: 1144212
121
+ - config_name: hard
122
+ features:
123
+ - name: question
124
+ dtype: string
125
+ - name: answer
126
+ dtype: string
127
+ - name: operator
128
+ dtype: string
129
+ splits:
130
+ - name: int_add_train
131
+ num_bytes: 125255
132
+ num_examples: 4000
133
+ - name: int_add_test
134
+ num_bytes: 31321
135
+ num_examples: 1000
136
+ - name: float_add_train
137
+ num_bytes: 157594
138
+ num_examples: 4000
139
+ - name: float_add_test
140
+ num_bytes: 39349
141
+ num_examples: 1000
142
+ - name: int_subtract_train
143
+ num_bytes: 124380
144
+ num_examples: 4000
145
+ - name: int_subtract_test
146
+ num_bytes: 31148
147
+ num_examples: 1000
148
+ - name: float_subtract_train
149
+ num_bytes: 156734
150
+ num_examples: 4000
151
+ - name: float_subtract_test
152
+ num_bytes: 39172
153
+ num_examples: 1000
154
+ - name: int_multiply_train
155
+ num_bytes: 137718
156
+ num_examples: 4000
157
+ - name: int_multiply_test
158
+ num_bytes: 34443
159
+ num_examples: 1000
160
+ - name: float_multiply_train
161
+ num_bytes: 170259
162
+ num_examples: 4000
163
+ - name: float_multiply_test
164
+ num_bytes: 42529
165
+ num_examples: 1000
166
+ - name: int_divide_train
167
+ num_bytes: 120279
168
+ num_examples: 4000
169
+ - name: int_divide_test
170
+ num_bytes: 30104
171
+ num_examples: 1000
172
+ - name: float_divide_train
173
+ num_bytes: 149527
174
+ num_examples: 4000
175
+ - name: float_divide_test
176
+ num_bytes: 37352
177
+ num_examples: 1000
178
+ download_size: 938422
179
+ dataset_size: 1427164
180
+ - config_name: hard_use_commas
181
+ features:
182
+ - name: question
183
+ dtype: string
184
+ - name: answer
185
+ dtype: string
186
+ - name: operator
187
+ dtype: string
188
+ splits:
189
+ - name: int_add_train
190
+ num_bytes: 136503
191
+ num_examples: 4000
192
+ - name: int_add_test
193
+ num_bytes: 34149
194
+ num_examples: 1000
195
+ - name: float_add_train
196
+ num_bytes: 168801
197
+ num_examples: 4000
198
+ - name: float_add_test
199
+ num_bytes: 42141
200
+ num_examples: 1000
201
+ - name: int_subtract_train
202
+ num_bytes: 134898
203
+ num_examples: 4000
204
+ - name: int_subtract_test
205
+ num_bytes: 33798
206
+ num_examples: 1000
207
+ - name: float_subtract_train
208
+ num_bytes: 167160
209
+ num_examples: 4000
210
+ - name: float_subtract_test
211
+ num_bytes: 41778
212
+ num_examples: 1000
213
+ - name: int_multiply_train
214
+ num_bytes: 152796
215
+ num_examples: 4000
216
+ - name: int_multiply_test
217
+ num_bytes: 38233
218
+ num_examples: 1000
219
+ - name: float_multiply_train
220
+ num_bytes: 185270
221
+ num_examples: 4000
222
+ - name: float_multiply_test
223
+ num_bytes: 46282
224
+ num_examples: 1000
225
+ - name: int_divide_train
226
+ num_bytes: 127576
227
+ num_examples: 4000
228
+ - name: int_divide_test
229
+ num_bytes: 31946
230
+ num_examples: 1000
231
+ - name: float_divide_train
232
+ num_bytes: 156784
233
+ num_examples: 4000
234
+ - name: float_divide_test
235
+ num_bytes: 39171
236
+ num_examples: 1000
237
+ download_size: 970162
238
+ dataset_size: 1537286
239
+ - config_name: medium
240
+ features:
241
+ - name: question
242
+ dtype: string
243
+ - name: answer
244
+ dtype: string
245
+ - name: operator
246
+ dtype: string
247
+ splits:
248
+ - name: int_add_train
249
+ num_bytes: 113375
250
+ num_examples: 4000
251
+ - name: int_add_test
252
+ num_bytes: 28345
253
+ num_examples: 1000
254
+ - name: float_add_train
255
+ num_bytes: 140826
256
+ num_examples: 4000
257
+ - name: float_add_test
258
+ num_bytes: 35286
259
+ num_examples: 1000
260
+ - name: int_subtract_train
261
+ num_bytes: 112406
262
+ num_examples: 4000
263
+ - name: int_subtract_test
264
+ num_bytes: 28115
265
+ num_examples: 1000
266
+ - name: float_subtract_train
267
+ num_bytes: 139946
268
+ num_examples: 4000
269
+ - name: float_subtract_test
270
+ num_bytes: 35054
271
+ num_examples: 1000
272
+ - name: int_multiply_train
273
+ num_bytes: 121926
274
+ num_examples: 4000
275
+ - name: int_multiply_test
276
+ num_bytes: 30495
277
+ num_examples: 1000
278
+ - name: float_multiply_train
279
+ num_bytes: 150209
280
+ num_examples: 4000
281
+ - name: float_multiply_test
282
+ num_bytes: 37634
283
+ num_examples: 1000
284
+ - name: int_divide_train
285
+ num_bytes: 112368
286
+ num_examples: 4000
287
+ - name: int_divide_test
288
+ num_bytes: 28064
289
+ num_examples: 1000
290
+ - name: float_divide_train
291
+ num_bytes: 136289
292
+ num_examples: 4000
293
+ - name: float_divide_test
294
+ num_bytes: 34062
295
+ num_examples: 1000
296
+ download_size: 756804
297
+ dataset_size: 1284400
298
+ - config_name: medium_use_commas
299
+ features:
300
+ - name: question
301
+ dtype: string
302
+ - name: answer
303
+ dtype: string
304
+ - name: operator
305
+ dtype: string
306
+ splits:
307
+ - name: int_add_train
308
+ num_bytes: 115455
309
+ num_examples: 4000
310
+ - name: int_add_test
311
+ num_bytes: 28862
312
+ num_examples: 1000
313
+ - name: float_add_train
314
+ num_bytes: 142862
315
+ num_examples: 4000
316
+ - name: float_add_test
317
+ num_bytes: 35801
318
+ num_examples: 1000
319
+ - name: int_subtract_train
320
+ num_bytes: 112418
321
+ num_examples: 4000
322
+ - name: int_subtract_test
323
+ num_bytes: 28118
324
+ num_examples: 1000
325
+ - name: float_subtract_train
326
+ num_bytes: 139951
327
+ num_examples: 4000
328
+ - name: float_subtract_test
329
+ num_bytes: 35056
330
+ num_examples: 1000
331
+ - name: int_multiply_train
332
+ num_bytes: 125928
333
+ num_examples: 4000
334
+ - name: int_multiply_test
335
+ num_bytes: 31497
336
+ num_examples: 1000
337
+ - name: float_multiply_train
338
+ num_bytes: 154209
339
+ num_examples: 4000
340
+ - name: float_multiply_test
341
+ num_bytes: 38636
342
+ num_examples: 1000
343
+ - name: int_divide_train
344
+ num_bytes: 116301
345
+ num_examples: 4000
346
+ - name: int_divide_test
347
+ num_bytes: 29054
348
+ num_examples: 1000
349
+ - name: float_divide_train
350
+ num_bytes: 139756
351
+ num_examples: 4000
352
+ - name: float_divide_test
353
+ num_bytes: 34927
354
+ num_examples: 1000
355
+ download_size: 764214
356
+ dataset_size: 1308831
357
+ - config_name: very_easy
358
+ features:
359
+ - name: question
360
+ dtype: string
361
+ - name: answer
362
+ dtype: string
363
+ - name: operator
364
+ dtype: string
365
+ splits:
366
+ - name: int_add_train
367
+ num_bytes: 91422
368
+ num_examples: 4000
369
+ - name: int_add_test
370
+ num_bytes: 22828
371
+ num_examples: 1000
372
+ - name: float_add_train
373
+ num_bytes: 109119
374
+ num_examples: 4000
375
+ - name: float_add_test
376
+ num_bytes: 27291
377
+ num_examples: 1000
378
+ - name: int_subtract_train
379
+ num_bytes: 90647
380
+ num_examples: 4000
381
+ - name: int_subtract_test
382
+ num_bytes: 22658
383
+ num_examples: 1000
384
+ - name: float_subtract_train
385
+ num_bytes: 108654
386
+ num_examples: 4000
387
+ - name: float_subtract_test
388
+ num_bytes: 27190
389
+ num_examples: 1000
390
+ - name: int_multiply_train
391
+ num_bytes: 91992
392
+ num_examples: 4000
393
+ - name: int_multiply_test
394
+ num_bytes: 22988
395
+ num_examples: 1000
396
+ - name: float_multiply_train
397
+ num_bytes: 110787
398
+ num_examples: 4000
399
+ - name: float_multiply_test
400
+ num_bytes: 27714
401
+ num_examples: 1000
402
+ - name: int_divide_train
403
+ num_bytes: 93342
404
+ num_examples: 4000
405
+ - name: int_divide_test
406
+ num_bytes: 23326
407
+ num_examples: 1000
408
+ - name: float_divide_train
409
+ num_bytes: 112439
410
+ num_examples: 4000
411
+ - name: float_divide_test
412
+ num_bytes: 28100
413
+ num_examples: 1000
414
+ download_size: 216151
415
+ dataset_size: 1010497
416
+ - config_name: very_easy_use_commas
417
+ features:
418
+ - name: question
419
+ dtype: string
420
+ - name: answer
421
+ dtype: string
422
+ - name: operator
423
+ dtype: string
424
+ splits:
425
+ - name: int_add_train
426
+ num_bytes: 91422
427
+ num_examples: 4000
428
+ - name: int_add_test
429
+ num_bytes: 22828
430
+ num_examples: 1000
431
+ - name: float_add_train
432
+ num_bytes: 109119
433
+ num_examples: 4000
434
+ - name: float_add_test
435
+ num_bytes: 27291
436
+ num_examples: 1000
437
+ - name: int_subtract_train
438
+ num_bytes: 90647
439
+ num_examples: 4000
440
+ - name: int_subtract_test
441
+ num_bytes: 22658
442
+ num_examples: 1000
443
+ - name: float_subtract_train
444
+ num_bytes: 108654
445
+ num_examples: 4000
446
+ - name: float_subtract_test
447
+ num_bytes: 27190
448
+ num_examples: 1000
449
+ - name: int_multiply_train
450
+ num_bytes: 91992
451
+ num_examples: 4000
452
+ - name: int_multiply_test
453
+ num_bytes: 22988
454
+ num_examples: 1000
455
+ - name: float_multiply_train
456
+ num_bytes: 110787
457
+ num_examples: 4000
458
+ - name: float_multiply_test
459
+ num_bytes: 27714
460
+ num_examples: 1000
461
+ - name: int_divide_train
462
+ num_bytes: 93342
463
+ num_examples: 4000
464
+ - name: int_divide_test
465
+ num_bytes: 23326
466
+ num_examples: 1000
467
+ - name: float_divide_train
468
+ num_bytes: 112439
469
+ num_examples: 4000
470
+ - name: float_divide_test
471
+ num_bytes: 28100
472
+ num_examples: 1000
473
+ download_size: 216151
474
+ dataset_size: 1010497
475
+ - config_name: very_hard
476
+ features:
477
+ - name: question
478
+ dtype: string
479
+ - name: answer
480
+ dtype: string
481
+ - name: operator
482
+ dtype: string
483
+ splits:
484
+ - name: int_add_train
485
+ num_bytes: 137264
486
+ num_examples: 4000
487
+ - name: int_add_test
488
+ num_bytes: 34317
489
+ num_examples: 1000
490
+ - name: float_add_train
491
+ num_bytes: 173232
492
+ num_examples: 4000
493
+ - name: float_add_test
494
+ num_bytes: 43325
495
+ num_examples: 1000
496
+ - name: int_subtract_train
497
+ num_bytes: 136296
498
+ num_examples: 4000
499
+ - name: int_subtract_test
500
+ num_bytes: 34089
501
+ num_examples: 1000
502
+ - name: float_subtract_train
503
+ num_bytes: 172511
504
+ num_examples: 4000
505
+ - name: float_subtract_test
506
+ num_bytes: 43102
507
+ num_examples: 1000
508
+ - name: int_multiply_train
509
+ num_bytes: 153730
510
+ num_examples: 4000
511
+ - name: int_multiply_test
512
+ num_bytes: 38434
513
+ num_examples: 1000
514
+ - name: float_multiply_train
515
+ num_bytes: 189804
516
+ num_examples: 4000
517
+ - name: float_multiply_test
518
+ num_bytes: 47449
519
+ num_examples: 1000
520
+ - name: int_divide_train
521
+ num_bytes: 128279
522
+ num_examples: 4000
523
+ - name: int_divide_test
524
+ num_bytes: 32077
525
+ num_examples: 1000
526
+ - name: float_divide_train
527
+ num_bytes: 161739
528
+ num_examples: 4000
529
+ - name: float_divide_test
530
+ num_bytes: 40470
531
+ num_examples: 1000
532
+ download_size: 1075562
533
+ dataset_size: 1566118
534
+ - config_name: very_hard_use_commas
535
+ features:
536
+ - name: question
537
+ dtype: string
538
+ - name: answer
539
+ dtype: string
540
+ - name: operator
541
+ dtype: string
542
+ splits:
543
+ - name: int_add_train
544
+ num_bytes: 149201
545
+ num_examples: 4000
546
+ - name: int_add_test
547
+ num_bytes: 37303
548
+ num_examples: 1000
549
+ - name: float_add_train
550
+ num_bytes: 185171
551
+ num_examples: 4000
552
+ - name: float_add_test
553
+ num_bytes: 46308
554
+ num_examples: 1000
555
+ - name: int_subtract_train
556
+ num_bytes: 148153
557
+ num_examples: 4000
558
+ - name: int_subtract_test
559
+ num_bytes: 37059
560
+ num_examples: 1000
561
+ - name: float_subtract_train
562
+ num_bytes: 184368
563
+ num_examples: 4000
564
+ - name: float_subtract_test
565
+ num_bytes: 46065
566
+ num_examples: 1000
567
+ - name: int_multiply_train
568
+ num_bytes: 172417
569
+ num_examples: 4000
570
+ - name: int_multiply_test
571
+ num_bytes: 43104
572
+ num_examples: 1000
573
+ - name: float_multiply_train
574
+ num_bytes: 208411
575
+ num_examples: 4000
576
+ - name: float_multiply_test
577
+ num_bytes: 52120
578
+ num_examples: 1000
579
+ - name: int_divide_train
580
+ num_bytes: 137371
581
+ num_examples: 4000
582
+ - name: int_divide_test
583
+ num_bytes: 34364
584
+ num_examples: 1000
585
+ - name: float_divide_train
586
+ num_bytes: 169676
587
+ num_examples: 4000
588
+ - name: float_divide_test
589
+ num_bytes: 42458
590
+ num_examples: 1000
591
+ download_size: 1115077
592
+ dataset_size: 1693549
593
+ configs:
594
+ - config_name: easy
595
+ data_files:
596
+ - split: int_add_train
597
+ path: easy/int_add_train-*
598
+ - split: int_add_test
599
+ path: easy/int_add_test-*
600
+ - split: float_add_train
601
+ path: easy/float_add_train-*
602
+ - split: float_add_test
603
+ path: easy/float_add_test-*
604
+ - split: int_subtract_train
605
+ path: easy/int_subtract_train-*
606
+ - split: int_subtract_test
607
+ path: easy/int_subtract_test-*
608
+ - split: float_subtract_train
609
+ path: easy/float_subtract_train-*
610
+ - split: float_subtract_test
611
+ path: easy/float_subtract_test-*
612
+ - split: int_multiply_train
613
+ path: easy/int_multiply_train-*
614
+ - split: int_multiply_test
615
+ path: easy/int_multiply_test-*
616
+ - split: float_multiply_train
617
+ path: easy/float_multiply_train-*
618
+ - split: float_multiply_test
619
+ path: easy/float_multiply_test-*
620
+ - split: int_divide_train
621
+ path: easy/int_divide_train-*
622
+ - split: int_divide_test
623
+ path: easy/int_divide_test-*
624
+ - split: float_divide_train
625
+ path: easy/float_divide_train-*
626
+ - split: float_divide_test
627
+ path: easy/float_divide_test-*
628
+ - config_name: easy_use_commas
629
+ data_files:
630
+ - split: int_add_train
631
+ path: easy_use_commas/int_add_train-*
632
+ - split: int_add_test
633
+ path: easy_use_commas/int_add_test-*
634
+ - split: float_add_train
635
+ path: easy_use_commas/float_add_train-*
636
+ - split: float_add_test
637
+ path: easy_use_commas/float_add_test-*
638
+ - split: int_subtract_train
639
+ path: easy_use_commas/int_subtract_train-*
640
+ - split: int_subtract_test
641
+ path: easy_use_commas/int_subtract_test-*
642
+ - split: float_subtract_train
643
+ path: easy_use_commas/float_subtract_train-*
644
+ - split: float_subtract_test
645
+ path: easy_use_commas/float_subtract_test-*
646
+ - split: int_multiply_train
647
+ path: easy_use_commas/int_multiply_train-*
648
+ - split: int_multiply_test
649
+ path: easy_use_commas/int_multiply_test-*
650
+ - split: float_multiply_train
651
+ path: easy_use_commas/float_multiply_train-*
652
+ - split: float_multiply_test
653
+ path: easy_use_commas/float_multiply_test-*
654
+ - split: int_divide_train
655
+ path: easy_use_commas/int_divide_train-*
656
+ - split: int_divide_test
657
+ path: easy_use_commas/int_divide_test-*
658
+ - split: float_divide_train
659
+ path: easy_use_commas/float_divide_train-*
660
+ - split: float_divide_test
661
+ path: easy_use_commas/float_divide_test-*
662
+ - config_name: hard
663
+ data_files:
664
+ - split: int_add_train
665
+ path: hard/int_add_train-*
666
+ - split: int_add_test
667
+ path: hard/int_add_test-*
668
+ - split: float_add_train
669
+ path: hard/float_add_train-*
670
+ - split: float_add_test
671
+ path: hard/float_add_test-*
672
+ - split: int_subtract_train
673
+ path: hard/int_subtract_train-*
674
+ - split: int_subtract_test
675
+ path: hard/int_subtract_test-*
676
+ - split: float_subtract_train
677
+ path: hard/float_subtract_train-*
678
+ - split: float_subtract_test
679
+ path: hard/float_subtract_test-*
680
+ - split: int_multiply_train
681
+ path: hard/int_multiply_train-*
682
+ - split: int_multiply_test
683
+ path: hard/int_multiply_test-*
684
+ - split: float_multiply_train
685
+ path: hard/float_multiply_train-*
686
+ - split: float_multiply_test
687
+ path: hard/float_multiply_test-*
688
+ - split: int_divide_train
689
+ path: hard/int_divide_train-*
690
+ - split: int_divide_test
691
+ path: hard/int_divide_test-*
692
+ - split: float_divide_train
693
+ path: hard/float_divide_train-*
694
+ - split: float_divide_test
695
+ path: hard/float_divide_test-*
696
+ - config_name: hard_use_commas
697
+ data_files:
698
+ - split: int_add_train
699
+ path: hard_use_commas/int_add_train-*
700
+ - split: int_add_test
701
+ path: hard_use_commas/int_add_test-*
702
+ - split: float_add_train
703
+ path: hard_use_commas/float_add_train-*
704
+ - split: float_add_test
705
+ path: hard_use_commas/float_add_test-*
706
+ - split: int_subtract_train
707
+ path: hard_use_commas/int_subtract_train-*
708
+ - split: int_subtract_test
709
+ path: hard_use_commas/int_subtract_test-*
710
+ - split: float_subtract_train
711
+ path: hard_use_commas/float_subtract_train-*
712
+ - split: float_subtract_test
713
+ path: hard_use_commas/float_subtract_test-*
714
+ - split: int_multiply_train
715
+ path: hard_use_commas/int_multiply_train-*
716
+ - split: int_multiply_test
717
+ path: hard_use_commas/int_multiply_test-*
718
+ - split: float_multiply_train
719
+ path: hard_use_commas/float_multiply_train-*
720
+ - split: float_multiply_test
721
+ path: hard_use_commas/float_multiply_test-*
722
+ - split: int_divide_train
723
+ path: hard_use_commas/int_divide_train-*
724
+ - split: int_divide_test
725
+ path: hard_use_commas/int_divide_test-*
726
+ - split: float_divide_train
727
+ path: hard_use_commas/float_divide_train-*
728
+ - split: float_divide_test
729
+ path: hard_use_commas/float_divide_test-*
730
+ - config_name: medium
731
+ data_files:
732
+ - split: int_add_train
733
+ path: medium/int_add_train-*
734
+ - split: int_add_test
735
+ path: medium/int_add_test-*
736
+ - split: float_add_train
737
+ path: medium/float_add_train-*
738
+ - split: float_add_test
739
+ path: medium/float_add_test-*
740
+ - split: int_subtract_train
741
+ path: medium/int_subtract_train-*
742
+ - split: int_subtract_test
743
+ path: medium/int_subtract_test-*
744
+ - split: float_subtract_train
745
+ path: medium/float_subtract_train-*
746
+ - split: float_subtract_test
747
+ path: medium/float_subtract_test-*
748
+ - split: int_multiply_train
749
+ path: medium/int_multiply_train-*
750
+ - split: int_multiply_test
751
+ path: medium/int_multiply_test-*
752
+ - split: float_multiply_train
753
+ path: medium/float_multiply_train-*
754
+ - split: float_multiply_test
755
+ path: medium/float_multiply_test-*
756
+ - split: int_divide_train
757
+ path: medium/int_divide_train-*
758
+ - split: int_divide_test
759
+ path: medium/int_divide_test-*
760
+ - split: float_divide_train
761
+ path: medium/float_divide_train-*
762
+ - split: float_divide_test
763
+ path: medium/float_divide_test-*
764
+ - config_name: medium_use_commas
765
+ data_files:
766
+ - split: int_add_train
767
+ path: medium_use_commas/int_add_train-*
768
+ - split: int_add_test
769
+ path: medium_use_commas/int_add_test-*
770
+ - split: float_add_train
771
+ path: medium_use_commas/float_add_train-*
772
+ - split: float_add_test
773
+ path: medium_use_commas/float_add_test-*
774
+ - split: int_subtract_train
775
+ path: medium_use_commas/int_subtract_train-*
776
+ - split: int_subtract_test
777
+ path: medium_use_commas/int_subtract_test-*
778
+ - split: float_subtract_train
779
+ path: medium_use_commas/float_subtract_train-*
780
+ - split: float_subtract_test
781
+ path: medium_use_commas/float_subtract_test-*
782
+ - split: int_multiply_train
783
+ path: medium_use_commas/int_multiply_train-*
784
+ - split: int_multiply_test
785
+ path: medium_use_commas/int_multiply_test-*
786
+ - split: float_multiply_train
787
+ path: medium_use_commas/float_multiply_train-*
788
+ - split: float_multiply_test
789
+ path: medium_use_commas/float_multiply_test-*
790
+ - split: int_divide_train
791
+ path: medium_use_commas/int_divide_train-*
792
+ - split: int_divide_test
793
+ path: medium_use_commas/int_divide_test-*
794
+ - split: float_divide_train
795
+ path: medium_use_commas/float_divide_train-*
796
+ - split: float_divide_test
797
+ path: medium_use_commas/float_divide_test-*
798
+ - config_name: very_easy
799
+ data_files:
800
+ - split: int_add_train
801
+ path: very_easy/int_add_train-*
802
+ - split: int_add_test
803
+ path: very_easy/int_add_test-*
804
+ - split: float_add_train
805
+ path: very_easy/float_add_train-*
806
+ - split: float_add_test
807
+ path: very_easy/float_add_test-*
808
+ - split: int_subtract_train
809
+ path: very_easy/int_subtract_train-*
810
+ - split: int_subtract_test
811
+ path: very_easy/int_subtract_test-*
812
+ - split: float_subtract_train
813
+ path: very_easy/float_subtract_train-*
814
+ - split: float_subtract_test
815
+ path: very_easy/float_subtract_test-*
816
+ - split: int_multiply_train
817
+ path: very_easy/int_multiply_train-*
818
+ - split: int_multiply_test
819
+ path: very_easy/int_multiply_test-*
820
+ - split: float_multiply_train
821
+ path: very_easy/float_multiply_train-*
822
+ - split: float_multiply_test
823
+ path: very_easy/float_multiply_test-*
824
+ - split: int_divide_train
825
+ path: very_easy/int_divide_train-*
826
+ - split: int_divide_test
827
+ path: very_easy/int_divide_test-*
828
+ - split: float_divide_train
829
+ path: very_easy/float_divide_train-*
830
+ - split: float_divide_test
831
+ path: very_easy/float_divide_test-*
832
+ - config_name: very_easy_use_commas
833
+ data_files:
834
+ - split: int_add_train
835
+ path: very_easy_use_commas/int_add_train-*
836
+ - split: int_add_test
837
+ path: very_easy_use_commas/int_add_test-*
838
+ - split: float_add_train
839
+ path: very_easy_use_commas/float_add_train-*
840
+ - split: float_add_test
841
+ path: very_easy_use_commas/float_add_test-*
842
+ - split: int_subtract_train
843
+ path: very_easy_use_commas/int_subtract_train-*
844
+ - split: int_subtract_test
845
+ path: very_easy_use_commas/int_subtract_test-*
846
+ - split: float_subtract_train
847
+ path: very_easy_use_commas/float_subtract_train-*
848
+ - split: float_subtract_test
849
+ path: very_easy_use_commas/float_subtract_test-*
850
+ - split: int_multiply_train
851
+ path: very_easy_use_commas/int_multiply_train-*
852
+ - split: int_multiply_test
853
+ path: very_easy_use_commas/int_multiply_test-*
854
+ - split: float_multiply_train
855
+ path: very_easy_use_commas/float_multiply_train-*
856
+ - split: float_multiply_test
857
+ path: very_easy_use_commas/float_multiply_test-*
858
+ - split: int_divide_train
859
+ path: very_easy_use_commas/int_divide_train-*
860
+ - split: int_divide_test
861
+ path: very_easy_use_commas/int_divide_test-*
862
+ - split: float_divide_train
863
+ path: very_easy_use_commas/float_divide_train-*
864
+ - split: float_divide_test
865
+ path: very_easy_use_commas/float_divide_test-*
866
+ - config_name: very_hard
867
+ data_files:
868
+ - split: int_add_train
869
+ path: very_hard/int_add_train-*
870
+ - split: int_add_test
871
+ path: very_hard/int_add_test-*
872
+ - split: float_add_train
873
+ path: very_hard/float_add_train-*
874
+ - split: float_add_test
875
+ path: very_hard/float_add_test-*
876
+ - split: int_subtract_train
877
+ path: very_hard/int_subtract_train-*
878
+ - split: int_subtract_test
879
+ path: very_hard/int_subtract_test-*
880
+ - split: float_subtract_train
881
+ path: very_hard/float_subtract_train-*
882
+ - split: float_subtract_test
883
+ path: very_hard/float_subtract_test-*
884
+ - split: int_multiply_train
885
+ path: very_hard/int_multiply_train-*
886
+ - split: int_multiply_test
887
+ path: very_hard/int_multiply_test-*
888
+ - split: float_multiply_train
889
+ path: very_hard/float_multiply_train-*
890
+ - split: float_multiply_test
891
+ path: very_hard/float_multiply_test-*
892
+ - split: int_divide_train
893
+ path: very_hard/int_divide_train-*
894
+ - split: int_divide_test
895
+ path: very_hard/int_divide_test-*
896
+ - split: float_divide_train
897
+ path: very_hard/float_divide_train-*
898
+ - split: float_divide_test
899
+ path: very_hard/float_divide_test-*
900
+ - config_name: very_hard_use_commas
901
+ data_files:
902
+ - split: int_add_train
903
+ path: very_hard_use_commas/int_add_train-*
904
+ - split: int_add_test
905
+ path: very_hard_use_commas/int_add_test-*
906
+ - split: float_add_train
907
+ path: very_hard_use_commas/float_add_train-*
908
+ - split: float_add_test
909
+ path: very_hard_use_commas/float_add_test-*
910
+ - split: int_subtract_train
911
+ path: very_hard_use_commas/int_subtract_train-*
912
+ - split: int_subtract_test
913
+ path: very_hard_use_commas/int_subtract_test-*
914
+ - split: float_subtract_train
915
+ path: very_hard_use_commas/float_subtract_train-*
916
+ - split: float_subtract_test
917
+ path: very_hard_use_commas/float_subtract_test-*
918
+ - split: int_multiply_train
919
+ path: very_hard_use_commas/int_multiply_train-*
920
+ - split: int_multiply_test
921
+ path: very_hard_use_commas/int_multiply_test-*
922
+ - split: float_multiply_train
923
+ path: very_hard_use_commas/float_multiply_train-*
924
+ - split: float_multiply_test
925
+ path: very_hard_use_commas/float_multiply_test-*
926
+ - split: int_divide_train
927
+ path: very_hard_use_commas/int_divide_train-*
928
+ - split: int_divide_test
929
+ path: very_hard_use_commas/int_divide_test-*
930
+ - split: float_divide_train
931
+ path: very_hard_use_commas/float_divide_train-*
932
+ - split: float_divide_test
933
+ path: very_hard_use_commas/float_divide_test-*
934
+ ---
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
easy_use_commas/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_use_commas/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_use_commas/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_use_commas/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_use_commas/float_multiply_test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89afeb4231000efabd0e6aa22ae0a20cc97ffd8a3ccb2d641dd9a3ec976fa345
3
+ size 20758
easy_use_commas/float_multiply_train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57a1c656d3a9e70d055151db84f3ed9cef29a523bed8f386d4a3d75d126e0bca
3
+ size 79014
easy_use_commas/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_use_commas/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_use_commas/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_use_commas/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_use_commas/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_use_commas/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_use_commas/int_multiply_test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8df8ca58853ce10622034e5b876b2e3b975c2b7a013a5238bb2bd8de57804de0
3
+ size 13117
easy_use_commas/int_multiply_train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fb20624aeb85e555afed74b9e9bde54f667b00ecb81e923be081a97fcbf800c
3
+ size 49688
easy_use_commas/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_use_commas/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
hard/float_add_test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f294d31c1549826244c4302e562f83ea86c5771003742731fbaf78c6aa012ce1
3
+ size 28673
hard/float_add_train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:288b2b99f6c72f1fa342ec4a99446b4f0717c0f0b43c8e119a88ccf1cb1df458
3
+ size 111297
hard/float_divide_test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93dce68c8e46bba10dc1621c1d2683be8173e77e23691ef8a0ff77add79cb221
3
+ size 24611
hard/float_divide_train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fae21886464de5b7fb0953f271bf94c50ae681781bab1da11280699866620a2
3
+ size 95038
hard/float_multiply_test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:483cd4bc838387ed2ee7a40486f2102903cb63335916d213aa59e847b3877119
3
+ size 31832
hard/float_multiply_train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee6b9588d7d66f4e27115ec91569469925d87b7190c98ceef5e2ae39eb59b5eb
3
+ size 124046
hard/float_subtract_test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd1074ed7704d492e37b8258f46014ec380e806ce71db61f4994a55071677807
3
+ size 28537
hard/float_subtract_train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd43cc925568263ee7bd2433fa3f7243e8efaf1739f768f4cc7ef2002004c237
3
+ size 110731
hard/int_add_test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d56ce7ce211d1b00a9d57397cf3812c7c4091be228523609ff9c5224b5eb88c
3
+ size 19739
hard/int_add_train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:198aaf63ba66e4cc3155d87b04c3ae1113e5266971ef4a5bffb505f177699ff0
3
+ size 76302
hard/int_divide_test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34a570b5346b2ccde6f27bb3b48d679514d866807bc3891c027436b8a2091aa8
3
+ size 16277
hard/int_divide_train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89743a5fbcdda2ed07b593f2e127ed11dce53a4eaa2eecd47a72659029527bfe
3
+ size 62359
hard/int_multiply_test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19aa4be7ce12edd7b42f2d69a857b6ab15911107a08539f24bb4de9cc95e8293
3
+ size 23114
hard/int_multiply_train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1698fe36919060aa06b1de93c06a47bf24029267dbd1c374fbb8505830ae3e9
3
+ size 89698
hard/int_subtract_test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61f975b7241bbac96995477c1ace2410b04e5c29c3c119f70a9111e484a719a8
3
+ size 19791
hard/int_subtract_train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23a44c6758387839054cd2336edacd2ba343c171d07d4e948dd255243a7914d4
3
+ size 76377
hard_use_commas/float_add_test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:392aa5195f3283dd7aa6559176157cf6d6df92299366ccc88c5fbb1e5a6e6b1d
3
+ size 29440