File size: 22,394 Bytes
aabfe8c 4fe7806 aabfe8c 4fe7806 4d9221e 5706c50 25af11a ca93851 4800c9c 0eb8d47 9b985d9 4b1a01f 118241d f465f2b c056f64 6735dc9 f16b55b ddfbd1a 85a6e05 f1776db 2c68f7a 42cbb41 8557f68 e6cf8e8 4fde87d 47df295 94b5a2b b6a4277 54604f3 29a4106 64927ac 9a11849 5c41cb7 c3d554e 33360f9 7ffc1c5 d54e2fd 639bf61 0617b45 2a7fd62 55a948f e3dc4dc ba76404 58f8267 4f8ecbf bfaf027 7361ed8 aabfe8c 4fe7806 4d9221e 5706c50 25af11a ca93851 4800c9c 0eb8d47 9b985d9 4b1a01f 118241d f465f2b c056f64 6735dc9 f16b55b ddfbd1a 85a6e05 f1776db 2c68f7a 42cbb41 8557f68 e6cf8e8 4fde87d 47df295 94b5a2b b6a4277 54604f3 29a4106 64927ac 9a11849 5c41cb7 c3d554e 33360f9 7ffc1c5 d54e2fd 639bf61 0617b45 2a7fd62 55a948f e3dc4dc ba76404 58f8267 4f8ecbf bfaf027 7361ed8 aabfe8c | 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 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 | ---
dataset_info:
- config_name: af
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 675798
num_examples: 11514
- name: test
num_bytes: 172777
num_examples: 2974
- name: validation
num_bytes: 118543
num_examples: 2033
download_size: 409967
dataset_size: 967118
- config_name: am
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 960451
num_examples: 11514
- name: test
num_bytes: 244878
num_examples: 2974
- name: validation
num_bytes: 169040
num_examples: 2033
download_size: 549264
dataset_size: 1374369
- config_name: ar
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 801831
num_examples: 11514
- name: test
num_bytes: 206127
num_examples: 2974
- name: validation
num_bytes: 141166
num_examples: 2033
download_size: 460869
dataset_size: 1149124
- config_name: az
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 734654
num_examples: 11514
- name: test
num_bytes: 188200
num_examples: 2974
- name: validation
num_bytes: 127965
num_examples: 2033
download_size: 427841
dataset_size: 1050819
- config_name: bn
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 1311424
num_examples: 11514
- name: test
num_bytes: 334515
num_examples: 2974
- name: validation
num_bytes: 228405
num_examples: 2033
download_size: 607551
dataset_size: 1874344
- config_name: cy
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 692100
num_examples: 11514
- name: test
num_bytes: 177692
num_examples: 2974
- name: validation
num_bytes: 121562
num_examples: 2033
download_size: 423410
dataset_size: 991354
- config_name: da
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 653295
num_examples: 11514
- name: test
num_bytes: 166983
num_examples: 2974
- name: validation
num_bytes: 114438
num_examples: 2033
download_size: 394887
dataset_size: 934716
- config_name: de
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 704100
num_examples: 11514
- name: test
num_bytes: 181452
num_examples: 2974
- name: validation
num_bytes: 123376
num_examples: 2033
download_size: 428916
dataset_size: 1008928
- config_name: el
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 1106154
num_examples: 11514
- name: test
num_bytes: 279874
num_examples: 2974
- name: validation
num_bytes: 194259
num_examples: 2033
download_size: 604264
dataset_size: 1580287
- config_name: en
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 645777
num_examples: 11514
- name: test
num_bytes: 165096
num_examples: 2974
- name: validation
num_bytes: 113355
num_examples: 2033
download_size: 386769
dataset_size: 924228
- config_name: es
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 708655
num_examples: 11514
- name: test
num_bytes: 181292
num_examples: 2974
- name: validation
num_bytes: 124286
num_examples: 2033
download_size: 426805
dataset_size: 1014233
- config_name: fa
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 943104
num_examples: 11514
- name: test
num_bytes: 241186
num_examples: 2974
- name: validation
num_bytes: 164806
num_examples: 2033
download_size: 503840
dataset_size: 1349096
- config_name: fi
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 691232
num_examples: 11514
- name: test
num_bytes: 176553
num_examples: 2974
- name: validation
num_bytes: 120589
num_examples: 2033
download_size: 418764
dataset_size: 988374
- config_name: fr
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 747069
num_examples: 11514
- name: test
num_bytes: 191252
num_examples: 2974
- name: validation
num_bytes: 130664
num_examples: 2033
download_size: 443450
dataset_size: 1068985
- config_name: he
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 840496
num_examples: 11514
- name: test
num_bytes: 215129
num_examples: 2974
- name: validation
num_bytes: 147448
num_examples: 2033
download_size: 466737
dataset_size: 1203073
- config_name: hi
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 1311915
num_examples: 11514
- name: test
num_bytes: 334549
num_examples: 2974
- name: validation
num_bytes: 227243
num_examples: 2033
download_size: 618497
dataset_size: 1873707
- config_name: hu
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 708303
num_examples: 11514
- name: test
num_bytes: 181599
num_examples: 2974
- name: validation
num_bytes: 124351
num_examples: 2033
download_size: 447281
dataset_size: 1014253
- config_name: hy
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 1039305
num_examples: 11514
- name: test
num_bytes: 265701
num_examples: 2974
- name: validation
num_bytes: 180811
num_examples: 2033
download_size: 562216
dataset_size: 1485817
- config_name: id
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 682754
num_examples: 11514
- name: test
num_bytes: 174888
num_examples: 2974
- name: validation
num_bytes: 119662
num_examples: 2033
download_size: 389789
dataset_size: 977304
- config_name: is
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 720672
num_examples: 11514
- name: test
num_bytes: 183969
num_examples: 2974
- name: validation
num_bytes: 126230
num_examples: 2033
download_size: 432715
dataset_size: 1030871
- config_name: it
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 689536
num_examples: 11514
- name: test
num_bytes: 176153
num_examples: 2974
- name: validation
num_bytes: 120775
num_examples: 2033
download_size: 406814
dataset_size: 986464
- config_name: ja
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 764452
num_examples: 11514
- name: test
num_bytes: 196178
num_examples: 2974
- name: validation
num_bytes: 133883
num_examples: 2033
download_size: 439225
dataset_size: 1094513
- config_name: jv
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 644580
num_examples: 11514
- name: test
num_bytes: 164315
num_examples: 2974
- name: validation
num_bytes: 112409
num_examples: 2033
download_size: 389506
dataset_size: 921304
- config_name: ka
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 1249401
num_examples: 11514
- name: test
num_bytes: 321961
num_examples: 2974
- name: validation
num_bytes: 217896
num_examples: 2033
download_size: 558590
dataset_size: 1789258
- config_name: km
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 1285731
num_examples: 11514
- name: test
num_bytes: 328623
num_examples: 2974
- name: validation
num_bytes: 226829
num_examples: 2033
download_size: 591400
dataset_size: 1841183
- config_name: kn
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 1471258
num_examples: 11514
- name: test
num_bytes: 377563
num_examples: 2974
- name: validation
num_bytes: 256686
num_examples: 2033
download_size: 666879
dataset_size: 2105507
- config_name: ko
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 688016
num_examples: 11514
- name: test
num_bytes: 175833
num_examples: 2974
- name: validation
num_bytes: 121386
num_examples: 2033
download_size: 415896
dataset_size: 985235
- config_name: lv
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 703822
num_examples: 11514
- name: test
num_bytes: 180374
num_examples: 2974
- name: validation
num_bytes: 123483
num_examples: 2033
download_size: 434519
dataset_size: 1007679
- config_name: ml
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 1639704
num_examples: 11514
- name: test
num_bytes: 419666
num_examples: 2974
- name: validation
num_bytes: 286668
num_examples: 2033
download_size: 715145
dataset_size: 2346038
- config_name: mn
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 1063956
num_examples: 11514
- name: test
num_bytes: 270445
num_examples: 2974
- name: validation
num_bytes: 187552
num_examples: 2033
download_size: 565593
dataset_size: 1521953
- config_name: ms
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 702905
num_examples: 11514
- name: test
num_bytes: 179637
num_examples: 2974
- name: validation
num_bytes: 122927
num_examples: 2033
download_size: 400944
dataset_size: 1005469
- config_name: my
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 1582747
num_examples: 11514
- name: test
num_bytes: 404510
num_examples: 2974
- name: validation
num_bytes: 274949
num_examples: 2033
download_size: 706509
dataset_size: 2262206
- config_name: nb
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 654720
num_examples: 11514
- name: test
num_bytes: 167397
num_examples: 2974
- name: validation
num_bytes: 114854
num_examples: 2033
download_size: 398775
dataset_size: 936971
- config_name: nl
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 701665
num_examples: 11514
- name: test
num_bytes: 179540
num_examples: 2974
- name: validation
num_bytes: 122752
num_examples: 2033
download_size: 423500
dataset_size: 1003957
- config_name: pl
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 685861
num_examples: 11514
- name: test
num_bytes: 175581
num_examples: 2974
- name: validation
num_bytes: 120355
num_examples: 2033
download_size: 421389
dataset_size: 981797
- config_name: pt
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 699015
num_examples: 11514
- name: test
num_bytes: 178656
num_examples: 2974
- name: validation
num_bytes: 122026
num_examples: 2033
download_size: 418351
dataset_size: 999697
- config_name: ro
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 685094
num_examples: 11514
- name: test
num_bytes: 174891
num_examples: 2974
- name: validation
num_bytes: 120182
num_examples: 2033
download_size: 429918
dataset_size: 980167
- config_name: ru
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 1029003
num_examples: 11514
- name: test
num_bytes: 262930
num_examples: 2974
- name: validation
num_bytes: 180969
num_examples: 2033
download_size: 574652
dataset_size: 1472902
- config_name: sl
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 663288
num_examples: 11514
- name: test
num_bytes: 169463
num_examples: 2974
- name: validation
num_bytes: 116123
num_examples: 2033
download_size: 412795
dataset_size: 948874
- config_name: sq
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 716460
num_examples: 11514
- name: test
num_bytes: 182406
num_examples: 2974
- name: validation
num_bytes: 125384
num_examples: 2033
download_size: 422480
dataset_size: 1024250
- config_name: sv
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 666488
num_examples: 11514
- name: test
num_bytes: 170257
num_examples: 2974
- name: validation
num_bytes: 116651
num_examples: 2033
download_size: 397663
dataset_size: 953396
- config_name: sw
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 682234
num_examples: 11514
- name: test
num_bytes: 174524
num_examples: 2974
- name: validation
num_bytes: 120405
num_examples: 2033
download_size: 398872
dataset_size: 977163
- config_name: ta
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 1614545
num_examples: 11514
- name: test
num_bytes: 411553
num_examples: 2974
- name: validation
num_bytes: 282803
num_examples: 2033
download_size: 701542
dataset_size: 2308901
- config_name: te
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 1456375
num_examples: 11514
- name: test
num_bytes: 372541
num_examples: 2974
- name: validation
num_bytes: 254016
num_examples: 2033
download_size: 688911
dataset_size: 2082932
- config_name: th
features:
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 1259170
num_examples: 11514
- name: test
num_bytes: 320759
num_examples: 2974
- name: validation
num_bytes: 221700
num_examples: 2033
download_size: 611608
dataset_size: 1801629
configs:
- config_name: af
data_files:
- split: train
path: af/train-*
- split: test
path: af/test-*
- split: validation
path: af/validation-*
- config_name: am
data_files:
- split: train
path: am/train-*
- split: test
path: am/test-*
- split: validation
path: am/validation-*
- config_name: ar
data_files:
- split: train
path: ar/train-*
- split: test
path: ar/test-*
- split: validation
path: ar/validation-*
- config_name: az
data_files:
- split: train
path: az/train-*
- split: test
path: az/test-*
- split: validation
path: az/validation-*
- config_name: bn
data_files:
- split: train
path: bn/train-*
- split: test
path: bn/test-*
- split: validation
path: bn/validation-*
- config_name: cy
data_files:
- split: train
path: cy/train-*
- split: test
path: cy/test-*
- split: validation
path: cy/validation-*
- config_name: da
data_files:
- split: train
path: da/train-*
- split: test
path: da/test-*
- split: validation
path: da/validation-*
- config_name: de
data_files:
- split: train
path: de/train-*
- split: test
path: de/test-*
- split: validation
path: de/validation-*
- config_name: el
data_files:
- split: train
path: el/train-*
- split: test
path: el/test-*
- split: validation
path: el/validation-*
- config_name: en
data_files:
- split: train
path: en/train-*
- split: test
path: en/test-*
- split: validation
path: en/validation-*
- config_name: es
data_files:
- split: train
path: es/train-*
- split: test
path: es/test-*
- split: validation
path: es/validation-*
- config_name: fa
data_files:
- split: train
path: fa/train-*
- split: test
path: fa/test-*
- split: validation
path: fa/validation-*
- config_name: fi
data_files:
- split: train
path: fi/train-*
- split: test
path: fi/test-*
- split: validation
path: fi/validation-*
- config_name: fr
data_files:
- split: train
path: fr/train-*
- split: test
path: fr/test-*
- split: validation
path: fr/validation-*
- config_name: he
data_files:
- split: train
path: he/train-*
- split: test
path: he/test-*
- split: validation
path: he/validation-*
- config_name: hi
data_files:
- split: train
path: hi/train-*
- split: test
path: hi/test-*
- split: validation
path: hi/validation-*
- config_name: hu
data_files:
- split: train
path: hu/train-*
- split: test
path: hu/test-*
- split: validation
path: hu/validation-*
- config_name: hy
data_files:
- split: train
path: hy/train-*
- split: test
path: hy/test-*
- split: validation
path: hy/validation-*
- config_name: id
data_files:
- split: train
path: id/train-*
- split: test
path: id/test-*
- split: validation
path: id/validation-*
- config_name: is
data_files:
- split: train
path: is/train-*
- split: test
path: is/test-*
- split: validation
path: is/validation-*
- config_name: it
data_files:
- split: train
path: it/train-*
- split: test
path: it/test-*
- split: validation
path: it/validation-*
- config_name: ja
data_files:
- split: train
path: ja/train-*
- split: test
path: ja/test-*
- split: validation
path: ja/validation-*
- config_name: jv
data_files:
- split: train
path: jv/train-*
- split: test
path: jv/test-*
- split: validation
path: jv/validation-*
- config_name: ka
data_files:
- split: train
path: ka/train-*
- split: test
path: ka/test-*
- split: validation
path: ka/validation-*
- config_name: km
data_files:
- split: train
path: km/train-*
- split: test
path: km/test-*
- split: validation
path: km/validation-*
- config_name: kn
data_files:
- split: train
path: kn/train-*
- split: test
path: kn/test-*
- split: validation
path: kn/validation-*
- config_name: ko
data_files:
- split: train
path: ko/train-*
- split: test
path: ko/test-*
- split: validation
path: ko/validation-*
- config_name: lv
data_files:
- split: train
path: lv/train-*
- split: test
path: lv/test-*
- split: validation
path: lv/validation-*
- config_name: ml
data_files:
- split: train
path: ml/train-*
- split: test
path: ml/test-*
- split: validation
path: ml/validation-*
- config_name: mn
data_files:
- split: train
path: mn/train-*
- split: test
path: mn/test-*
- split: validation
path: mn/validation-*
- config_name: ms
data_files:
- split: train
path: ms/train-*
- split: test
path: ms/test-*
- split: validation
path: ms/validation-*
- config_name: my
data_files:
- split: train
path: my/train-*
- split: test
path: my/test-*
- split: validation
path: my/validation-*
- config_name: nb
data_files:
- split: train
path: nb/train-*
- split: test
path: nb/test-*
- split: validation
path: nb/validation-*
- config_name: nl
data_files:
- split: train
path: nl/train-*
- split: test
path: nl/test-*
- split: validation
path: nl/validation-*
- config_name: pl
data_files:
- split: train
path: pl/train-*
- split: test
path: pl/test-*
- split: validation
path: pl/validation-*
- config_name: pt
data_files:
- split: train
path: pt/train-*
- split: test
path: pt/test-*
- split: validation
path: pt/validation-*
- config_name: ro
data_files:
- split: train
path: ro/train-*
- split: test
path: ro/test-*
- split: validation
path: ro/validation-*
- config_name: ru
data_files:
- split: train
path: ru/train-*
- split: test
path: ru/test-*
- split: validation
path: ru/validation-*
- config_name: sl
data_files:
- split: train
path: sl/train-*
- split: test
path: sl/test-*
- split: validation
path: sl/validation-*
- config_name: sq
data_files:
- split: train
path: sq/train-*
- split: test
path: sq/test-*
- split: validation
path: sq/validation-*
- config_name: sv
data_files:
- split: train
path: sv/train-*
- split: test
path: sv/test-*
- split: validation
path: sv/validation-*
- config_name: sw
data_files:
- split: train
path: sw/train-*
- split: test
path: sw/test-*
- split: validation
path: sw/validation-*
- config_name: ta
data_files:
- split: train
path: ta/train-*
- split: test
path: ta/test-*
- split: validation
path: ta/validation-*
- config_name: te
data_files:
- split: train
path: te/train-*
- split: test
path: te/test-*
- split: validation
path: te/validation-*
- config_name: th
data_files:
- split: train
path: th/train-*
- split: test
path: th/test-*
- split: validation
path: th/validation-*
---
|