File size: 13,935 Bytes
9dafde3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
---
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: 2214638
    num_examples: 804
  - name: ops_3
    num_bytes: 2027056
    num_examples: 804
  - name: ops_4
    num_bytes: 1641241
    num_examples: 804
  - name: ops_5
    num_bytes: 3400392
    num_examples: 1287
  - name: ops_6
    num_bytes: 2199298
    num_examples: 822
  - name: ops_7
    num_bytes: 3576316
    num_examples: 1240
  - name: ops_8
    num_bytes: 3292266
    num_examples: 1156
  - name: ops_9
    num_bytes: 2492320
    num_examples: 818
  - name: ops_10
    num_bytes: 3234811
    num_examples: 936
  - name: ops_11
    num_bytes: 3385929
    num_examples: 930
  - name: ops_12
    num_bytes: 3477272
    num_examples: 942
  - name: ops_13
    num_bytes: 4054289
    num_examples: 1079
  - name: ops_14
    num_bytes: 4851429
    num_examples: 1257
  - name: ops_15
    num_bytes: 3920634
    num_examples: 961
  - name: ops_16
    num_bytes: 3483730
    num_examples: 859
  - name: ops_17
    num_bytes: 4223109
    num_examples: 1016
  - name: ops_18
    num_bytes: 4926736
    num_examples: 1186
  - name: ops_19
    num_bytes: 3709487
    num_examples: 888
  - name: ops_20
    num_bytes: 3958086
    num_examples: 912
  - name: ops_21
    num_bytes: 28700406
    num_examples: 5462
  - name: ops_22
    num_bytes: 26292545
    num_examples: 4928
  - name: ops_23
    num_bytes: 20992806
    num_examples: 3908
  - name: ops_24
    num_bytes: 14607342
    num_examples: 2654
  - name: ops_25
    num_bytes: 8240067
    num_examples: 1480
  - name: ops_26
    num_bytes: 4905976
    num_examples: 864
  - name: ops_27
    num_bytes: 18037113
    num_examples: 3164
  - name: ops_28
    num_bytes: 13108020
    num_examples: 2267
  - name: ops_29
    num_bytes: 9393158
    num_examples: 1601
  - name: ops_30
    num_bytes: 5210660
    num_examples: 864
  - name: ops_31
    num_bytes: 5050790
    num_examples: 754
  - name: ops_32
    num_bytes: 5398284
    num_examples: 789
  - name: ops_33
    num_bytes: 5555853
    num_examples: 782
  - name: ops_34
    num_bytes: 5440374
    num_examples: 755
  - name: ops_35
    num_bytes: 5498128
    num_examples: 761
  - name: ops_36
    num_bytes: 5702851
    num_examples: 775
  - name: ops_37
    num_bytes: 5315032
    num_examples: 726
  - name: ops_38
    num_bytes: 4195955
    num_examples: 549
  - name: ops_39
    num_bytes: 3205616
    num_examples: 421
  - name: ops_40
    num_bytes: 2166823
    num_examples: 272
  - name: ops_41
    num_bytes: 17075920
    num_examples: 2244
  - name: ops_42
    num_bytes: 16972734
    num_examples: 2186
  - name: ops_43
    num_bytes: 17036128
    num_examples: 2154
  - name: ops_44
    num_bytes: 15239297
    num_examples: 1898
  - name: ops_45
    num_bytes: 13678048
    num_examples: 1679
  - name: ops_46
    num_bytes: 11381676
    num_examples: 1380
  - name: ops_47
    num_bytes: 8799369
    num_examples: 1055
  - name: ops_48
    num_bytes: 6061626
    num_examples: 722
  - name: ops_49
    num_bytes: 4005357
    num_examples: 465
  - name: ops_50
    num_bytes: 2338828
    num_examples: 264
  - name: ops_51
    num_bytes: 3049882
    num_examples: 318
  - name: ops_52
    num_bytes: 3450891
    num_examples: 360
  - name: ops_53
    num_bytes: 3408078
    num_examples: 342
  - name: ops_54
    num_bytes: 3164664
    num_examples: 317
  - name: ops_55
    num_bytes: 3174486
    num_examples: 314
  - name: ops_56
    num_bytes: 3279519
    num_examples: 326
  - name: ops_57
    num_bytes: 3303855
    num_examples: 322
  - name: ops_58
    num_bytes: 3424878
    num_examples: 325
  - name: ops_59
    num_bytes: 3489259
    num_examples: 330
  - name: ops_60
    num_bytes: 2871623
    num_examples: 266
  - name: ops_61
    num_bytes: 4015342
    num_examples: 370
  - name: ops_62
    num_bytes: 4285648
    num_examples: 390
  - name: ops_63
    num_bytes: 3991195
    num_examples: 357
  - name: ops_64
    num_bytes: 3665115
    num_examples: 333
  - name: ops_65
    num_bytes: 3898486
    num_examples: 344
  - name: ops_66
    num_bytes: 3544548
    num_examples: 311
  - name: ops_67
    num_bytes: 3596346
    num_examples: 314
  - name: ops_68
    num_bytes: 4064998
    num_examples: 348
  - name: ops_69
    num_bytes: 3337319
    num_examples: 282
  - name: ops_70
    num_bytes: 3864034
    num_examples: 318
  - name: ops_71
    num_bytes: 4225195
    num_examples: 319
  - name: ops_72
    num_bytes: 4667447
    num_examples: 349
  - name: ops_73
    num_bytes: 4543169
    num_examples: 340
  - name: ops_74
    num_bytes: 4529662
    num_examples: 338
  - name: ops_75
    num_bytes: 4713499
    num_examples: 342
  - name: ops_76
    num_bytes: 4624998
    num_examples: 337
  - name: ops_77
    num_bytes: 4423179
    num_examples: 319
  - name: ops_78
    num_bytes: 4339011
    num_examples: 315
  - name: ops_79
    num_bytes: 4629801
    num_examples: 327
  - name: ops_80
    num_bytes: 4477307
    num_examples: 320
  - name: ops_81
    num_bytes: 2811731
    num_examples: 182
  - name: ops_82
    num_bytes: 2975539
    num_examples: 190
  - name: ops_83
    num_bytes: 3049472
    num_examples: 203
  - name: ops_84
    num_bytes: 3279368
    num_examples: 204
  - name: ops_85
    num_bytes: 3031976
    num_examples: 192
  - name: ops_86
    num_bytes: 3492434
    num_examples: 218
  - name: ops_87
    num_bytes: 3782040
    num_examples: 235
  - name: ops_88
    num_bytes: 3420154
    num_examples: 215
  - name: ops_89
    num_bytes: 3625438
    num_examples: 219
  - name: ops_90
    num_bytes: 3475449
    num_examples: 217
  - name: ops_91
    num_bytes: 1966615
    num_examples: 108
  - name: ops_92
    num_bytes: 2066740
    num_examples: 112
  - name: ops_93
    num_bytes: 1921621
    num_examples: 105
  - name: ops_94
    num_bytes: 1425592
    num_examples: 78
  - name: ops_95
    num_bytes: 1280194
    num_examples: 70
  - name: ops_96
    num_bytes: 1531067
    num_examples: 83
  - name: ops_97
    num_bytes: 1424338
    num_examples: 77
  - name: ops_98
    num_bytes: 1682174
    num_examples: 89
  - name: ops_99
    num_bytes: 1884603
    num_examples: 96
  - name: ops_100
    num_bytes: 1358335
    num_examples: 71
  - name: ops_101
    num_bytes: 1552185
    num_examples: 80
  - name: ops_102
    num_bytes: 2197138
    num_examples: 112
  - name: ops_103
    num_bytes: 1979837
    num_examples: 96
  - name: ops_104
    num_bytes: 1821325
    num_examples: 91
  - name: ops_105
    num_bytes: 1940201
    num_examples: 95
  - name: ops_106
    num_bytes: 2000277
    num_examples: 98
  - name: ops_107
    num_bytes: 1683557
    num_examples: 81
  - name: ops_108
    num_bytes: 2244737
    num_examples: 112
  - name: ops_109
    num_bytes: 1971008
    num_examples: 95
  - name: ops_110
    num_bytes: 1641427
    num_examples: 78
  - name: ops_111
    num_bytes: 1778616
    num_examples: 88
  - name: ops_112
    num_bytes: 1516787
    num_examples: 69
  - name: ops_113
    num_bytes: 1764151
    num_examples: 81
  - name: ops_114
    num_bytes: 1847569
    num_examples: 85
  - name: ops_115
    num_bytes: 2128982
    num_examples: 100
  - name: ops_116
    num_bytes: 1884492
    num_examples: 84
  - name: ops_117
    num_bytes: 1944754
    num_examples: 89
  - name: ops_118
    num_bytes: 2373232
    num_examples: 104
  - name: ops_119
    num_bytes: 1733234
    num_examples: 80
  - name: ops_120
    num_bytes: 1778657
    num_examples: 79
  - name: ops_121
    num_bytes: 2311174
    num_examples: 101
  - name: ops_122
    num_bytes: 2034397
    num_examples: 86
  - name: ops_123
    num_bytes: 2171076
    num_examples: 91
  - name: ops_124
    num_bytes: 1931296
    num_examples: 78
  - name: ops_125
    num_bytes: 2079189
    num_examples: 88
  - name: ops_126
    num_bytes: 2063700
    num_examples: 82
  - name: ops_127
    num_bytes: 2101448
    num_examples: 88
  - name: ops_128
    num_bytes: 2071653
    num_examples: 83
  - name: ops_129
    num_bytes: 2482088
    num_examples: 100
  - name: ops_130
    num_bytes: 2337394
    num_examples: 92
  download_size: 113188242
  dataset_size: 598579716
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-*
  - split: ops_81
    path: data/ops_81-*
  - split: ops_82
    path: data/ops_82-*
  - split: ops_83
    path: data/ops_83-*
  - split: ops_84
    path: data/ops_84-*
  - split: ops_85
    path: data/ops_85-*
  - split: ops_86
    path: data/ops_86-*
  - split: ops_87
    path: data/ops_87-*
  - split: ops_88
    path: data/ops_88-*
  - split: ops_89
    path: data/ops_89-*
  - split: ops_90
    path: data/ops_90-*
  - split: ops_91
    path: data/ops_91-*
  - split: ops_92
    path: data/ops_92-*
  - split: ops_93
    path: data/ops_93-*
  - split: ops_94
    path: data/ops_94-*
  - split: ops_95
    path: data/ops_95-*
  - split: ops_96
    path: data/ops_96-*
  - split: ops_97
    path: data/ops_97-*
  - split: ops_98
    path: data/ops_98-*
  - split: ops_99
    path: data/ops_99-*
  - split: ops_100
    path: data/ops_100-*
  - split: ops_101
    path: data/ops_101-*
  - split: ops_102
    path: data/ops_102-*
  - split: ops_103
    path: data/ops_103-*
  - split: ops_104
    path: data/ops_104-*
  - split: ops_105
    path: data/ops_105-*
  - split: ops_106
    path: data/ops_106-*
  - split: ops_107
    path: data/ops_107-*
  - split: ops_108
    path: data/ops_108-*
  - split: ops_109
    path: data/ops_109-*
  - split: ops_110
    path: data/ops_110-*
  - split: ops_111
    path: data/ops_111-*
  - split: ops_112
    path: data/ops_112-*
  - split: ops_113
    path: data/ops_113-*
  - split: ops_114
    path: data/ops_114-*
  - split: ops_115
    path: data/ops_115-*
  - split: ops_116
    path: data/ops_116-*
  - split: ops_117
    path: data/ops_117-*
  - split: ops_118
    path: data/ops_118-*
  - split: ops_119
    path: data/ops_119-*
  - split: ops_120
    path: data/ops_120-*
  - split: ops_121
    path: data/ops_121-*
  - split: ops_122
    path: data/ops_122-*
  - split: ops_123
    path: data/ops_123-*
  - split: ops_124
    path: data/ops_124-*
  - split: ops_125
    path: data/ops_125-*
  - split: ops_126
    path: data/ops_126-*
  - split: ops_127
    path: data/ops_127-*
  - split: ops_128
    path: data/ops_128-*
  - split: ops_129
    path: data/ops_129-*
  - split: ops_130
    path: data/ops_130-*
---