Upload BaichuanForCausalLM
Browse files- config.json +28 -0
- generation_config.json +14 -0
- pytorch_model-00001-of-00043.bin +3 -0
- pytorch_model-00002-of-00043.bin +3 -0
- pytorch_model-00003-of-00043.bin +3 -0
- pytorch_model-00004-of-00043.bin +3 -0
- pytorch_model-00005-of-00043.bin +3 -0
- pytorch_model-00006-of-00043.bin +3 -0
- pytorch_model-00007-of-00043.bin +3 -0
- pytorch_model-00008-of-00043.bin +3 -0
- pytorch_model-00009-of-00043.bin +3 -0
- pytorch_model-00010-of-00043.bin +3 -0
- pytorch_model-00011-of-00043.bin +3 -0
- pytorch_model-00012-of-00043.bin +3 -0
- pytorch_model-00013-of-00043.bin +3 -0
- pytorch_model-00014-of-00043.bin +3 -0
- pytorch_model-00015-of-00043.bin +3 -0
- pytorch_model-00016-of-00043.bin +3 -0
- pytorch_model-00017-of-00043.bin +3 -0
- pytorch_model-00018-of-00043.bin +3 -0
- pytorch_model-00019-of-00043.bin +3 -0
- pytorch_model-00020-of-00043.bin +3 -0
- pytorch_model-00021-of-00043.bin +3 -0
- pytorch_model-00022-of-00043.bin +3 -0
- pytorch_model-00023-of-00043.bin +3 -0
- pytorch_model-00024-of-00043.bin +3 -0
- pytorch_model-00025-of-00043.bin +3 -0
- pytorch_model-00026-of-00043.bin +3 -0
- pytorch_model-00027-of-00043.bin +3 -0
- pytorch_model-00028-of-00043.bin +3 -0
- pytorch_model-00029-of-00043.bin +3 -0
- pytorch_model-00030-of-00043.bin +3 -0
- pytorch_model-00031-of-00043.bin +3 -0
- pytorch_model-00032-of-00043.bin +3 -0
- pytorch_model-00033-of-00043.bin +3 -0
- pytorch_model-00034-of-00043.bin +3 -0
- pytorch_model-00035-of-00043.bin +3 -0
- pytorch_model-00036-of-00043.bin +3 -0
- pytorch_model-00037-of-00043.bin +3 -0
- pytorch_model-00038-of-00043.bin +3 -0
- pytorch_model-00039-of-00043.bin +3 -0
- pytorch_model-00040-of-00043.bin +3 -0
- pytorch_model-00041-of-00043.bin +3 -0
- pytorch_model-00042-of-00043.bin +3 -0
- pytorch_model-00043-of-00043.bin +3 -0
- pytorch_model.bin.index.json +290 -0
config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"_name_or_path": "sharpbai/Baichuan-13B-Chat",
|
| 4 |
+
"architectures": [
|
| 5 |
+
"BaichuanForCausalLM"
|
| 6 |
+
],
|
| 7 |
+
"auto_map": {
|
| 8 |
+
"AutoConfig": "configuration_baichuan.BaichuanConfig",
|
| 9 |
+
"AutoModelForCausalLM": "modeling_baichuan.BaichuanForCausalLM"
|
| 10 |
+
},
|
| 11 |
+
"bos_token_id": 1,
|
| 12 |
+
"eos_token_id": 2,
|
| 13 |
+
"hidden_act": "silu",
|
| 14 |
+
"hidden_size": 5120,
|
| 15 |
+
"initializer_range": 0.02,
|
| 16 |
+
"intermediate_size": 13696,
|
| 17 |
+
"model_max_length": 4096,
|
| 18 |
+
"model_type": "baichuan",
|
| 19 |
+
"num_attention_heads": 40,
|
| 20 |
+
"num_hidden_layers": 40,
|
| 21 |
+
"pad_token_id": 0,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"tie_word_embeddings": false,
|
| 24 |
+
"torch_dtype": "float16",
|
| 25 |
+
"transformers_version": "4.30.2",
|
| 26 |
+
"use_cache": true,
|
| 27 |
+
"vocab_size": 64000
|
| 28 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"assistant_token_id": 196,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"do_sample": true,
|
| 5 |
+
"eos_token_id": 2,
|
| 6 |
+
"max_new_tokens": 2048,
|
| 7 |
+
"pad_token_id": 0,
|
| 8 |
+
"repetition_penalty": 1.1,
|
| 9 |
+
"temperature": 0.3,
|
| 10 |
+
"top_k": 5,
|
| 11 |
+
"top_p": 0.85,
|
| 12 |
+
"transformers_version": "4.30.2",
|
| 13 |
+
"user_token_id": 195
|
| 14 |
+
}
|
pytorch_model-00001-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10f795bc1b0392a20c7548df7092bd5897e8f6fd51bfb013a471fdf018374082
|
| 3 |
+
size 537
|
pytorch_model-00002-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7bfc6b9aee818f931017a0b6c9b9e66f0a44af6db477a1fc8dc69e708d17c756
|
| 3 |
+
size 655360938
|
pytorch_model-00003-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e9531931246eecee4ecca7ed66cb5743dc3992ba6c61f072d4a77489f9d49bd
|
| 3 |
+
size 630479632
|
pytorch_model-00004-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b51d79b625f41cda3b9754272bd4addeca8df204f513a4d06237c5eb1c1b7a3
|
| 3 |
+
size 630479632
|
pytorch_model-00005-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:950e7cf423e651dd60ce005d0510d9d4eb185a02472e869e76d12d6975f0325f
|
| 3 |
+
size 630479632
|
pytorch_model-00006-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9e825e43a799baae5c57f49daaafa15730153a470aaf22b5c4e02050bf7c613
|
| 3 |
+
size 630479632
|
pytorch_model-00007-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8af5281f5ec95174974badc75cfb4c5f047239021e34a676a2693cac59462e8
|
| 3 |
+
size 630479632
|
pytorch_model-00008-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45af417eae5a6370535eba25fa35369d7b783b085ed923e253fce426c4a2dc24
|
| 3 |
+
size 630479632
|
pytorch_model-00009-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9597b16fc0b48a4c2d432cbdfc5dcddb61e1ca02b74f81134fb0d8c9ebedbb10
|
| 3 |
+
size 630479632
|
pytorch_model-00010-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3070df4350aebc3e482eb30381427c28d8c00be0f52f165bafea03019e07eadf
|
| 3 |
+
size 630479632
|
pytorch_model-00011-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c3e1a94626904ad22d5708d5d4e0f2306d3b7773125bd7dca49eaa457363c52
|
| 3 |
+
size 630479632
|
pytorch_model-00012-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c6c5bf0c514e97b7afd57f2240081e310c7909e9231fa6e6b5f7eb433b66154
|
| 3 |
+
size 630479632
|
pytorch_model-00013-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2030ed0f36c8facfe2c6077b3b861acde85e8b62ace46deaf32482696678e857
|
| 3 |
+
size 630479632
|
pytorch_model-00014-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:abd103d1edab58d53b13b43cd1aba69cf373f2be641aa5477e19d424bbe62ca5
|
| 3 |
+
size 630479632
|
pytorch_model-00015-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:161fad84e95b1ad2c137b11687137a97646c7ac56b730e93485a41fd080a41c6
|
| 3 |
+
size 630479632
|
pytorch_model-00016-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a213b6238f42b3e460a160c1bd0ce62345b348b6d40a1949cb710237a72fdcd
|
| 3 |
+
size 630479632
|
pytorch_model-00017-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80f2597098ea4193e7743c020a816aba5c2eed8addcc8b34c0cfda4cc1ba324d
|
| 3 |
+
size 630479632
|
pytorch_model-00018-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8660c173992c2ec75709f3210679e116f2473d58cbe3a7204095a718d1e4565
|
| 3 |
+
size 630479632
|
pytorch_model-00019-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9217a1ac05d6a27b683cb3744e6729533539eddb4229dad4a86a10ed056570cb
|
| 3 |
+
size 630479632
|
pytorch_model-00020-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a5a3797dd859d88517547d418e3075ce51184e3e53ccf8df063681a947d5b86
|
| 3 |
+
size 630479632
|
pytorch_model-00021-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49b0ec4f09aeaf19e64ea594d1018a0130ca7fac79c8bb76931a8ee570d9dbd8
|
| 3 |
+
size 630479632
|
pytorch_model-00022-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3126a1ce34bfa4fbd14b035b29beb0c34baa1345e54bc6ed23cdbc0c3c8d204b
|
| 3 |
+
size 630479632
|
pytorch_model-00023-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4155f26f39adee65f603e7efb075bfabeb5323bbbe291cda5fa28952203772ff
|
| 3 |
+
size 630479632
|
pytorch_model-00024-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a83e8819fbd37083b29b48fff508566d5b11099cd7d859667e46c58bbe6a633
|
| 3 |
+
size 630479632
|
pytorch_model-00025-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a40e93e2b23ec20149c68ee86facf8395ae76664af69015d996c667f17ccee8f
|
| 3 |
+
size 630479632
|
pytorch_model-00026-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b44145c502b5a72320fe80f50064ac62bf8d66b28937ff78183717c644d9af16
|
| 3 |
+
size 630479632
|
pytorch_model-00027-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ef8a496bb865782a4f25ce66e142028786a10c4f674988cdc98359160b1dd2c
|
| 3 |
+
size 630479632
|
pytorch_model-00028-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea246f78707c0f711fea931a4fb3c5039c68cd4d3499b2e1ef4c187d3c111f90
|
| 3 |
+
size 630479632
|
pytorch_model-00029-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:503ce93c57fb521e95396a94f8bb071f75d315f85767b0980fb3b49493391505
|
| 3 |
+
size 630479632
|
pytorch_model-00030-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eba0f5d6bcc5807a59837add3786cd297edc218cf732e024c47278d1aefcbced
|
| 3 |
+
size 630479632
|
pytorch_model-00031-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba2d9fca2ede1ad9c2528b6e80f71dab00910b992abb583761014c3ebe3cd128
|
| 3 |
+
size 630479632
|
pytorch_model-00032-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf00bdb67f771a2ed770cdc2d69a8cecfe964d7dd8ee48d07ff6c89d6c184531
|
| 3 |
+
size 630479632
|
pytorch_model-00033-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48f4acd21b6923fbee8e67671adfe7447a9563cf7932fc95e8ce74e1668f859d
|
| 3 |
+
size 630479632
|
pytorch_model-00034-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70e30826d04c9790ea28c3ffdb3581d73d49f74565220f73cb79bd922fb2e664
|
| 3 |
+
size 630479632
|
pytorch_model-00035-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0c4b056a0efa0440151577bac566bcb73976df2756127ea76dbe636b050c9b6
|
| 3 |
+
size 630479632
|
pytorch_model-00036-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a889b74a6bc979e112c5c2458afd48e9d1687632403e646b26fde2fa7f6b16c
|
| 3 |
+
size 630479632
|
pytorch_model-00037-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:727b23dd5b75c29e8a1edb426a9a77546bf096fbef38ac67e1a97f91cb2c7ed5
|
| 3 |
+
size 630479632
|
pytorch_model-00038-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1bdc612e5a77c6872e79213955176db04dc7bade73db9d49c13ffeb98c10522
|
| 3 |
+
size 630479632
|
pytorch_model-00039-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08ebe1d7ee8e27d2327240e90c7a141ae05c655da11fd5f5d1c560a89438753a
|
| 3 |
+
size 630479632
|
pytorch_model-00040-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:882cec6c572ed3628d3842b5b78b1a9cf7614e6cbb0db4e12e8974606de52455
|
| 3 |
+
size 630479632
|
pytorch_model-00041-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc89a954b3183e9a82bddaa96d2be5d16bb70dd1ac8cb0f183b6d59949057a7f
|
| 3 |
+
size 630479632
|
pytorch_model-00042-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a42e6810d7394bbd25b82b187d055f0eebca0020c950ca33c65a04ae9deb5cee
|
| 3 |
+
size 630490145
|
pytorch_model-00043-of-00043.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3bf38e92315430a5c9e00aeb190a1f9177b1dd088ae70003bd2330a862f57d5f
|
| 3 |
+
size 655360938
|
pytorch_model.bin.index.json
ADDED
|
@@ -0,0 +1,290 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 26529802240
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "pytorch_model-00043-of-00043.bin",
|
| 7 |
+
"model.embed_tokens.weight": "pytorch_model-00002-of-00043.bin",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "pytorch_model-00003-of-00043.bin",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "pytorch_model-00003-of-00043.bin",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "pytorch_model-00003-of-00043.bin",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "pytorch_model-00003-of-00043.bin",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "pytorch_model-00003-of-00043.bin",
|
| 13 |
+
"model.layers.0.self_attn.W_pack.weight": "pytorch_model-00003-of-00043.bin",
|
| 14 |
+
"model.layers.0.self_attn.o_proj.weight": "pytorch_model-00003-of-00043.bin",
|
| 15 |
+
"model.layers.1.input_layernorm.weight": "pytorch_model-00004-of-00043.bin",
|
| 16 |
+
"model.layers.1.mlp.down_proj.weight": "pytorch_model-00004-of-00043.bin",
|
| 17 |
+
"model.layers.1.mlp.gate_proj.weight": "pytorch_model-00004-of-00043.bin",
|
| 18 |
+
"model.layers.1.mlp.up_proj.weight": "pytorch_model-00004-of-00043.bin",
|
| 19 |
+
"model.layers.1.post_attention_layernorm.weight": "pytorch_model-00004-of-00043.bin",
|
| 20 |
+
"model.layers.1.self_attn.W_pack.weight": "pytorch_model-00004-of-00043.bin",
|
| 21 |
+
"model.layers.1.self_attn.o_proj.weight": "pytorch_model-00004-of-00043.bin",
|
| 22 |
+
"model.layers.10.input_layernorm.weight": "pytorch_model-00013-of-00043.bin",
|
| 23 |
+
"model.layers.10.mlp.down_proj.weight": "pytorch_model-00013-of-00043.bin",
|
| 24 |
+
"model.layers.10.mlp.gate_proj.weight": "pytorch_model-00013-of-00043.bin",
|
| 25 |
+
"model.layers.10.mlp.up_proj.weight": "pytorch_model-00013-of-00043.bin",
|
| 26 |
+
"model.layers.10.post_attention_layernorm.weight": "pytorch_model-00013-of-00043.bin",
|
| 27 |
+
"model.layers.10.self_attn.W_pack.weight": "pytorch_model-00013-of-00043.bin",
|
| 28 |
+
"model.layers.10.self_attn.o_proj.weight": "pytorch_model-00013-of-00043.bin",
|
| 29 |
+
"model.layers.11.input_layernorm.weight": "pytorch_model-00014-of-00043.bin",
|
| 30 |
+
"model.layers.11.mlp.down_proj.weight": "pytorch_model-00014-of-00043.bin",
|
| 31 |
+
"model.layers.11.mlp.gate_proj.weight": "pytorch_model-00014-of-00043.bin",
|
| 32 |
+
"model.layers.11.mlp.up_proj.weight": "pytorch_model-00014-of-00043.bin",
|
| 33 |
+
"model.layers.11.post_attention_layernorm.weight": "pytorch_model-00014-of-00043.bin",
|
| 34 |
+
"model.layers.11.self_attn.W_pack.weight": "pytorch_model-00014-of-00043.bin",
|
| 35 |
+
"model.layers.11.self_attn.o_proj.weight": "pytorch_model-00014-of-00043.bin",
|
| 36 |
+
"model.layers.12.input_layernorm.weight": "pytorch_model-00015-of-00043.bin",
|
| 37 |
+
"model.layers.12.mlp.down_proj.weight": "pytorch_model-00015-of-00043.bin",
|
| 38 |
+
"model.layers.12.mlp.gate_proj.weight": "pytorch_model-00015-of-00043.bin",
|
| 39 |
+
"model.layers.12.mlp.up_proj.weight": "pytorch_model-00015-of-00043.bin",
|
| 40 |
+
"model.layers.12.post_attention_layernorm.weight": "pytorch_model-00015-of-00043.bin",
|
| 41 |
+
"model.layers.12.self_attn.W_pack.weight": "pytorch_model-00015-of-00043.bin",
|
| 42 |
+
"model.layers.12.self_attn.o_proj.weight": "pytorch_model-00015-of-00043.bin",
|
| 43 |
+
"model.layers.13.input_layernorm.weight": "pytorch_model-00016-of-00043.bin",
|
| 44 |
+
"model.layers.13.mlp.down_proj.weight": "pytorch_model-00016-of-00043.bin",
|
| 45 |
+
"model.layers.13.mlp.gate_proj.weight": "pytorch_model-00016-of-00043.bin",
|
| 46 |
+
"model.layers.13.mlp.up_proj.weight": "pytorch_model-00016-of-00043.bin",
|
| 47 |
+
"model.layers.13.post_attention_layernorm.weight": "pytorch_model-00016-of-00043.bin",
|
| 48 |
+
"model.layers.13.self_attn.W_pack.weight": "pytorch_model-00016-of-00043.bin",
|
| 49 |
+
"model.layers.13.self_attn.o_proj.weight": "pytorch_model-00016-of-00043.bin",
|
| 50 |
+
"model.layers.14.input_layernorm.weight": "pytorch_model-00017-of-00043.bin",
|
| 51 |
+
"model.layers.14.mlp.down_proj.weight": "pytorch_model-00017-of-00043.bin",
|
| 52 |
+
"model.layers.14.mlp.gate_proj.weight": "pytorch_model-00017-of-00043.bin",
|
| 53 |
+
"model.layers.14.mlp.up_proj.weight": "pytorch_model-00017-of-00043.bin",
|
| 54 |
+
"model.layers.14.post_attention_layernorm.weight": "pytorch_model-00017-of-00043.bin",
|
| 55 |
+
"model.layers.14.self_attn.W_pack.weight": "pytorch_model-00017-of-00043.bin",
|
| 56 |
+
"model.layers.14.self_attn.o_proj.weight": "pytorch_model-00017-of-00043.bin",
|
| 57 |
+
"model.layers.15.input_layernorm.weight": "pytorch_model-00018-of-00043.bin",
|
| 58 |
+
"model.layers.15.mlp.down_proj.weight": "pytorch_model-00018-of-00043.bin",
|
| 59 |
+
"model.layers.15.mlp.gate_proj.weight": "pytorch_model-00018-of-00043.bin",
|
| 60 |
+
"model.layers.15.mlp.up_proj.weight": "pytorch_model-00018-of-00043.bin",
|
| 61 |
+
"model.layers.15.post_attention_layernorm.weight": "pytorch_model-00018-of-00043.bin",
|
| 62 |
+
"model.layers.15.self_attn.W_pack.weight": "pytorch_model-00018-of-00043.bin",
|
| 63 |
+
"model.layers.15.self_attn.o_proj.weight": "pytorch_model-00018-of-00043.bin",
|
| 64 |
+
"model.layers.16.input_layernorm.weight": "pytorch_model-00019-of-00043.bin",
|
| 65 |
+
"model.layers.16.mlp.down_proj.weight": "pytorch_model-00019-of-00043.bin",
|
| 66 |
+
"model.layers.16.mlp.gate_proj.weight": "pytorch_model-00019-of-00043.bin",
|
| 67 |
+
"model.layers.16.mlp.up_proj.weight": "pytorch_model-00019-of-00043.bin",
|
| 68 |
+
"model.layers.16.post_attention_layernorm.weight": "pytorch_model-00019-of-00043.bin",
|
| 69 |
+
"model.layers.16.self_attn.W_pack.weight": "pytorch_model-00019-of-00043.bin",
|
| 70 |
+
"model.layers.16.self_attn.o_proj.weight": "pytorch_model-00019-of-00043.bin",
|
| 71 |
+
"model.layers.17.input_layernorm.weight": "pytorch_model-00020-of-00043.bin",
|
| 72 |
+
"model.layers.17.mlp.down_proj.weight": "pytorch_model-00020-of-00043.bin",
|
| 73 |
+
"model.layers.17.mlp.gate_proj.weight": "pytorch_model-00020-of-00043.bin",
|
| 74 |
+
"model.layers.17.mlp.up_proj.weight": "pytorch_model-00020-of-00043.bin",
|
| 75 |
+
"model.layers.17.post_attention_layernorm.weight": "pytorch_model-00020-of-00043.bin",
|
| 76 |
+
"model.layers.17.self_attn.W_pack.weight": "pytorch_model-00020-of-00043.bin",
|
| 77 |
+
"model.layers.17.self_attn.o_proj.weight": "pytorch_model-00020-of-00043.bin",
|
| 78 |
+
"model.layers.18.input_layernorm.weight": "pytorch_model-00021-of-00043.bin",
|
| 79 |
+
"model.layers.18.mlp.down_proj.weight": "pytorch_model-00021-of-00043.bin",
|
| 80 |
+
"model.layers.18.mlp.gate_proj.weight": "pytorch_model-00021-of-00043.bin",
|
| 81 |
+
"model.layers.18.mlp.up_proj.weight": "pytorch_model-00021-of-00043.bin",
|
| 82 |
+
"model.layers.18.post_attention_layernorm.weight": "pytorch_model-00021-of-00043.bin",
|
| 83 |
+
"model.layers.18.self_attn.W_pack.weight": "pytorch_model-00021-of-00043.bin",
|
| 84 |
+
"model.layers.18.self_attn.o_proj.weight": "pytorch_model-00021-of-00043.bin",
|
| 85 |
+
"model.layers.19.input_layernorm.weight": "pytorch_model-00022-of-00043.bin",
|
| 86 |
+
"model.layers.19.mlp.down_proj.weight": "pytorch_model-00022-of-00043.bin",
|
| 87 |
+
"model.layers.19.mlp.gate_proj.weight": "pytorch_model-00022-of-00043.bin",
|
| 88 |
+
"model.layers.19.mlp.up_proj.weight": "pytorch_model-00022-of-00043.bin",
|
| 89 |
+
"model.layers.19.post_attention_layernorm.weight": "pytorch_model-00022-of-00043.bin",
|
| 90 |
+
"model.layers.19.self_attn.W_pack.weight": "pytorch_model-00022-of-00043.bin",
|
| 91 |
+
"model.layers.19.self_attn.o_proj.weight": "pytorch_model-00022-of-00043.bin",
|
| 92 |
+
"model.layers.2.input_layernorm.weight": "pytorch_model-00005-of-00043.bin",
|
| 93 |
+
"model.layers.2.mlp.down_proj.weight": "pytorch_model-00005-of-00043.bin",
|
| 94 |
+
"model.layers.2.mlp.gate_proj.weight": "pytorch_model-00005-of-00043.bin",
|
| 95 |
+
"model.layers.2.mlp.up_proj.weight": "pytorch_model-00005-of-00043.bin",
|
| 96 |
+
"model.layers.2.post_attention_layernorm.weight": "pytorch_model-00005-of-00043.bin",
|
| 97 |
+
"model.layers.2.self_attn.W_pack.weight": "pytorch_model-00005-of-00043.bin",
|
| 98 |
+
"model.layers.2.self_attn.o_proj.weight": "pytorch_model-00005-of-00043.bin",
|
| 99 |
+
"model.layers.20.input_layernorm.weight": "pytorch_model-00023-of-00043.bin",
|
| 100 |
+
"model.layers.20.mlp.down_proj.weight": "pytorch_model-00023-of-00043.bin",
|
| 101 |
+
"model.layers.20.mlp.gate_proj.weight": "pytorch_model-00023-of-00043.bin",
|
| 102 |
+
"model.layers.20.mlp.up_proj.weight": "pytorch_model-00023-of-00043.bin",
|
| 103 |
+
"model.layers.20.post_attention_layernorm.weight": "pytorch_model-00023-of-00043.bin",
|
| 104 |
+
"model.layers.20.self_attn.W_pack.weight": "pytorch_model-00023-of-00043.bin",
|
| 105 |
+
"model.layers.20.self_attn.o_proj.weight": "pytorch_model-00023-of-00043.bin",
|
| 106 |
+
"model.layers.21.input_layernorm.weight": "pytorch_model-00024-of-00043.bin",
|
| 107 |
+
"model.layers.21.mlp.down_proj.weight": "pytorch_model-00024-of-00043.bin",
|
| 108 |
+
"model.layers.21.mlp.gate_proj.weight": "pytorch_model-00024-of-00043.bin",
|
| 109 |
+
"model.layers.21.mlp.up_proj.weight": "pytorch_model-00024-of-00043.bin",
|
| 110 |
+
"model.layers.21.post_attention_layernorm.weight": "pytorch_model-00024-of-00043.bin",
|
| 111 |
+
"model.layers.21.self_attn.W_pack.weight": "pytorch_model-00024-of-00043.bin",
|
| 112 |
+
"model.layers.21.self_attn.o_proj.weight": "pytorch_model-00024-of-00043.bin",
|
| 113 |
+
"model.layers.22.input_layernorm.weight": "pytorch_model-00025-of-00043.bin",
|
| 114 |
+
"model.layers.22.mlp.down_proj.weight": "pytorch_model-00025-of-00043.bin",
|
| 115 |
+
"model.layers.22.mlp.gate_proj.weight": "pytorch_model-00025-of-00043.bin",
|
| 116 |
+
"model.layers.22.mlp.up_proj.weight": "pytorch_model-00025-of-00043.bin",
|
| 117 |
+
"model.layers.22.post_attention_layernorm.weight": "pytorch_model-00025-of-00043.bin",
|
| 118 |
+
"model.layers.22.self_attn.W_pack.weight": "pytorch_model-00025-of-00043.bin",
|
| 119 |
+
"model.layers.22.self_attn.o_proj.weight": "pytorch_model-00025-of-00043.bin",
|
| 120 |
+
"model.layers.23.input_layernorm.weight": "pytorch_model-00026-of-00043.bin",
|
| 121 |
+
"model.layers.23.mlp.down_proj.weight": "pytorch_model-00026-of-00043.bin",
|
| 122 |
+
"model.layers.23.mlp.gate_proj.weight": "pytorch_model-00026-of-00043.bin",
|
| 123 |
+
"model.layers.23.mlp.up_proj.weight": "pytorch_model-00026-of-00043.bin",
|
| 124 |
+
"model.layers.23.post_attention_layernorm.weight": "pytorch_model-00026-of-00043.bin",
|
| 125 |
+
"model.layers.23.self_attn.W_pack.weight": "pytorch_model-00026-of-00043.bin",
|
| 126 |
+
"model.layers.23.self_attn.o_proj.weight": "pytorch_model-00026-of-00043.bin",
|
| 127 |
+
"model.layers.24.input_layernorm.weight": "pytorch_model-00027-of-00043.bin",
|
| 128 |
+
"model.layers.24.mlp.down_proj.weight": "pytorch_model-00027-of-00043.bin",
|
| 129 |
+
"model.layers.24.mlp.gate_proj.weight": "pytorch_model-00027-of-00043.bin",
|
| 130 |
+
"model.layers.24.mlp.up_proj.weight": "pytorch_model-00027-of-00043.bin",
|
| 131 |
+
"model.layers.24.post_attention_layernorm.weight": "pytorch_model-00027-of-00043.bin",
|
| 132 |
+
"model.layers.24.self_attn.W_pack.weight": "pytorch_model-00027-of-00043.bin",
|
| 133 |
+
"model.layers.24.self_attn.o_proj.weight": "pytorch_model-00027-of-00043.bin",
|
| 134 |
+
"model.layers.25.input_layernorm.weight": "pytorch_model-00028-of-00043.bin",
|
| 135 |
+
"model.layers.25.mlp.down_proj.weight": "pytorch_model-00028-of-00043.bin",
|
| 136 |
+
"model.layers.25.mlp.gate_proj.weight": "pytorch_model-00028-of-00043.bin",
|
| 137 |
+
"model.layers.25.mlp.up_proj.weight": "pytorch_model-00028-of-00043.bin",
|
| 138 |
+
"model.layers.25.post_attention_layernorm.weight": "pytorch_model-00028-of-00043.bin",
|
| 139 |
+
"model.layers.25.self_attn.W_pack.weight": "pytorch_model-00028-of-00043.bin",
|
| 140 |
+
"model.layers.25.self_attn.o_proj.weight": "pytorch_model-00028-of-00043.bin",
|
| 141 |
+
"model.layers.26.input_layernorm.weight": "pytorch_model-00029-of-00043.bin",
|
| 142 |
+
"model.layers.26.mlp.down_proj.weight": "pytorch_model-00029-of-00043.bin",
|
| 143 |
+
"model.layers.26.mlp.gate_proj.weight": "pytorch_model-00029-of-00043.bin",
|
| 144 |
+
"model.layers.26.mlp.up_proj.weight": "pytorch_model-00029-of-00043.bin",
|
| 145 |
+
"model.layers.26.post_attention_layernorm.weight": "pytorch_model-00029-of-00043.bin",
|
| 146 |
+
"model.layers.26.self_attn.W_pack.weight": "pytorch_model-00029-of-00043.bin",
|
| 147 |
+
"model.layers.26.self_attn.o_proj.weight": "pytorch_model-00029-of-00043.bin",
|
| 148 |
+
"model.layers.27.input_layernorm.weight": "pytorch_model-00030-of-00043.bin",
|
| 149 |
+
"model.layers.27.mlp.down_proj.weight": "pytorch_model-00030-of-00043.bin",
|
| 150 |
+
"model.layers.27.mlp.gate_proj.weight": "pytorch_model-00030-of-00043.bin",
|
| 151 |
+
"model.layers.27.mlp.up_proj.weight": "pytorch_model-00030-of-00043.bin",
|
| 152 |
+
"model.layers.27.post_attention_layernorm.weight": "pytorch_model-00030-of-00043.bin",
|
| 153 |
+
"model.layers.27.self_attn.W_pack.weight": "pytorch_model-00030-of-00043.bin",
|
| 154 |
+
"model.layers.27.self_attn.o_proj.weight": "pytorch_model-00030-of-00043.bin",
|
| 155 |
+
"model.layers.28.input_layernorm.weight": "pytorch_model-00031-of-00043.bin",
|
| 156 |
+
"model.layers.28.mlp.down_proj.weight": "pytorch_model-00031-of-00043.bin",
|
| 157 |
+
"model.layers.28.mlp.gate_proj.weight": "pytorch_model-00031-of-00043.bin",
|
| 158 |
+
"model.layers.28.mlp.up_proj.weight": "pytorch_model-00031-of-00043.bin",
|
| 159 |
+
"model.layers.28.post_attention_layernorm.weight": "pytorch_model-00031-of-00043.bin",
|
| 160 |
+
"model.layers.28.self_attn.W_pack.weight": "pytorch_model-00031-of-00043.bin",
|
| 161 |
+
"model.layers.28.self_attn.o_proj.weight": "pytorch_model-00031-of-00043.bin",
|
| 162 |
+
"model.layers.29.input_layernorm.weight": "pytorch_model-00032-of-00043.bin",
|
| 163 |
+
"model.layers.29.mlp.down_proj.weight": "pytorch_model-00032-of-00043.bin",
|
| 164 |
+
"model.layers.29.mlp.gate_proj.weight": "pytorch_model-00032-of-00043.bin",
|
| 165 |
+
"model.layers.29.mlp.up_proj.weight": "pytorch_model-00032-of-00043.bin",
|
| 166 |
+
"model.layers.29.post_attention_layernorm.weight": "pytorch_model-00032-of-00043.bin",
|
| 167 |
+
"model.layers.29.self_attn.W_pack.weight": "pytorch_model-00032-of-00043.bin",
|
| 168 |
+
"model.layers.29.self_attn.o_proj.weight": "pytorch_model-00032-of-00043.bin",
|
| 169 |
+
"model.layers.3.input_layernorm.weight": "pytorch_model-00006-of-00043.bin",
|
| 170 |
+
"model.layers.3.mlp.down_proj.weight": "pytorch_model-00006-of-00043.bin",
|
| 171 |
+
"model.layers.3.mlp.gate_proj.weight": "pytorch_model-00006-of-00043.bin",
|
| 172 |
+
"model.layers.3.mlp.up_proj.weight": "pytorch_model-00006-of-00043.bin",
|
| 173 |
+
"model.layers.3.post_attention_layernorm.weight": "pytorch_model-00006-of-00043.bin",
|
| 174 |
+
"model.layers.3.self_attn.W_pack.weight": "pytorch_model-00006-of-00043.bin",
|
| 175 |
+
"model.layers.3.self_attn.o_proj.weight": "pytorch_model-00006-of-00043.bin",
|
| 176 |
+
"model.layers.30.input_layernorm.weight": "pytorch_model-00033-of-00043.bin",
|
| 177 |
+
"model.layers.30.mlp.down_proj.weight": "pytorch_model-00033-of-00043.bin",
|
| 178 |
+
"model.layers.30.mlp.gate_proj.weight": "pytorch_model-00033-of-00043.bin",
|
| 179 |
+
"model.layers.30.mlp.up_proj.weight": "pytorch_model-00033-of-00043.bin",
|
| 180 |
+
"model.layers.30.post_attention_layernorm.weight": "pytorch_model-00033-of-00043.bin",
|
| 181 |
+
"model.layers.30.self_attn.W_pack.weight": "pytorch_model-00033-of-00043.bin",
|
| 182 |
+
"model.layers.30.self_attn.o_proj.weight": "pytorch_model-00033-of-00043.bin",
|
| 183 |
+
"model.layers.31.input_layernorm.weight": "pytorch_model-00034-of-00043.bin",
|
| 184 |
+
"model.layers.31.mlp.down_proj.weight": "pytorch_model-00034-of-00043.bin",
|
| 185 |
+
"model.layers.31.mlp.gate_proj.weight": "pytorch_model-00034-of-00043.bin",
|
| 186 |
+
"model.layers.31.mlp.up_proj.weight": "pytorch_model-00034-of-00043.bin",
|
| 187 |
+
"model.layers.31.post_attention_layernorm.weight": "pytorch_model-00034-of-00043.bin",
|
| 188 |
+
"model.layers.31.self_attn.W_pack.weight": "pytorch_model-00034-of-00043.bin",
|
| 189 |
+
"model.layers.31.self_attn.o_proj.weight": "pytorch_model-00034-of-00043.bin",
|
| 190 |
+
"model.layers.32.input_layernorm.weight": "pytorch_model-00035-of-00043.bin",
|
| 191 |
+
"model.layers.32.mlp.down_proj.weight": "pytorch_model-00035-of-00043.bin",
|
| 192 |
+
"model.layers.32.mlp.gate_proj.weight": "pytorch_model-00035-of-00043.bin",
|
| 193 |
+
"model.layers.32.mlp.up_proj.weight": "pytorch_model-00035-of-00043.bin",
|
| 194 |
+
"model.layers.32.post_attention_layernorm.weight": "pytorch_model-00035-of-00043.bin",
|
| 195 |
+
"model.layers.32.self_attn.W_pack.weight": "pytorch_model-00035-of-00043.bin",
|
| 196 |
+
"model.layers.32.self_attn.o_proj.weight": "pytorch_model-00035-of-00043.bin",
|
| 197 |
+
"model.layers.33.input_layernorm.weight": "pytorch_model-00036-of-00043.bin",
|
| 198 |
+
"model.layers.33.mlp.down_proj.weight": "pytorch_model-00036-of-00043.bin",
|
| 199 |
+
"model.layers.33.mlp.gate_proj.weight": "pytorch_model-00036-of-00043.bin",
|
| 200 |
+
"model.layers.33.mlp.up_proj.weight": "pytorch_model-00036-of-00043.bin",
|
| 201 |
+
"model.layers.33.post_attention_layernorm.weight": "pytorch_model-00036-of-00043.bin",
|
| 202 |
+
"model.layers.33.self_attn.W_pack.weight": "pytorch_model-00036-of-00043.bin",
|
| 203 |
+
"model.layers.33.self_attn.o_proj.weight": "pytorch_model-00036-of-00043.bin",
|
| 204 |
+
"model.layers.34.input_layernorm.weight": "pytorch_model-00037-of-00043.bin",
|
| 205 |
+
"model.layers.34.mlp.down_proj.weight": "pytorch_model-00037-of-00043.bin",
|
| 206 |
+
"model.layers.34.mlp.gate_proj.weight": "pytorch_model-00037-of-00043.bin",
|
| 207 |
+
"model.layers.34.mlp.up_proj.weight": "pytorch_model-00037-of-00043.bin",
|
| 208 |
+
"model.layers.34.post_attention_layernorm.weight": "pytorch_model-00037-of-00043.bin",
|
| 209 |
+
"model.layers.34.self_attn.W_pack.weight": "pytorch_model-00037-of-00043.bin",
|
| 210 |
+
"model.layers.34.self_attn.o_proj.weight": "pytorch_model-00037-of-00043.bin",
|
| 211 |
+
"model.layers.35.input_layernorm.weight": "pytorch_model-00038-of-00043.bin",
|
| 212 |
+
"model.layers.35.mlp.down_proj.weight": "pytorch_model-00038-of-00043.bin",
|
| 213 |
+
"model.layers.35.mlp.gate_proj.weight": "pytorch_model-00038-of-00043.bin",
|
| 214 |
+
"model.layers.35.mlp.up_proj.weight": "pytorch_model-00038-of-00043.bin",
|
| 215 |
+
"model.layers.35.post_attention_layernorm.weight": "pytorch_model-00038-of-00043.bin",
|
| 216 |
+
"model.layers.35.self_attn.W_pack.weight": "pytorch_model-00038-of-00043.bin",
|
| 217 |
+
"model.layers.35.self_attn.o_proj.weight": "pytorch_model-00038-of-00043.bin",
|
| 218 |
+
"model.layers.36.input_layernorm.weight": "pytorch_model-00039-of-00043.bin",
|
| 219 |
+
"model.layers.36.mlp.down_proj.weight": "pytorch_model-00039-of-00043.bin",
|
| 220 |
+
"model.layers.36.mlp.gate_proj.weight": "pytorch_model-00039-of-00043.bin",
|
| 221 |
+
"model.layers.36.mlp.up_proj.weight": "pytorch_model-00039-of-00043.bin",
|
| 222 |
+
"model.layers.36.post_attention_layernorm.weight": "pytorch_model-00039-of-00043.bin",
|
| 223 |
+
"model.layers.36.self_attn.W_pack.weight": "pytorch_model-00039-of-00043.bin",
|
| 224 |
+
"model.layers.36.self_attn.o_proj.weight": "pytorch_model-00039-of-00043.bin",
|
| 225 |
+
"model.layers.37.input_layernorm.weight": "pytorch_model-00040-of-00043.bin",
|
| 226 |
+
"model.layers.37.mlp.down_proj.weight": "pytorch_model-00040-of-00043.bin",
|
| 227 |
+
"model.layers.37.mlp.gate_proj.weight": "pytorch_model-00040-of-00043.bin",
|
| 228 |
+
"model.layers.37.mlp.up_proj.weight": "pytorch_model-00040-of-00043.bin",
|
| 229 |
+
"model.layers.37.post_attention_layernorm.weight": "pytorch_model-00040-of-00043.bin",
|
| 230 |
+
"model.layers.37.self_attn.W_pack.weight": "pytorch_model-00040-of-00043.bin",
|
| 231 |
+
"model.layers.37.self_attn.o_proj.weight": "pytorch_model-00040-of-00043.bin",
|
| 232 |
+
"model.layers.38.input_layernorm.weight": "pytorch_model-00041-of-00043.bin",
|
| 233 |
+
"model.layers.38.mlp.down_proj.weight": "pytorch_model-00041-of-00043.bin",
|
| 234 |
+
"model.layers.38.mlp.gate_proj.weight": "pytorch_model-00041-of-00043.bin",
|
| 235 |
+
"model.layers.38.mlp.up_proj.weight": "pytorch_model-00041-of-00043.bin",
|
| 236 |
+
"model.layers.38.post_attention_layernorm.weight": "pytorch_model-00041-of-00043.bin",
|
| 237 |
+
"model.layers.38.self_attn.W_pack.weight": "pytorch_model-00041-of-00043.bin",
|
| 238 |
+
"model.layers.38.self_attn.o_proj.weight": "pytorch_model-00041-of-00043.bin",
|
| 239 |
+
"model.layers.39.input_layernorm.weight": "pytorch_model-00042-of-00043.bin",
|
| 240 |
+
"model.layers.39.mlp.down_proj.weight": "pytorch_model-00042-of-00043.bin",
|
| 241 |
+
"model.layers.39.mlp.gate_proj.weight": "pytorch_model-00042-of-00043.bin",
|
| 242 |
+
"model.layers.39.mlp.up_proj.weight": "pytorch_model-00042-of-00043.bin",
|
| 243 |
+
"model.layers.39.post_attention_layernorm.weight": "pytorch_model-00042-of-00043.bin",
|
| 244 |
+
"model.layers.39.self_attn.W_pack.weight": "pytorch_model-00042-of-00043.bin",
|
| 245 |
+
"model.layers.39.self_attn.o_proj.weight": "pytorch_model-00042-of-00043.bin",
|
| 246 |
+
"model.layers.4.input_layernorm.weight": "pytorch_model-00007-of-00043.bin",
|
| 247 |
+
"model.layers.4.mlp.down_proj.weight": "pytorch_model-00007-of-00043.bin",
|
| 248 |
+
"model.layers.4.mlp.gate_proj.weight": "pytorch_model-00007-of-00043.bin",
|
| 249 |
+
"model.layers.4.mlp.up_proj.weight": "pytorch_model-00007-of-00043.bin",
|
| 250 |
+
"model.layers.4.post_attention_layernorm.weight": "pytorch_model-00007-of-00043.bin",
|
| 251 |
+
"model.layers.4.self_attn.W_pack.weight": "pytorch_model-00007-of-00043.bin",
|
| 252 |
+
"model.layers.4.self_attn.o_proj.weight": "pytorch_model-00007-of-00043.bin",
|
| 253 |
+
"model.layers.5.input_layernorm.weight": "pytorch_model-00008-of-00043.bin",
|
| 254 |
+
"model.layers.5.mlp.down_proj.weight": "pytorch_model-00008-of-00043.bin",
|
| 255 |
+
"model.layers.5.mlp.gate_proj.weight": "pytorch_model-00008-of-00043.bin",
|
| 256 |
+
"model.layers.5.mlp.up_proj.weight": "pytorch_model-00008-of-00043.bin",
|
| 257 |
+
"model.layers.5.post_attention_layernorm.weight": "pytorch_model-00008-of-00043.bin",
|
| 258 |
+
"model.layers.5.self_attn.W_pack.weight": "pytorch_model-00008-of-00043.bin",
|
| 259 |
+
"model.layers.5.self_attn.o_proj.weight": "pytorch_model-00008-of-00043.bin",
|
| 260 |
+
"model.layers.6.input_layernorm.weight": "pytorch_model-00009-of-00043.bin",
|
| 261 |
+
"model.layers.6.mlp.down_proj.weight": "pytorch_model-00009-of-00043.bin",
|
| 262 |
+
"model.layers.6.mlp.gate_proj.weight": "pytorch_model-00009-of-00043.bin",
|
| 263 |
+
"model.layers.6.mlp.up_proj.weight": "pytorch_model-00009-of-00043.bin",
|
| 264 |
+
"model.layers.6.post_attention_layernorm.weight": "pytorch_model-00009-of-00043.bin",
|
| 265 |
+
"model.layers.6.self_attn.W_pack.weight": "pytorch_model-00009-of-00043.bin",
|
| 266 |
+
"model.layers.6.self_attn.o_proj.weight": "pytorch_model-00009-of-00043.bin",
|
| 267 |
+
"model.layers.7.input_layernorm.weight": "pytorch_model-00010-of-00043.bin",
|
| 268 |
+
"model.layers.7.mlp.down_proj.weight": "pytorch_model-00010-of-00043.bin",
|
| 269 |
+
"model.layers.7.mlp.gate_proj.weight": "pytorch_model-00010-of-00043.bin",
|
| 270 |
+
"model.layers.7.mlp.up_proj.weight": "pytorch_model-00010-of-00043.bin",
|
| 271 |
+
"model.layers.7.post_attention_layernorm.weight": "pytorch_model-00010-of-00043.bin",
|
| 272 |
+
"model.layers.7.self_attn.W_pack.weight": "pytorch_model-00010-of-00043.bin",
|
| 273 |
+
"model.layers.7.self_attn.o_proj.weight": "pytorch_model-00010-of-00043.bin",
|
| 274 |
+
"model.layers.8.input_layernorm.weight": "pytorch_model-00011-of-00043.bin",
|
| 275 |
+
"model.layers.8.mlp.down_proj.weight": "pytorch_model-00011-of-00043.bin",
|
| 276 |
+
"model.layers.8.mlp.gate_proj.weight": "pytorch_model-00011-of-00043.bin",
|
| 277 |
+
"model.layers.8.mlp.up_proj.weight": "pytorch_model-00011-of-00043.bin",
|
| 278 |
+
"model.layers.8.post_attention_layernorm.weight": "pytorch_model-00011-of-00043.bin",
|
| 279 |
+
"model.layers.8.self_attn.W_pack.weight": "pytorch_model-00011-of-00043.bin",
|
| 280 |
+
"model.layers.8.self_attn.o_proj.weight": "pytorch_model-00011-of-00043.bin",
|
| 281 |
+
"model.layers.9.input_layernorm.weight": "pytorch_model-00012-of-00043.bin",
|
| 282 |
+
"model.layers.9.mlp.down_proj.weight": "pytorch_model-00012-of-00043.bin",
|
| 283 |
+
"model.layers.9.mlp.gate_proj.weight": "pytorch_model-00012-of-00043.bin",
|
| 284 |
+
"model.layers.9.mlp.up_proj.weight": "pytorch_model-00012-of-00043.bin",
|
| 285 |
+
"model.layers.9.post_attention_layernorm.weight": "pytorch_model-00012-of-00043.bin",
|
| 286 |
+
"model.layers.9.self_attn.W_pack.weight": "pytorch_model-00012-of-00043.bin",
|
| 287 |
+
"model.layers.9.self_attn.o_proj.weight": "pytorch_model-00012-of-00043.bin",
|
| 288 |
+
"model.norm.weight": "pytorch_model-00042-of-00043.bin"
|
| 289 |
+
}
|
| 290 |
+
}
|