File size: 89,475 Bytes
401dce8 | 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 | {
"metadata": {
"total_size": 60272785536
},
"weight_map": {
"blocks.0.attn.norm_k.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.0.attn.norm_q.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.0.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.0.attn.to_out.bias": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.0.attn.to_out.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.0.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.0.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.0.ffn.experts.w1": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.0.ffn.experts.w2": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.0.ffn.experts.w3": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.0.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.0.ffn.router.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.0.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.0.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.0.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.0.norm1.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.0.norm2.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.0.norm_post_attn.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.0.norm_post_ffn.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.0.scale_shift_table": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.1.attn.norm_k.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.1.attn.norm_q.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.1.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.1.attn.to_out.bias": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.1.attn.to_out.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.1.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.1.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.1.ffn.experts.w1": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.1.ffn.experts.w2": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.1.ffn.experts.w3": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.1.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.1.ffn.router.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.1.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.1.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.1.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.1.norm1.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.1.norm2.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.1.norm_post_attn.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.1.norm_post_ffn.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.1.scale_shift_table": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.10.attn.norm_k.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.10.attn.norm_q.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.10.attn.to_k.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.10.attn.to_out.bias": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.10.attn.to_out.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.10.attn.to_q.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.10.attn.to_v.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.10.ffn.experts.w1": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.10.ffn.experts.w2": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.10.ffn.experts.w3": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.10.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.10.ffn.router.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.10.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.10.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.10.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.10.norm1.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.10.norm2.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.10.norm_post_attn.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.10.norm_post_ffn.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.10.scale_shift_table": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.11.attn.norm_k.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.11.attn.norm_q.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.11.attn.to_k.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.11.attn.to_out.bias": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.11.attn.to_out.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.11.attn.to_q.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.11.attn.to_v.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.11.ffn.experts.w1": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.11.ffn.experts.w2": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.11.ffn.experts.w3": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.11.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.11.ffn.router.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.11.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.11.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.11.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.11.norm1.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.11.norm2.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.11.norm_post_attn.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.11.norm_post_ffn.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.11.scale_shift_table": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.12.attn.norm_k.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.12.attn.norm_q.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.12.attn.to_k.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.12.attn.to_out.bias": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.12.attn.to_out.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.12.attn.to_q.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.12.attn.to_v.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.12.ffn.experts.w1": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.12.ffn.experts.w2": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.12.ffn.experts.w3": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.12.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.12.ffn.router.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.12.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.12.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.12.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.12.norm1.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.12.norm2.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.12.norm_post_attn.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.12.norm_post_ffn.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.12.scale_shift_table": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.13.attn.norm_k.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.13.attn.norm_q.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.13.attn.to_k.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.13.attn.to_out.bias": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.13.attn.to_out.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.13.attn.to_q.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.13.attn.to_v.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.13.ffn.experts.w1": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.13.ffn.experts.w2": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.13.ffn.experts.w3": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.13.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.13.ffn.router.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.13.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.13.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.13.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.13.norm1.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.13.norm2.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.13.norm_post_attn.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.13.norm_post_ffn.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.13.scale_shift_table": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.14.attn.norm_k.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.14.attn.norm_q.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.14.attn.to_k.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.14.attn.to_out.bias": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.14.attn.to_out.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.14.attn.to_q.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.14.attn.to_v.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.14.ffn.experts.w1": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.14.ffn.experts.w2": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.14.ffn.experts.w3": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.14.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.14.ffn.router.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.14.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.14.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.14.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.14.norm1.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.14.norm2.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.14.norm_post_attn.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.14.norm_post_ffn.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.14.scale_shift_table": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.15.attn.norm_k.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.15.attn.norm_q.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.15.attn.to_k.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.15.attn.to_out.bias": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.15.attn.to_out.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.15.attn.to_q.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.15.attn.to_v.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.15.ffn.experts.w1": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.15.ffn.experts.w2": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.15.ffn.experts.w3": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.15.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.15.ffn.router.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.15.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.15.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.15.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.15.norm1.weight": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.15.norm2.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.15.norm_post_attn.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.15.norm_post_ffn.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.15.scale_shift_table": "diffusion_pytorch_model-00004-of-00013.safetensors",
"blocks.16.attn.norm_k.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.16.attn.norm_q.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.16.attn.to_k.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.16.attn.to_out.bias": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.16.attn.to_out.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.16.attn.to_q.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.16.attn.to_v.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.16.ffn.experts.w1": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.16.ffn.experts.w2": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.16.ffn.experts.w3": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.16.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.16.ffn.router.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.16.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.16.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.16.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.16.norm1.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.16.norm2.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.16.norm_post_attn.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.16.norm_post_ffn.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.16.scale_shift_table": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.17.attn.norm_k.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.17.attn.norm_q.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.17.attn.to_k.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.17.attn.to_out.bias": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.17.attn.to_out.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.17.attn.to_q.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.17.attn.to_v.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.17.ffn.experts.w1": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.17.ffn.experts.w2": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.17.ffn.experts.w3": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.17.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.17.ffn.router.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.17.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.17.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.17.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.17.norm1.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.17.norm2.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.17.norm_post_attn.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.17.norm_post_ffn.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.17.scale_shift_table": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.18.attn.norm_k.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.18.attn.norm_q.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.18.attn.to_k.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.18.attn.to_out.bias": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.18.attn.to_out.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.18.attn.to_q.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.18.attn.to_v.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.18.ffn.experts.w1": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.18.ffn.experts.w2": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.18.ffn.experts.w3": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.18.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.18.ffn.router.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.18.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.18.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.18.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.18.norm1.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.18.norm2.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.18.norm_post_attn.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.18.norm_post_ffn.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.18.scale_shift_table": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.19.attn.norm_k.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.19.attn.norm_q.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.19.attn.to_k.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.19.attn.to_out.bias": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.19.attn.to_out.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.19.attn.to_q.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.19.attn.to_v.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.19.ffn.experts.w1": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.19.ffn.experts.w2": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.19.ffn.experts.w3": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.19.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.19.ffn.router.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.19.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.19.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.19.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.19.norm1.weight": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.19.norm2.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.19.norm_post_attn.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.19.norm_post_ffn.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.19.scale_shift_table": "diffusion_pytorch_model-00005-of-00013.safetensors",
"blocks.2.attn.norm_k.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.2.attn.norm_q.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.2.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.2.attn.to_out.bias": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.2.attn.to_out.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.2.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.2.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.2.ffn.experts.w1": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.2.ffn.experts.w2": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.2.ffn.experts.w3": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.2.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.2.ffn.router.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.2.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.2.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.2.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.2.norm1.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.2.norm2.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.2.norm_post_attn.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.2.norm_post_ffn.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.2.scale_shift_table": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.20.attn.norm_k.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.20.attn.norm_q.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.20.attn.to_k.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.20.attn.to_out.bias": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.20.attn.to_out.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.20.attn.to_q.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.20.attn.to_v.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.20.ffn.experts.w1": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.20.ffn.experts.w2": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.20.ffn.experts.w3": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.20.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.20.ffn.router.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.20.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.20.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.20.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.20.norm1.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.20.norm2.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.20.norm_post_attn.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.20.norm_post_ffn.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.20.scale_shift_table": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.21.attn.norm_k.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.21.attn.norm_q.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.21.attn.to_k.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.21.attn.to_out.bias": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.21.attn.to_out.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.21.attn.to_q.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.21.attn.to_v.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.21.ffn.experts.w1": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.21.ffn.experts.w2": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.21.ffn.experts.w3": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.21.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.21.ffn.router.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.21.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.21.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.21.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.21.norm1.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.21.norm2.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.21.norm_post_attn.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.21.norm_post_ffn.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.21.scale_shift_table": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.22.attn.norm_k.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.22.attn.norm_q.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.22.attn.to_k.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.22.attn.to_out.bias": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.22.attn.to_out.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.22.attn.to_q.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.22.attn.to_v.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.22.ffn.experts.w1": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.22.ffn.experts.w2": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.22.ffn.experts.w3": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.22.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.22.ffn.router.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.22.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.22.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.22.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.22.norm1.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.22.norm2.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.22.norm_post_attn.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.22.norm_post_ffn.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.22.scale_shift_table": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.23.attn.norm_k.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.23.attn.norm_q.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.23.attn.to_k.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.23.attn.to_out.bias": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.23.attn.to_out.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.23.attn.to_q.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.23.attn.to_v.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.23.ffn.experts.w1": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.23.ffn.experts.w2": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.23.ffn.experts.w3": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.23.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.23.ffn.router.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.23.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.23.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.23.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.23.norm1.weight": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.23.norm2.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.23.norm_post_attn.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.23.norm_post_ffn.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.23.scale_shift_table": "diffusion_pytorch_model-00006-of-00013.safetensors",
"blocks.24.attn.norm_k.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.24.attn.norm_q.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.24.attn.to_k.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.24.attn.to_out.bias": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.24.attn.to_out.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.24.attn.to_q.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.24.attn.to_v.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.24.ffn.experts.w1": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.24.ffn.experts.w2": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.24.ffn.experts.w3": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.24.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.24.ffn.router.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.24.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.24.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.24.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.24.norm1.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.24.norm2.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.24.norm_post_attn.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.24.norm_post_ffn.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.24.scale_shift_table": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.25.attn.norm_k.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.25.attn.norm_q.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.25.attn.to_k.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.25.attn.to_out.bias": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.25.attn.to_out.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.25.attn.to_q.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.25.attn.to_v.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.25.ffn.experts.w1": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.25.ffn.experts.w2": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.25.ffn.experts.w3": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.25.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.25.ffn.router.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.25.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.25.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.25.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.25.norm1.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.25.norm2.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.25.norm_post_attn.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.25.norm_post_ffn.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.25.scale_shift_table": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.26.attn.norm_k.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.26.attn.norm_q.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.26.attn.to_k.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.26.attn.to_out.bias": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.26.attn.to_out.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.26.attn.to_q.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.26.attn.to_v.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.26.ffn.experts.w1": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.26.ffn.experts.w2": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.26.ffn.experts.w3": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.26.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.26.ffn.router.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.26.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.26.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.26.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.26.norm1.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.26.norm2.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.26.norm_post_attn.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.26.norm_post_ffn.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.26.scale_shift_table": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.27.attn.norm_k.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.27.attn.norm_q.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.27.attn.to_k.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.27.attn.to_out.bias": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.27.attn.to_out.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.27.attn.to_q.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.27.attn.to_v.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.27.ffn.experts.w1": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.27.ffn.experts.w2": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.27.ffn.experts.w3": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.27.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.27.ffn.router.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.27.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.27.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.27.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.27.norm1.weight": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.27.norm2.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.27.norm_post_attn.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.27.norm_post_ffn.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.27.scale_shift_table": "diffusion_pytorch_model-00007-of-00013.safetensors",
"blocks.28.attn.norm_k.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.28.attn.norm_q.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.28.attn.to_k.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.28.attn.to_out.bias": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.28.attn.to_out.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.28.attn.to_q.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.28.attn.to_v.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.28.ffn.experts.w1": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.28.ffn.experts.w2": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.28.ffn.experts.w3": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.28.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.28.ffn.router.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.28.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.28.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.28.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.28.norm1.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.28.norm2.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.28.norm_post_attn.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.28.norm_post_ffn.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.28.scale_shift_table": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.29.attn.norm_k.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.29.attn.norm_q.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.29.attn.to_k.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.29.attn.to_out.bias": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.29.attn.to_out.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.29.attn.to_q.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.29.attn.to_v.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.29.ffn.experts.w1": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.29.ffn.experts.w2": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.29.ffn.experts.w3": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.29.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.29.ffn.router.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.29.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.29.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.29.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.29.norm1.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.29.norm2.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.29.norm_post_attn.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.29.norm_post_ffn.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.29.scale_shift_table": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.3.attn.norm_k.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.3.attn.norm_q.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.3.attn.to_k.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.3.attn.to_out.bias": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.3.attn.to_out.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.3.attn.to_q.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.3.attn.to_v.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.3.ffn.experts.w1": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.3.ffn.experts.w2": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.3.ffn.experts.w3": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.3.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.3.ffn.router.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.3.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.3.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.3.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.3.norm1.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.3.norm2.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.3.norm_post_attn.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.3.norm_post_ffn.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.3.scale_shift_table": "diffusion_pytorch_model-00001-of-00013.safetensors",
"blocks.30.attn.norm_k.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.30.attn.norm_q.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.30.attn.to_k.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.30.attn.to_out.bias": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.30.attn.to_out.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.30.attn.to_q.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.30.attn.to_v.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.30.ffn.experts.w1": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.30.ffn.experts.w2": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.30.ffn.experts.w3": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.30.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.30.ffn.router.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.30.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.30.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.30.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.30.norm1.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.30.norm2.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.30.norm_post_attn.weight": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.30.norm_post_ffn.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.30.scale_shift_table": "diffusion_pytorch_model-00008-of-00013.safetensors",
"blocks.31.attn.norm_k.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.31.attn.norm_q.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.31.attn.to_k.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.31.attn.to_out.bias": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.31.attn.to_out.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.31.attn.to_q.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.31.attn.to_v.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.31.ffn.experts.w1": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.31.ffn.experts.w2": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.31.ffn.experts.w3": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.31.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.31.ffn.router.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.31.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.31.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.31.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.31.norm1.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.31.norm2.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.31.norm_post_attn.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.31.norm_post_ffn.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.31.scale_shift_table": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.32.attn.norm_k.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.32.attn.norm_q.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.32.attn.to_k.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.32.attn.to_out.bias": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.32.attn.to_out.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.32.attn.to_q.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.32.attn.to_v.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.32.ffn.experts.w1": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.32.ffn.experts.w2": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.32.ffn.experts.w3": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.32.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.32.ffn.router.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.32.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.32.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.32.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.32.norm1.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.32.norm2.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.32.norm_post_attn.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.32.norm_post_ffn.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.32.scale_shift_table": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.33.attn.norm_k.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.33.attn.norm_q.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.33.attn.to_k.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.33.attn.to_out.bias": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.33.attn.to_out.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.33.attn.to_q.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.33.attn.to_v.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.33.ffn.experts.w1": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.33.ffn.experts.w2": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.33.ffn.experts.w3": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.33.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.33.ffn.router.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.33.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.33.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.33.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.33.norm1.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.33.norm2.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.33.norm_post_attn.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.33.norm_post_ffn.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.33.scale_shift_table": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.34.attn.norm_k.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.34.attn.norm_q.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.34.attn.to_k.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.34.attn.to_out.bias": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.34.attn.to_out.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.34.attn.to_q.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.34.attn.to_v.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.34.ffn.experts.w1": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.34.ffn.experts.w2": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.34.ffn.experts.w3": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.34.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.34.ffn.router.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.34.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.34.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.34.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.34.norm1.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.34.norm2.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.34.norm_post_attn.weight": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.34.norm_post_ffn.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.34.scale_shift_table": "diffusion_pytorch_model-00009-of-00013.safetensors",
"blocks.35.attn.norm_k.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.35.attn.norm_q.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.35.attn.to_k.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.35.attn.to_out.bias": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.35.attn.to_out.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.35.attn.to_q.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.35.attn.to_v.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.35.ffn.experts.w1": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.35.ffn.experts.w2": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.35.ffn.experts.w3": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.35.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.35.ffn.router.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.35.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.35.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.35.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.35.norm1.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.35.norm2.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.35.norm_post_attn.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.35.norm_post_ffn.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.35.scale_shift_table": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.36.attn.norm_k.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.36.attn.norm_q.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.36.attn.to_k.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.36.attn.to_out.bias": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.36.attn.to_out.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.36.attn.to_q.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.36.attn.to_v.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.36.ffn.experts.w1": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.36.ffn.experts.w2": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.36.ffn.experts.w3": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.36.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.36.ffn.router.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.36.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.36.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.36.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.36.norm1.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.36.norm2.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.36.norm_post_attn.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.36.norm_post_ffn.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.36.scale_shift_table": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.37.attn.norm_k.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.37.attn.norm_q.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.37.attn.to_k.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.37.attn.to_out.bias": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.37.attn.to_out.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.37.attn.to_q.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.37.attn.to_v.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.37.ffn.experts.w1": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.37.ffn.experts.w2": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.37.ffn.experts.w3": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.37.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.37.ffn.router.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.37.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.37.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.37.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.37.norm1.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.37.norm2.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.37.norm_post_attn.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.37.norm_post_ffn.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.37.scale_shift_table": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.38.attn.norm_k.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.38.attn.norm_q.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.38.attn.to_k.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.38.attn.to_out.bias": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.38.attn.to_out.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.38.attn.to_q.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.38.attn.to_v.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.38.ffn.experts.w1": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.38.ffn.experts.w2": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.38.ffn.experts.w3": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.38.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.38.ffn.router.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.38.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.38.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.38.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.38.norm1.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.38.norm2.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.38.norm_post_attn.weight": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.38.norm_post_ffn.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.38.scale_shift_table": "diffusion_pytorch_model-00010-of-00013.safetensors",
"blocks.39.attn.norm_k.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.39.attn.norm_q.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.39.attn.to_k.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.39.attn.to_out.bias": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.39.attn.to_out.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.39.attn.to_q.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.39.attn.to_v.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.39.ffn.experts.w1": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.39.ffn.experts.w2": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.39.ffn.experts.w3": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.39.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.39.ffn.router.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.39.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.39.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.39.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.39.norm1.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.39.norm2.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.39.norm_post_attn.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.39.norm_post_ffn.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.39.scale_shift_table": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.4.attn.norm_k.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.4.attn.norm_q.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.4.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.4.attn.to_out.bias": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.4.attn.to_out.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.4.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.4.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.4.ffn.experts.w1": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.4.ffn.experts.w2": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.4.ffn.experts.w3": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.4.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.4.ffn.router.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.4.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.4.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.4.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.4.norm1.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.4.norm2.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.4.norm_post_attn.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.4.norm_post_ffn.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.4.scale_shift_table": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.40.attn.norm_k.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.40.attn.norm_q.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.40.attn.to_k.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.40.attn.to_out.bias": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.40.attn.to_out.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.40.attn.to_q.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.40.attn.to_v.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.40.ffn.experts.w1": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.40.ffn.experts.w2": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.40.ffn.experts.w3": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.40.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.40.ffn.router.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.40.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.40.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.40.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.40.norm1.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.40.norm2.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.40.norm_post_attn.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.40.norm_post_ffn.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.40.scale_shift_table": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.41.attn.norm_k.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.41.attn.norm_q.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.41.attn.to_k.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.41.attn.to_out.bias": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.41.attn.to_out.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.41.attn.to_q.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.41.attn.to_v.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.41.ffn.experts.w1": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.41.ffn.experts.w2": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.41.ffn.experts.w3": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.41.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.41.ffn.router.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.41.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.41.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.41.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.41.norm1.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.41.norm2.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.41.norm_post_attn.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.41.norm_post_ffn.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.41.scale_shift_table": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.42.attn.norm_k.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.42.attn.norm_q.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.42.attn.to_k.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.42.attn.to_out.bias": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.42.attn.to_out.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.42.attn.to_q.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.42.attn.to_v.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.42.ffn.experts.w1": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.42.ffn.experts.w2": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.42.ffn.experts.w3": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.42.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.42.ffn.router.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.42.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.42.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.42.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.42.norm1.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.42.norm2.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.42.norm_post_attn.weight": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.42.norm_post_ffn.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.42.scale_shift_table": "diffusion_pytorch_model-00011-of-00013.safetensors",
"blocks.43.attn.norm_k.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.43.attn.norm_q.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.43.attn.to_k.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.43.attn.to_out.bias": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.43.attn.to_out.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.43.attn.to_q.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.43.attn.to_v.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.43.ffn.experts.w1": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.43.ffn.experts.w2": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.43.ffn.experts.w3": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.43.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.43.ffn.router.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.43.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.43.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.43.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.43.norm1.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.43.norm2.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.43.norm_post_attn.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.43.norm_post_ffn.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.43.scale_shift_table": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.44.attn.norm_k.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.44.attn.norm_q.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.44.attn.to_k.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.44.attn.to_out.bias": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.44.attn.to_out.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.44.attn.to_q.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.44.attn.to_v.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.44.ffn.experts.w1": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.44.ffn.experts.w2": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.44.ffn.experts.w3": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.44.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.44.ffn.router.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.44.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.44.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.44.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.44.norm1.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.44.norm2.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.44.norm_post_attn.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.44.norm_post_ffn.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.44.scale_shift_table": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.45.attn.norm_k.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.45.attn.norm_q.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.45.attn.to_k.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.45.attn.to_out.bias": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.45.attn.to_out.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.45.attn.to_q.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.45.attn.to_v.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.45.ffn.experts.w1": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.45.ffn.experts.w2": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.45.ffn.experts.w3": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.45.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.45.ffn.router.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.45.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.45.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.45.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.45.norm1.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.45.norm2.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.45.norm_post_attn.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.45.norm_post_ffn.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.45.scale_shift_table": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.46.attn.norm_k.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.46.attn.norm_q.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.46.attn.to_k.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.46.attn.to_out.bias": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.46.attn.to_out.weight": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.46.attn.to_q.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.46.attn.to_v.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.46.ffn.experts.w1": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.46.ffn.experts.w2": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.46.ffn.experts.w3": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.46.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.46.ffn.router.weight": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.46.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.46.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.46.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.46.norm1.weight": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.46.norm2.weight": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.46.norm_post_attn.weight": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.46.norm_post_ffn.weight": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.46.scale_shift_table": "diffusion_pytorch_model-00012-of-00013.safetensors",
"blocks.47.attn.norm_k.weight": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.47.attn.norm_q.weight": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.47.attn.to_k.weight": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.47.attn.to_out.bias": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.47.attn.to_out.weight": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.47.attn.to_q.weight": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.47.attn.to_v.weight": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.47.ffn.experts.w1": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.47.ffn.experts.w2": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.47.ffn.experts.w3": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.47.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.47.ffn.router.weight": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.47.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.47.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.47.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.47.norm1.weight": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.47.norm2.weight": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.47.norm_post_attn.weight": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.47.norm_post_ffn.weight": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.47.scale_shift_table": "diffusion_pytorch_model-00013-of-00013.safetensors",
"blocks.5.attn.norm_k.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.5.attn.norm_q.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.5.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.5.attn.to_out.bias": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.5.attn.to_out.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.5.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.5.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.5.ffn.experts.w1": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.5.ffn.experts.w2": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.5.ffn.experts.w3": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.5.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.5.ffn.router.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.5.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.5.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.5.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.5.norm1.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.5.norm2.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.5.norm_post_attn.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.5.norm_post_ffn.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.5.scale_shift_table": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.6.attn.norm_k.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.6.attn.norm_q.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.6.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.6.attn.to_out.bias": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.6.attn.to_out.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.6.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.6.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.6.ffn.experts.w1": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.6.ffn.experts.w2": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.6.ffn.experts.w3": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.6.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.6.ffn.router.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.6.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.6.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.6.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.6.norm1.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.6.norm2.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.6.norm_post_attn.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.6.norm_post_ffn.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.6.scale_shift_table": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.7.attn.norm_k.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.7.attn.norm_q.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.7.attn.to_k.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.7.attn.to_out.bias": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.7.attn.to_out.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.7.attn.to_q.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.7.attn.to_v.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.7.ffn.experts.w1": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.7.ffn.experts.w2": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.7.ffn.experts.w3": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.7.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.7.ffn.router.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.7.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.7.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.7.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.7.norm1.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.7.norm2.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.7.norm_post_attn.weight": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.7.norm_post_ffn.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.7.scale_shift_table": "diffusion_pytorch_model-00002-of-00013.safetensors",
"blocks.8.attn.norm_k.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.8.attn.norm_q.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.8.attn.to_k.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.8.attn.to_out.bias": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.8.attn.to_out.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.8.attn.to_q.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.8.attn.to_v.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.8.ffn.experts.w1": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.8.ffn.experts.w2": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.8.ffn.experts.w3": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.8.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.8.ffn.router.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.8.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.8.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.8.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.8.norm1.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.8.norm2.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.8.norm_post_attn.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.8.norm_post_ffn.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.8.scale_shift_table": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.9.attn.norm_k.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.9.attn.norm_q.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.9.attn.to_k.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.9.attn.to_out.bias": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.9.attn.to_out.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.9.attn.to_q.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.9.attn.to_v.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.9.ffn.experts.w1": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.9.ffn.experts.w2": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.9.ffn.experts.w3": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.9.ffn.router.e_score_correction_bias": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.9.ffn.router.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.9.ffn.shared_experts.down_proj.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.9.ffn.shared_experts.gate_proj.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.9.ffn.shared_experts.up_proj.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.9.norm1.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.9.norm2.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.9.norm_post_attn.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.9.norm_post_ffn.weight": "diffusion_pytorch_model-00003-of-00013.safetensors",
"blocks.9.scale_shift_table": "diffusion_pytorch_model-00003-of-00013.safetensors",
"norm_out_modulation.1.bias": "diffusion_pytorch_model-00013-of-00013.safetensors",
"norm_out_modulation.1.weight": "diffusion_pytorch_model-00013-of-00013.safetensors",
"patch_embedder.bias": "diffusion_pytorch_model-00001-of-00013.safetensors",
"patch_embedder.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"proj_out.bias": "diffusion_pytorch_model-00013-of-00013.safetensors",
"proj_out.weight": "diffusion_pytorch_model-00013-of-00013.safetensors",
"text_embedder.linear_1.bias": "diffusion_pytorch_model-00001-of-00013.safetensors",
"text_embedder.linear_1.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"text_embedder.linear_2.bias": "diffusion_pytorch_model-00001-of-00013.safetensors",
"text_embedder.linear_2.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"text_embedder.norm.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"time_embedder.linear_1.bias": "diffusion_pytorch_model-00001-of-00013.safetensors",
"time_embedder.linear_1.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"time_embedder.linear_2.bias": "diffusion_pytorch_model-00001-of-00013.safetensors",
"time_embedder.linear_2.weight": "diffusion_pytorch_model-00001-of-00013.safetensors",
"time_modulation.1.bias": "diffusion_pytorch_model-00001-of-00013.safetensors",
"time_modulation.1.weight": "diffusion_pytorch_model-00001-of-00013.safetensors"
}
}
|