File size: 8,688 Bytes
91cfab8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6a19d3c
91cfab8
 
6a19d3c
91cfab8
 
6a19d3c
91cfab8
 
6a19d3c
 
91cfab8
6a19d3c
 
91cfab8
6a19d3c
 
91cfab8
6a19d3c
 
91cfab8
6a19d3c
 
91cfab8
6a19d3c
 
91cfab8
6a19d3c
 
91cfab8
6a19d3c
 
91cfab8
6a19d3c
 
91cfab8
6a19d3c
 
91cfab8
6a19d3c
 
91cfab8
6a19d3c
 
91cfab8
6a19d3c
 
91cfab8
6a19d3c
 
91cfab8
6a19d3c
 
91cfab8
6a19d3c
 
91cfab8
6a19d3c
 
91cfab8
6a19d3c
 
91cfab8
6a19d3c
 
91cfab8
6a19d3c
 
91cfab8
6a19d3c
 
91cfab8
6a19d3c
 
91cfab8
6a19d3c
 
91cfab8
6a19d3c
 
91cfab8
6a19d3c
 
91cfab8
6a19d3c
 
543c4a3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91cfab8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
543c4a3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91cfab8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
---
dataset_info:
  features:
  - name: problem
    dtype: string
  - name: question
    dtype: string
  - name: solution
    dtype: string
  - name: op
    dtype: int64
  - name: id
    dtype: int64
  - name: template
    dtype: string
  - name: mode
    dtype: string
  - name: length
    dtype: string
  - name: d
    dtype: int64
  splits:
  - name: ops_2
    num_bytes: 18169714
    num_examples: 864
  - name: ops_3
    num_bytes: 17417521
    num_examples: 864
  - name: ops_4
    num_bytes: 17154544
    num_examples: 864
  - name: ops_5
    num_bytes: 34234622
    num_examples: 1760
  - name: ops_6
    num_bytes: 15145597
    num_examples: 872
  - name: ops_7
    num_bytes: 15852604
    num_examples: 902
  - name: ops_8
    num_bytes: 24541416
    num_examples: 1436
  - name: ops_9
    num_bytes: 23526148
    num_examples: 1385
  - name: ops_10
    num_bytes: 15202947
    num_examples: 872
  - name: ops_11
    num_bytes: 20322649
    num_examples: 1231
  - name: ops_12
    num_bytes: 15441473
    num_examples: 930
  - name: ops_13
    num_bytes: 23203486
    num_examples: 1453
  - name: ops_14
    num_bytes: 18425144
    num_examples: 1240
  - name: ops_15
    num_bytes: 16552828
    num_examples: 1168
  - name: ops_16
    num_bytes: 12797875
    num_examples: 885
  - name: ops_17
    num_bytes: 15648203
    num_examples: 1147
  - name: ops_18
    num_bytes: 17171836
    num_examples: 1318
  - name: ops_19
    num_bytes: 12646175
    num_examples: 984
  - name: ops_20
    num_bytes: 12153981
    num_examples: 990
  - name: ops_21
    num_bytes: 33550425
    num_examples: 2917
  - name: ops_22
    num_bytes: 32788584
    num_examples: 2976
  - name: ops_23
    num_bytes: 26110409
    num_examples: 2532
  - name: ops_24
    num_bytes: 16815679
    num_examples: 1736
  - name: ops_25
    num_bytes: 10026171
    num_examples: 1112
  - name: ops_26
    num_bytes: 7502065
    num_examples: 882
  - name: ops_27
    num_bytes: 15279243
    num_examples: 1841
  - name: ops_28
    num_bytes: 11279515
    num_examples: 1470
  - name: ops_29
    num_bytes: 7994885
    num_examples: 1099
  - name: ops_30
    num_bytes: 6125586
    num_examples: 883
  - name: ops_31
    num_bytes: 5894892
    num_examples: 908
  - name: ops_32
    num_bytes: 6575661
    num_examples: 1058
  - name: ops_33
    num_bytes: 5891888
    num_examples: 986
  - name: ops_34
    num_bytes: 5267914
    num_examples: 931
  - name: ops_35
    num_bytes: 4248442
    num_examples: 808
  - name: ops_36
    num_bytes: 3651607
    num_examples: 728
  - name: ops_37
    num_bytes: 3608854
    num_examples: 744
  - name: ops_38
    num_bytes: 2792584
    num_examples: 600
  - name: ops_39
    num_bytes: 2378240
    num_examples: 532
  - name: ops_40
    num_bytes: 1897863
    num_examples: 432
  - name: ops_41
    num_bytes: 7880829
    num_examples: 1864
  - name: ops_42
    num_bytes: 7338325
    num_examples: 1741
  - name: ops_43
    num_bytes: 6793038
    num_examples: 1589
  - name: ops_44
    num_bytes: 5987891
    num_examples: 1378
  - name: ops_45
    num_bytes: 5005088
    num_examples: 1123
  - name: ops_46
    num_bytes: 4225429
    num_examples: 926
  - name: ops_47
    num_bytes: 3673711
    num_examples: 791
  - name: ops_48
    num_bytes: 2616868
    num_examples: 550
  - name: ops_49
    num_bytes: 2331364
    num_examples: 485
  - name: ops_50
    num_bytes: 2133177
    num_examples: 437
  - name: ops_51
    num_bytes: 3125644
    num_examples: 626
  - name: ops_52
    num_bytes: 2698492
    num_examples: 528
  - name: ops_53
    num_bytes: 2850206
    num_examples: 547
  - name: ops_54
    num_bytes: 2502085
    num_examples: 473
  - name: ops_55
    num_bytes: 2009020
    num_examples: 372
  - name: ops_56
    num_bytes: 1875256
    num_examples: 341
  - name: ops_57
    num_bytes: 1755369
    num_examples: 317
  - name: ops_58
    num_bytes: 1660787
    num_examples: 294
  - name: ops_59
    num_bytes: 1485096
    num_examples: 259
  - name: ops_60
    num_bytes: 1698409
    num_examples: 288
  - name: ops_61
    num_bytes: 3022046
    num_examples: 503
  - name: ops_62
    num_bytes: 3182028
    num_examples: 526
  - name: ops_63
    num_bytes: 3122268
    num_examples: 508
  - name: ops_64
    num_bytes: 2815978
    num_examples: 451
  - name: ops_65
    num_bytes: 2651474
    num_examples: 420
  - name: ops_66
    num_bytes: 2398108
    num_examples: 373
  - name: ops_67
    num_bytes: 2149470
    num_examples: 333
  - name: ops_68
    num_bytes: 2333063
    num_examples: 355
  - name: ops_69
    num_bytes: 1967973
    num_examples: 299
  - name: ops_70
    num_bytes: 1672111
    num_examples: 248
  - name: ops_71
    num_bytes: 2986041
    num_examples: 437
  - name: ops_72
    num_bytes: 2747088
    num_examples: 401
  - name: ops_73
    num_bytes: 2823918
    num_examples: 404
  - name: ops_74
    num_bytes: 2513293
    num_examples: 357
  - name: ops_75
    num_bytes: 2917466
    num_examples: 408
  - name: ops_76
    num_bytes: 2491155
    num_examples: 344
  - name: ops_77
    num_bytes: 2419535
    num_examples: 331
  - name: ops_78
    num_bytes: 2199614
    num_examples: 297
  - name: ops_79
    num_bytes: 2146908
    num_examples: 284
  - name: ops_80
    num_bytes: 1979350
    num_examples: 262
  download_size: 133359019
  dataset_size: 675474241
configs:
- config_name: default
  data_files:
  - split: ops_2
    path: data/ops_2-*
  - split: ops_3
    path: data/ops_3-*
  - split: ops_4
    path: data/ops_4-*
  - split: ops_5
    path: data/ops_5-*
  - split: ops_6
    path: data/ops_6-*
  - split: ops_7
    path: data/ops_7-*
  - split: ops_8
    path: data/ops_8-*
  - split: ops_9
    path: data/ops_9-*
  - split: ops_10
    path: data/ops_10-*
  - split: ops_11
    path: data/ops_11-*
  - split: ops_12
    path: data/ops_12-*
  - split: ops_13
    path: data/ops_13-*
  - split: ops_14
    path: data/ops_14-*
  - split: ops_15
    path: data/ops_15-*
  - split: ops_16
    path: data/ops_16-*
  - split: ops_17
    path: data/ops_17-*
  - split: ops_18
    path: data/ops_18-*
  - split: ops_19
    path: data/ops_19-*
  - split: ops_20
    path: data/ops_20-*
  - split: ops_21
    path: data/ops_21-*
  - split: ops_22
    path: data/ops_22-*
  - split: ops_23
    path: data/ops_23-*
  - split: ops_24
    path: data/ops_24-*
  - split: ops_25
    path: data/ops_25-*
  - split: ops_26
    path: data/ops_26-*
  - split: ops_27
    path: data/ops_27-*
  - split: ops_28
    path: data/ops_28-*
  - split: ops_29
    path: data/ops_29-*
  - split: ops_30
    path: data/ops_30-*
  - split: ops_31
    path: data/ops_31-*
  - split: ops_32
    path: data/ops_32-*
  - split: ops_33
    path: data/ops_33-*
  - split: ops_34
    path: data/ops_34-*
  - split: ops_35
    path: data/ops_35-*
  - split: ops_36
    path: data/ops_36-*
  - split: ops_37
    path: data/ops_37-*
  - split: ops_38
    path: data/ops_38-*
  - split: ops_39
    path: data/ops_39-*
  - split: ops_40
    path: data/ops_40-*
  - split: ops_41
    path: data/ops_41-*
  - split: ops_42
    path: data/ops_42-*
  - split: ops_43
    path: data/ops_43-*
  - split: ops_44
    path: data/ops_44-*
  - split: ops_45
    path: data/ops_45-*
  - split: ops_46
    path: data/ops_46-*
  - split: ops_47
    path: data/ops_47-*
  - split: ops_48
    path: data/ops_48-*
  - split: ops_49
    path: data/ops_49-*
  - split: ops_50
    path: data/ops_50-*
  - split: ops_51
    path: data/ops_51-*
  - split: ops_52
    path: data/ops_52-*
  - split: ops_53
    path: data/ops_53-*
  - split: ops_54
    path: data/ops_54-*
  - split: ops_55
    path: data/ops_55-*
  - split: ops_56
    path: data/ops_56-*
  - split: ops_57
    path: data/ops_57-*
  - split: ops_58
    path: data/ops_58-*
  - split: ops_59
    path: data/ops_59-*
  - split: ops_60
    path: data/ops_60-*
  - split: ops_61
    path: data/ops_61-*
  - split: ops_62
    path: data/ops_62-*
  - split: ops_63
    path: data/ops_63-*
  - split: ops_64
    path: data/ops_64-*
  - split: ops_65
    path: data/ops_65-*
  - split: ops_66
    path: data/ops_66-*
  - split: ops_67
    path: data/ops_67-*
  - split: ops_68
    path: data/ops_68-*
  - split: ops_69
    path: data/ops_69-*
  - split: ops_70
    path: data/ops_70-*
  - split: ops_71
    path: data/ops_71-*
  - split: ops_72
    path: data/ops_72-*
  - split: ops_73
    path: data/ops_73-*
  - split: ops_74
    path: data/ops_74-*
  - split: ops_75
    path: data/ops_75-*
  - split: ops_76
    path: data/ops_76-*
  - split: ops_77
    path: data/ops_77-*
  - split: ops_78
    path: data/ops_78-*
  - split: ops_79
    path: data/ops_79-*
  - split: ops_80
    path: data/ops_80-*
---