File size: 22,803 Bytes
0dcdecd 08eea50 962b2bc 40d98f2 2be837a 4b80438 47863a7 08eea50 0dcdecd bb4f7dc 6fcef18 0dcdecd 08eea50 962b2bc 40d98f2 2be837a 4b80438 47863a7 0dcdecd bb4f7dc 6fcef18 0dcdecd |
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 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 |
---
dataset_info:
- config_name: easy
features:
- name: question
dtype: string
- name: answer
dtype: string
- name: operator
dtype: string
splits:
- name: int_add_train
num_bytes: 101576
num_examples: 4000
- name: int_add_test
num_bytes: 25386
num_examples: 1000
- name: float_add_train
num_bytes: 124250
num_examples: 4000
- name: float_add_test
num_bytes: 31050
num_examples: 1000
- name: int_subtract_train
num_bytes: 100662
num_examples: 4000
- name: int_subtract_test
num_bytes: 25201
num_examples: 1000
- name: float_subtract_train
num_bytes: 123521
num_examples: 4000
- name: float_subtract_test
num_bytes: 30840
num_examples: 1000
- name: int_multiply_train
num_bytes: 106032
num_examples: 4000
- name: int_multiply_test
num_bytes: 26503
num_examples: 1000
- name: float_multiply_train
num_bytes: 129778
num_examples: 4000
- name: float_multiply_test
num_bytes: 32423
num_examples: 1000
- name: int_divide_train
num_bytes: 100382
num_examples: 4000
- name: int_divide_test
num_bytes: 25137
num_examples: 1000
- name: float_divide_train
num_bytes: 123645
num_examples: 4000
- name: float_divide_test
num_bytes: 30961
num_examples: 1000
download_size: 524695
dataset_size: 1137347
- config_name: easy_use_commas
features:
- name: question
dtype: string
- name: answer
dtype: string
- name: operator
dtype: string
splits:
- name: int_add_train
num_bytes: 101576
num_examples: 4000
- name: int_add_test
num_bytes: 25386
num_examples: 1000
- name: float_add_train
num_bytes: 124250
num_examples: 4000
- name: float_add_test
num_bytes: 31050
num_examples: 1000
- name: int_subtract_train
num_bytes: 100662
num_examples: 4000
- name: int_subtract_test
num_bytes: 25201
num_examples: 1000
- name: float_subtract_train
num_bytes: 123521
num_examples: 4000
- name: float_subtract_test
num_bytes: 30840
num_examples: 1000
- name: int_multiply_train
num_bytes: 108818
num_examples: 4000
- name: int_multiply_test
num_bytes: 27192
num_examples: 1000
- name: float_multiply_train
num_bytes: 132496
num_examples: 4000
- name: float_multiply_test
num_bytes: 33095
num_examples: 1000
- name: int_divide_train
num_bytes: 100382
num_examples: 4000
- name: int_divide_test
num_bytes: 25137
num_examples: 1000
- name: float_divide_train
num_bytes: 123645
num_examples: 4000
- name: float_divide_test
num_bytes: 30961
num_examples: 1000
download_size: 527724
dataset_size: 1144212
- config_name: hard
features:
- name: question
dtype: string
- name: answer
dtype: string
- name: operator
dtype: string
splits:
- name: int_add_train
num_bytes: 125255
num_examples: 4000
- name: int_add_test
num_bytes: 31321
num_examples: 1000
- name: float_add_train
num_bytes: 157594
num_examples: 4000
- name: float_add_test
num_bytes: 39349
num_examples: 1000
- name: int_subtract_train
num_bytes: 124380
num_examples: 4000
- name: int_subtract_test
num_bytes: 31148
num_examples: 1000
- name: float_subtract_train
num_bytes: 156734
num_examples: 4000
- name: float_subtract_test
num_bytes: 39172
num_examples: 1000
- name: int_multiply_train
num_bytes: 137718
num_examples: 4000
- name: int_multiply_test
num_bytes: 34443
num_examples: 1000
- name: float_multiply_train
num_bytes: 170259
num_examples: 4000
- name: float_multiply_test
num_bytes: 42529
num_examples: 1000
- name: int_divide_train
num_bytes: 120279
num_examples: 4000
- name: int_divide_test
num_bytes: 30104
num_examples: 1000
- name: float_divide_train
num_bytes: 149527
num_examples: 4000
- name: float_divide_test
num_bytes: 37352
num_examples: 1000
download_size: 938422
dataset_size: 1427164
- config_name: hard_use_commas
features:
- name: question
dtype: string
- name: answer
dtype: string
- name: operator
dtype: string
splits:
- name: int_add_train
num_bytes: 136503
num_examples: 4000
- name: int_add_test
num_bytes: 34149
num_examples: 1000
- name: float_add_train
num_bytes: 168801
num_examples: 4000
- name: float_add_test
num_bytes: 42141
num_examples: 1000
- name: int_subtract_train
num_bytes: 134898
num_examples: 4000
- name: int_subtract_test
num_bytes: 33798
num_examples: 1000
- name: float_subtract_train
num_bytes: 167160
num_examples: 4000
- name: float_subtract_test
num_bytes: 41778
num_examples: 1000
- name: int_multiply_train
num_bytes: 152796
num_examples: 4000
- name: int_multiply_test
num_bytes: 38233
num_examples: 1000
- name: float_multiply_train
num_bytes: 185270
num_examples: 4000
- name: float_multiply_test
num_bytes: 46282
num_examples: 1000
- name: int_divide_train
num_bytes: 127576
num_examples: 4000
- name: int_divide_test
num_bytes: 31946
num_examples: 1000
- name: float_divide_train
num_bytes: 156784
num_examples: 4000
- name: float_divide_test
num_bytes: 39171
num_examples: 1000
download_size: 970162
dataset_size: 1537286
- config_name: medium
features:
- name: question
dtype: string
- name: answer
dtype: string
- name: operator
dtype: string
splits:
- name: int_add_train
num_bytes: 113375
num_examples: 4000
- name: int_add_test
num_bytes: 28345
num_examples: 1000
- name: float_add_train
num_bytes: 140826
num_examples: 4000
- name: float_add_test
num_bytes: 35286
num_examples: 1000
- name: int_subtract_train
num_bytes: 112406
num_examples: 4000
- name: int_subtract_test
num_bytes: 28115
num_examples: 1000
- name: float_subtract_train
num_bytes: 139946
num_examples: 4000
- name: float_subtract_test
num_bytes: 35054
num_examples: 1000
- name: int_multiply_train
num_bytes: 121926
num_examples: 4000
- name: int_multiply_test
num_bytes: 30495
num_examples: 1000
- name: float_multiply_train
num_bytes: 150209
num_examples: 4000
- name: float_multiply_test
num_bytes: 37634
num_examples: 1000
- name: int_divide_train
num_bytes: 112368
num_examples: 4000
- name: int_divide_test
num_bytes: 28064
num_examples: 1000
- name: float_divide_train
num_bytes: 136289
num_examples: 4000
- name: float_divide_test
num_bytes: 34062
num_examples: 1000
download_size: 756804
dataset_size: 1284400
- config_name: medium_use_commas
features:
- name: question
dtype: string
- name: answer
dtype: string
- name: operator
dtype: string
splits:
- name: int_add_train
num_bytes: 115455
num_examples: 4000
- name: int_add_test
num_bytes: 28862
num_examples: 1000
- name: float_add_train
num_bytes: 142862
num_examples: 4000
- name: float_add_test
num_bytes: 35801
num_examples: 1000
- name: int_subtract_train
num_bytes: 112418
num_examples: 4000
- name: int_subtract_test
num_bytes: 28118
num_examples: 1000
- name: float_subtract_train
num_bytes: 139951
num_examples: 4000
- name: float_subtract_test
num_bytes: 35056
num_examples: 1000
- name: int_multiply_train
num_bytes: 125928
num_examples: 4000
- name: int_multiply_test
num_bytes: 31497
num_examples: 1000
- name: float_multiply_train
num_bytes: 154209
num_examples: 4000
- name: float_multiply_test
num_bytes: 38636
num_examples: 1000
- name: int_divide_train
num_bytes: 116301
num_examples: 4000
- name: int_divide_test
num_bytes: 29054
num_examples: 1000
- name: float_divide_train
num_bytes: 139756
num_examples: 4000
- name: float_divide_test
num_bytes: 34927
num_examples: 1000
download_size: 764214
dataset_size: 1308831
- config_name: very_easy
features:
- name: question
dtype: string
- name: answer
dtype: string
- name: operator
dtype: string
splits:
- name: int_add_train
num_bytes: 91422
num_examples: 4000
- name: int_add_test
num_bytes: 22828
num_examples: 1000
- name: float_add_train
num_bytes: 109119
num_examples: 4000
- name: float_add_test
num_bytes: 27291
num_examples: 1000
- name: int_subtract_train
num_bytes: 90647
num_examples: 4000
- name: int_subtract_test
num_bytes: 22658
num_examples: 1000
- name: float_subtract_train
num_bytes: 108654
num_examples: 4000
- name: float_subtract_test
num_bytes: 27190
num_examples: 1000
- name: int_multiply_train
num_bytes: 91992
num_examples: 4000
- name: int_multiply_test
num_bytes: 22988
num_examples: 1000
- name: float_multiply_train
num_bytes: 110787
num_examples: 4000
- name: float_multiply_test
num_bytes: 27714
num_examples: 1000
- name: int_divide_train
num_bytes: 93342
num_examples: 4000
- name: int_divide_test
num_bytes: 23326
num_examples: 1000
- name: float_divide_train
num_bytes: 112439
num_examples: 4000
- name: float_divide_test
num_bytes: 28100
num_examples: 1000
download_size: 216151
dataset_size: 1010497
- config_name: very_easy_use_commas
features:
- name: question
dtype: string
- name: answer
dtype: string
- name: operator
dtype: string
splits:
- name: int_add_train
num_bytes: 91422
num_examples: 4000
- name: int_add_test
num_bytes: 22828
num_examples: 1000
- name: float_add_train
num_bytes: 109119
num_examples: 4000
- name: float_add_test
num_bytes: 27291
num_examples: 1000
- name: int_subtract_train
num_bytes: 90647
num_examples: 4000
- name: int_subtract_test
num_bytes: 22658
num_examples: 1000
- name: float_subtract_train
num_bytes: 108654
num_examples: 4000
- name: float_subtract_test
num_bytes: 27190
num_examples: 1000
- name: int_multiply_train
num_bytes: 91992
num_examples: 4000
- name: int_multiply_test
num_bytes: 22988
num_examples: 1000
- name: float_multiply_train
num_bytes: 110787
num_examples: 4000
- name: float_multiply_test
num_bytes: 27714
num_examples: 1000
- name: int_divide_train
num_bytes: 93342
num_examples: 4000
- name: int_divide_test
num_bytes: 23326
num_examples: 1000
- name: float_divide_train
num_bytes: 112439
num_examples: 4000
- name: float_divide_test
num_bytes: 28100
num_examples: 1000
download_size: 216151
dataset_size: 1010497
- config_name: very_hard
features:
- name: question
dtype: string
- name: answer
dtype: string
- name: operator
dtype: string
splits:
- name: int_add_train
num_bytes: 137264
num_examples: 4000
- name: int_add_test
num_bytes: 34317
num_examples: 1000
- name: float_add_train
num_bytes: 173232
num_examples: 4000
- name: float_add_test
num_bytes: 43325
num_examples: 1000
- name: int_subtract_train
num_bytes: 136296
num_examples: 4000
- name: int_subtract_test
num_bytes: 34089
num_examples: 1000
- name: float_subtract_train
num_bytes: 172511
num_examples: 4000
- name: float_subtract_test
num_bytes: 43102
num_examples: 1000
- name: int_multiply_train
num_bytes: 153730
num_examples: 4000
- name: int_multiply_test
num_bytes: 38434
num_examples: 1000
- name: float_multiply_train
num_bytes: 189804
num_examples: 4000
- name: float_multiply_test
num_bytes: 47449
num_examples: 1000
- name: int_divide_train
num_bytes: 128279
num_examples: 4000
- name: int_divide_test
num_bytes: 32077
num_examples: 1000
- name: float_divide_train
num_bytes: 161739
num_examples: 4000
- name: float_divide_test
num_bytes: 40470
num_examples: 1000
download_size: 1075562
dataset_size: 1566118
configs:
- config_name: easy
data_files:
- split: int_add_train
path: easy/int_add_train-*
- split: int_add_test
path: easy/int_add_test-*
- split: float_add_train
path: easy/float_add_train-*
- split: float_add_test
path: easy/float_add_test-*
- split: int_subtract_train
path: easy/int_subtract_train-*
- split: int_subtract_test
path: easy/int_subtract_test-*
- split: float_subtract_train
path: easy/float_subtract_train-*
- split: float_subtract_test
path: easy/float_subtract_test-*
- split: int_multiply_train
path: easy/int_multiply_train-*
- split: int_multiply_test
path: easy/int_multiply_test-*
- split: float_multiply_train
path: easy/float_multiply_train-*
- split: float_multiply_test
path: easy/float_multiply_test-*
- split: int_divide_train
path: easy/int_divide_train-*
- split: int_divide_test
path: easy/int_divide_test-*
- split: float_divide_train
path: easy/float_divide_train-*
- split: float_divide_test
path: easy/float_divide_test-*
- config_name: easy_use_commas
data_files:
- split: int_add_train
path: easy_use_commas/int_add_train-*
- split: int_add_test
path: easy_use_commas/int_add_test-*
- split: float_add_train
path: easy_use_commas/float_add_train-*
- split: float_add_test
path: easy_use_commas/float_add_test-*
- split: int_subtract_train
path: easy_use_commas/int_subtract_train-*
- split: int_subtract_test
path: easy_use_commas/int_subtract_test-*
- split: float_subtract_train
path: easy_use_commas/float_subtract_train-*
- split: float_subtract_test
path: easy_use_commas/float_subtract_test-*
- split: int_multiply_train
path: easy_use_commas/int_multiply_train-*
- split: int_multiply_test
path: easy_use_commas/int_multiply_test-*
- split: float_multiply_train
path: easy_use_commas/float_multiply_train-*
- split: float_multiply_test
path: easy_use_commas/float_multiply_test-*
- split: int_divide_train
path: easy_use_commas/int_divide_train-*
- split: int_divide_test
path: easy_use_commas/int_divide_test-*
- split: float_divide_train
path: easy_use_commas/float_divide_train-*
- split: float_divide_test
path: easy_use_commas/float_divide_test-*
- config_name: hard
data_files:
- split: int_add_train
path: hard/int_add_train-*
- split: int_add_test
path: hard/int_add_test-*
- split: float_add_train
path: hard/float_add_train-*
- split: float_add_test
path: hard/float_add_test-*
- split: int_subtract_train
path: hard/int_subtract_train-*
- split: int_subtract_test
path: hard/int_subtract_test-*
- split: float_subtract_train
path: hard/float_subtract_train-*
- split: float_subtract_test
path: hard/float_subtract_test-*
- split: int_multiply_train
path: hard/int_multiply_train-*
- split: int_multiply_test
path: hard/int_multiply_test-*
- split: float_multiply_train
path: hard/float_multiply_train-*
- split: float_multiply_test
path: hard/float_multiply_test-*
- split: int_divide_train
path: hard/int_divide_train-*
- split: int_divide_test
path: hard/int_divide_test-*
- split: float_divide_train
path: hard/float_divide_train-*
- split: float_divide_test
path: hard/float_divide_test-*
- config_name: hard_use_commas
data_files:
- split: int_add_train
path: hard_use_commas/int_add_train-*
- split: int_add_test
path: hard_use_commas/int_add_test-*
- split: float_add_train
path: hard_use_commas/float_add_train-*
- split: float_add_test
path: hard_use_commas/float_add_test-*
- split: int_subtract_train
path: hard_use_commas/int_subtract_train-*
- split: int_subtract_test
path: hard_use_commas/int_subtract_test-*
- split: float_subtract_train
path: hard_use_commas/float_subtract_train-*
- split: float_subtract_test
path: hard_use_commas/float_subtract_test-*
- split: int_multiply_train
path: hard_use_commas/int_multiply_train-*
- split: int_multiply_test
path: hard_use_commas/int_multiply_test-*
- split: float_multiply_train
path: hard_use_commas/float_multiply_train-*
- split: float_multiply_test
path: hard_use_commas/float_multiply_test-*
- split: int_divide_train
path: hard_use_commas/int_divide_train-*
- split: int_divide_test
path: hard_use_commas/int_divide_test-*
- split: float_divide_train
path: hard_use_commas/float_divide_train-*
- split: float_divide_test
path: hard_use_commas/float_divide_test-*
- config_name: medium
data_files:
- split: int_add_train
path: medium/int_add_train-*
- split: int_add_test
path: medium/int_add_test-*
- split: float_add_train
path: medium/float_add_train-*
- split: float_add_test
path: medium/float_add_test-*
- split: int_subtract_train
path: medium/int_subtract_train-*
- split: int_subtract_test
path: medium/int_subtract_test-*
- split: float_subtract_train
path: medium/float_subtract_train-*
- split: float_subtract_test
path: medium/float_subtract_test-*
- split: int_multiply_train
path: medium/int_multiply_train-*
- split: int_multiply_test
path: medium/int_multiply_test-*
- split: float_multiply_train
path: medium/float_multiply_train-*
- split: float_multiply_test
path: medium/float_multiply_test-*
- split: int_divide_train
path: medium/int_divide_train-*
- split: int_divide_test
path: medium/int_divide_test-*
- split: float_divide_train
path: medium/float_divide_train-*
- split: float_divide_test
path: medium/float_divide_test-*
- config_name: medium_use_commas
data_files:
- split: int_add_train
path: medium_use_commas/int_add_train-*
- split: int_add_test
path: medium_use_commas/int_add_test-*
- split: float_add_train
path: medium_use_commas/float_add_train-*
- split: float_add_test
path: medium_use_commas/float_add_test-*
- split: int_subtract_train
path: medium_use_commas/int_subtract_train-*
- split: int_subtract_test
path: medium_use_commas/int_subtract_test-*
- split: float_subtract_train
path: medium_use_commas/float_subtract_train-*
- split: float_subtract_test
path: medium_use_commas/float_subtract_test-*
- split: int_multiply_train
path: medium_use_commas/int_multiply_train-*
- split: int_multiply_test
path: medium_use_commas/int_multiply_test-*
- split: float_multiply_train
path: medium_use_commas/float_multiply_train-*
- split: float_multiply_test
path: medium_use_commas/float_multiply_test-*
- split: int_divide_train
path: medium_use_commas/int_divide_train-*
- split: int_divide_test
path: medium_use_commas/int_divide_test-*
- split: float_divide_train
path: medium_use_commas/float_divide_train-*
- split: float_divide_test
path: medium_use_commas/float_divide_test-*
- config_name: very_easy
data_files:
- split: int_add_train
path: very_easy/int_add_train-*
- split: int_add_test
path: very_easy/int_add_test-*
- split: float_add_train
path: very_easy/float_add_train-*
- split: float_add_test
path: very_easy/float_add_test-*
- split: int_subtract_train
path: very_easy/int_subtract_train-*
- split: int_subtract_test
path: very_easy/int_subtract_test-*
- split: float_subtract_train
path: very_easy/float_subtract_train-*
- split: float_subtract_test
path: very_easy/float_subtract_test-*
- split: int_multiply_train
path: very_easy/int_multiply_train-*
- split: int_multiply_test
path: very_easy/int_multiply_test-*
- split: float_multiply_train
path: very_easy/float_multiply_train-*
- split: float_multiply_test
path: very_easy/float_multiply_test-*
- split: int_divide_train
path: very_easy/int_divide_train-*
- split: int_divide_test
path: very_easy/int_divide_test-*
- split: float_divide_train
path: very_easy/float_divide_train-*
- split: float_divide_test
path: very_easy/float_divide_test-*
- config_name: very_easy_use_commas
data_files:
- split: int_add_train
path: very_easy_use_commas/int_add_train-*
- split: int_add_test
path: very_easy_use_commas/int_add_test-*
- split: float_add_train
path: very_easy_use_commas/float_add_train-*
- split: float_add_test
path: very_easy_use_commas/float_add_test-*
- split: int_subtract_train
path: very_easy_use_commas/int_subtract_train-*
- split: int_subtract_test
path: very_easy_use_commas/int_subtract_test-*
- split: float_subtract_train
path: very_easy_use_commas/float_subtract_train-*
- split: float_subtract_test
path: very_easy_use_commas/float_subtract_test-*
- split: int_multiply_train
path: very_easy_use_commas/int_multiply_train-*
- split: int_multiply_test
path: very_easy_use_commas/int_multiply_test-*
- split: float_multiply_train
path: very_easy_use_commas/float_multiply_train-*
- split: float_multiply_test
path: very_easy_use_commas/float_multiply_test-*
- split: int_divide_train
path: very_easy_use_commas/int_divide_train-*
- split: int_divide_test
path: very_easy_use_commas/int_divide_test-*
- split: float_divide_train
path: very_easy_use_commas/float_divide_train-*
- split: float_divide_test
path: very_easy_use_commas/float_divide_test-*
- config_name: very_hard
data_files:
- split: int_add_train
path: very_hard/int_add_train-*
- split: int_add_test
path: very_hard/int_add_test-*
- split: float_add_train
path: very_hard/float_add_train-*
- split: float_add_test
path: very_hard/float_add_test-*
- split: int_subtract_train
path: very_hard/int_subtract_train-*
- split: int_subtract_test
path: very_hard/int_subtract_test-*
- split: float_subtract_train
path: very_hard/float_subtract_train-*
- split: float_subtract_test
path: very_hard/float_subtract_test-*
- split: int_multiply_train
path: very_hard/int_multiply_train-*
- split: int_multiply_test
path: very_hard/int_multiply_test-*
- split: float_multiply_train
path: very_hard/float_multiply_train-*
- split: float_multiply_test
path: very_hard/float_multiply_test-*
- split: int_divide_train
path: very_hard/int_divide_train-*
- split: int_divide_test
path: very_hard/int_divide_test-*
- split: float_divide_train
path: very_hard/float_divide_train-*
- split: float_divide_test
path: very_hard/float_divide_test-*
---
|