Upload Emu3.5 Image FlashAR from ModelScope
Browse files- README.md +48 -0
- ckpts/FlashAR_step74000_geneval077798_cfg5/README.md +12 -0
- ckpts/FlashAR_step74000_geneval077798_cfg5/checkpoint_meta.json +6 -0
- ckpts/FlashAR_step74000_geneval077798_cfg5/config.json +111 -0
- ckpts/FlashAR_step74000_geneval077798_cfg5/geneval_cfg5_officialdet/results.jsonl +0 -0
- ckpts/FlashAR_step74000_geneval077798_cfg5/geneval_cfg5_officialdet/summary.txt +17 -0
- ckpts/FlashAR_step74000_geneval077798_cfg5/model-00001-of-00016.safetensors +3 -0
- ckpts/FlashAR_step74000_geneval077798_cfg5/model-00002-of-00016.safetensors +3 -0
- ckpts/FlashAR_step74000_geneval077798_cfg5/model-00003-of-00016.safetensors +3 -0
- ckpts/FlashAR_step74000_geneval077798_cfg5/model-00004-of-00016.safetensors +3 -0
- ckpts/FlashAR_step74000_geneval077798_cfg5/model-00005-of-00016.safetensors +3 -0
- ckpts/FlashAR_step74000_geneval077798_cfg5/model-00006-of-00016.safetensors +3 -0
- ckpts/FlashAR_step74000_geneval077798_cfg5/model-00007-of-00016.safetensors +3 -0
- ckpts/FlashAR_step74000_geneval077798_cfg5/model-00008-of-00016.safetensors +3 -0
- ckpts/FlashAR_step74000_geneval077798_cfg5/model-00009-of-00016.safetensors +3 -0
- ckpts/FlashAR_step74000_geneval077798_cfg5/model-00010-of-00016.safetensors +3 -0
- ckpts/FlashAR_step74000_geneval077798_cfg5/model-00011-of-00016.safetensors +3 -0
- ckpts/FlashAR_step74000_geneval077798_cfg5/model-00012-of-00016.safetensors +3 -0
- ckpts/FlashAR_step74000_geneval077798_cfg5/model-00013-of-00016.safetensors +3 -0
- ckpts/FlashAR_step74000_geneval077798_cfg5/model-00014-of-00016.safetensors +3 -0
- ckpts/FlashAR_step74000_geneval077798_cfg5/model-00015-of-00016.safetensors +3 -0
- ckpts/FlashAR_step74000_geneval077798_cfg5/model-00016-of-00016.safetensors +3 -0
- ckpts/FlashAR_step74000_geneval077798_cfg5/model.safetensors.index.json +765 -0
- configuration.json +1 -0
README.md
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags: []
|
| 4 |
+
|
| 5 |
+
#model-type:
|
| 6 |
+
##如 gpt、phi、llama、chatglm、baichuan 等
|
| 7 |
+
#- gpt
|
| 8 |
+
|
| 9 |
+
#domain:
|
| 10 |
+
##如 nlp、cv、audio、multi-modal
|
| 11 |
+
#- nlp
|
| 12 |
+
|
| 13 |
+
#language:
|
| 14 |
+
##语言代码列表 https://help.aliyun.com/document_detail/215387.html?spm=a2c4g.11186623.0.0.9f8d7467kni6Aa
|
| 15 |
+
#- cn
|
| 16 |
+
|
| 17 |
+
#metrics:
|
| 18 |
+
##如 CIDEr、Blue、ROUGE 等
|
| 19 |
+
#- CIDEr
|
| 20 |
+
|
| 21 |
+
#tags:
|
| 22 |
+
##各种自定义,包括 pretrained、fine-tuned、instruction-tuned、RL-tuned 等训练方法和其他
|
| 23 |
+
#- pretrained
|
| 24 |
+
|
| 25 |
+
#tools:
|
| 26 |
+
##如 vllm、fastchat、llamacpp、AdaSeq 等
|
| 27 |
+
#- vllm
|
| 28 |
+
---
|
| 29 |
+
### 当前模型的贡献者未提供更加详细的模型介绍。模型文件和权重,可浏览“模型文件”页面获取。
|
| 30 |
+
#### 您可以通过如下git clone命令,或者ModelScope SDK来下载模型
|
| 31 |
+
|
| 32 |
+
SDK下载
|
| 33 |
+
```bash
|
| 34 |
+
#安装ModelScope
|
| 35 |
+
pip install modelscope
|
| 36 |
+
```
|
| 37 |
+
```python
|
| 38 |
+
#SDK模型下载
|
| 39 |
+
from modelscope import snapshot_download
|
| 40 |
+
model_dir = snapshot_download('lxazjk/Emu3.5-image-FlashAR')
|
| 41 |
+
```
|
| 42 |
+
Git下载
|
| 43 |
+
```
|
| 44 |
+
#Git模型下载
|
| 45 |
+
git clone https://www.modelscope.cn/lxazjk/Emu3.5-image-FlashAR.git
|
| 46 |
+
```
|
| 47 |
+
|
| 48 |
+
<p style="color: lightgrey;">如果您是本模型的贡献者,我们邀请您根据<a href="https://modelscope.cn/docs/ModelScope%E6%A8%A1%E5%9E%8B%E6%8E%A5%E5%85%A5%E6%B5%81%E7%A8%8B%E6%A6%82%E8%A7%88" style="color: lightgrey; text-decoration: underline;">模型贡献文档</a>,及时完善模型卡片内容。</p>
|
ckpts/FlashAR_step74000_geneval077798_cfg5/README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# FlashAR checkpoint
|
| 2 |
+
|
| 3 |
+
Checkpoint: `FlashAR_step74000_geneval077798_cfg5`
|
| 4 |
+
|
| 5 |
+
- Base: Emu3.5-Image FlashAR
|
| 6 |
+
- Training step: 74000
|
| 7 |
+
- GenEval setting: HW=32, CFG=5.0, official detector
|
| 8 |
+
- GenEval overall score: 0.77798
|
| 9 |
+
- Images: 2212
|
| 10 |
+
- Prompts: 553
|
| 11 |
+
|
| 12 |
+
See `geneval_cfg5_officialdet/summary.txt` for the task breakdown.
|
ckpts/FlashAR_step74000_geneval077798_cfg5/checkpoint_meta.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"format": "hf_safetensors",
|
| 3 |
+
"global_step": 74000,
|
| 4 |
+
"epoch": 4,
|
| 5 |
+
"save_reason": "step"
|
| 6 |
+
}
|
ckpts/FlashAR_step74000_geneval077798_cfg5/config.json
ADDED
|
@@ -0,0 +1,111 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "emu3_nar",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"EmuNAR"
|
| 5 |
+
],
|
| 6 |
+
"format": "hf_safetensors",
|
| 7 |
+
"format_version": 1,
|
| 8 |
+
"base_model_name_or_path": "./weights/Emu3.5-Image",
|
| 9 |
+
"tokenizer_name_or_path": "./src/tokenizer_emu3_ibq",
|
| 10 |
+
"vq_model_name_or_path": "./weights/Emu3.5-VisionTokenizer",
|
| 11 |
+
"torch_dtype": "bf16",
|
| 12 |
+
"vocab_size": 282926,
|
| 13 |
+
"hidden_size": 5120,
|
| 14 |
+
"visual_token_offset": 151854,
|
| 15 |
+
"use_vertical_block": true,
|
| 16 |
+
"vertical_layers": 4,
|
| 17 |
+
"vertical_start_layer": 60,
|
| 18 |
+
"backbone_config": {
|
| 19 |
+
"vocab_size": 282926,
|
| 20 |
+
"max_position_embeddings": 32768,
|
| 21 |
+
"hidden_size": 5120,
|
| 22 |
+
"intermediate_size": 25600,
|
| 23 |
+
"num_hidden_layers": 64,
|
| 24 |
+
"num_attention_heads": 64,
|
| 25 |
+
"num_key_value_heads": 8,
|
| 26 |
+
"head_dim": 128,
|
| 27 |
+
"hidden_act": "silu",
|
| 28 |
+
"initializer_range": 0.02,
|
| 29 |
+
"rms_norm_eps": 1e-06,
|
| 30 |
+
"pretraining_tp": 1,
|
| 31 |
+
"use_cache": false,
|
| 32 |
+
"rope_theta": 1000000,
|
| 33 |
+
"rope_scaling": null,
|
| 34 |
+
"attention_dropout": 0.0,
|
| 35 |
+
"img_token_id": 151851,
|
| 36 |
+
"boi_token_id": 151852,
|
| 37 |
+
"eoi_token_id": 151853,
|
| 38 |
+
"eol_token_id": 151846,
|
| 39 |
+
"eof_token_id": 151847,
|
| 40 |
+
"image_area": 518400,
|
| 41 |
+
"return_dict": true,
|
| 42 |
+
"output_hidden_states": false,
|
| 43 |
+
"output_attentions": false,
|
| 44 |
+
"torchscript": false,
|
| 45 |
+
"torch_dtype": "bfloat16",
|
| 46 |
+
"use_bfloat16": false,
|
| 47 |
+
"tf_legacy_loss": false,
|
| 48 |
+
"pruned_heads": {},
|
| 49 |
+
"tie_word_embeddings": false,
|
| 50 |
+
"chunk_size_feed_forward": 0,
|
| 51 |
+
"is_encoder_decoder": false,
|
| 52 |
+
"is_decoder": false,
|
| 53 |
+
"cross_attention_hidden_size": null,
|
| 54 |
+
"add_cross_attention": false,
|
| 55 |
+
"tie_encoder_decoder": false,
|
| 56 |
+
"max_length": 20,
|
| 57 |
+
"min_length": 0,
|
| 58 |
+
"do_sample": false,
|
| 59 |
+
"early_stopping": false,
|
| 60 |
+
"num_beams": 1,
|
| 61 |
+
"num_beam_groups": 1,
|
| 62 |
+
"diversity_penalty": 0.0,
|
| 63 |
+
"temperature": 1.0,
|
| 64 |
+
"top_k": 50,
|
| 65 |
+
"top_p": 1.0,
|
| 66 |
+
"typical_p": 1.0,
|
| 67 |
+
"repetition_penalty": 1.0,
|
| 68 |
+
"length_penalty": 1.0,
|
| 69 |
+
"no_repeat_ngram_size": 0,
|
| 70 |
+
"encoder_no_repeat_ngram_size": 0,
|
| 71 |
+
"bad_words_ids": null,
|
| 72 |
+
"num_return_sequences": 1,
|
| 73 |
+
"output_scores": false,
|
| 74 |
+
"return_dict_in_generate": false,
|
| 75 |
+
"forced_bos_token_id": null,
|
| 76 |
+
"forced_eos_token_id": null,
|
| 77 |
+
"remove_invalid_values": false,
|
| 78 |
+
"exponential_decay_length_penalty": null,
|
| 79 |
+
"suppress_tokens": null,
|
| 80 |
+
"begin_suppress_tokens": null,
|
| 81 |
+
"architectures": [
|
| 82 |
+
"Emu3ForCausalLM"
|
| 83 |
+
],
|
| 84 |
+
"finetuning_task": null,
|
| 85 |
+
"id2label": {
|
| 86 |
+
"0": "LABEL_0",
|
| 87 |
+
"1": "LABEL_1"
|
| 88 |
+
},
|
| 89 |
+
"label2id": {
|
| 90 |
+
"LABEL_0": 0,
|
| 91 |
+
"LABEL_1": 1
|
| 92 |
+
},
|
| 93 |
+
"tokenizer_class": null,
|
| 94 |
+
"prefix": null,
|
| 95 |
+
"bos_token_id": 151849,
|
| 96 |
+
"pad_token_id": 151643,
|
| 97 |
+
"eos_token_id": 151850,
|
| 98 |
+
"sep_token_id": null,
|
| 99 |
+
"decoder_start_token_id": null,
|
| 100 |
+
"task_specific_params": null,
|
| 101 |
+
"problem_type": null,
|
| 102 |
+
"_name_or_path": "./weights/Emu3.5-Image",
|
| 103 |
+
"_attn_implementation_autoset": true,
|
| 104 |
+
"transformers_version": "4.51.0",
|
| 105 |
+
"attention_bias": false,
|
| 106 |
+
"max_window_layers": 28,
|
| 107 |
+
"model_type": "Emu3",
|
| 108 |
+
"sliding_window": 4096,
|
| 109 |
+
"use_sliding_window": false
|
| 110 |
+
}
|
| 111 |
+
}
|
ckpts/FlashAR_step74000_geneval077798_cfg5/geneval_cfg5_officialdet/results.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
ckpts/FlashAR_step74000_geneval077798_cfg5/geneval_cfg5_officialdet/summary.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Summary
|
| 2 |
+
=======
|
| 3 |
+
Total images: 2212
|
| 4 |
+
Total prompts: 553
|
| 5 |
+
% correct images: 78.07%
|
| 6 |
+
% correct prompts: 93.13%
|
| 7 |
+
|
| 8 |
+
Task breakdown
|
| 9 |
+
==============
|
| 10 |
+
position = 80.75% (323 / 400)
|
| 11 |
+
two_object = 88.13% (349 / 396)
|
| 12 |
+
counting = 45.31% (145 / 320)
|
| 13 |
+
colors = 90.16% (339 / 376)
|
| 14 |
+
single_object = 98.44% (315 / 320)
|
| 15 |
+
color_attr = 64.00% (256 / 400)
|
| 16 |
+
|
| 17 |
+
Overall score (avg. over tasks): 0.77798
|
ckpts/FlashAR_step74000_geneval077798_cfg5/model-00001-of-00016.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e1ea2c8ced5135ea19646adaa8d64da56dd046a5d412ec07fbcb5f53535417a
|
| 3 |
+
size 4952416280
|
ckpts/FlashAR_step74000_geneval077798_cfg5/model-00002-of-00016.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb0b8e956f3ad2e6328c0967c0fe4f9c9a36b60b5129e582f1bcda72c4da280f
|
| 3 |
+
size 4959876792
|
ckpts/FlashAR_step74000_geneval077798_cfg5/model-00003-of-00016.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:767097dd1b4ed79131cb607f3699482412f064c40e76ceabb7ed3d5d162bdf8d
|
| 3 |
+
size 4875989872
|
ckpts/FlashAR_step74000_geneval077798_cfg5/model-00004-of-00016.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d87405ad255185e22c6a329fc4d0554a20bf56d5ea0144d43ca863a1e30052a
|
| 3 |
+
size 4875989912
|
ckpts/FlashAR_step74000_geneval077798_cfg5/model-00005-of-00016.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26f4e84784b701e1ccb5e87e38348b7c2c0c4e830348b48c35c8bde4d042788d
|
| 3 |
+
size 4875989912
|
ckpts/FlashAR_step74000_geneval077798_cfg5/model-00006-of-00016.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:279ff2d0f8d9004c7f0df024913fb20988f342eb0b96ba7dfab17d3723756319
|
| 3 |
+
size 4875989912
|
ckpts/FlashAR_step74000_geneval077798_cfg5/model-00007-of-00016.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65cb7341a505454930b12d2e9c15fe5cbbd1bd0af228d3ef43ac5bda9986c911
|
| 3 |
+
size 4875989912
|
ckpts/FlashAR_step74000_geneval077798_cfg5/model-00008-of-00016.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12eb1bfb8a876007d550bf518a43b71e1a930ee6ea6f94600801669dad7b75e3
|
| 3 |
+
size 4875989912
|
ckpts/FlashAR_step74000_geneval077798_cfg5/model-00009-of-00016.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ce42bc98a7dbbf13f44d5d03ff1b25d76a4f26f22a80ac2cffee336bfb59c84
|
| 3 |
+
size 4875989912
|
ckpts/FlashAR_step74000_geneval077798_cfg5/model-00010-of-00016.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a8fdd11bf8741ec11130f85fdb8d609abf767fca29798f101fc6dde6fc1a911
|
| 3 |
+
size 4875989912
|
ckpts/FlashAR_step74000_geneval077798_cfg5/model-00011-of-00016.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72cf5aa58e88c4308e15df98ea3dd6bfd977147529641e76811956c74e812b45
|
| 3 |
+
size 4875989912
|
ckpts/FlashAR_step74000_geneval077798_cfg5/model-00012-of-00016.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0942e00640343b6bddc7ef2dcd2291a58edfaf5bda596df5d6db89641f32c94a
|
| 3 |
+
size 4875989912
|
ckpts/FlashAR_step74000_geneval077798_cfg5/model-00013-of-00016.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96dab39de01cb2c8698a9c0a32c95e85ae14ded49df33cfcd83cdc3ba7f96165
|
| 3 |
+
size 4875989912
|
ckpts/FlashAR_step74000_geneval077798_cfg5/model-00014-of-00016.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6f63e323a9fea70c0bc5670bdcc94cdac8b7cfc64fcbec3973446b3bd99f9ce
|
| 3 |
+
size 4847568640
|
ckpts/FlashAR_step74000_geneval077798_cfg5/model-00015-of-00016.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:314eef5aa1d587c83f612ccf49e06af6de18a3c1743f034655b426b8a64efbad
|
| 3 |
+
size 3712057288
|
ckpts/FlashAR_step74000_geneval077798_cfg5/model-00016-of-00016.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c194ef346dd3a909de355f0e0e741b84c6ac8f7b1d8db49589ed8a647dbc255
|
| 3 |
+
size 2910281532
|
ckpts/FlashAR_step74000_geneval077798_cfg5/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,765 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 75017999620
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"backbone.embed_tokens.weight": "model-00001-of-00016.safetensors",
|
| 7 |
+
"backbone.layers.0.self_attn.q_proj.weight": "model-00001-of-00016.safetensors",
|
| 8 |
+
"backbone.layers.0.self_attn.k_proj.weight": "model-00001-of-00016.safetensors",
|
| 9 |
+
"backbone.layers.0.self_attn.v_proj.weight": "model-00001-of-00016.safetensors",
|
| 10 |
+
"backbone.layers.0.self_attn.o_proj.weight": "model-00001-of-00016.safetensors",
|
| 11 |
+
"backbone.layers.0.self_attn.q_norm.weight": "model-00001-of-00016.safetensors",
|
| 12 |
+
"backbone.layers.0.self_attn.k_norm.weight": "model-00001-of-00016.safetensors",
|
| 13 |
+
"backbone.layers.0.mlp.gate_proj.weight": "model-00001-of-00016.safetensors",
|
| 14 |
+
"backbone.layers.0.mlp.up_proj.weight": "model-00001-of-00016.safetensors",
|
| 15 |
+
"backbone.layers.0.mlp.down_proj.weight": "model-00001-of-00016.safetensors",
|
| 16 |
+
"backbone.layers.0.input_layernorm.weight": "model-00001-of-00016.safetensors",
|
| 17 |
+
"backbone.layers.0.post_attention_layernorm.weight": "model-00001-of-00016.safetensors",
|
| 18 |
+
"backbone.layers.1.self_attn.q_proj.weight": "model-00001-of-00016.safetensors",
|
| 19 |
+
"backbone.layers.1.self_attn.k_proj.weight": "model-00001-of-00016.safetensors",
|
| 20 |
+
"backbone.layers.1.self_attn.v_proj.weight": "model-00001-of-00016.safetensors",
|
| 21 |
+
"backbone.layers.1.self_attn.o_proj.weight": "model-00001-of-00016.safetensors",
|
| 22 |
+
"backbone.layers.1.self_attn.q_norm.weight": "model-00001-of-00016.safetensors",
|
| 23 |
+
"backbone.layers.1.self_attn.k_norm.weight": "model-00001-of-00016.safetensors",
|
| 24 |
+
"backbone.layers.1.mlp.gate_proj.weight": "model-00001-of-00016.safetensors",
|
| 25 |
+
"backbone.layers.1.mlp.up_proj.weight": "model-00001-of-00016.safetensors",
|
| 26 |
+
"backbone.layers.1.mlp.down_proj.weight": "model-00001-of-00016.safetensors",
|
| 27 |
+
"backbone.layers.1.input_layernorm.weight": "model-00001-of-00016.safetensors",
|
| 28 |
+
"backbone.layers.1.post_attention_layernorm.weight": "model-00001-of-00016.safetensors",
|
| 29 |
+
"backbone.layers.2.self_attn.q_proj.weight": "model-00001-of-00016.safetensors",
|
| 30 |
+
"backbone.layers.2.self_attn.k_proj.weight": "model-00001-of-00016.safetensors",
|
| 31 |
+
"backbone.layers.2.self_attn.v_proj.weight": "model-00001-of-00016.safetensors",
|
| 32 |
+
"backbone.layers.2.self_attn.o_proj.weight": "model-00002-of-00016.safetensors",
|
| 33 |
+
"backbone.layers.2.self_attn.q_norm.weight": "model-00002-of-00016.safetensors",
|
| 34 |
+
"backbone.layers.2.self_attn.k_norm.weight": "model-00002-of-00016.safetensors",
|
| 35 |
+
"backbone.layers.2.mlp.gate_proj.weight": "model-00002-of-00016.safetensors",
|
| 36 |
+
"backbone.layers.2.mlp.up_proj.weight": "model-00002-of-00016.safetensors",
|
| 37 |
+
"backbone.layers.2.mlp.down_proj.weight": "model-00002-of-00016.safetensors",
|
| 38 |
+
"backbone.layers.2.input_layernorm.weight": "model-00002-of-00016.safetensors",
|
| 39 |
+
"backbone.layers.2.post_attention_layernorm.weight": "model-00002-of-00016.safetensors",
|
| 40 |
+
"backbone.layers.3.self_attn.q_proj.weight": "model-00002-of-00016.safetensors",
|
| 41 |
+
"backbone.layers.3.self_attn.k_proj.weight": "model-00002-of-00016.safetensors",
|
| 42 |
+
"backbone.layers.3.self_attn.v_proj.weight": "model-00002-of-00016.safetensors",
|
| 43 |
+
"backbone.layers.3.self_attn.o_proj.weight": "model-00002-of-00016.safetensors",
|
| 44 |
+
"backbone.layers.3.self_attn.q_norm.weight": "model-00002-of-00016.safetensors",
|
| 45 |
+
"backbone.layers.3.self_attn.k_norm.weight": "model-00002-of-00016.safetensors",
|
| 46 |
+
"backbone.layers.3.mlp.gate_proj.weight": "model-00002-of-00016.safetensors",
|
| 47 |
+
"backbone.layers.3.mlp.up_proj.weight": "model-00002-of-00016.safetensors",
|
| 48 |
+
"backbone.layers.3.mlp.down_proj.weight": "model-00002-of-00016.safetensors",
|
| 49 |
+
"backbone.layers.3.input_layernorm.weight": "model-00002-of-00016.safetensors",
|
| 50 |
+
"backbone.layers.3.post_attention_layernorm.weight": "model-00002-of-00016.safetensors",
|
| 51 |
+
"backbone.layers.4.self_attn.q_proj.weight": "model-00002-of-00016.safetensors",
|
| 52 |
+
"backbone.layers.4.self_attn.k_proj.weight": "model-00002-of-00016.safetensors",
|
| 53 |
+
"backbone.layers.4.self_attn.v_proj.weight": "model-00002-of-00016.safetensors",
|
| 54 |
+
"backbone.layers.4.self_attn.o_proj.weight": "model-00002-of-00016.safetensors",
|
| 55 |
+
"backbone.layers.4.self_attn.q_norm.weight": "model-00002-of-00016.safetensors",
|
| 56 |
+
"backbone.layers.4.self_attn.k_norm.weight": "model-00002-of-00016.safetensors",
|
| 57 |
+
"backbone.layers.4.mlp.gate_proj.weight": "model-00002-of-00016.safetensors",
|
| 58 |
+
"backbone.layers.4.mlp.up_proj.weight": "model-00002-of-00016.safetensors",
|
| 59 |
+
"backbone.layers.4.mlp.down_proj.weight": "model-00002-of-00016.safetensors",
|
| 60 |
+
"backbone.layers.4.input_layernorm.weight": "model-00002-of-00016.safetensors",
|
| 61 |
+
"backbone.layers.4.post_attention_layernorm.weight": "model-00002-of-00016.safetensors",
|
| 62 |
+
"backbone.layers.5.self_attn.q_proj.weight": "model-00002-of-00016.safetensors",
|
| 63 |
+
"backbone.layers.5.self_attn.k_proj.weight": "model-00002-of-00016.safetensors",
|
| 64 |
+
"backbone.layers.5.self_attn.v_proj.weight": "model-00002-of-00016.safetensors",
|
| 65 |
+
"backbone.layers.5.self_attn.o_proj.weight": "model-00002-of-00016.safetensors",
|
| 66 |
+
"backbone.layers.5.self_attn.q_norm.weight": "model-00002-of-00016.safetensors",
|
| 67 |
+
"backbone.layers.5.self_attn.k_norm.weight": "model-00002-of-00016.safetensors",
|
| 68 |
+
"backbone.layers.5.mlp.gate_proj.weight": "model-00002-of-00016.safetensors",
|
| 69 |
+
"backbone.layers.5.mlp.up_proj.weight": "model-00002-of-00016.safetensors",
|
| 70 |
+
"backbone.layers.5.mlp.down_proj.weight": "model-00002-of-00016.safetensors",
|
| 71 |
+
"backbone.layers.5.input_layernorm.weight": "model-00002-of-00016.safetensors",
|
| 72 |
+
"backbone.layers.5.post_attention_layernorm.weight": "model-00002-of-00016.safetensors",
|
| 73 |
+
"backbone.layers.6.self_attn.q_proj.weight": "model-00002-of-00016.safetensors",
|
| 74 |
+
"backbone.layers.6.self_attn.k_proj.weight": "model-00002-of-00016.safetensors",
|
| 75 |
+
"backbone.layers.6.self_attn.v_proj.weight": "model-00002-of-00016.safetensors",
|
| 76 |
+
"backbone.layers.6.self_attn.o_proj.weight": "model-00002-of-00016.safetensors",
|
| 77 |
+
"backbone.layers.6.self_attn.q_norm.weight": "model-00002-of-00016.safetensors",
|
| 78 |
+
"backbone.layers.6.self_attn.k_norm.weight": "model-00002-of-00016.safetensors",
|
| 79 |
+
"backbone.layers.6.mlp.gate_proj.weight": "model-00002-of-00016.safetensors",
|
| 80 |
+
"backbone.layers.6.mlp.up_proj.weight": "model-00002-of-00016.safetensors",
|
| 81 |
+
"backbone.layers.6.mlp.down_proj.weight": "model-00002-of-00016.safetensors",
|
| 82 |
+
"backbone.layers.6.input_layernorm.weight": "model-00002-of-00016.safetensors",
|
| 83 |
+
"backbone.layers.6.post_attention_layernorm.weight": "model-00002-of-00016.safetensors",
|
| 84 |
+
"backbone.layers.7.self_attn.q_proj.weight": "model-00002-of-00016.safetensors",
|
| 85 |
+
"backbone.layers.7.self_attn.k_proj.weight": "model-00002-of-00016.safetensors",
|
| 86 |
+
"backbone.layers.7.self_attn.v_proj.weight": "model-00002-of-00016.safetensors",
|
| 87 |
+
"backbone.layers.7.self_attn.o_proj.weight": "model-00002-of-00016.safetensors",
|
| 88 |
+
"backbone.layers.7.self_attn.q_norm.weight": "model-00002-of-00016.safetensors",
|
| 89 |
+
"backbone.layers.7.self_attn.k_norm.weight": "model-00002-of-00016.safetensors",
|
| 90 |
+
"backbone.layers.7.mlp.gate_proj.weight": "model-00003-of-00016.safetensors",
|
| 91 |
+
"backbone.layers.7.mlp.up_proj.weight": "model-00003-of-00016.safetensors",
|
| 92 |
+
"backbone.layers.7.mlp.down_proj.weight": "model-00003-of-00016.safetensors",
|
| 93 |
+
"backbone.layers.7.input_layernorm.weight": "model-00003-of-00016.safetensors",
|
| 94 |
+
"backbone.layers.7.post_attention_layernorm.weight": "model-00003-of-00016.safetensors",
|
| 95 |
+
"backbone.layers.8.self_attn.q_proj.weight": "model-00003-of-00016.safetensors",
|
| 96 |
+
"backbone.layers.8.self_attn.k_proj.weight": "model-00003-of-00016.safetensors",
|
| 97 |
+
"backbone.layers.8.self_attn.v_proj.weight": "model-00003-of-00016.safetensors",
|
| 98 |
+
"backbone.layers.8.self_attn.o_proj.weight": "model-00003-of-00016.safetensors",
|
| 99 |
+
"backbone.layers.8.self_attn.q_norm.weight": "model-00003-of-00016.safetensors",
|
| 100 |
+
"backbone.layers.8.self_attn.k_norm.weight": "model-00003-of-00016.safetensors",
|
| 101 |
+
"backbone.layers.8.mlp.gate_proj.weight": "model-00003-of-00016.safetensors",
|
| 102 |
+
"backbone.layers.8.mlp.up_proj.weight": "model-00003-of-00016.safetensors",
|
| 103 |
+
"backbone.layers.8.mlp.down_proj.weight": "model-00003-of-00016.safetensors",
|
| 104 |
+
"backbone.layers.8.input_layernorm.weight": "model-00003-of-00016.safetensors",
|
| 105 |
+
"backbone.layers.8.post_attention_layernorm.weight": "model-00003-of-00016.safetensors",
|
| 106 |
+
"backbone.layers.9.self_attn.q_proj.weight": "model-00003-of-00016.safetensors",
|
| 107 |
+
"backbone.layers.9.self_attn.k_proj.weight": "model-00003-of-00016.safetensors",
|
| 108 |
+
"backbone.layers.9.self_attn.v_proj.weight": "model-00003-of-00016.safetensors",
|
| 109 |
+
"backbone.layers.9.self_attn.o_proj.weight": "model-00003-of-00016.safetensors",
|
| 110 |
+
"backbone.layers.9.self_attn.q_norm.weight": "model-00003-of-00016.safetensors",
|
| 111 |
+
"backbone.layers.9.self_attn.k_norm.weight": "model-00003-of-00016.safetensors",
|
| 112 |
+
"backbone.layers.9.mlp.gate_proj.weight": "model-00003-of-00016.safetensors",
|
| 113 |
+
"backbone.layers.9.mlp.up_proj.weight": "model-00003-of-00016.safetensors",
|
| 114 |
+
"backbone.layers.9.mlp.down_proj.weight": "model-00003-of-00016.safetensors",
|
| 115 |
+
"backbone.layers.9.input_layernorm.weight": "model-00003-of-00016.safetensors",
|
| 116 |
+
"backbone.layers.9.post_attention_layernorm.weight": "model-00003-of-00016.safetensors",
|
| 117 |
+
"backbone.layers.10.self_attn.q_proj.weight": "model-00003-of-00016.safetensors",
|
| 118 |
+
"backbone.layers.10.self_attn.k_proj.weight": "model-00003-of-00016.safetensors",
|
| 119 |
+
"backbone.layers.10.self_attn.v_proj.weight": "model-00003-of-00016.safetensors",
|
| 120 |
+
"backbone.layers.10.self_attn.o_proj.weight": "model-00003-of-00016.safetensors",
|
| 121 |
+
"backbone.layers.10.self_attn.q_norm.weight": "model-00003-of-00016.safetensors",
|
| 122 |
+
"backbone.layers.10.self_attn.k_norm.weight": "model-00003-of-00016.safetensors",
|
| 123 |
+
"backbone.layers.10.mlp.gate_proj.weight": "model-00003-of-00016.safetensors",
|
| 124 |
+
"backbone.layers.10.mlp.up_proj.weight": "model-00003-of-00016.safetensors",
|
| 125 |
+
"backbone.layers.10.mlp.down_proj.weight": "model-00003-of-00016.safetensors",
|
| 126 |
+
"backbone.layers.10.input_layernorm.weight": "model-00003-of-00016.safetensors",
|
| 127 |
+
"backbone.layers.10.post_attention_layernorm.weight": "model-00003-of-00016.safetensors",
|
| 128 |
+
"backbone.layers.11.self_attn.q_proj.weight": "model-00003-of-00016.safetensors",
|
| 129 |
+
"backbone.layers.11.self_attn.k_proj.weight": "model-00003-of-00016.safetensors",
|
| 130 |
+
"backbone.layers.11.self_attn.v_proj.weight": "model-00003-of-00016.safetensors",
|
| 131 |
+
"backbone.layers.11.self_attn.o_proj.weight": "model-00003-of-00016.safetensors",
|
| 132 |
+
"backbone.layers.11.self_attn.q_norm.weight": "model-00003-of-00016.safetensors",
|
| 133 |
+
"backbone.layers.11.self_attn.k_norm.weight": "model-00003-of-00016.safetensors",
|
| 134 |
+
"backbone.layers.11.mlp.gate_proj.weight": "model-00003-of-00016.safetensors",
|
| 135 |
+
"backbone.layers.11.mlp.up_proj.weight": "model-00003-of-00016.safetensors",
|
| 136 |
+
"backbone.layers.11.mlp.down_proj.weight": "model-00003-of-00016.safetensors",
|
| 137 |
+
"backbone.layers.11.input_layernorm.weight": "model-00003-of-00016.safetensors",
|
| 138 |
+
"backbone.layers.11.post_attention_layernorm.weight": "model-00003-of-00016.safetensors",
|
| 139 |
+
"backbone.layers.12.self_attn.q_proj.weight": "model-00003-of-00016.safetensors",
|
| 140 |
+
"backbone.layers.12.self_attn.k_proj.weight": "model-00003-of-00016.safetensors",
|
| 141 |
+
"backbone.layers.12.self_attn.v_proj.weight": "model-00003-of-00016.safetensors",
|
| 142 |
+
"backbone.layers.12.self_attn.o_proj.weight": "model-00003-of-00016.safetensors",
|
| 143 |
+
"backbone.layers.12.self_attn.q_norm.weight": "model-00003-of-00016.safetensors",
|
| 144 |
+
"backbone.layers.12.self_attn.k_norm.weight": "model-00003-of-00016.safetensors",
|
| 145 |
+
"backbone.layers.12.mlp.gate_proj.weight": "model-00004-of-00016.safetensors",
|
| 146 |
+
"backbone.layers.12.mlp.up_proj.weight": "model-00004-of-00016.safetensors",
|
| 147 |
+
"backbone.layers.12.mlp.down_proj.weight": "model-00004-of-00016.safetensors",
|
| 148 |
+
"backbone.layers.12.input_layernorm.weight": "model-00004-of-00016.safetensors",
|
| 149 |
+
"backbone.layers.12.post_attention_layernorm.weight": "model-00004-of-00016.safetensors",
|
| 150 |
+
"backbone.layers.13.self_attn.q_proj.weight": "model-00004-of-00016.safetensors",
|
| 151 |
+
"backbone.layers.13.self_attn.k_proj.weight": "model-00004-of-00016.safetensors",
|
| 152 |
+
"backbone.layers.13.self_attn.v_proj.weight": "model-00004-of-00016.safetensors",
|
| 153 |
+
"backbone.layers.13.self_attn.o_proj.weight": "model-00004-of-00016.safetensors",
|
| 154 |
+
"backbone.layers.13.self_attn.q_norm.weight": "model-00004-of-00016.safetensors",
|
| 155 |
+
"backbone.layers.13.self_attn.k_norm.weight": "model-00004-of-00016.safetensors",
|
| 156 |
+
"backbone.layers.13.mlp.gate_proj.weight": "model-00004-of-00016.safetensors",
|
| 157 |
+
"backbone.layers.13.mlp.up_proj.weight": "model-00004-of-00016.safetensors",
|
| 158 |
+
"backbone.layers.13.mlp.down_proj.weight": "model-00004-of-00016.safetensors",
|
| 159 |
+
"backbone.layers.13.input_layernorm.weight": "model-00004-of-00016.safetensors",
|
| 160 |
+
"backbone.layers.13.post_attention_layernorm.weight": "model-00004-of-00016.safetensors",
|
| 161 |
+
"backbone.layers.14.self_attn.q_proj.weight": "model-00004-of-00016.safetensors",
|
| 162 |
+
"backbone.layers.14.self_attn.k_proj.weight": "model-00004-of-00016.safetensors",
|
| 163 |
+
"backbone.layers.14.self_attn.v_proj.weight": "model-00004-of-00016.safetensors",
|
| 164 |
+
"backbone.layers.14.self_attn.o_proj.weight": "model-00004-of-00016.safetensors",
|
| 165 |
+
"backbone.layers.14.self_attn.q_norm.weight": "model-00004-of-00016.safetensors",
|
| 166 |
+
"backbone.layers.14.self_attn.k_norm.weight": "model-00004-of-00016.safetensors",
|
| 167 |
+
"backbone.layers.14.mlp.gate_proj.weight": "model-00004-of-00016.safetensors",
|
| 168 |
+
"backbone.layers.14.mlp.up_proj.weight": "model-00004-of-00016.safetensors",
|
| 169 |
+
"backbone.layers.14.mlp.down_proj.weight": "model-00004-of-00016.safetensors",
|
| 170 |
+
"backbone.layers.14.input_layernorm.weight": "model-00004-of-00016.safetensors",
|
| 171 |
+
"backbone.layers.14.post_attention_layernorm.weight": "model-00004-of-00016.safetensors",
|
| 172 |
+
"backbone.layers.15.self_attn.q_proj.weight": "model-00004-of-00016.safetensors",
|
| 173 |
+
"backbone.layers.15.self_attn.k_proj.weight": "model-00004-of-00016.safetensors",
|
| 174 |
+
"backbone.layers.15.self_attn.v_proj.weight": "model-00004-of-00016.safetensors",
|
| 175 |
+
"backbone.layers.15.self_attn.o_proj.weight": "model-00004-of-00016.safetensors",
|
| 176 |
+
"backbone.layers.15.self_attn.q_norm.weight": "model-00004-of-00016.safetensors",
|
| 177 |
+
"backbone.layers.15.self_attn.k_norm.weight": "model-00004-of-00016.safetensors",
|
| 178 |
+
"backbone.layers.15.mlp.gate_proj.weight": "model-00004-of-00016.safetensors",
|
| 179 |
+
"backbone.layers.15.mlp.up_proj.weight": "model-00004-of-00016.safetensors",
|
| 180 |
+
"backbone.layers.15.mlp.down_proj.weight": "model-00004-of-00016.safetensors",
|
| 181 |
+
"backbone.layers.15.input_layernorm.weight": "model-00004-of-00016.safetensors",
|
| 182 |
+
"backbone.layers.15.post_attention_layernorm.weight": "model-00004-of-00016.safetensors",
|
| 183 |
+
"backbone.layers.16.self_attn.q_proj.weight": "model-00004-of-00016.safetensors",
|
| 184 |
+
"backbone.layers.16.self_attn.k_proj.weight": "model-00004-of-00016.safetensors",
|
| 185 |
+
"backbone.layers.16.self_attn.v_proj.weight": "model-00004-of-00016.safetensors",
|
| 186 |
+
"backbone.layers.16.self_attn.o_proj.weight": "model-00004-of-00016.safetensors",
|
| 187 |
+
"backbone.layers.16.self_attn.q_norm.weight": "model-00004-of-00016.safetensors",
|
| 188 |
+
"backbone.layers.16.self_attn.k_norm.weight": "model-00004-of-00016.safetensors",
|
| 189 |
+
"backbone.layers.16.mlp.gate_proj.weight": "model-00004-of-00016.safetensors",
|
| 190 |
+
"backbone.layers.16.mlp.up_proj.weight": "model-00004-of-00016.safetensors",
|
| 191 |
+
"backbone.layers.16.mlp.down_proj.weight": "model-00004-of-00016.safetensors",
|
| 192 |
+
"backbone.layers.16.input_layernorm.weight": "model-00004-of-00016.safetensors",
|
| 193 |
+
"backbone.layers.16.post_attention_layernorm.weight": "model-00004-of-00016.safetensors",
|
| 194 |
+
"backbone.layers.17.self_attn.q_proj.weight": "model-00004-of-00016.safetensors",
|
| 195 |
+
"backbone.layers.17.self_attn.k_proj.weight": "model-00004-of-00016.safetensors",
|
| 196 |
+
"backbone.layers.17.self_attn.v_proj.weight": "model-00004-of-00016.safetensors",
|
| 197 |
+
"backbone.layers.17.self_attn.o_proj.weight": "model-00004-of-00016.safetensors",
|
| 198 |
+
"backbone.layers.17.self_attn.q_norm.weight": "model-00004-of-00016.safetensors",
|
| 199 |
+
"backbone.layers.17.self_attn.k_norm.weight": "model-00004-of-00016.safetensors",
|
| 200 |
+
"backbone.layers.17.mlp.gate_proj.weight": "model-00005-of-00016.safetensors",
|
| 201 |
+
"backbone.layers.17.mlp.up_proj.weight": "model-00005-of-00016.safetensors",
|
| 202 |
+
"backbone.layers.17.mlp.down_proj.weight": "model-00005-of-00016.safetensors",
|
| 203 |
+
"backbone.layers.17.input_layernorm.weight": "model-00005-of-00016.safetensors",
|
| 204 |
+
"backbone.layers.17.post_attention_layernorm.weight": "model-00005-of-00016.safetensors",
|
| 205 |
+
"backbone.layers.18.self_attn.q_proj.weight": "model-00005-of-00016.safetensors",
|
| 206 |
+
"backbone.layers.18.self_attn.k_proj.weight": "model-00005-of-00016.safetensors",
|
| 207 |
+
"backbone.layers.18.self_attn.v_proj.weight": "model-00005-of-00016.safetensors",
|
| 208 |
+
"backbone.layers.18.self_attn.o_proj.weight": "model-00005-of-00016.safetensors",
|
| 209 |
+
"backbone.layers.18.self_attn.q_norm.weight": "model-00005-of-00016.safetensors",
|
| 210 |
+
"backbone.layers.18.self_attn.k_norm.weight": "model-00005-of-00016.safetensors",
|
| 211 |
+
"backbone.layers.18.mlp.gate_proj.weight": "model-00005-of-00016.safetensors",
|
| 212 |
+
"backbone.layers.18.mlp.up_proj.weight": "model-00005-of-00016.safetensors",
|
| 213 |
+
"backbone.layers.18.mlp.down_proj.weight": "model-00005-of-00016.safetensors",
|
| 214 |
+
"backbone.layers.18.input_layernorm.weight": "model-00005-of-00016.safetensors",
|
| 215 |
+
"backbone.layers.18.post_attention_layernorm.weight": "model-00005-of-00016.safetensors",
|
| 216 |
+
"backbone.layers.19.self_attn.q_proj.weight": "model-00005-of-00016.safetensors",
|
| 217 |
+
"backbone.layers.19.self_attn.k_proj.weight": "model-00005-of-00016.safetensors",
|
| 218 |
+
"backbone.layers.19.self_attn.v_proj.weight": "model-00005-of-00016.safetensors",
|
| 219 |
+
"backbone.layers.19.self_attn.o_proj.weight": "model-00005-of-00016.safetensors",
|
| 220 |
+
"backbone.layers.19.self_attn.q_norm.weight": "model-00005-of-00016.safetensors",
|
| 221 |
+
"backbone.layers.19.self_attn.k_norm.weight": "model-00005-of-00016.safetensors",
|
| 222 |
+
"backbone.layers.19.mlp.gate_proj.weight": "model-00005-of-00016.safetensors",
|
| 223 |
+
"backbone.layers.19.mlp.up_proj.weight": "model-00005-of-00016.safetensors",
|
| 224 |
+
"backbone.layers.19.mlp.down_proj.weight": "model-00005-of-00016.safetensors",
|
| 225 |
+
"backbone.layers.19.input_layernorm.weight": "model-00005-of-00016.safetensors",
|
| 226 |
+
"backbone.layers.19.post_attention_layernorm.weight": "model-00005-of-00016.safetensors",
|
| 227 |
+
"backbone.layers.20.self_attn.q_proj.weight": "model-00005-of-00016.safetensors",
|
| 228 |
+
"backbone.layers.20.self_attn.k_proj.weight": "model-00005-of-00016.safetensors",
|
| 229 |
+
"backbone.layers.20.self_attn.v_proj.weight": "model-00005-of-00016.safetensors",
|
| 230 |
+
"backbone.layers.20.self_attn.o_proj.weight": "model-00005-of-00016.safetensors",
|
| 231 |
+
"backbone.layers.20.self_attn.q_norm.weight": "model-00005-of-00016.safetensors",
|
| 232 |
+
"backbone.layers.20.self_attn.k_norm.weight": "model-00005-of-00016.safetensors",
|
| 233 |
+
"backbone.layers.20.mlp.gate_proj.weight": "model-00005-of-00016.safetensors",
|
| 234 |
+
"backbone.layers.20.mlp.up_proj.weight": "model-00005-of-00016.safetensors",
|
| 235 |
+
"backbone.layers.20.mlp.down_proj.weight": "model-00005-of-00016.safetensors",
|
| 236 |
+
"backbone.layers.20.input_layernorm.weight": "model-00005-of-00016.safetensors",
|
| 237 |
+
"backbone.layers.20.post_attention_layernorm.weight": "model-00005-of-00016.safetensors",
|
| 238 |
+
"backbone.layers.21.self_attn.q_proj.weight": "model-00005-of-00016.safetensors",
|
| 239 |
+
"backbone.layers.21.self_attn.k_proj.weight": "model-00005-of-00016.safetensors",
|
| 240 |
+
"backbone.layers.21.self_attn.v_proj.weight": "model-00005-of-00016.safetensors",
|
| 241 |
+
"backbone.layers.21.self_attn.o_proj.weight": "model-00005-of-00016.safetensors",
|
| 242 |
+
"backbone.layers.21.self_attn.q_norm.weight": "model-00005-of-00016.safetensors",
|
| 243 |
+
"backbone.layers.21.self_attn.k_norm.weight": "model-00005-of-00016.safetensors",
|
| 244 |
+
"backbone.layers.21.mlp.gate_proj.weight": "model-00005-of-00016.safetensors",
|
| 245 |
+
"backbone.layers.21.mlp.up_proj.weight": "model-00005-of-00016.safetensors",
|
| 246 |
+
"backbone.layers.21.mlp.down_proj.weight": "model-00005-of-00016.safetensors",
|
| 247 |
+
"backbone.layers.21.input_layernorm.weight": "model-00005-of-00016.safetensors",
|
| 248 |
+
"backbone.layers.21.post_attention_layernorm.weight": "model-00005-of-00016.safetensors",
|
| 249 |
+
"backbone.layers.22.self_attn.q_proj.weight": "model-00005-of-00016.safetensors",
|
| 250 |
+
"backbone.layers.22.self_attn.k_proj.weight": "model-00005-of-00016.safetensors",
|
| 251 |
+
"backbone.layers.22.self_attn.v_proj.weight": "model-00005-of-00016.safetensors",
|
| 252 |
+
"backbone.layers.22.self_attn.o_proj.weight": "model-00005-of-00016.safetensors",
|
| 253 |
+
"backbone.layers.22.self_attn.q_norm.weight": "model-00005-of-00016.safetensors",
|
| 254 |
+
"backbone.layers.22.self_attn.k_norm.weight": "model-00005-of-00016.safetensors",
|
| 255 |
+
"backbone.layers.22.mlp.gate_proj.weight": "model-00006-of-00016.safetensors",
|
| 256 |
+
"backbone.layers.22.mlp.up_proj.weight": "model-00006-of-00016.safetensors",
|
| 257 |
+
"backbone.layers.22.mlp.down_proj.weight": "model-00006-of-00016.safetensors",
|
| 258 |
+
"backbone.layers.22.input_layernorm.weight": "model-00006-of-00016.safetensors",
|
| 259 |
+
"backbone.layers.22.post_attention_layernorm.weight": "model-00006-of-00016.safetensors",
|
| 260 |
+
"backbone.layers.23.self_attn.q_proj.weight": "model-00006-of-00016.safetensors",
|
| 261 |
+
"backbone.layers.23.self_attn.k_proj.weight": "model-00006-of-00016.safetensors",
|
| 262 |
+
"backbone.layers.23.self_attn.v_proj.weight": "model-00006-of-00016.safetensors",
|
| 263 |
+
"backbone.layers.23.self_attn.o_proj.weight": "model-00006-of-00016.safetensors",
|
| 264 |
+
"backbone.layers.23.self_attn.q_norm.weight": "model-00006-of-00016.safetensors",
|
| 265 |
+
"backbone.layers.23.self_attn.k_norm.weight": "model-00006-of-00016.safetensors",
|
| 266 |
+
"backbone.layers.23.mlp.gate_proj.weight": "model-00006-of-00016.safetensors",
|
| 267 |
+
"backbone.layers.23.mlp.up_proj.weight": "model-00006-of-00016.safetensors",
|
| 268 |
+
"backbone.layers.23.mlp.down_proj.weight": "model-00006-of-00016.safetensors",
|
| 269 |
+
"backbone.layers.23.input_layernorm.weight": "model-00006-of-00016.safetensors",
|
| 270 |
+
"backbone.layers.23.post_attention_layernorm.weight": "model-00006-of-00016.safetensors",
|
| 271 |
+
"backbone.layers.24.self_attn.q_proj.weight": "model-00006-of-00016.safetensors",
|
| 272 |
+
"backbone.layers.24.self_attn.k_proj.weight": "model-00006-of-00016.safetensors",
|
| 273 |
+
"backbone.layers.24.self_attn.v_proj.weight": "model-00006-of-00016.safetensors",
|
| 274 |
+
"backbone.layers.24.self_attn.o_proj.weight": "model-00006-of-00016.safetensors",
|
| 275 |
+
"backbone.layers.24.self_attn.q_norm.weight": "model-00006-of-00016.safetensors",
|
| 276 |
+
"backbone.layers.24.self_attn.k_norm.weight": "model-00006-of-00016.safetensors",
|
| 277 |
+
"backbone.layers.24.mlp.gate_proj.weight": "model-00006-of-00016.safetensors",
|
| 278 |
+
"backbone.layers.24.mlp.up_proj.weight": "model-00006-of-00016.safetensors",
|
| 279 |
+
"backbone.layers.24.mlp.down_proj.weight": "model-00006-of-00016.safetensors",
|
| 280 |
+
"backbone.layers.24.input_layernorm.weight": "model-00006-of-00016.safetensors",
|
| 281 |
+
"backbone.layers.24.post_attention_layernorm.weight": "model-00006-of-00016.safetensors",
|
| 282 |
+
"backbone.layers.25.self_attn.q_proj.weight": "model-00006-of-00016.safetensors",
|
| 283 |
+
"backbone.layers.25.self_attn.k_proj.weight": "model-00006-of-00016.safetensors",
|
| 284 |
+
"backbone.layers.25.self_attn.v_proj.weight": "model-00006-of-00016.safetensors",
|
| 285 |
+
"backbone.layers.25.self_attn.o_proj.weight": "model-00006-of-00016.safetensors",
|
| 286 |
+
"backbone.layers.25.self_attn.q_norm.weight": "model-00006-of-00016.safetensors",
|
| 287 |
+
"backbone.layers.25.self_attn.k_norm.weight": "model-00006-of-00016.safetensors",
|
| 288 |
+
"backbone.layers.25.mlp.gate_proj.weight": "model-00006-of-00016.safetensors",
|
| 289 |
+
"backbone.layers.25.mlp.up_proj.weight": "model-00006-of-00016.safetensors",
|
| 290 |
+
"backbone.layers.25.mlp.down_proj.weight": "model-00006-of-00016.safetensors",
|
| 291 |
+
"backbone.layers.25.input_layernorm.weight": "model-00006-of-00016.safetensors",
|
| 292 |
+
"backbone.layers.25.post_attention_layernorm.weight": "model-00006-of-00016.safetensors",
|
| 293 |
+
"backbone.layers.26.self_attn.q_proj.weight": "model-00006-of-00016.safetensors",
|
| 294 |
+
"backbone.layers.26.self_attn.k_proj.weight": "model-00006-of-00016.safetensors",
|
| 295 |
+
"backbone.layers.26.self_attn.v_proj.weight": "model-00006-of-00016.safetensors",
|
| 296 |
+
"backbone.layers.26.self_attn.o_proj.weight": "model-00006-of-00016.safetensors",
|
| 297 |
+
"backbone.layers.26.self_attn.q_norm.weight": "model-00006-of-00016.safetensors",
|
| 298 |
+
"backbone.layers.26.self_attn.k_norm.weight": "model-00006-of-00016.safetensors",
|
| 299 |
+
"backbone.layers.26.mlp.gate_proj.weight": "model-00006-of-00016.safetensors",
|
| 300 |
+
"backbone.layers.26.mlp.up_proj.weight": "model-00006-of-00016.safetensors",
|
| 301 |
+
"backbone.layers.26.mlp.down_proj.weight": "model-00006-of-00016.safetensors",
|
| 302 |
+
"backbone.layers.26.input_layernorm.weight": "model-00006-of-00016.safetensors",
|
| 303 |
+
"backbone.layers.26.post_attention_layernorm.weight": "model-00006-of-00016.safetensors",
|
| 304 |
+
"backbone.layers.27.self_attn.q_proj.weight": "model-00006-of-00016.safetensors",
|
| 305 |
+
"backbone.layers.27.self_attn.k_proj.weight": "model-00006-of-00016.safetensors",
|
| 306 |
+
"backbone.layers.27.self_attn.v_proj.weight": "model-00006-of-00016.safetensors",
|
| 307 |
+
"backbone.layers.27.self_attn.o_proj.weight": "model-00006-of-00016.safetensors",
|
| 308 |
+
"backbone.layers.27.self_attn.q_norm.weight": "model-00006-of-00016.safetensors",
|
| 309 |
+
"backbone.layers.27.self_attn.k_norm.weight": "model-00006-of-00016.safetensors",
|
| 310 |
+
"backbone.layers.27.mlp.gate_proj.weight": "model-00007-of-00016.safetensors",
|
| 311 |
+
"backbone.layers.27.mlp.up_proj.weight": "model-00007-of-00016.safetensors",
|
| 312 |
+
"backbone.layers.27.mlp.down_proj.weight": "model-00007-of-00016.safetensors",
|
| 313 |
+
"backbone.layers.27.input_layernorm.weight": "model-00007-of-00016.safetensors",
|
| 314 |
+
"backbone.layers.27.post_attention_layernorm.weight": "model-00007-of-00016.safetensors",
|
| 315 |
+
"backbone.layers.28.self_attn.q_proj.weight": "model-00007-of-00016.safetensors",
|
| 316 |
+
"backbone.layers.28.self_attn.k_proj.weight": "model-00007-of-00016.safetensors",
|
| 317 |
+
"backbone.layers.28.self_attn.v_proj.weight": "model-00007-of-00016.safetensors",
|
| 318 |
+
"backbone.layers.28.self_attn.o_proj.weight": "model-00007-of-00016.safetensors",
|
| 319 |
+
"backbone.layers.28.self_attn.q_norm.weight": "model-00007-of-00016.safetensors",
|
| 320 |
+
"backbone.layers.28.self_attn.k_norm.weight": "model-00007-of-00016.safetensors",
|
| 321 |
+
"backbone.layers.28.mlp.gate_proj.weight": "model-00007-of-00016.safetensors",
|
| 322 |
+
"backbone.layers.28.mlp.up_proj.weight": "model-00007-of-00016.safetensors",
|
| 323 |
+
"backbone.layers.28.mlp.down_proj.weight": "model-00007-of-00016.safetensors",
|
| 324 |
+
"backbone.layers.28.input_layernorm.weight": "model-00007-of-00016.safetensors",
|
| 325 |
+
"backbone.layers.28.post_attention_layernorm.weight": "model-00007-of-00016.safetensors",
|
| 326 |
+
"backbone.layers.29.self_attn.q_proj.weight": "model-00007-of-00016.safetensors",
|
| 327 |
+
"backbone.layers.29.self_attn.k_proj.weight": "model-00007-of-00016.safetensors",
|
| 328 |
+
"backbone.layers.29.self_attn.v_proj.weight": "model-00007-of-00016.safetensors",
|
| 329 |
+
"backbone.layers.29.self_attn.o_proj.weight": "model-00007-of-00016.safetensors",
|
| 330 |
+
"backbone.layers.29.self_attn.q_norm.weight": "model-00007-of-00016.safetensors",
|
| 331 |
+
"backbone.layers.29.self_attn.k_norm.weight": "model-00007-of-00016.safetensors",
|
| 332 |
+
"backbone.layers.29.mlp.gate_proj.weight": "model-00007-of-00016.safetensors",
|
| 333 |
+
"backbone.layers.29.mlp.up_proj.weight": "model-00007-of-00016.safetensors",
|
| 334 |
+
"backbone.layers.29.mlp.down_proj.weight": "model-00007-of-00016.safetensors",
|
| 335 |
+
"backbone.layers.29.input_layernorm.weight": "model-00007-of-00016.safetensors",
|
| 336 |
+
"backbone.layers.29.post_attention_layernorm.weight": "model-00007-of-00016.safetensors",
|
| 337 |
+
"backbone.layers.30.self_attn.q_proj.weight": "model-00007-of-00016.safetensors",
|
| 338 |
+
"backbone.layers.30.self_attn.k_proj.weight": "model-00007-of-00016.safetensors",
|
| 339 |
+
"backbone.layers.30.self_attn.v_proj.weight": "model-00007-of-00016.safetensors",
|
| 340 |
+
"backbone.layers.30.self_attn.o_proj.weight": "model-00007-of-00016.safetensors",
|
| 341 |
+
"backbone.layers.30.self_attn.q_norm.weight": "model-00007-of-00016.safetensors",
|
| 342 |
+
"backbone.layers.30.self_attn.k_norm.weight": "model-00007-of-00016.safetensors",
|
| 343 |
+
"backbone.layers.30.mlp.gate_proj.weight": "model-00007-of-00016.safetensors",
|
| 344 |
+
"backbone.layers.30.mlp.up_proj.weight": "model-00007-of-00016.safetensors",
|
| 345 |
+
"backbone.layers.30.mlp.down_proj.weight": "model-00007-of-00016.safetensors",
|
| 346 |
+
"backbone.layers.30.input_layernorm.weight": "model-00007-of-00016.safetensors",
|
| 347 |
+
"backbone.layers.30.post_attention_layernorm.weight": "model-00007-of-00016.safetensors",
|
| 348 |
+
"backbone.layers.31.self_attn.q_proj.weight": "model-00007-of-00016.safetensors",
|
| 349 |
+
"backbone.layers.31.self_attn.k_proj.weight": "model-00007-of-00016.safetensors",
|
| 350 |
+
"backbone.layers.31.self_attn.v_proj.weight": "model-00007-of-00016.safetensors",
|
| 351 |
+
"backbone.layers.31.self_attn.o_proj.weight": "model-00007-of-00016.safetensors",
|
| 352 |
+
"backbone.layers.31.self_attn.q_norm.weight": "model-00007-of-00016.safetensors",
|
| 353 |
+
"backbone.layers.31.self_attn.k_norm.weight": "model-00007-of-00016.safetensors",
|
| 354 |
+
"backbone.layers.31.mlp.gate_proj.weight": "model-00007-of-00016.safetensors",
|
| 355 |
+
"backbone.layers.31.mlp.up_proj.weight": "model-00007-of-00016.safetensors",
|
| 356 |
+
"backbone.layers.31.mlp.down_proj.weight": "model-00007-of-00016.safetensors",
|
| 357 |
+
"backbone.layers.31.input_layernorm.weight": "model-00007-of-00016.safetensors",
|
| 358 |
+
"backbone.layers.31.post_attention_layernorm.weight": "model-00007-of-00016.safetensors",
|
| 359 |
+
"backbone.layers.32.self_attn.q_proj.weight": "model-00007-of-00016.safetensors",
|
| 360 |
+
"backbone.layers.32.self_attn.k_proj.weight": "model-00007-of-00016.safetensors",
|
| 361 |
+
"backbone.layers.32.self_attn.v_proj.weight": "model-00007-of-00016.safetensors",
|
| 362 |
+
"backbone.layers.32.self_attn.o_proj.weight": "model-00007-of-00016.safetensors",
|
| 363 |
+
"backbone.layers.32.self_attn.q_norm.weight": "model-00007-of-00016.safetensors",
|
| 364 |
+
"backbone.layers.32.self_attn.k_norm.weight": "model-00007-of-00016.safetensors",
|
| 365 |
+
"backbone.layers.32.mlp.gate_proj.weight": "model-00008-of-00016.safetensors",
|
| 366 |
+
"backbone.layers.32.mlp.up_proj.weight": "model-00008-of-00016.safetensors",
|
| 367 |
+
"backbone.layers.32.mlp.down_proj.weight": "model-00008-of-00016.safetensors",
|
| 368 |
+
"backbone.layers.32.input_layernorm.weight": "model-00008-of-00016.safetensors",
|
| 369 |
+
"backbone.layers.32.post_attention_layernorm.weight": "model-00008-of-00016.safetensors",
|
| 370 |
+
"backbone.layers.33.self_attn.q_proj.weight": "model-00008-of-00016.safetensors",
|
| 371 |
+
"backbone.layers.33.self_attn.k_proj.weight": "model-00008-of-00016.safetensors",
|
| 372 |
+
"backbone.layers.33.self_attn.v_proj.weight": "model-00008-of-00016.safetensors",
|
| 373 |
+
"backbone.layers.33.self_attn.o_proj.weight": "model-00008-of-00016.safetensors",
|
| 374 |
+
"backbone.layers.33.self_attn.q_norm.weight": "model-00008-of-00016.safetensors",
|
| 375 |
+
"backbone.layers.33.self_attn.k_norm.weight": "model-00008-of-00016.safetensors",
|
| 376 |
+
"backbone.layers.33.mlp.gate_proj.weight": "model-00008-of-00016.safetensors",
|
| 377 |
+
"backbone.layers.33.mlp.up_proj.weight": "model-00008-of-00016.safetensors",
|
| 378 |
+
"backbone.layers.33.mlp.down_proj.weight": "model-00008-of-00016.safetensors",
|
| 379 |
+
"backbone.layers.33.input_layernorm.weight": "model-00008-of-00016.safetensors",
|
| 380 |
+
"backbone.layers.33.post_attention_layernorm.weight": "model-00008-of-00016.safetensors",
|
| 381 |
+
"backbone.layers.34.self_attn.q_proj.weight": "model-00008-of-00016.safetensors",
|
| 382 |
+
"backbone.layers.34.self_attn.k_proj.weight": "model-00008-of-00016.safetensors",
|
| 383 |
+
"backbone.layers.34.self_attn.v_proj.weight": "model-00008-of-00016.safetensors",
|
| 384 |
+
"backbone.layers.34.self_attn.o_proj.weight": "model-00008-of-00016.safetensors",
|
| 385 |
+
"backbone.layers.34.self_attn.q_norm.weight": "model-00008-of-00016.safetensors",
|
| 386 |
+
"backbone.layers.34.self_attn.k_norm.weight": "model-00008-of-00016.safetensors",
|
| 387 |
+
"backbone.layers.34.mlp.gate_proj.weight": "model-00008-of-00016.safetensors",
|
| 388 |
+
"backbone.layers.34.mlp.up_proj.weight": "model-00008-of-00016.safetensors",
|
| 389 |
+
"backbone.layers.34.mlp.down_proj.weight": "model-00008-of-00016.safetensors",
|
| 390 |
+
"backbone.layers.34.input_layernorm.weight": "model-00008-of-00016.safetensors",
|
| 391 |
+
"backbone.layers.34.post_attention_layernorm.weight": "model-00008-of-00016.safetensors",
|
| 392 |
+
"backbone.layers.35.self_attn.q_proj.weight": "model-00008-of-00016.safetensors",
|
| 393 |
+
"backbone.layers.35.self_attn.k_proj.weight": "model-00008-of-00016.safetensors",
|
| 394 |
+
"backbone.layers.35.self_attn.v_proj.weight": "model-00008-of-00016.safetensors",
|
| 395 |
+
"backbone.layers.35.self_attn.o_proj.weight": "model-00008-of-00016.safetensors",
|
| 396 |
+
"backbone.layers.35.self_attn.q_norm.weight": "model-00008-of-00016.safetensors",
|
| 397 |
+
"backbone.layers.35.self_attn.k_norm.weight": "model-00008-of-00016.safetensors",
|
| 398 |
+
"backbone.layers.35.mlp.gate_proj.weight": "model-00008-of-00016.safetensors",
|
| 399 |
+
"backbone.layers.35.mlp.up_proj.weight": "model-00008-of-00016.safetensors",
|
| 400 |
+
"backbone.layers.35.mlp.down_proj.weight": "model-00008-of-00016.safetensors",
|
| 401 |
+
"backbone.layers.35.input_layernorm.weight": "model-00008-of-00016.safetensors",
|
| 402 |
+
"backbone.layers.35.post_attention_layernorm.weight": "model-00008-of-00016.safetensors",
|
| 403 |
+
"backbone.layers.36.self_attn.q_proj.weight": "model-00008-of-00016.safetensors",
|
| 404 |
+
"backbone.layers.36.self_attn.k_proj.weight": "model-00008-of-00016.safetensors",
|
| 405 |
+
"backbone.layers.36.self_attn.v_proj.weight": "model-00008-of-00016.safetensors",
|
| 406 |
+
"backbone.layers.36.self_attn.o_proj.weight": "model-00008-of-00016.safetensors",
|
| 407 |
+
"backbone.layers.36.self_attn.q_norm.weight": "model-00008-of-00016.safetensors",
|
| 408 |
+
"backbone.layers.36.self_attn.k_norm.weight": "model-00008-of-00016.safetensors",
|
| 409 |
+
"backbone.layers.36.mlp.gate_proj.weight": "model-00008-of-00016.safetensors",
|
| 410 |
+
"backbone.layers.36.mlp.up_proj.weight": "model-00008-of-00016.safetensors",
|
| 411 |
+
"backbone.layers.36.mlp.down_proj.weight": "model-00008-of-00016.safetensors",
|
| 412 |
+
"backbone.layers.36.input_layernorm.weight": "model-00008-of-00016.safetensors",
|
| 413 |
+
"backbone.layers.36.post_attention_layernorm.weight": "model-00008-of-00016.safetensors",
|
| 414 |
+
"backbone.layers.37.self_attn.q_proj.weight": "model-00008-of-00016.safetensors",
|
| 415 |
+
"backbone.layers.37.self_attn.k_proj.weight": "model-00008-of-00016.safetensors",
|
| 416 |
+
"backbone.layers.37.self_attn.v_proj.weight": "model-00008-of-00016.safetensors",
|
| 417 |
+
"backbone.layers.37.self_attn.o_proj.weight": "model-00008-of-00016.safetensors",
|
| 418 |
+
"backbone.layers.37.self_attn.q_norm.weight": "model-00008-of-00016.safetensors",
|
| 419 |
+
"backbone.layers.37.self_attn.k_norm.weight": "model-00008-of-00016.safetensors",
|
| 420 |
+
"backbone.layers.37.mlp.gate_proj.weight": "model-00009-of-00016.safetensors",
|
| 421 |
+
"backbone.layers.37.mlp.up_proj.weight": "model-00009-of-00016.safetensors",
|
| 422 |
+
"backbone.layers.37.mlp.down_proj.weight": "model-00009-of-00016.safetensors",
|
| 423 |
+
"backbone.layers.37.input_layernorm.weight": "model-00009-of-00016.safetensors",
|
| 424 |
+
"backbone.layers.37.post_attention_layernorm.weight": "model-00009-of-00016.safetensors",
|
| 425 |
+
"backbone.layers.38.self_attn.q_proj.weight": "model-00009-of-00016.safetensors",
|
| 426 |
+
"backbone.layers.38.self_attn.k_proj.weight": "model-00009-of-00016.safetensors",
|
| 427 |
+
"backbone.layers.38.self_attn.v_proj.weight": "model-00009-of-00016.safetensors",
|
| 428 |
+
"backbone.layers.38.self_attn.o_proj.weight": "model-00009-of-00016.safetensors",
|
| 429 |
+
"backbone.layers.38.self_attn.q_norm.weight": "model-00009-of-00016.safetensors",
|
| 430 |
+
"backbone.layers.38.self_attn.k_norm.weight": "model-00009-of-00016.safetensors",
|
| 431 |
+
"backbone.layers.38.mlp.gate_proj.weight": "model-00009-of-00016.safetensors",
|
| 432 |
+
"backbone.layers.38.mlp.up_proj.weight": "model-00009-of-00016.safetensors",
|
| 433 |
+
"backbone.layers.38.mlp.down_proj.weight": "model-00009-of-00016.safetensors",
|
| 434 |
+
"backbone.layers.38.input_layernorm.weight": "model-00009-of-00016.safetensors",
|
| 435 |
+
"backbone.layers.38.post_attention_layernorm.weight": "model-00009-of-00016.safetensors",
|
| 436 |
+
"backbone.layers.39.self_attn.q_proj.weight": "model-00009-of-00016.safetensors",
|
| 437 |
+
"backbone.layers.39.self_attn.k_proj.weight": "model-00009-of-00016.safetensors",
|
| 438 |
+
"backbone.layers.39.self_attn.v_proj.weight": "model-00009-of-00016.safetensors",
|
| 439 |
+
"backbone.layers.39.self_attn.o_proj.weight": "model-00009-of-00016.safetensors",
|
| 440 |
+
"backbone.layers.39.self_attn.q_norm.weight": "model-00009-of-00016.safetensors",
|
| 441 |
+
"backbone.layers.39.self_attn.k_norm.weight": "model-00009-of-00016.safetensors",
|
| 442 |
+
"backbone.layers.39.mlp.gate_proj.weight": "model-00009-of-00016.safetensors",
|
| 443 |
+
"backbone.layers.39.mlp.up_proj.weight": "model-00009-of-00016.safetensors",
|
| 444 |
+
"backbone.layers.39.mlp.down_proj.weight": "model-00009-of-00016.safetensors",
|
| 445 |
+
"backbone.layers.39.input_layernorm.weight": "model-00009-of-00016.safetensors",
|
| 446 |
+
"backbone.layers.39.post_attention_layernorm.weight": "model-00009-of-00016.safetensors",
|
| 447 |
+
"backbone.layers.40.self_attn.q_proj.weight": "model-00009-of-00016.safetensors",
|
| 448 |
+
"backbone.layers.40.self_attn.k_proj.weight": "model-00009-of-00016.safetensors",
|
| 449 |
+
"backbone.layers.40.self_attn.v_proj.weight": "model-00009-of-00016.safetensors",
|
| 450 |
+
"backbone.layers.40.self_attn.o_proj.weight": "model-00009-of-00016.safetensors",
|
| 451 |
+
"backbone.layers.40.self_attn.q_norm.weight": "model-00009-of-00016.safetensors",
|
| 452 |
+
"backbone.layers.40.self_attn.k_norm.weight": "model-00009-of-00016.safetensors",
|
| 453 |
+
"backbone.layers.40.mlp.gate_proj.weight": "model-00009-of-00016.safetensors",
|
| 454 |
+
"backbone.layers.40.mlp.up_proj.weight": "model-00009-of-00016.safetensors",
|
| 455 |
+
"backbone.layers.40.mlp.down_proj.weight": "model-00009-of-00016.safetensors",
|
| 456 |
+
"backbone.layers.40.input_layernorm.weight": "model-00009-of-00016.safetensors",
|
| 457 |
+
"backbone.layers.40.post_attention_layernorm.weight": "model-00009-of-00016.safetensors",
|
| 458 |
+
"backbone.layers.41.self_attn.q_proj.weight": "model-00009-of-00016.safetensors",
|
| 459 |
+
"backbone.layers.41.self_attn.k_proj.weight": "model-00009-of-00016.safetensors",
|
| 460 |
+
"backbone.layers.41.self_attn.v_proj.weight": "model-00009-of-00016.safetensors",
|
| 461 |
+
"backbone.layers.41.self_attn.o_proj.weight": "model-00009-of-00016.safetensors",
|
| 462 |
+
"backbone.layers.41.self_attn.q_norm.weight": "model-00009-of-00016.safetensors",
|
| 463 |
+
"backbone.layers.41.self_attn.k_norm.weight": "model-00009-of-00016.safetensors",
|
| 464 |
+
"backbone.layers.41.mlp.gate_proj.weight": "model-00009-of-00016.safetensors",
|
| 465 |
+
"backbone.layers.41.mlp.up_proj.weight": "model-00009-of-00016.safetensors",
|
| 466 |
+
"backbone.layers.41.mlp.down_proj.weight": "model-00009-of-00016.safetensors",
|
| 467 |
+
"backbone.layers.41.input_layernorm.weight": "model-00009-of-00016.safetensors",
|
| 468 |
+
"backbone.layers.41.post_attention_layernorm.weight": "model-00009-of-00016.safetensors",
|
| 469 |
+
"backbone.layers.42.self_attn.q_proj.weight": "model-00009-of-00016.safetensors",
|
| 470 |
+
"backbone.layers.42.self_attn.k_proj.weight": "model-00009-of-00016.safetensors",
|
| 471 |
+
"backbone.layers.42.self_attn.v_proj.weight": "model-00009-of-00016.safetensors",
|
| 472 |
+
"backbone.layers.42.self_attn.o_proj.weight": "model-00009-of-00016.safetensors",
|
| 473 |
+
"backbone.layers.42.self_attn.q_norm.weight": "model-00009-of-00016.safetensors",
|
| 474 |
+
"backbone.layers.42.self_attn.k_norm.weight": "model-00009-of-00016.safetensors",
|
| 475 |
+
"backbone.layers.42.mlp.gate_proj.weight": "model-00010-of-00016.safetensors",
|
| 476 |
+
"backbone.layers.42.mlp.up_proj.weight": "model-00010-of-00016.safetensors",
|
| 477 |
+
"backbone.layers.42.mlp.down_proj.weight": "model-00010-of-00016.safetensors",
|
| 478 |
+
"backbone.layers.42.input_layernorm.weight": "model-00010-of-00016.safetensors",
|
| 479 |
+
"backbone.layers.42.post_attention_layernorm.weight": "model-00010-of-00016.safetensors",
|
| 480 |
+
"backbone.layers.43.self_attn.q_proj.weight": "model-00010-of-00016.safetensors",
|
| 481 |
+
"backbone.layers.43.self_attn.k_proj.weight": "model-00010-of-00016.safetensors",
|
| 482 |
+
"backbone.layers.43.self_attn.v_proj.weight": "model-00010-of-00016.safetensors",
|
| 483 |
+
"backbone.layers.43.self_attn.o_proj.weight": "model-00010-of-00016.safetensors",
|
| 484 |
+
"backbone.layers.43.self_attn.q_norm.weight": "model-00010-of-00016.safetensors",
|
| 485 |
+
"backbone.layers.43.self_attn.k_norm.weight": "model-00010-of-00016.safetensors",
|
| 486 |
+
"backbone.layers.43.mlp.gate_proj.weight": "model-00010-of-00016.safetensors",
|
| 487 |
+
"backbone.layers.43.mlp.up_proj.weight": "model-00010-of-00016.safetensors",
|
| 488 |
+
"backbone.layers.43.mlp.down_proj.weight": "model-00010-of-00016.safetensors",
|
| 489 |
+
"backbone.layers.43.input_layernorm.weight": "model-00010-of-00016.safetensors",
|
| 490 |
+
"backbone.layers.43.post_attention_layernorm.weight": "model-00010-of-00016.safetensors",
|
| 491 |
+
"backbone.layers.44.self_attn.q_proj.weight": "model-00010-of-00016.safetensors",
|
| 492 |
+
"backbone.layers.44.self_attn.k_proj.weight": "model-00010-of-00016.safetensors",
|
| 493 |
+
"backbone.layers.44.self_attn.v_proj.weight": "model-00010-of-00016.safetensors",
|
| 494 |
+
"backbone.layers.44.self_attn.o_proj.weight": "model-00010-of-00016.safetensors",
|
| 495 |
+
"backbone.layers.44.self_attn.q_norm.weight": "model-00010-of-00016.safetensors",
|
| 496 |
+
"backbone.layers.44.self_attn.k_norm.weight": "model-00010-of-00016.safetensors",
|
| 497 |
+
"backbone.layers.44.mlp.gate_proj.weight": "model-00010-of-00016.safetensors",
|
| 498 |
+
"backbone.layers.44.mlp.up_proj.weight": "model-00010-of-00016.safetensors",
|
| 499 |
+
"backbone.layers.44.mlp.down_proj.weight": "model-00010-of-00016.safetensors",
|
| 500 |
+
"backbone.layers.44.input_layernorm.weight": "model-00010-of-00016.safetensors",
|
| 501 |
+
"backbone.layers.44.post_attention_layernorm.weight": "model-00010-of-00016.safetensors",
|
| 502 |
+
"backbone.layers.45.self_attn.q_proj.weight": "model-00010-of-00016.safetensors",
|
| 503 |
+
"backbone.layers.45.self_attn.k_proj.weight": "model-00010-of-00016.safetensors",
|
| 504 |
+
"backbone.layers.45.self_attn.v_proj.weight": "model-00010-of-00016.safetensors",
|
| 505 |
+
"backbone.layers.45.self_attn.o_proj.weight": "model-00010-of-00016.safetensors",
|
| 506 |
+
"backbone.layers.45.self_attn.q_norm.weight": "model-00010-of-00016.safetensors",
|
| 507 |
+
"backbone.layers.45.self_attn.k_norm.weight": "model-00010-of-00016.safetensors",
|
| 508 |
+
"backbone.layers.45.mlp.gate_proj.weight": "model-00010-of-00016.safetensors",
|
| 509 |
+
"backbone.layers.45.mlp.up_proj.weight": "model-00010-of-00016.safetensors",
|
| 510 |
+
"backbone.layers.45.mlp.down_proj.weight": "model-00010-of-00016.safetensors",
|
| 511 |
+
"backbone.layers.45.input_layernorm.weight": "model-00010-of-00016.safetensors",
|
| 512 |
+
"backbone.layers.45.post_attention_layernorm.weight": "model-00010-of-00016.safetensors",
|
| 513 |
+
"backbone.layers.46.self_attn.q_proj.weight": "model-00010-of-00016.safetensors",
|
| 514 |
+
"backbone.layers.46.self_attn.k_proj.weight": "model-00010-of-00016.safetensors",
|
| 515 |
+
"backbone.layers.46.self_attn.v_proj.weight": "model-00010-of-00016.safetensors",
|
| 516 |
+
"backbone.layers.46.self_attn.o_proj.weight": "model-00010-of-00016.safetensors",
|
| 517 |
+
"backbone.layers.46.self_attn.q_norm.weight": "model-00010-of-00016.safetensors",
|
| 518 |
+
"backbone.layers.46.self_attn.k_norm.weight": "model-00010-of-00016.safetensors",
|
| 519 |
+
"backbone.layers.46.mlp.gate_proj.weight": "model-00010-of-00016.safetensors",
|
| 520 |
+
"backbone.layers.46.mlp.up_proj.weight": "model-00010-of-00016.safetensors",
|
| 521 |
+
"backbone.layers.46.mlp.down_proj.weight": "model-00010-of-00016.safetensors",
|
| 522 |
+
"backbone.layers.46.input_layernorm.weight": "model-00010-of-00016.safetensors",
|
| 523 |
+
"backbone.layers.46.post_attention_layernorm.weight": "model-00010-of-00016.safetensors",
|
| 524 |
+
"backbone.layers.47.self_attn.q_proj.weight": "model-00010-of-00016.safetensors",
|
| 525 |
+
"backbone.layers.47.self_attn.k_proj.weight": "model-00010-of-00016.safetensors",
|
| 526 |
+
"backbone.layers.47.self_attn.v_proj.weight": "model-00010-of-00016.safetensors",
|
| 527 |
+
"backbone.layers.47.self_attn.o_proj.weight": "model-00010-of-00016.safetensors",
|
| 528 |
+
"backbone.layers.47.self_attn.q_norm.weight": "model-00010-of-00016.safetensors",
|
| 529 |
+
"backbone.layers.47.self_attn.k_norm.weight": "model-00010-of-00016.safetensors",
|
| 530 |
+
"backbone.layers.47.mlp.gate_proj.weight": "model-00011-of-00016.safetensors",
|
| 531 |
+
"backbone.layers.47.mlp.up_proj.weight": "model-00011-of-00016.safetensors",
|
| 532 |
+
"backbone.layers.47.mlp.down_proj.weight": "model-00011-of-00016.safetensors",
|
| 533 |
+
"backbone.layers.47.input_layernorm.weight": "model-00011-of-00016.safetensors",
|
| 534 |
+
"backbone.layers.47.post_attention_layernorm.weight": "model-00011-of-00016.safetensors",
|
| 535 |
+
"backbone.layers.48.self_attn.q_proj.weight": "model-00011-of-00016.safetensors",
|
| 536 |
+
"backbone.layers.48.self_attn.k_proj.weight": "model-00011-of-00016.safetensors",
|
| 537 |
+
"backbone.layers.48.self_attn.v_proj.weight": "model-00011-of-00016.safetensors",
|
| 538 |
+
"backbone.layers.48.self_attn.o_proj.weight": "model-00011-of-00016.safetensors",
|
| 539 |
+
"backbone.layers.48.self_attn.q_norm.weight": "model-00011-of-00016.safetensors",
|
| 540 |
+
"backbone.layers.48.self_attn.k_norm.weight": "model-00011-of-00016.safetensors",
|
| 541 |
+
"backbone.layers.48.mlp.gate_proj.weight": "model-00011-of-00016.safetensors",
|
| 542 |
+
"backbone.layers.48.mlp.up_proj.weight": "model-00011-of-00016.safetensors",
|
| 543 |
+
"backbone.layers.48.mlp.down_proj.weight": "model-00011-of-00016.safetensors",
|
| 544 |
+
"backbone.layers.48.input_layernorm.weight": "model-00011-of-00016.safetensors",
|
| 545 |
+
"backbone.layers.48.post_attention_layernorm.weight": "model-00011-of-00016.safetensors",
|
| 546 |
+
"backbone.layers.49.self_attn.q_proj.weight": "model-00011-of-00016.safetensors",
|
| 547 |
+
"backbone.layers.49.self_attn.k_proj.weight": "model-00011-of-00016.safetensors",
|
| 548 |
+
"backbone.layers.49.self_attn.v_proj.weight": "model-00011-of-00016.safetensors",
|
| 549 |
+
"backbone.layers.49.self_attn.o_proj.weight": "model-00011-of-00016.safetensors",
|
| 550 |
+
"backbone.layers.49.self_attn.q_norm.weight": "model-00011-of-00016.safetensors",
|
| 551 |
+
"backbone.layers.49.self_attn.k_norm.weight": "model-00011-of-00016.safetensors",
|
| 552 |
+
"backbone.layers.49.mlp.gate_proj.weight": "model-00011-of-00016.safetensors",
|
| 553 |
+
"backbone.layers.49.mlp.up_proj.weight": "model-00011-of-00016.safetensors",
|
| 554 |
+
"backbone.layers.49.mlp.down_proj.weight": "model-00011-of-00016.safetensors",
|
| 555 |
+
"backbone.layers.49.input_layernorm.weight": "model-00011-of-00016.safetensors",
|
| 556 |
+
"backbone.layers.49.post_attention_layernorm.weight": "model-00011-of-00016.safetensors",
|
| 557 |
+
"backbone.layers.50.self_attn.q_proj.weight": "model-00011-of-00016.safetensors",
|
| 558 |
+
"backbone.layers.50.self_attn.k_proj.weight": "model-00011-of-00016.safetensors",
|
| 559 |
+
"backbone.layers.50.self_attn.v_proj.weight": "model-00011-of-00016.safetensors",
|
| 560 |
+
"backbone.layers.50.self_attn.o_proj.weight": "model-00011-of-00016.safetensors",
|
| 561 |
+
"backbone.layers.50.self_attn.q_norm.weight": "model-00011-of-00016.safetensors",
|
| 562 |
+
"backbone.layers.50.self_attn.k_norm.weight": "model-00011-of-00016.safetensors",
|
| 563 |
+
"backbone.layers.50.mlp.gate_proj.weight": "model-00011-of-00016.safetensors",
|
| 564 |
+
"backbone.layers.50.mlp.up_proj.weight": "model-00011-of-00016.safetensors",
|
| 565 |
+
"backbone.layers.50.mlp.down_proj.weight": "model-00011-of-00016.safetensors",
|
| 566 |
+
"backbone.layers.50.input_layernorm.weight": "model-00011-of-00016.safetensors",
|
| 567 |
+
"backbone.layers.50.post_attention_layernorm.weight": "model-00011-of-00016.safetensors",
|
| 568 |
+
"backbone.layers.51.self_attn.q_proj.weight": "model-00011-of-00016.safetensors",
|
| 569 |
+
"backbone.layers.51.self_attn.k_proj.weight": "model-00011-of-00016.safetensors",
|
| 570 |
+
"backbone.layers.51.self_attn.v_proj.weight": "model-00011-of-00016.safetensors",
|
| 571 |
+
"backbone.layers.51.self_attn.o_proj.weight": "model-00011-of-00016.safetensors",
|
| 572 |
+
"backbone.layers.51.self_attn.q_norm.weight": "model-00011-of-00016.safetensors",
|
| 573 |
+
"backbone.layers.51.self_attn.k_norm.weight": "model-00011-of-00016.safetensors",
|
| 574 |
+
"backbone.layers.51.mlp.gate_proj.weight": "model-00011-of-00016.safetensors",
|
| 575 |
+
"backbone.layers.51.mlp.up_proj.weight": "model-00011-of-00016.safetensors",
|
| 576 |
+
"backbone.layers.51.mlp.down_proj.weight": "model-00011-of-00016.safetensors",
|
| 577 |
+
"backbone.layers.51.input_layernorm.weight": "model-00011-of-00016.safetensors",
|
| 578 |
+
"backbone.layers.51.post_attention_layernorm.weight": "model-00011-of-00016.safetensors",
|
| 579 |
+
"backbone.layers.52.self_attn.q_proj.weight": "model-00011-of-00016.safetensors",
|
| 580 |
+
"backbone.layers.52.self_attn.k_proj.weight": "model-00011-of-00016.safetensors",
|
| 581 |
+
"backbone.layers.52.self_attn.v_proj.weight": "model-00011-of-00016.safetensors",
|
| 582 |
+
"backbone.layers.52.self_attn.o_proj.weight": "model-00011-of-00016.safetensors",
|
| 583 |
+
"backbone.layers.52.self_attn.q_norm.weight": "model-00011-of-00016.safetensors",
|
| 584 |
+
"backbone.layers.52.self_attn.k_norm.weight": "model-00011-of-00016.safetensors",
|
| 585 |
+
"backbone.layers.52.mlp.gate_proj.weight": "model-00012-of-00016.safetensors",
|
| 586 |
+
"backbone.layers.52.mlp.up_proj.weight": "model-00012-of-00016.safetensors",
|
| 587 |
+
"backbone.layers.52.mlp.down_proj.weight": "model-00012-of-00016.safetensors",
|
| 588 |
+
"backbone.layers.52.input_layernorm.weight": "model-00012-of-00016.safetensors",
|
| 589 |
+
"backbone.layers.52.post_attention_layernorm.weight": "model-00012-of-00016.safetensors",
|
| 590 |
+
"backbone.layers.53.self_attn.q_proj.weight": "model-00012-of-00016.safetensors",
|
| 591 |
+
"backbone.layers.53.self_attn.k_proj.weight": "model-00012-of-00016.safetensors",
|
| 592 |
+
"backbone.layers.53.self_attn.v_proj.weight": "model-00012-of-00016.safetensors",
|
| 593 |
+
"backbone.layers.53.self_attn.o_proj.weight": "model-00012-of-00016.safetensors",
|
| 594 |
+
"backbone.layers.53.self_attn.q_norm.weight": "model-00012-of-00016.safetensors",
|
| 595 |
+
"backbone.layers.53.self_attn.k_norm.weight": "model-00012-of-00016.safetensors",
|
| 596 |
+
"backbone.layers.53.mlp.gate_proj.weight": "model-00012-of-00016.safetensors",
|
| 597 |
+
"backbone.layers.53.mlp.up_proj.weight": "model-00012-of-00016.safetensors",
|
| 598 |
+
"backbone.layers.53.mlp.down_proj.weight": "model-00012-of-00016.safetensors",
|
| 599 |
+
"backbone.layers.53.input_layernorm.weight": "model-00012-of-00016.safetensors",
|
| 600 |
+
"backbone.layers.53.post_attention_layernorm.weight": "model-00012-of-00016.safetensors",
|
| 601 |
+
"backbone.layers.54.self_attn.q_proj.weight": "model-00012-of-00016.safetensors",
|
| 602 |
+
"backbone.layers.54.self_attn.k_proj.weight": "model-00012-of-00016.safetensors",
|
| 603 |
+
"backbone.layers.54.self_attn.v_proj.weight": "model-00012-of-00016.safetensors",
|
| 604 |
+
"backbone.layers.54.self_attn.o_proj.weight": "model-00012-of-00016.safetensors",
|
| 605 |
+
"backbone.layers.54.self_attn.q_norm.weight": "model-00012-of-00016.safetensors",
|
| 606 |
+
"backbone.layers.54.self_attn.k_norm.weight": "model-00012-of-00016.safetensors",
|
| 607 |
+
"backbone.layers.54.mlp.gate_proj.weight": "model-00012-of-00016.safetensors",
|
| 608 |
+
"backbone.layers.54.mlp.up_proj.weight": "model-00012-of-00016.safetensors",
|
| 609 |
+
"backbone.layers.54.mlp.down_proj.weight": "model-00012-of-00016.safetensors",
|
| 610 |
+
"backbone.layers.54.input_layernorm.weight": "model-00012-of-00016.safetensors",
|
| 611 |
+
"backbone.layers.54.post_attention_layernorm.weight": "model-00012-of-00016.safetensors",
|
| 612 |
+
"backbone.layers.55.self_attn.q_proj.weight": "model-00012-of-00016.safetensors",
|
| 613 |
+
"backbone.layers.55.self_attn.k_proj.weight": "model-00012-of-00016.safetensors",
|
| 614 |
+
"backbone.layers.55.self_attn.v_proj.weight": "model-00012-of-00016.safetensors",
|
| 615 |
+
"backbone.layers.55.self_attn.o_proj.weight": "model-00012-of-00016.safetensors",
|
| 616 |
+
"backbone.layers.55.self_attn.q_norm.weight": "model-00012-of-00016.safetensors",
|
| 617 |
+
"backbone.layers.55.self_attn.k_norm.weight": "model-00012-of-00016.safetensors",
|
| 618 |
+
"backbone.layers.55.mlp.gate_proj.weight": "model-00012-of-00016.safetensors",
|
| 619 |
+
"backbone.layers.55.mlp.up_proj.weight": "model-00012-of-00016.safetensors",
|
| 620 |
+
"backbone.layers.55.mlp.down_proj.weight": "model-00012-of-00016.safetensors",
|
| 621 |
+
"backbone.layers.55.input_layernorm.weight": "model-00012-of-00016.safetensors",
|
| 622 |
+
"backbone.layers.55.post_attention_layernorm.weight": "model-00012-of-00016.safetensors",
|
| 623 |
+
"backbone.layers.56.self_attn.q_proj.weight": "model-00012-of-00016.safetensors",
|
| 624 |
+
"backbone.layers.56.self_attn.k_proj.weight": "model-00012-of-00016.safetensors",
|
| 625 |
+
"backbone.layers.56.self_attn.v_proj.weight": "model-00012-of-00016.safetensors",
|
| 626 |
+
"backbone.layers.56.self_attn.o_proj.weight": "model-00012-of-00016.safetensors",
|
| 627 |
+
"backbone.layers.56.self_attn.q_norm.weight": "model-00012-of-00016.safetensors",
|
| 628 |
+
"backbone.layers.56.self_attn.k_norm.weight": "model-00012-of-00016.safetensors",
|
| 629 |
+
"backbone.layers.56.mlp.gate_proj.weight": "model-00012-of-00016.safetensors",
|
| 630 |
+
"backbone.layers.56.mlp.up_proj.weight": "model-00012-of-00016.safetensors",
|
| 631 |
+
"backbone.layers.56.mlp.down_proj.weight": "model-00012-of-00016.safetensors",
|
| 632 |
+
"backbone.layers.56.input_layernorm.weight": "model-00012-of-00016.safetensors",
|
| 633 |
+
"backbone.layers.56.post_attention_layernorm.weight": "model-00012-of-00016.safetensors",
|
| 634 |
+
"backbone.layers.57.self_attn.q_proj.weight": "model-00012-of-00016.safetensors",
|
| 635 |
+
"backbone.layers.57.self_attn.k_proj.weight": "model-00012-of-00016.safetensors",
|
| 636 |
+
"backbone.layers.57.self_attn.v_proj.weight": "model-00012-of-00016.safetensors",
|
| 637 |
+
"backbone.layers.57.self_attn.o_proj.weight": "model-00012-of-00016.safetensors",
|
| 638 |
+
"backbone.layers.57.self_attn.q_norm.weight": "model-00012-of-00016.safetensors",
|
| 639 |
+
"backbone.layers.57.self_attn.k_norm.weight": "model-00012-of-00016.safetensors",
|
| 640 |
+
"backbone.layers.57.mlp.gate_proj.weight": "model-00013-of-00016.safetensors",
|
| 641 |
+
"backbone.layers.57.mlp.up_proj.weight": "model-00013-of-00016.safetensors",
|
| 642 |
+
"backbone.layers.57.mlp.down_proj.weight": "model-00013-of-00016.safetensors",
|
| 643 |
+
"backbone.layers.57.input_layernorm.weight": "model-00013-of-00016.safetensors",
|
| 644 |
+
"backbone.layers.57.post_attention_layernorm.weight": "model-00013-of-00016.safetensors",
|
| 645 |
+
"backbone.layers.58.self_attn.q_proj.weight": "model-00013-of-00016.safetensors",
|
| 646 |
+
"backbone.layers.58.self_attn.k_proj.weight": "model-00013-of-00016.safetensors",
|
| 647 |
+
"backbone.layers.58.self_attn.v_proj.weight": "model-00013-of-00016.safetensors",
|
| 648 |
+
"backbone.layers.58.self_attn.o_proj.weight": "model-00013-of-00016.safetensors",
|
| 649 |
+
"backbone.layers.58.self_attn.q_norm.weight": "model-00013-of-00016.safetensors",
|
| 650 |
+
"backbone.layers.58.self_attn.k_norm.weight": "model-00013-of-00016.safetensors",
|
| 651 |
+
"backbone.layers.58.mlp.gate_proj.weight": "model-00013-of-00016.safetensors",
|
| 652 |
+
"backbone.layers.58.mlp.up_proj.weight": "model-00013-of-00016.safetensors",
|
| 653 |
+
"backbone.layers.58.mlp.down_proj.weight": "model-00013-of-00016.safetensors",
|
| 654 |
+
"backbone.layers.58.input_layernorm.weight": "model-00013-of-00016.safetensors",
|
| 655 |
+
"backbone.layers.58.post_attention_layernorm.weight": "model-00013-of-00016.safetensors",
|
| 656 |
+
"backbone.layers.59.self_attn.q_proj.weight": "model-00013-of-00016.safetensors",
|
| 657 |
+
"backbone.layers.59.self_attn.k_proj.weight": "model-00013-of-00016.safetensors",
|
| 658 |
+
"backbone.layers.59.self_attn.v_proj.weight": "model-00013-of-00016.safetensors",
|
| 659 |
+
"backbone.layers.59.self_attn.o_proj.weight": "model-00013-of-00016.safetensors",
|
| 660 |
+
"backbone.layers.59.self_attn.q_norm.weight": "model-00013-of-00016.safetensors",
|
| 661 |
+
"backbone.layers.59.self_attn.k_norm.weight": "model-00013-of-00016.safetensors",
|
| 662 |
+
"backbone.layers.59.mlp.gate_proj.weight": "model-00013-of-00016.safetensors",
|
| 663 |
+
"backbone.layers.59.mlp.up_proj.weight": "model-00013-of-00016.safetensors",
|
| 664 |
+
"backbone.layers.59.mlp.down_proj.weight": "model-00013-of-00016.safetensors",
|
| 665 |
+
"backbone.layers.59.input_layernorm.weight": "model-00013-of-00016.safetensors",
|
| 666 |
+
"backbone.layers.59.post_attention_layernorm.weight": "model-00013-of-00016.safetensors",
|
| 667 |
+
"backbone.layers.60.self_attn.q_proj.weight": "model-00013-of-00016.safetensors",
|
| 668 |
+
"backbone.layers.60.self_attn.k_proj.weight": "model-00013-of-00016.safetensors",
|
| 669 |
+
"backbone.layers.60.self_attn.v_proj.weight": "model-00013-of-00016.safetensors",
|
| 670 |
+
"backbone.layers.60.self_attn.o_proj.weight": "model-00013-of-00016.safetensors",
|
| 671 |
+
"backbone.layers.60.self_attn.q_norm.weight": "model-00013-of-00016.safetensors",
|
| 672 |
+
"backbone.layers.60.self_attn.k_norm.weight": "model-00013-of-00016.safetensors",
|
| 673 |
+
"backbone.layers.60.mlp.gate_proj.weight": "model-00013-of-00016.safetensors",
|
| 674 |
+
"backbone.layers.60.mlp.up_proj.weight": "model-00013-of-00016.safetensors",
|
| 675 |
+
"backbone.layers.60.mlp.down_proj.weight": "model-00013-of-00016.safetensors",
|
| 676 |
+
"backbone.layers.60.input_layernorm.weight": "model-00013-of-00016.safetensors",
|
| 677 |
+
"backbone.layers.60.post_attention_layernorm.weight": "model-00013-of-00016.safetensors",
|
| 678 |
+
"backbone.layers.61.self_attn.q_proj.weight": "model-00013-of-00016.safetensors",
|
| 679 |
+
"backbone.layers.61.self_attn.k_proj.weight": "model-00013-of-00016.safetensors",
|
| 680 |
+
"backbone.layers.61.self_attn.v_proj.weight": "model-00013-of-00016.safetensors",
|
| 681 |
+
"backbone.layers.61.self_attn.o_proj.weight": "model-00013-of-00016.safetensors",
|
| 682 |
+
"backbone.layers.61.self_attn.q_norm.weight": "model-00013-of-00016.safetensors",
|
| 683 |
+
"backbone.layers.61.self_attn.k_norm.weight": "model-00013-of-00016.safetensors",
|
| 684 |
+
"backbone.layers.61.mlp.gate_proj.weight": "model-00013-of-00016.safetensors",
|
| 685 |
+
"backbone.layers.61.mlp.up_proj.weight": "model-00013-of-00016.safetensors",
|
| 686 |
+
"backbone.layers.61.mlp.down_proj.weight": "model-00013-of-00016.safetensors",
|
| 687 |
+
"backbone.layers.61.input_layernorm.weight": "model-00013-of-00016.safetensors",
|
| 688 |
+
"backbone.layers.61.post_attention_layernorm.weight": "model-00013-of-00016.safetensors",
|
| 689 |
+
"backbone.layers.62.self_attn.q_proj.weight": "model-00013-of-00016.safetensors",
|
| 690 |
+
"backbone.layers.62.self_attn.k_proj.weight": "model-00013-of-00016.safetensors",
|
| 691 |
+
"backbone.layers.62.self_attn.v_proj.weight": "model-00013-of-00016.safetensors",
|
| 692 |
+
"backbone.layers.62.self_attn.o_proj.weight": "model-00013-of-00016.safetensors",
|
| 693 |
+
"backbone.layers.62.self_attn.q_norm.weight": "model-00013-of-00016.safetensors",
|
| 694 |
+
"backbone.layers.62.self_attn.k_norm.weight": "model-00013-of-00016.safetensors",
|
| 695 |
+
"backbone.layers.62.mlp.gate_proj.weight": "model-00014-of-00016.safetensors",
|
| 696 |
+
"backbone.layers.62.mlp.up_proj.weight": "model-00014-of-00016.safetensors",
|
| 697 |
+
"backbone.layers.62.mlp.down_proj.weight": "model-00014-of-00016.safetensors",
|
| 698 |
+
"backbone.layers.62.input_layernorm.weight": "model-00014-of-00016.safetensors",
|
| 699 |
+
"backbone.layers.62.post_attention_layernorm.weight": "model-00014-of-00016.safetensors",
|
| 700 |
+
"backbone.layers.63.self_attn.q_proj.weight": "model-00014-of-00016.safetensors",
|
| 701 |
+
"backbone.layers.63.self_attn.k_proj.weight": "model-00014-of-00016.safetensors",
|
| 702 |
+
"backbone.layers.63.self_attn.v_proj.weight": "model-00014-of-00016.safetensors",
|
| 703 |
+
"backbone.layers.63.self_attn.o_proj.weight": "model-00014-of-00016.safetensors",
|
| 704 |
+
"backbone.layers.63.self_attn.q_norm.weight": "model-00014-of-00016.safetensors",
|
| 705 |
+
"backbone.layers.63.self_attn.k_norm.weight": "model-00014-of-00016.safetensors",
|
| 706 |
+
"backbone.layers.63.mlp.gate_proj.weight": "model-00014-of-00016.safetensors",
|
| 707 |
+
"backbone.layers.63.mlp.up_proj.weight": "model-00014-of-00016.safetensors",
|
| 708 |
+
"backbone.layers.63.mlp.down_proj.weight": "model-00014-of-00016.safetensors",
|
| 709 |
+
"backbone.layers.63.input_layernorm.weight": "model-00014-of-00016.safetensors",
|
| 710 |
+
"backbone.layers.63.post_attention_layernorm.weight": "model-00014-of-00016.safetensors",
|
| 711 |
+
"backbone.norm.weight": "model-00014-of-00016.safetensors",
|
| 712 |
+
"horizontal_head.weight": "model-00014-of-00016.safetensors",
|
| 713 |
+
"vertical_block.0.self_attn.q_proj.weight": "model-00014-of-00016.safetensors",
|
| 714 |
+
"vertical_block.0.self_attn.k_proj.weight": "model-00014-of-00016.safetensors",
|
| 715 |
+
"vertical_block.0.self_attn.v_proj.weight": "model-00014-of-00016.safetensors",
|
| 716 |
+
"vertical_block.0.self_attn.o_proj.weight": "model-00014-of-00016.safetensors",
|
| 717 |
+
"vertical_block.0.self_attn.q_norm.weight": "model-00014-of-00016.safetensors",
|
| 718 |
+
"vertical_block.0.self_attn.k_norm.weight": "model-00014-of-00016.safetensors",
|
| 719 |
+
"vertical_block.0.mlp.gate_proj.weight": "model-00015-of-00016.safetensors",
|
| 720 |
+
"vertical_block.0.mlp.up_proj.weight": "model-00015-of-00016.safetensors",
|
| 721 |
+
"vertical_block.0.mlp.down_proj.weight": "model-00015-of-00016.safetensors",
|
| 722 |
+
"vertical_block.0.input_layernorm.weight": "model-00015-of-00016.safetensors",
|
| 723 |
+
"vertical_block.0.post_attention_layernorm.weight": "model-00015-of-00016.safetensors",
|
| 724 |
+
"vertical_block.1.self_attn.q_proj.weight": "model-00015-of-00016.safetensors",
|
| 725 |
+
"vertical_block.1.self_attn.k_proj.weight": "model-00015-of-00016.safetensors",
|
| 726 |
+
"vertical_block.1.self_attn.v_proj.weight": "model-00015-of-00016.safetensors",
|
| 727 |
+
"vertical_block.1.self_attn.o_proj.weight": "model-00015-of-00016.safetensors",
|
| 728 |
+
"vertical_block.1.self_attn.q_norm.weight": "model-00015-of-00016.safetensors",
|
| 729 |
+
"vertical_block.1.self_attn.k_norm.weight": "model-00015-of-00016.safetensors",
|
| 730 |
+
"vertical_block.1.mlp.gate_proj.weight": "model-00015-of-00016.safetensors",
|
| 731 |
+
"vertical_block.1.mlp.up_proj.weight": "model-00015-of-00016.safetensors",
|
| 732 |
+
"vertical_block.1.mlp.down_proj.weight": "model-00015-of-00016.safetensors",
|
| 733 |
+
"vertical_block.1.input_layernorm.weight": "model-00015-of-00016.safetensors",
|
| 734 |
+
"vertical_block.1.post_attention_layernorm.weight": "model-00015-of-00016.safetensors",
|
| 735 |
+
"vertical_block.2.self_attn.q_proj.weight": "model-00015-of-00016.safetensors",
|
| 736 |
+
"vertical_block.2.self_attn.k_proj.weight": "model-00015-of-00016.safetensors",
|
| 737 |
+
"vertical_block.2.self_attn.v_proj.weight": "model-00015-of-00016.safetensors",
|
| 738 |
+
"vertical_block.2.self_attn.o_proj.weight": "model-00015-of-00016.safetensors",
|
| 739 |
+
"vertical_block.2.self_attn.q_norm.weight": "model-00015-of-00016.safetensors",
|
| 740 |
+
"vertical_block.2.self_attn.k_norm.weight": "model-00015-of-00016.safetensors",
|
| 741 |
+
"vertical_block.2.mlp.gate_proj.weight": "model-00015-of-00016.safetensors",
|
| 742 |
+
"vertical_block.2.mlp.up_proj.weight": "model-00015-of-00016.safetensors",
|
| 743 |
+
"vertical_block.2.mlp.down_proj.weight": "model-00015-of-00016.safetensors",
|
| 744 |
+
"vertical_block.2.input_layernorm.weight": "model-00015-of-00016.safetensors",
|
| 745 |
+
"vertical_block.2.post_attention_layernorm.weight": "model-00015-of-00016.safetensors",
|
| 746 |
+
"vertical_block.3.self_attn.q_proj.weight": "model-00015-of-00016.safetensors",
|
| 747 |
+
"vertical_block.3.self_attn.k_proj.weight": "model-00015-of-00016.safetensors",
|
| 748 |
+
"vertical_block.3.self_attn.v_proj.weight": "model-00015-of-00016.safetensors",
|
| 749 |
+
"vertical_block.3.self_attn.o_proj.weight": "model-00015-of-00016.safetensors",
|
| 750 |
+
"vertical_block.3.self_attn.q_norm.weight": "model-00015-of-00016.safetensors",
|
| 751 |
+
"vertical_block.3.self_attn.k_norm.weight": "model-00015-of-00016.safetensors",
|
| 752 |
+
"vertical_block.3.mlp.gate_proj.weight": "model-00015-of-00016.safetensors",
|
| 753 |
+
"vertical_block.3.mlp.up_proj.weight": "model-00015-of-00016.safetensors",
|
| 754 |
+
"vertical_block.3.mlp.down_proj.weight": "model-00015-of-00016.safetensors",
|
| 755 |
+
"vertical_block.3.input_layernorm.weight": "model-00015-of-00016.safetensors",
|
| 756 |
+
"vertical_block.3.post_attention_layernorm.weight": "model-00015-of-00016.safetensors",
|
| 757 |
+
"vertical_norm.weight": "model-00015-of-00016.safetensors",
|
| 758 |
+
"vertical_head.weight": "model-00016-of-00016.safetensors",
|
| 759 |
+
"hv_gate_mlp.0.weight": "model-00016-of-00016.safetensors",
|
| 760 |
+
"hv_gate_mlp.2.weight": "model-00016-of-00016.safetensors",
|
| 761 |
+
"hv_gate_mlp.2.bias": "model-00016-of-00016.safetensors",
|
| 762 |
+
"hv_gate_corner.weight": "model-00016-of-00016.safetensors",
|
| 763 |
+
"hv_gate_corner.bias": "model-00016-of-00016.safetensors"
|
| 764 |
+
}
|
| 765 |
+
}
|
configuration.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"framework": "pytorch", "task": "text-generation", "allow_remote": true}
|