File size: 17,607 Bytes
5d762c2 2deb5bd a88d0ec 7b2dc00 52ea366 86d2c74 44a6831 b15af2c 62fd8da bd2ec7f 0d48daf abaaa41 e14385f dd7f6b7 074b1d8 720fedd eaad911 bd2ec7f 5d762c2 1a9eb38 780d47c 3fd5787 66ca4af f6a19ce 594c755 56f7a5e 986f154 40d251c 7c0d1e9 23de212 5d762c2 2deb5bd a88d0ec 7b2dc00 52ea366 86d2c74 44a6831 b15af2c 62fd8da bd2ec7f 0d48daf abaaa41 e14385f dd7f6b7 074b1d8 720fedd eaad911 5d762c2 1a9eb38 780d47c 3fd5787 66ca4af f6a19ce 594c755 56f7a5e 986f154 40d251c 7c0d1e9 23de212 5d762c2 |
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 |
---
dataset_info:
- config_name: agnews
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 1273874
num_examples: 4000
- name: test
num_bytes: 9630696
num_examples: 30400
download_size: 1849039
dataset_size: 10904570
- config_name: amazonpolarity
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 1080886
num_examples: 2000
- name: test
num_bytes: 10798222
num_examples: 20000
download_size: 3409777
dataset_size: 11879108
- config_name: appreviews
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 586844
num_examples: 2000
- name: test
num_bytes: 2414054
num_examples: 8000
download_size: 772238
dataset_size: 3000898
- config_name: banking77
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 1710810
num_examples: 9508
- name: test
num_bytes: 40018400
num_examples: 221760
download_size: 1143392
dataset_size: 41729210
- config_name: biasframes_intent
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 433758
num_examples: 2000
- name: test
num_bytes: 1592094
num_examples: 7296
download_size: 439490
dataset_size: 2025852
- config_name: biasframes_offensive
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 465376
num_examples: 2000
- name: test
num_bytes: 1785704
num_examples: 7676
download_size: 459879
dataset_size: 2251080
- config_name: biasframes_sex
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 409356
num_examples: 2000
- name: test
num_bytes: 1830030
num_examples: 8808
download_size: 506513
dataset_size: 2239386
- config_name: capsotu
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 1663662
num_examples: 4648
- name: test
num_bytes: 24646828
num_examples: 70455
download_size: 1355378
dataset_size: 26310490
- config_name: emocontext
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 667921
num_examples: 4000
- name: test
num_bytes: 3575972
num_examples: 22036
download_size: 464474
dataset_size: 4243893
- config_name: emotiondair
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 879464
num_examples: 5036
- name: test
num_bytes: 2202560
num_examples: 12000
download_size: 427392
dataset_size: 3082024
- config_name: empathetic
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 2174320
num_examples: 4226
- name: test
num_bytes: 52139926
num_examples: 81344
download_size: 1888557
dataset_size: 54314246
- config_name: financialphrasebank
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 620969
num_examples: 2524
- name: test
num_bytes: 514854
num_examples: 2070
download_size: 227359
dataset_size: 1135823
- config_name: hateoffensive
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 423869
num_examples: 2152
- name: test
num_bytes: 493480
num_examples: 2586
download_size: 190310
dataset_size: 917349
- config_name: hatexplain
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 689940
num_examples: 2958
- name: test
num_bytes: 710204
num_examples: 2922
download_size: 285222
dataset_size: 1400144
- config_name: imdb
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 2799378
num_examples: 2000
- name: test
num_bytes: 27862150
num_examples: 20000
download_size: 9828212
dataset_size: 30661528
- config_name: manifesto
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 4441629
num_examples: 10000
- name: test
num_bytes: 417565056
num_examples: 953008
download_size: 10078300
dataset_size: 422006685
- config_name: massive
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 1328839
num_examples: 9794
- name: test
num_bytes: 23911774
num_examples: 175466
download_size: 829802
dataset_size: 25240613
- config_name: rottentomatoes
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 456654
num_examples: 2000
- name: test
num_bytes: 493664
num_examples: 2132
download_size: 222697
dataset_size: 950318
- config_name: spam
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 313388
num_examples: 1865
- name: test
num_bytes: 292810
num_examples: 2070
download_size: 181817
dataset_size: 606198
- config_name: trueteacher
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 2755354
num_examples: 2000
- name: test
num_bytes: 24821652
num_examples: 17910
download_size: 8150017
dataset_size: 27577006
- config_name: wellformedquery
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 272502
num_examples: 2000
- name: test
num_bytes: 815799
num_examples: 5934
download_size: 157068
dataset_size: 1088301
- config_name: wikitoxic_identityhate
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 874710
num_examples: 2000
- name: test
num_bytes: 5734460
num_examples: 11424
download_size: 1707592
dataset_size: 6609170
- config_name: wikitoxic_insult
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 833272
num_examples: 2000
- name: test
num_bytes: 7364528
num_examples: 16854
download_size: 2036473
dataset_size: 8197800
- config_name: wikitoxic_obscene
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 885680
num_examples: 2000
- name: test
num_bytes: 7951550
num_examples: 17382
download_size: 2150237
dataset_size: 8837230
- config_name: wikitoxic_threat
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 810744
num_examples: 1760
- name: test
num_bytes: 5174652
num_examples: 10422
download_size: 1620284
dataset_size: 5985396
- config_name: wikitoxic_toxicaggregated
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 926010
num_examples: 2000
- name: test
num_bytes: 9026954
num_examples: 20000
download_size: 2346079
dataset_size: 9952964
- config_name: yahootopics
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 7489002
num_examples: 10000
- name: test
num_bytes: 343270530
num_examples: 500000
download_size: 22778668
dataset_size: 350759532
- config_name: yelpreviews
features:
- name: text
dtype: string
- name: hypothesis
dtype: string
- name: labels
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: task_name
dtype: string
- name: label_text
dtype: string
splits:
- name: train
num_bytes: 1202213
num_examples: 1542
- name: test
num_bytes: 15688830
num_examples: 20000
download_size: 5042468
dataset_size: 16891043
configs:
- config_name: agnews
data_files:
- split: train
path: agnews/train-*
- split: test
path: agnews/test-*
- config_name: amazonpolarity
data_files:
- split: train
path: amazonpolarity/train-*
- split: test
path: amazonpolarity/test-*
- config_name: appreviews
data_files:
- split: train
path: appreviews/train-*
- split: test
path: appreviews/test-*
- config_name: banking77
data_files:
- split: train
path: banking77/train-*
- split: test
path: banking77/test-*
- config_name: biasframes_intent
data_files:
- split: train
path: biasframes_intent/train-*
- split: test
path: biasframes_intent/test-*
- config_name: biasframes_offensive
data_files:
- split: train
path: biasframes_offensive/train-*
- split: test
path: biasframes_offensive/test-*
- config_name: biasframes_sex
data_files:
- split: train
path: biasframes_sex/train-*
- split: test
path: biasframes_sex/test-*
- config_name: capsotu
data_files:
- split: train
path: capsotu/train-*
- split: test
path: capsotu/test-*
- config_name: emocontext
data_files:
- split: train
path: emocontext/train-*
- split: test
path: emocontext/test-*
- config_name: emotiondair
data_files:
- split: train
path: emotiondair/train-*
- split: test
path: emotiondair/test-*
- config_name: empathetic
data_files:
- split: train
path: empathetic/train-*
- split: test
path: empathetic/test-*
- config_name: financialphrasebank
data_files:
- split: train
path: financialphrasebank/train-*
- split: test
path: financialphrasebank/test-*
- config_name: hateoffensive
data_files:
- split: train
path: hateoffensive/train-*
- split: test
path: hateoffensive/test-*
- config_name: hatexplain
data_files:
- split: train
path: hatexplain/train-*
- split: test
path: hatexplain/test-*
- config_name: imdb
data_files:
- split: train
path: imdb/train-*
- split: test
path: imdb/test-*
- config_name: manifesto
data_files:
- split: train
path: manifesto/train-*
- split: test
path: manifesto/test-*
- config_name: massive
data_files:
- split: train
path: massive/train-*
- split: test
path: massive/test-*
- config_name: rottentomatoes
data_files:
- split: train
path: rottentomatoes/train-*
- split: test
path: rottentomatoes/test-*
- config_name: spam
data_files:
- split: train
path: spam/train-*
- split: test
path: spam/test-*
- config_name: trueteacher
data_files:
- split: train
path: trueteacher/train-*
- split: test
path: trueteacher/test-*
- config_name: wellformedquery
data_files:
- split: train
path: wellformedquery/train-*
- split: test
path: wellformedquery/test-*
- config_name: wikitoxic_identityhate
data_files:
- split: train
path: wikitoxic_identityhate/train-*
- split: test
path: wikitoxic_identityhate/test-*
- config_name: wikitoxic_insult
data_files:
- split: train
path: wikitoxic_insult/train-*
- split: test
path: wikitoxic_insult/test-*
- config_name: wikitoxic_obscene
data_files:
- split: train
path: wikitoxic_obscene/train-*
- split: test
path: wikitoxic_obscene/test-*
- config_name: wikitoxic_threat
data_files:
- split: train
path: wikitoxic_threat/train-*
- split: test
path: wikitoxic_threat/test-*
- config_name: wikitoxic_toxicaggregated
data_files:
- split: train
path: wikitoxic_toxicaggregated/train-*
- split: test
path: wikitoxic_toxicaggregated/test-*
- config_name: yahootopics
data_files:
- split: train
path: yahootopics/train-*
- split: test
path: yahootopics/test-*
- config_name: yelpreviews
data_files:
- split: train
path: yelpreviews/train-*
- split: test
path: yelpreviews/test-*
---
|