File size: 29,193 Bytes
5e9a202 77ecf84 5e9a202 77ecf84 7f783d6 a2a1bfa 4801dfd 2acb0c9 cedb346 90e2309 7b323cc ccef249 7a1953e 07efdff f9ebbe0 5dcc7aa f3f10dd 5361764 d06b98e 33d9edf 8a709ed 8db1fb6 9f0aa7d 62708c1 abb6adb bd8dedc 1ea53ef ea0098e 205b94c 31fa139 bcc1ad7 e28d2c9 4ada06d b631b2d 1de2858 c0b65dc 854c3ce 36a2868 f2841cf 92daca7 13912d9 1c79426 5b2129e 30b37aa e4f558c 5e9a202 77ecf84 7f783d6 a2a1bfa 4801dfd 2acb0c9 cedb346 90e2309 7b323cc ccef249 7a1953e 07efdff f9ebbe0 5dcc7aa f3f10dd 5361764 d06b98e 33d9edf 8a709ed 8db1fb6 9f0aa7d 62708c1 abb6adb bd8dedc 1ea53ef ea0098e 205b94c 31fa139 bcc1ad7 e28d2c9 4ada06d b631b2d 1de2858 c0b65dc 854c3ce 36a2868 f2841cf 92daca7 13912d9 1c79426 5b2129e 30b37aa e4f558c 5e9a202 | 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 | ---
dataset_info:
- config_name: binding_affinity__pair_wt_chemberta_pooled
features:
- name: target_sequence
dtype: string
- name: sequence
dtype: string
- name: label
dtype: float64
- name: target_embedding
list: float32
- name: binder_embedding
list: float32
- name: affinity
dtype: float64
- name: affinity_class
dtype: string
- name: smiles_iptm_score
dtype: float64
splits:
- name: train
num_bytes: 9742429
num_examples: 1349
- name: val
num_bytes: 2546969
num_examples: 353
download_size: 14408929
dataset_size: 12289398
- config_name: binding_affinity__pair_wt_chemberta_unpooled
features:
- name: target_sequence
dtype: string
- name: sequence
dtype: string
- name: label
dtype: float64
- name: target_embedding
list:
list: float16
- name: target_attention_mask
list: int8
- name: target_length
dtype: int64
- name: binder_embedding
list:
list: float16
- name: binder_attention_mask
list: int8
- name: binder_length
dtype: int64
- name: affinity
dtype: float64
- name: affinity_class
dtype: string
- name: smiles_iptm_score
dtype: float64
splits:
- name: train
num_bytes: 1014629113
num_examples: 1349
- name: val
num_bytes: 264559353
num_examples: 353
download_size: 1255909381
dataset_size: 1279188466
- config_name: binding_affinity__pair_wt_peptideclm_pooled
features:
- name: target_sequence
dtype: string
- name: sequence
dtype: string
- name: label
dtype: float64
- name: target_embedding
list: float32
- name: binder_embedding
list: float32
- name: affinity
dtype: float64
- name: affinity_class
dtype: string
- name: smiles_iptm_score
dtype: float64
splits:
- name: train
num_bytes: 11814493
num_examples: 1349
- name: val
num_bytes: 3089177
num_examples: 353
download_size: 17599597
dataset_size: 14903670
- config_name: binding_affinity__pair_wt_peptideclm_unpooled
features:
- name: target_sequence
dtype: string
- name: sequence
dtype: string
- name: label
dtype: float64
- name: target_embedding
list:
list: float16
- name: target_attention_mask
list: int8
- name: target_length
dtype: int64
- name: binder_embedding
list:
list: float16
- name: binder_attention_mask
list: int8
- name: binder_length
dtype: int64
- name: affinity
dtype: float64
- name: affinity_class
dtype: string
- name: smiles_iptm_score
dtype: float64
splits:
- name: train
num_bytes: 1011601188
num_examples: 1349
- name: val
num_bytes: 263340834
num_examples: 353
download_size: 1254910028
dataset_size: 1274942022
- config_name: binding_affinity__pair_wt_wt_pooled
features:
- name: target_sequence
dtype: string
- name: sequence
dtype: string
- name: label
dtype: float64
- name: target_embedding
list: float32
- name: embedding
list: float32
- name: wt_iptm_score
dtype: float64
- name: affinity
dtype: float64
- name: affinity_class
dtype: string
splits:
- name: train
num_bytes: 11929307
num_examples: 1133
- name: val
num_bytes: 3157075
num_examples: 300
download_size: 17866414
dataset_size: 15086382
- config_name: binding_affinity__pair_wt_wt_unpooled
features:
- name: target_sequence
dtype: string
- name: sequence
dtype: string
- name: label
dtype: float32
- name: affinity
dtype: float32
- name: affinity_class
dtype: string
- name: target_embedding
list:
list: float16
length: 1280
- name: target_attention_mask
list: int8
- name: target_length
dtype: int64
- name: binder_embedding
list:
list: float16
length: 1280
- name: binder_attention_mask
list: int8
- name: binder_length
dtype: int64
- name: wt_iptm_score
dtype: float32
splits:
- name: train
num_bytes: 699020198
num_examples: 1133
- name: val
num_bytes: 180495759
num_examples: 300
download_size: 874726669
dataset_size: 879515957
- config_name: half_life__halflife_chemberta_with_embeddings
features:
- name: sequence
dtype: string
- name: labels
dtype: float64
- name: embedding
list: float32
splits:
- name: train
num_bytes: 498045
num_examples: 245
download_size: 414916
dataset_size: 498045
- config_name: half_life__halflife_chemberta_with_embeddings_unpooled
features:
- name: sequence
dtype: string
- name: labels
dtype: float64
- name: embedding
list:
list: float16
- name: attention_mask
list: int8
- name: length
dtype: int64
splits:
- name: train
num_bytes: 58826285
num_examples: 245
download_size: 54835770
dataset_size: 58826285
- config_name: half_life__halflife_peptideclm_with_embeddings
features:
- name: sequence
dtype: string
- name: labels
dtype: float64
- name: embedding
list: float64
splits:
- name: train
num_bytes: 1627005
num_examples: 245
download_size: 1069460
dataset_size: 1627005
- config_name: half_life__halflife_peptideclm_with_embeddings_unpooled
features:
- name: sequence
dtype: string
- name: labels
dtype: float64
- name: embedding
list:
list: float64
- name: attention_mask
list: int8
splits:
- name: train
num_bytes: 269123008
num_examples: 245
download_size: 206725146
dataset_size: 269123008
- config_name: half_life__halflife_wt_with_embeddings
features:
- name: sequence
dtype: string
- name: embedding
list: float32
- name: label
dtype: float64
- name: log_label
dtype: float64
splits:
- name: train
num_bytes: 675408
num_examples: 130
download_size: 1048850
dataset_size: 675408
- config_name: half_life__halflife_wt_with_embeddings_unpooled
features:
- name: sequence
dtype: string
- name: label
dtype: float16
- name: log_label
dtype: float16
- name: embedding
list:
list: float16
length: 1280
- name: attention_mask
list: int8
- name: length
dtype: int64
splits:
- name: train
num_bytes: 17137776
num_examples: 130
download_size: 16367436
dataset_size: 17137776
- config_name: hemolysis__hemo_chemberta_with_embeddings
features:
- name: sequence
dtype: string
- name: label
dtype: int64
- name: embedding
list: float32
splits:
- name: train
num_bytes: 9313925
num_examples: 4860
- name: val
num_bytes: 2315927
num_examples: 1216
download_size: 13659048
dataset_size: 11629852
- config_name: hemolysis__hemo_chemberta_with_embeddings_unpooled
features:
- name: sequence
dtype: string
- name: label
dtype: int64
- name: embedding
list:
list: float16
- name: attention_mask
list: int8
- name: length
dtype: int64
splits:
- name: train
num_bytes: 1005995635
num_examples: 4860
- name: val
num_bytes: 241800300
num_examples: 1216
download_size: 1162835740
dataset_size: 1247795935
- config_name: hemolysis__hemo_peptideclm_with_embeddings
features:
- name: sequence
dtype: string
- name: label
dtype: int64
- name: embedding
list: float32
length: 768
splits:
- name: train
num_bytes: 16813165
num_examples: 4860
- name: val
num_bytes: 4192601
num_examples: 1216
download_size: 23113748
dataset_size: 21005766
- config_name: hemolysis__hemo_peptideclm_with_embeddings_unpooled
features:
- name: sequence
dtype: string
- name: label
dtype: int64
- name: embedding
list:
list: float16
length: 768
- name: attention_mask
list: int8
- name: length
dtype: int64
splits:
- name: train
num_bytes: 1030507572
num_examples: 4860
- name: val
num_bytes: 249120069
num_examples: 1216
download_size: 1246287856
dataset_size: 1279627641
- config_name: hemolysis__hemo_wt_with_embeddings
features:
- name: sequence
dtype: string
- name: embedding
list: float32
- name: label
dtype: int64
splits:
- name: train
num_bytes: 25052725
num_examples: 4860
- name: val
num_bytes: 6267719
num_examples: 1216
download_size: 35578600
dataset_size: 31320444
- config_name: hemolysis__hemo_wt_with_embeddings_unpooled
features:
- name: sequence
dtype: string
- name: label
dtype: int64
- name: embedding
list:
list: float16
length: 1280
- name: attention_mask
list: int8
- name: length
dtype: int64
splits:
- name: train
num_bytes: 235238010
num_examples: 4860
- name: val
num_bytes: 57276814
num_examples: 1216
download_size: 287021543
dataset_size: 292514824
- config_name: nf__nf_chemberta_with_embeddings
features:
- name: sequence
dtype: string
- name: label
dtype: int64
- name: embedding
list: float32
splits:
- name: train
num_bytes: 43383422
num_examples: 13744
- name: val
num_bytes: 10775203
num_examples: 3436
download_size: 43173256
dataset_size: 54158625
- config_name: nf__nf_chemberta_with_embeddings_unpooled
features:
- name: sequence
dtype: string
- name: label
dtype: int64
- name: embedding
list:
list: float16
- name: attention_mask
list: int8
- name: length
dtype: int64
splits:
- name: train
num_bytes: 3527868113
num_examples: 13744
- name: val
num_bytes: 878940617
num_examples: 3436
download_size: 4092197290
dataset_size: 4406808730
- config_name: nf__nf_peptideclm_with_embeddings
features:
- name: sequence
dtype: string
- name: label
dtype: int64
- name: embedding
list: float32
length: 768
splits:
- name: train
num_bytes: 64955900
num_examples: 13744
- name: val
num_bytes: 16168142
num_examples: 3436
download_size: 68905312
dataset_size: 81124042
- config_name: nf__nf_peptideclm_with_embeddings_unpooled
features:
- name: sequence
dtype: string
- name: label
dtype: int64
- name: embedding
list:
list: float16
length: 768
- name: attention_mask
list: int8
- name: length
dtype: int64
splits:
- name: train
num_bytes: 9217534156
num_examples: 13744
- name: val
num_bytes: 2294213079
num_examples: 3436
download_size: 11403076401
dataset_size: 11511747235
- config_name: nf__nf_wt_with_embeddings
features:
- name: sequence
dtype: string
- name: embedding
list: float32
- name: label
dtype: int64
splits:
- name: train
num_bytes: 71727017
num_examples: 13744
- name: val
num_bytes: 17928760
num_examples: 3436
download_size: 100685872
dataset_size: 89655777
- config_name: nf__nf_wt_with_embeddings_unpooled
features:
- name: sequence
dtype: string
- name: label
dtype: int64
- name: embedding
list:
list: float16
length: 1280
- name: attention_mask
list: int8
- name: length
dtype: int64
splits:
- name: train
num_bytes: 2915512978
num_examples: 13744
- name: val
num_bytes: 721206976
num_examples: 3436
download_size: 3622556016
dataset_size: 3636719954
- config_name: permeability_caco2__caco2_chemberta_with_embeddings
features:
- name: sequence
dtype: string
- name: label
dtype: float64
- name: embedding
list: float32
splits:
- name: train
num_bytes: 848051
num_examples: 484
- name: val
num_bytes: 204272
num_examples: 122
download_size: 1380111
dataset_size: 1052323
- config_name: permeability_caco2__caco2_chemberta_with_embeddings_unpooled
features:
- name: sequence
dtype: string
- name: label
dtype: float64
- name: embedding
list:
list: float16
- name: attention_mask
list: int8
- name: length
dtype: int64
splits:
- name: train
num_bytes: 58823650
num_examples: 484
- name: val
num_bytes: 8887746
num_examples: 122
download_size: 63200062
dataset_size: 67711396
- config_name: permeability_caco2__caco2_peptideclm_with_embeddings
features:
- name: sequence
dtype: string
- name: label
dtype: float64
- name: embedding
list: float32
splits:
- name: train
num_bytes: 1591475
num_examples: 484
- name: val
num_bytes: 391664
num_examples: 122
download_size: 2713580
dataset_size: 1983139
- config_name: permeability_caco2__caco2_peptideclm_with_embeddings_unpooled
features:
- name: sequence
dtype: string
- name: label
dtype: float64
- name: embedding
list:
list: float16
- name: attention_mask
list: int8
- name: length
dtype: int64
splits:
- name: train
num_bytes: 61445317
num_examples: 484
- name: val
num_bytes: 9324443
num_examples: 122
download_size: 66256461
dataset_size: 70769760
- config_name: permeability_pampa__pampa_chemberta_with_embeddings
features:
- name: sequence
dtype: string
- name: label
dtype: float64
- name: embedding
list: float32
splits:
- name: train
num_bytes: 8868563
num_examples: 5187
- name: val
num_bytes: 2828125
num_examples: 1682
download_size: 9073608
dataset_size: 11696688
- config_name: permeability_pampa__pampa_chemberta_with_embeddings_unpooled
features:
- name: sequence
dtype: string
- name: label
dtype: float64
- name: embedding
list:
list: float16
- name: attention_mask
list: int8
- name: length
dtype: int64
splits:
- name: train
num_bytes: 490350648
num_examples: 5187
- name: val
num_bytes: 130727059
num_examples: 1682
download_size: 578947300
dataset_size: 621077707
- config_name: permeability_pampa__pampa_peptideclm_with_embeddings
features:
- name: sequence
dtype: string
- name: label
dtype: float64
- name: embedding
list: float32
splits:
- name: train
num_bytes: 17796153
num_examples: 5495
- name: val
num_bytes: 4451319
num_examples: 1374
download_size: 26288045
dataset_size: 22247472
- config_name: permeability_pampa__pampa_peptideclm_with_embeddings_unpooled
features:
- name: sequence
dtype: string
- name: label
dtype: float64
- name: embedding
list:
list: float16
- name: attention_mask
list: int8
- name: length
dtype: int64
splits:
- name: train
num_bytes: 510348216
num_examples: 5495
- name: val
num_bytes: 128857198
num_examples: 1374
download_size: 607814832
dataset_size: 639205414
- config_name: permeability_penetrance__perm_chemberta_with_embeddings
features:
- name: sequence
dtype: string
- name: smiles
dtype: string
- name: label
dtype: int64
- name: embedding
list: float32
splits:
- name: train
num_bytes: 3618682
num_examples: 1859
- name: val
num_bytes: 902840
num_examples: 465
download_size: 5420642
dataset_size: 4521522
- config_name: permeability_penetrance__perm_chemberta_with_embeddings_unpooled
features:
- name: sequence
dtype: string
- name: smiles
dtype: string
- name: label
dtype: int64
- name: embedding
list:
list: float16
- name: attention_mask
list: int8
- name: length
dtype: int64
splits:
- name: train
num_bytes: 397023820
num_examples: 1859
- name: val
num_bytes: 97707357
num_examples: 465
download_size: 461038632
dataset_size: 494731177
- config_name: permeability_penetrance__perm_peptideclm_with_embeddings
features:
- name: sequence
dtype: string
- name: smiles
dtype: string
- name: label
dtype: int64
- name: embedding
list: float32
splits:
- name: train
num_bytes: 6474106
num_examples: 1859
- name: val
num_bytes: 1617080
num_examples: 465
download_size: 9214278
dataset_size: 8091186
- config_name: permeability_penetrance__perm_peptideclm_with_embeddings_unpooled
features:
- name: sequence
dtype: string
- name: smiles
dtype: string
- name: label
dtype: int64
- name: embedding
list:
list: float16
- name: attention_mask
list: int8
- name: length
dtype: int64
splits:
- name: train
num_bytes: 392267370
num_examples: 1859
- name: val
num_bytes: 96599140
num_examples: 465
download_size: 474514467
dataset_size: 488866510
- config_name: permeability_penetrance__perm_wt_with_embeddings_pooled
features:
- name: sequence
dtype: string
- name: embedding
list: float32
- name: label
dtype: int64
splits:
- name: train
num_bytes: 9582422
num_examples: 1859
- name: val
num_bytes: 2396825
num_examples: 465
download_size: 13821993
dataset_size: 11979247
- config_name: permeability_penetrance__perm_wt_with_embeddings_unpooled
features:
- name: sequence
dtype: string
- name: label
dtype: int64
- name: embedding
list:
list: float16
length: 1280
- name: attention_mask
list: int8
- name: length
dtype: int64
splits:
- name: train
num_bytes: 88692128
num_examples: 1859
- name: val
num_bytes: 22007790
num_examples: 465
download_size: 108203263
dataset_size: 110699918
- config_name: solubility__sol_chemberta_with_embeddings
features:
- name: sequence
dtype: string
- name: embedding
list: float32
- name: label
dtype: int64
splits:
- name: train
num_bytes: 24964429
num_examples: 14762
- name: val
num_bytes: 6241335
num_examples: 3691
download_size: 42838256
dataset_size: 31205764
- config_name: solubility__sol_chemberta_with_embeddings_unpooled
features:
- name: sequence
dtype: string
- name: label
dtype: int64
- name: embedding
list:
list: float16
- name: attention_mask
list: int8
- name: length
dtype: int64
splits:
- name: train
num_bytes: 5817417616
num_examples: 14762
- name: val
num_bytes: 1455052082
num_examples: 3691
download_size: 6786270181
dataset_size: 7272469698
- config_name: solubility__sol_peptideclm_with_embeddings
features:
- name: sequence
dtype: string
- name: embedding
list: float32
- name: label
dtype: int64
splits:
- name: train
num_bytes: 47638861
num_examples: 14762
- name: val
num_bytes: 11910711
num_examples: 3691
download_size: 71188741
dataset_size: 59549572
- config_name: solubility__sol_peptideclm_with_embeddings_unpooled
features:
- name: sequence
dtype: string
- name: label
dtype: int64
- name: embedding
list:
list: float16
- name: attention_mask
list: int8
- name: length
dtype: int64
splits:
- name: train
num_bytes: 16541359052
num_examples: 14762
- name: val
num_bytes: 4136293493
num_examples: 3691
download_size: 20431148156
dataset_size: 20677652545
- config_name: solubility__sol_wt_with_embeddings
features:
- name: sequence
dtype: string
- name: embedding
list: float32
- name: label
dtype: int64
splits:
- name: train
num_bytes: 77871437
num_examples: 14762
- name: val
num_bytes: 19469879
num_examples: 3691
download_size: 108993067
dataset_size: 97341316
configs:
- config_name: binding_affinity__pair_wt_chemberta_pooled
data_files:
- split: train
path: binding_affinity__pair_wt_chemberta_pooled/train-*
- split: val
path: binding_affinity__pair_wt_chemberta_pooled/val-*
- config_name: binding_affinity__pair_wt_chemberta_unpooled
data_files:
- split: train
path: binding_affinity__pair_wt_chemberta_unpooled/train-*
- split: val
path: binding_affinity__pair_wt_chemberta_unpooled/val-*
- config_name: binding_affinity__pair_wt_peptideclm_pooled
data_files:
- split: train
path: binding_affinity__pair_wt_peptideclm_pooled/train-*
- split: val
path: binding_affinity__pair_wt_peptideclm_pooled/val-*
- config_name: binding_affinity__pair_wt_peptideclm_unpooled
data_files:
- split: train
path: binding_affinity__pair_wt_peptideclm_unpooled/train-*
- split: val
path: binding_affinity__pair_wt_peptideclm_unpooled/val-*
- config_name: binding_affinity__pair_wt_wt_pooled
data_files:
- split: train
path: binding_affinity__pair_wt_wt_pooled/train-*
- split: val
path: binding_affinity__pair_wt_wt_pooled/val-*
- config_name: binding_affinity__pair_wt_wt_unpooled
data_files:
- split: train
path: binding_affinity__pair_wt_wt_unpooled/train-*
- split: val
path: binding_affinity__pair_wt_wt_unpooled/val-*
- config_name: half_life__halflife_chemberta_with_embeddings
data_files:
- split: train
path: half_life__halflife_chemberta_with_embeddings/train-*
- config_name: half_life__halflife_chemberta_with_embeddings_unpooled
data_files:
- split: train
path: half_life__halflife_chemberta_with_embeddings_unpooled/train-*
- config_name: half_life__halflife_peptideclm_with_embeddings
data_files:
- split: train
path: half_life__halflife_peptideclm_with_embeddings/train-*
- config_name: half_life__halflife_peptideclm_with_embeddings_unpooled
data_files:
- split: train
path: half_life__halflife_peptideclm_with_embeddings_unpooled/train-*
- config_name: half_life__halflife_wt_with_embeddings
data_files:
- split: train
path: half_life__halflife_wt_with_embeddings/train-*
- config_name: half_life__halflife_wt_with_embeddings_unpooled
data_files:
- split: train
path: half_life__halflife_wt_with_embeddings_unpooled/train-*
- config_name: hemolysis__hemo_chemberta_with_embeddings
data_files:
- split: train
path: hemolysis__hemo_chemberta_with_embeddings/train-*
- split: val
path: hemolysis__hemo_chemberta_with_embeddings/val-*
- config_name: hemolysis__hemo_chemberta_with_embeddings_unpooled
data_files:
- split: train
path: hemolysis__hemo_chemberta_with_embeddings_unpooled/train-*
- split: val
path: hemolysis__hemo_chemberta_with_embeddings_unpooled/val-*
- config_name: hemolysis__hemo_peptideclm_with_embeddings
data_files:
- split: train
path: hemolysis__hemo_peptideclm_with_embeddings/train-*
- split: val
path: hemolysis__hemo_peptideclm_with_embeddings/val-*
- config_name: hemolysis__hemo_peptideclm_with_embeddings_unpooled
data_files:
- split: train
path: hemolysis__hemo_peptideclm_with_embeddings_unpooled/train-*
- split: val
path: hemolysis__hemo_peptideclm_with_embeddings_unpooled/val-*
- config_name: hemolysis__hemo_wt_with_embeddings
data_files:
- split: train
path: hemolysis__hemo_wt_with_embeddings/train-*
- split: val
path: hemolysis__hemo_wt_with_embeddings/val-*
- config_name: hemolysis__hemo_wt_with_embeddings_unpooled
data_files:
- split: train
path: hemolysis__hemo_wt_with_embeddings_unpooled/train-*
- split: val
path: hemolysis__hemo_wt_with_embeddings_unpooled/val-*
- config_name: nf__nf_chemberta_with_embeddings
data_files:
- split: train
path: nf__nf_chemberta_with_embeddings/train-*
- split: val
path: nf__nf_chemberta_with_embeddings/val-*
- config_name: nf__nf_chemberta_with_embeddings_unpooled
data_files:
- split: train
path: nf__nf_chemberta_with_embeddings_unpooled/train-*
- split: val
path: nf__nf_chemberta_with_embeddings_unpooled/val-*
- config_name: nf__nf_peptideclm_with_embeddings
data_files:
- split: train
path: nf__nf_peptideclm_with_embeddings/train-*
- split: val
path: nf__nf_peptideclm_with_embeddings/val-*
- config_name: nf__nf_peptideclm_with_embeddings_unpooled
data_files:
- split: train
path: nf__nf_peptideclm_with_embeddings_unpooled/train-*
- split: val
path: nf__nf_peptideclm_with_embeddings_unpooled/val-*
- config_name: nf__nf_wt_with_embeddings
data_files:
- split: train
path: nf__nf_wt_with_embeddings/train-*
- split: val
path: nf__nf_wt_with_embeddings/val-*
- config_name: nf__nf_wt_with_embeddings_unpooled
data_files:
- split: train
path: nf__nf_wt_with_embeddings_unpooled/train-*
- split: val
path: nf__nf_wt_with_embeddings_unpooled/val-*
- config_name: permeability_caco2__caco2_chemberta_with_embeddings
data_files:
- split: train
path: permeability_caco2__caco2_chemberta_with_embeddings/train-*
- split: val
path: permeability_caco2__caco2_chemberta_with_embeddings/val-*
- config_name: permeability_caco2__caco2_chemberta_with_embeddings_unpooled
data_files:
- split: train
path: permeability_caco2__caco2_chemberta_with_embeddings_unpooled/train-*
- split: val
path: permeability_caco2__caco2_chemberta_with_embeddings_unpooled/val-*
- config_name: permeability_caco2__caco2_peptideclm_with_embeddings
data_files:
- split: train
path: permeability_caco2__caco2_peptideclm_with_embeddings/train-*
- split: val
path: permeability_caco2__caco2_peptideclm_with_embeddings/val-*
- config_name: permeability_caco2__caco2_peptideclm_with_embeddings_unpooled
data_files:
- split: train
path: permeability_caco2__caco2_peptideclm_with_embeddings_unpooled/train-*
- split: val
path: permeability_caco2__caco2_peptideclm_with_embeddings_unpooled/val-*
- config_name: permeability_pampa__pampa_chemberta_with_embeddings
data_files:
- split: train
path: permeability_pampa__pampa_chemberta_with_embeddings/train-*
- split: val
path: permeability_pampa__pampa_chemberta_with_embeddings/val-*
- config_name: permeability_pampa__pampa_chemberta_with_embeddings_unpooled
data_files:
- split: train
path: permeability_pampa__pampa_chemberta_with_embeddings_unpooled/train-*
- split: val
path: permeability_pampa__pampa_chemberta_with_embeddings_unpooled/val-*
- config_name: permeability_pampa__pampa_peptideclm_with_embeddings
data_files:
- split: train
path: permeability_pampa__pampa_peptideclm_with_embeddings/train-*
- split: val
path: permeability_pampa__pampa_peptideclm_with_embeddings/val-*
- config_name: permeability_pampa__pampa_peptideclm_with_embeddings_unpooled
data_files:
- split: train
path: permeability_pampa__pampa_peptideclm_with_embeddings_unpooled/train-*
- split: val
path: permeability_pampa__pampa_peptideclm_with_embeddings_unpooled/val-*
- config_name: permeability_penetrance__perm_chemberta_with_embeddings
data_files:
- split: train
path: permeability_penetrance__perm_chemberta_with_embeddings/train-*
- split: val
path: permeability_penetrance__perm_chemberta_with_embeddings/val-*
- config_name: permeability_penetrance__perm_chemberta_with_embeddings_unpooled
data_files:
- split: train
path: permeability_penetrance__perm_chemberta_with_embeddings_unpooled/train-*
- split: val
path: permeability_penetrance__perm_chemberta_with_embeddings_unpooled/val-*
- config_name: permeability_penetrance__perm_peptideclm_with_embeddings
data_files:
- split: train
path: permeability_penetrance__perm_peptideclm_with_embeddings/train-*
- split: val
path: permeability_penetrance__perm_peptideclm_with_embeddings/val-*
- config_name: permeability_penetrance__perm_peptideclm_with_embeddings_unpooled
data_files:
- split: train
path: permeability_penetrance__perm_peptideclm_with_embeddings_unpooled/train-*
- split: val
path: permeability_penetrance__perm_peptideclm_with_embeddings_unpooled/val-*
- config_name: permeability_penetrance__perm_wt_with_embeddings_pooled
data_files:
- split: train
path: permeability_penetrance__perm_wt_with_embeddings_pooled/train-*
- split: val
path: permeability_penetrance__perm_wt_with_embeddings_pooled/val-*
- config_name: permeability_penetrance__perm_wt_with_embeddings_unpooled
data_files:
- split: train
path: permeability_penetrance__perm_wt_with_embeddings_unpooled/train-*
- split: val
path: permeability_penetrance__perm_wt_with_embeddings_unpooled/val-*
- config_name: solubility__sol_chemberta_with_embeddings
data_files:
- split: train
path: solubility__sol_chemberta_with_embeddings/train-*
- split: val
path: solubility__sol_chemberta_with_embeddings/val-*
- config_name: solubility__sol_chemberta_with_embeddings_unpooled
data_files:
- split: train
path: solubility__sol_chemberta_with_embeddings_unpooled/train-*
- split: val
path: solubility__sol_chemberta_with_embeddings_unpooled/val-*
- config_name: solubility__sol_peptideclm_with_embeddings
data_files:
- split: train
path: solubility__sol_peptideclm_with_embeddings/train-*
- split: val
path: solubility__sol_peptideclm_with_embeddings/val-*
- config_name: solubility__sol_peptideclm_with_embeddings_unpooled
data_files:
- split: train
path: solubility__sol_peptideclm_with_embeddings_unpooled/train-*
- split: val
path: solubility__sol_peptideclm_with_embeddings_unpooled/val-*
- config_name: solubility__sol_wt_with_embeddings
data_files:
- split: train
path: solubility__sol_wt_with_embeddings/train-*
- split: val
path: solubility__sol_wt_with_embeddings/val-*
---
|