garrethlee commited on
Commit
40d98f2
·
verified ·
1 Parent(s): 4b80438

Add 'hard' config data files

Browse files
README.md CHANGED
@@ -59,6 +59,65 @@ dataset_info:
59
  num_examples: 1000
60
  download_size: 524695
61
  dataset_size: 1137347
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  - config_name: medium
63
  features:
64
  - name: question
@@ -212,6 +271,40 @@ configs:
212
  path: easy/float_divide_train-*
213
  - split: float_divide_test
214
  path: easy/float_divide_test-*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
215
  - config_name: medium
216
  data_files:
217
  - split: int_add_train
 
59
  num_examples: 1000
60
  download_size: 524695
61
  dataset_size: 1137347
62
+ - config_name: hard
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: 125255
73
+ num_examples: 4000
74
+ - name: int_add_test
75
+ num_bytes: 31321
76
+ num_examples: 1000
77
+ - name: float_add_train
78
+ num_bytes: 157594
79
+ num_examples: 4000
80
+ - name: float_add_test
81
+ num_bytes: 39349
82
+ num_examples: 1000
83
+ - name: int_subtract_train
84
+ num_bytes: 124380
85
+ num_examples: 4000
86
+ - name: int_subtract_test
87
+ num_bytes: 31148
88
+ num_examples: 1000
89
+ - name: float_subtract_train
90
+ num_bytes: 156734
91
+ num_examples: 4000
92
+ - name: float_subtract_test
93
+ num_bytes: 39172
94
+ num_examples: 1000
95
+ - name: int_multiply_train
96
+ num_bytes: 137718
97
+ num_examples: 4000
98
+ - name: int_multiply_test
99
+ num_bytes: 34443
100
+ num_examples: 1000
101
+ - name: float_multiply_train
102
+ num_bytes: 170259
103
+ num_examples: 4000
104
+ - name: float_multiply_test
105
+ num_bytes: 42529
106
+ num_examples: 1000
107
+ - name: int_divide_train
108
+ num_bytes: 120279
109
+ num_examples: 4000
110
+ - name: int_divide_test
111
+ num_bytes: 30104
112
+ num_examples: 1000
113
+ - name: float_divide_train
114
+ num_bytes: 149527
115
+ num_examples: 4000
116
+ - name: float_divide_test
117
+ num_bytes: 37352
118
+ num_examples: 1000
119
+ download_size: 938422
120
+ dataset_size: 1427164
121
  - config_name: medium
122
  features:
123
  - name: question
 
271
  path: easy/float_divide_train-*
272
  - split: float_divide_test
273
  path: easy/float_divide_test-*
274
+ - config_name: hard
275
+ data_files:
276
+ - split: int_add_train
277
+ path: hard/int_add_train-*
278
+ - split: int_add_test
279
+ path: hard/int_add_test-*
280
+ - split: float_add_train
281
+ path: hard/float_add_train-*
282
+ - split: float_add_test
283
+ path: hard/float_add_test-*
284
+ - split: int_subtract_train
285
+ path: hard/int_subtract_train-*
286
+ - split: int_subtract_test
287
+ path: hard/int_subtract_test-*
288
+ - split: float_subtract_train
289
+ path: hard/float_subtract_train-*
290
+ - split: float_subtract_test
291
+ path: hard/float_subtract_test-*
292
+ - split: int_multiply_train
293
+ path: hard/int_multiply_train-*
294
+ - split: int_multiply_test
295
+ path: hard/int_multiply_test-*
296
+ - split: float_multiply_train
297
+ path: hard/float_multiply_train-*
298
+ - split: float_multiply_test
299
+ path: hard/float_multiply_test-*
300
+ - split: int_divide_train
301
+ path: hard/int_divide_train-*
302
+ - split: int_divide_test
303
+ path: hard/int_divide_test-*
304
+ - split: float_divide_train
305
+ path: hard/float_divide_train-*
306
+ - split: float_divide_test
307
+ path: hard/float_divide_test-*
308
  - config_name: medium
309
  data_files:
310
  - split: int_add_train
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