Upload folder using huggingface_hub
Browse files- .gitattributes +4 -0
- MiniCPM-V-2_6-rk3588-w8a8-opt-0-hybrid-ratio-0.0.rkllm +3 -0
- MiniCPM-V-2_6-rk3588-w8a8-opt-0-hybrid-ratio-0.5.rkllm +3 -0
- MiniCPM-V-2_6-rk3588-w8a8-opt-1-hybrid-ratio-0.0.rkllm +3 -0
- MiniCPM-V-2_6-rk3588-w8a8-opt-1-hybrid-ratio-0.5.rkllm +3 -0
- README.md +365 -0
- added_tokens.json +25 -0
- config.json +54 -0
- generation_config.json +6 -0
- model.safetensors.index.json +796 -0
- preprocessor_config.json +24 -0
- special_tokens_map.json +172 -0
- tokenizer.json +0 -0
- tokenizer_config.json +235 -0
- vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
MiniCPM-V-2_6-rk3588-w8a8-opt-0-hybrid-ratio-0.0.rkllm filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
MiniCPM-V-2_6-rk3588-w8a8-opt-0-hybrid-ratio-0.5.rkllm filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
MiniCPM-V-2_6-rk3588-w8a8-opt-1-hybrid-ratio-0.0.rkllm filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
MiniCPM-V-2_6-rk3588-w8a8-opt-1-hybrid-ratio-0.5.rkllm filter=lfs diff=lfs merge=lfs -text
|
MiniCPM-V-2_6-rk3588-w8a8-opt-0-hybrid-ratio-0.0.rkllm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6405908be4df7e4060062228ea1585208ef5e0ecbe3087bbad232b5a4387ca56
|
| 3 |
+
size 8189403140
|
MiniCPM-V-2_6-rk3588-w8a8-opt-0-hybrid-ratio-0.5.rkllm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6405908be4df7e4060062228ea1585208ef5e0ecbe3087bbad232b5a4387ca56
|
| 3 |
+
size 8189403140
|
MiniCPM-V-2_6-rk3588-w8a8-opt-1-hybrid-ratio-0.0.rkllm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61e8b15a2bb02e47d967edfbca5f29b0d1d489bdd992e8dbc7741a339e22459f
|
| 3 |
+
size 8189403140
|
MiniCPM-V-2_6-rk3588-w8a8-opt-1-hybrid-ratio-0.5.rkllm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61e8b15a2bb02e47d967edfbca5f29b0d1d489bdd992e8dbc7741a339e22459f
|
| 3 |
+
size 8189403140
|
README.md
ADDED
|
@@ -0,0 +1,365 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
datasets:
|
| 3 |
+
- openbmb/RLAIF-V-Dataset
|
| 4 |
+
language:
|
| 5 |
+
- multilingual
|
| 6 |
+
library_name: transformers
|
| 7 |
+
pipeline_tag: image-text-to-text
|
| 8 |
+
tags:
|
| 9 |
+
- minicpm-v
|
| 10 |
+
- vision
|
| 11 |
+
- ocr
|
| 12 |
+
- multi-image
|
| 13 |
+
- video
|
| 14 |
+
- custom_code
|
| 15 |
+
---
|
| 16 |
+
# MiniCPM-V-2_6-RK3588-1.1.1
|
| 17 |
+
|
| 18 |
+
This version of MiniCPM-V-2_6 has been converted to run on the RK3588 NPU using {'w8a8'} quantization.
|
| 19 |
+
|
| 20 |
+
This model has been optimized with the following LoRA:
|
| 21 |
+
|
| 22 |
+
Compatible with RKLLM version: 1.1.1
|
| 23 |
+
|
| 24 |
+
###Useful links:
|
| 25 |
+
[Official RKLLM GitHub](https://github.com/airockchip/rknn-llm)
|
| 26 |
+
|
| 27 |
+
[RockhipNPU Reddit](https://reddit.com/r/RockchipNPU)
|
| 28 |
+
|
| 29 |
+
[EZRKNN-LLM](https://github.com/Pelochus/ezrknn-llm/)
|
| 30 |
+
|
| 31 |
+
Pretty much anything by these folks: (marty1885)[https://github.com/marty1885] and [happyme531](https://huggingface.co/happyme531)
|
| 32 |
+
|
| 33 |
+
# Original Model Card for base model, MiniCPM-V-2_6, below:
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
<h1>A GPT-4V Level MLLM for Single Image, Multi Image and Video on Your Phone</h1>
|
| 37 |
+
|
| 38 |
+
[GitHub](https://github.com/OpenBMB/MiniCPM-V) | [Demo](http://120.92.209.146:8887/)</a>
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
## MiniCPM-V 2.6
|
| 42 |
+
|
| 43 |
+
**MiniCPM-V 2.6** is the latest and most capable model in the MiniCPM-V series. The model is built on SigLip-400M and Qwen2-7B with a total of 8B parameters. It exhibits a significant performance improvement over MiniCPM-Llama3-V 2.5, and introduces new features for multi-image and video understanding. Notable features of MiniCPM-V 2.6 include:
|
| 44 |
+
|
| 45 |
+
- 🔥 **Leading Performance.**
|
| 46 |
+
MiniCPM-V 2.6 achieves an average score of 65.2 on the latest version of OpenCompass, a comprehensive evaluation over 8 popular benchmarks. **With only 8B parameters, it surpasses widely used proprietary models like GPT-4o mini, GPT-4V, Gemini 1.5 Pro, and Claude 3.5 Sonnet** for single image understanding.
|
| 47 |
+
|
| 48 |
+
- 🖼️ **Multi Image Understanding and In-context Learning.** MiniCPM-V 2.6 can also perform **conversation and reasoning over multiple images**. It achieves **state-of-the-art performance** on popular multi-image benchmarks such as Mantis-Eval, BLINK, Mathverse mv and Sciverse mv, and also shows promising in-context learning capability.
|
| 49 |
+
|
| 50 |
+
- 🎬 **Video Understanding.** MiniCPM-V 2.6 can also **accept video inputs**, performing conversation and providing dense captions for spatial-temporal information. It outperforms **GPT-4V, Claude 3.5 Sonnet and LLaVA-NeXT-Video-34B** on Video-MME with/without subtitles.
|
| 51 |
+
|
| 52 |
+
- 💪 **Strong OCR Capability and Others.**
|
| 53 |
+
MiniCPM-V 2.6 can process images with any aspect ratio and up to 1.8 million pixels (e.g., 1344x1344). It achieves **state-of-the-art performance on OCRBench, surpassing proprietary models such as GPT-4o, GPT-4V, and Gemini 1.5 Pro**.
|
| 54 |
+
Based on the the latest [RLAIF-V](https://github.com/RLHF-V/RLAIF-V/) and [VisCPM](https://github.com/OpenBMB/VisCPM) techniques, it features **trustworthy behaviors**, with significantly lower hallucination rates than GPT-4o and GPT-4V on Object HalBench, and supports **multilingual capabilities** on English, Chinese, German, French, Italian, Korean, etc.
|
| 55 |
+
|
| 56 |
+
- 🚀 **Superior Efficiency.**
|
| 57 |
+
In addition to its friendly size, MiniCPM-V 2.6 also shows **state-of-the-art token density** (i.e., number of pixels encoded into each visual token). **It produces only 640 tokens when processing a 1.8M pixel image, which is 75% fewer than most models**. This directly improves the inference speed, first-token latency, memory usage, and power consumption. As a result, MiniCPM-V 2.6 can efficiently support **real-time video understanding** on end-side devices such as iPad.
|
| 58 |
+
|
| 59 |
+
- 💫 **Easy Usage.**
|
| 60 |
+
MiniCPM-V 2.6 can be easily used in various ways: (1) [llama.cpp](https://github.com/OpenBMB/llama.cpp/blob/minicpmv-main/examples/llava/README-minicpmv2.6.md) and [ollama](https://github.com/OpenBMB/ollama/tree/minicpm-v2.6) support for efficient CPU inference on local devices, (2) [int4](https://huggingface.co/openbmb/MiniCPM-V-2_6-int4) and [GGUF](https://huggingface.co/openbmb/MiniCPM-V-2_6-gguf) format quantized models in 16 sizes, (3) [vLLM](https://github.com/OpenBMB/MiniCPM-V/tree/main?tab=readme-ov-file#inference-with-vllm) support for high-throughput and memory-efficient inference, (4) fine-tuning on new domains and tasks, (5) quick local WebUI demo setup with [Gradio](https://github.com/OpenBMB/MiniCPM-V/tree/main?tab=readme-ov-file#chat-with-our-demo-on-gradio) and (6) online web [demo](http://120.92.209.146:8887).
|
| 61 |
+
|
| 62 |
+
### Evaluation <!-- omit in toc -->
|
| 63 |
+
<div align="center">
|
| 64 |
+
<img src="https://github.com/OpenBMB/MiniCPM-V/raw/main/assets/radar_final.png" width=66% />
|
| 65 |
+
</div>
|
| 66 |
+
|
| 67 |
+
Single image results on OpenCompass, MME, MMVet, OCRBench, MMMU, MathVista, MMB, AI2D, TextVQA, DocVQA, HallusionBench, Object HalBench:
|
| 68 |
+
<div align="center">
|
| 69 |
+
|
| 70 |
+

|
| 71 |
+
|
| 72 |
+
</div>
|
| 73 |
+
|
| 74 |
+
<sup>*</sup> We evaluate this benchmark using chain-of-thought prompting.
|
| 75 |
+
|
| 76 |
+
<sup>+</sup> Token Density: number of pixels encoded into each visual token at maximum resolution, i.e., # pixels at maximum resolution / # visual tokens.
|
| 77 |
+
|
| 78 |
+
Note: For proprietary models, we calculate token density based on the image encoding charging strategy defined in the official API documentation, which provides an upper-bound estimation.
|
| 79 |
+
|
| 80 |
+
|
| 81 |
+
<details>
|
| 82 |
+
<summary>Click to view multi-image results on Mantis Eval, BLINK Val, Mathverse mv, Sciverse mv, MIRB.</summary>
|
| 83 |
+
<div align="center">
|
| 84 |
+
|
| 85 |
+

|
| 86 |
+
|
| 87 |
+
</div>
|
| 88 |
+
<sup>*</sup> We evaluate the officially released checkpoint by ourselves.
|
| 89 |
+
</details>
|
| 90 |
+
|
| 91 |
+
<details>
|
| 92 |
+
<summary>Click to view video results on Video-MME and Video-ChatGPT.</summary>
|
| 93 |
+
<div align="center">
|
| 94 |
+
|
| 95 |
+
<!--  -->
|
| 96 |
+

|
| 97 |
+
|
| 98 |
+
</div>
|
| 99 |
+
|
| 100 |
+
</details>
|
| 101 |
+
|
| 102 |
+
|
| 103 |
+
<details>
|
| 104 |
+
<summary>Click to view few-shot results on TextVQA, VizWiz, VQAv2, OK-VQA.</summary>
|
| 105 |
+
<div align="center">
|
| 106 |
+
|
| 107 |
+
|
| 108 |
+

|
| 109 |
+
|
| 110 |
+
</div>
|
| 111 |
+
* denotes zero image shot and two additional text shots following Flamingo.
|
| 112 |
+
|
| 113 |
+
<sup>+</sup> We evaluate the pretraining ckpt without SFT.
|
| 114 |
+
</details>
|
| 115 |
+
|
| 116 |
+
### Examples <!-- omit in toc -->
|
| 117 |
+
|
| 118 |
+
<div style="display: flex; flex-direction: column; align-items: center;">
|
| 119 |
+
<img src="https://github.com/OpenBMB/MiniCPM-V/raw/main/assets/minicpmv2_6/multi_img-bike.png" alt="Bike" style="margin-bottom: -20px;">
|
| 120 |
+
<img src="https://github.com/OpenBMB/MiniCPM-V/raw/main/assets/minicpmv2_6/multi_img-menu.png" alt="Menu" style="margin-bottom: -20px;">
|
| 121 |
+
<img src="https://github.com/OpenBMB/MiniCPM-V/raw/main/assets/minicpmv2_6/multi_img-code.png" alt="Code" style="margin-bottom: -20px;">
|
| 122 |
+
<img src="https://github.com/OpenBMB/MiniCPM-V/raw/main/assets/minicpmv2_6/ICL-Mem.png" alt="Mem" style="margin-bottom: -20px;">
|
| 123 |
+
<img src="https://github.com/OpenBMB/MiniCPM-V/raw/main/assets/minicpmv2_6/multiling-medal.png" alt="medal" style="margin-bottom: 10px;">
|
| 124 |
+
</div>
|
| 125 |
+
<details>
|
| 126 |
+
<summary>Click to view more cases.</summary>
|
| 127 |
+
<div style="display: flex; flex-direction: column; align-items: center;">
|
| 128 |
+
<img src="https://github.com/OpenBMB/MiniCPM-V/raw/main/assets/minicpmv2_6/ICL-elec.png" alt="elec" style="margin-bottom: -20px;">
|
| 129 |
+
<img src="https://github.com/OpenBMB/MiniCPM-V/raw/main/assets/minicpmv2_6/multiling-olympic.png" alt="Menu" style="margin-bottom: 10px;">
|
| 130 |
+
</div>
|
| 131 |
+
</details>
|
| 132 |
+
|
| 133 |
+
We deploy MiniCPM-V 2.6 on end devices. The demo video is the raw screen recording on a iPad Pro without edition.
|
| 134 |
+
|
| 135 |
+
<div style="display: flex; justify-content: center;">
|
| 136 |
+
<img src="https://github.com/OpenBMB/MiniCPM-V/raw/main/assets/gif_cases/ai.gif" width="48%" style="margin: 0 10px;"/>
|
| 137 |
+
<img src="https://github.com/OpenBMB/MiniCPM-V/raw/main/assets/gif_cases/beer.gif" width="48%" style="margin: 0 10px;"/>
|
| 138 |
+
</div>
|
| 139 |
+
<div style="display: flex; justify-content: center; margin-top: 20px;">
|
| 140 |
+
<img src="https://github.com/OpenBMB/MiniCPM-V/raw/main/assets/gif_cases/ticket.gif" width="48%" style="margin: 0 10px;"/>
|
| 141 |
+
<img src="https://github.com/OpenBMB/MiniCPM-V/raw/main/assets/gif_cases/wfh.gif" width="48%" style="margin: 0 10px;"/>
|
| 142 |
+
</div>
|
| 143 |
+
|
| 144 |
+
<div style="text-align: center;">
|
| 145 |
+
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/64abc4aa6cadc7aca585dddf/mXAEFQFqNd4nnvPk7r5eX.mp4"></video>
|
| 146 |
+
<!-- <video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/64abc4aa6cadc7aca585dddf/fEWzfHUdKnpkM7sdmnBQa.mp4"></video> -->
|
| 147 |
+
|
| 148 |
+
</div>
|
| 149 |
+
|
| 150 |
+
|
| 151 |
+
|
| 152 |
+
## Demo
|
| 153 |
+
Click here to try the Demo of [MiniCPM-V 2.6](http://120.92.209.146:8887/).
|
| 154 |
+
|
| 155 |
+
|
| 156 |
+
## Usage
|
| 157 |
+
Inference using Huggingface transformers on NVIDIA GPUs. Requirements tested on python 3.10:
|
| 158 |
+
```
|
| 159 |
+
Pillow==10.1.0
|
| 160 |
+
torch==2.1.2
|
| 161 |
+
torchvision==0.16.2
|
| 162 |
+
transformers==4.40.0
|
| 163 |
+
sentencepiece==0.1.99
|
| 164 |
+
decord
|
| 165 |
+
```
|
| 166 |
+
|
| 167 |
+
```python
|
| 168 |
+
# test.py
|
| 169 |
+
import torch
|
| 170 |
+
from PIL import Image
|
| 171 |
+
from transformers import AutoModel, AutoTokenizer
|
| 172 |
+
|
| 173 |
+
model = AutoModel.from_pretrained('openbmb/MiniCPM-V-2_6', trust_remote_code=True,
|
| 174 |
+
attn_implementation='sdpa', torch_dtype=torch.bfloat16) # sdpa or flash_attention_2, no eager
|
| 175 |
+
model = model.eval().cuda()
|
| 176 |
+
tokenizer = AutoTokenizer.from_pretrained('openbmb/MiniCPM-V-2_6', trust_remote_code=True)
|
| 177 |
+
|
| 178 |
+
image = Image.open('xx.jpg').convert('RGB')
|
| 179 |
+
question = 'What is in the image?'
|
| 180 |
+
msgs = [{'role': 'user', 'content': [image, question]}]
|
| 181 |
+
|
| 182 |
+
res = model.chat(
|
| 183 |
+
image=None,
|
| 184 |
+
msgs=msgs,
|
| 185 |
+
tokenizer=tokenizer
|
| 186 |
+
)
|
| 187 |
+
print(res)
|
| 188 |
+
|
| 189 |
+
## if you want to use streaming, please make sure sampling=True and stream=True
|
| 190 |
+
## the model.chat will return a generator
|
| 191 |
+
res = model.chat(
|
| 192 |
+
image=None,
|
| 193 |
+
msgs=msgs,
|
| 194 |
+
tokenizer=tokenizer,
|
| 195 |
+
sampling=True,
|
| 196 |
+
stream=True
|
| 197 |
+
)
|
| 198 |
+
|
| 199 |
+
generated_text = ""
|
| 200 |
+
for new_text in res:
|
| 201 |
+
generated_text += new_text
|
| 202 |
+
print(new_text, flush=True, end='')
|
| 203 |
+
```
|
| 204 |
+
|
| 205 |
+
### Chat with multiple images
|
| 206 |
+
<details>
|
| 207 |
+
<summary> Click to show Python code running MiniCPM-V 2.6 with multiple images input. </summary>
|
| 208 |
+
|
| 209 |
+
```python
|
| 210 |
+
import torch
|
| 211 |
+
from PIL import Image
|
| 212 |
+
from transformers import AutoModel, AutoTokenizer
|
| 213 |
+
|
| 214 |
+
model = AutoModel.from_pretrained('openbmb/MiniCPM-V-2_6', trust_remote_code=True,
|
| 215 |
+
attn_implementation='sdpa', torch_dtype=torch.bfloat16) # sdpa or flash_attention_2, no eager
|
| 216 |
+
model = model.eval().cuda()
|
| 217 |
+
tokenizer = AutoTokenizer.from_pretrained('openbmb/MiniCPM-V-2_6', trust_remote_code=True)
|
| 218 |
+
|
| 219 |
+
image1 = Image.open('image1.jpg').convert('RGB')
|
| 220 |
+
image2 = Image.open('image2.jpg').convert('RGB')
|
| 221 |
+
question = 'Compare image 1 and image 2, tell me about the differences between image 1 and image 2.'
|
| 222 |
+
|
| 223 |
+
msgs = [{'role': 'user', 'content': [image1, image2, question]}]
|
| 224 |
+
|
| 225 |
+
answer = model.chat(
|
| 226 |
+
image=None,
|
| 227 |
+
msgs=msgs,
|
| 228 |
+
tokenizer=tokenizer
|
| 229 |
+
)
|
| 230 |
+
print(answer)
|
| 231 |
+
```
|
| 232 |
+
</details>
|
| 233 |
+
|
| 234 |
+
### In-context few-shot learning
|
| 235 |
+
<details>
|
| 236 |
+
<summary> Click to view Python code running MiniCPM-V 2.6 with few-shot input. </summary>
|
| 237 |
+
|
| 238 |
+
```python
|
| 239 |
+
import torch
|
| 240 |
+
from PIL import Image
|
| 241 |
+
from transformers import AutoModel, AutoTokenizer
|
| 242 |
+
|
| 243 |
+
model = AutoModel.from_pretrained('openbmb/MiniCPM-V-2_6', trust_remote_code=True,
|
| 244 |
+
attn_implementation='sdpa', torch_dtype=torch.bfloat16) # sdpa or flash_attention_2, no eager
|
| 245 |
+
model = model.eval().cuda()
|
| 246 |
+
tokenizer = AutoTokenizer.from_pretrained('openbmb/MiniCPM-V-2_6', trust_remote_code=True)
|
| 247 |
+
|
| 248 |
+
question = "production date"
|
| 249 |
+
image1 = Image.open('example1.jpg').convert('RGB')
|
| 250 |
+
answer1 = "2023.08.04"
|
| 251 |
+
image2 = Image.open('example2.jpg').convert('RGB')
|
| 252 |
+
answer2 = "2007.04.24"
|
| 253 |
+
image_test = Image.open('test.jpg').convert('RGB')
|
| 254 |
+
|
| 255 |
+
msgs = [
|
| 256 |
+
{'role': 'user', 'content': [image1, question]}, {'role': 'assistant', 'content': [answer1]},
|
| 257 |
+
{'role': 'user', 'content': [image2, question]}, {'role': 'assistant', 'content': [answer2]},
|
| 258 |
+
{'role': 'user', 'content': [image_test, question]}
|
| 259 |
+
]
|
| 260 |
+
|
| 261 |
+
answer = model.chat(
|
| 262 |
+
image=None,
|
| 263 |
+
msgs=msgs,
|
| 264 |
+
tokenizer=tokenizer
|
| 265 |
+
)
|
| 266 |
+
print(answer)
|
| 267 |
+
```
|
| 268 |
+
</details>
|
| 269 |
+
|
| 270 |
+
### Chat with video
|
| 271 |
+
<details>
|
| 272 |
+
<summary> Click to view Python code running MiniCPM-V 2.6 with video input. </summary>
|
| 273 |
+
|
| 274 |
+
```python
|
| 275 |
+
import torch
|
| 276 |
+
from PIL import Image
|
| 277 |
+
from transformers import AutoModel, AutoTokenizer
|
| 278 |
+
from decord import VideoReader, cpu # pip install decord
|
| 279 |
+
|
| 280 |
+
model = AutoModel.from_pretrained('openbmb/MiniCPM-V-2_6', trust_remote_code=True,
|
| 281 |
+
attn_implementation='sdpa', torch_dtype=torch.bfloat16) # sdpa or flash_attention_2, no eager
|
| 282 |
+
model = model.eval().cuda()
|
| 283 |
+
tokenizer = AutoTokenizer.from_pretrained('openbmb/MiniCPM-V-2_6', trust_remote_code=True)
|
| 284 |
+
|
| 285 |
+
MAX_NUM_FRAMES=64 # if cuda OOM set a smaller number
|
| 286 |
+
|
| 287 |
+
def encode_video(video_path):
|
| 288 |
+
def uniform_sample(l, n):
|
| 289 |
+
gap = len(l) / n
|
| 290 |
+
idxs = [int(i * gap + gap / 2) for i in range(n)]
|
| 291 |
+
return [l[i] for i in idxs]
|
| 292 |
+
|
| 293 |
+
vr = VideoReader(video_path, ctx=cpu(0))
|
| 294 |
+
sample_fps = round(vr.get_avg_fps() / 1) # FPS
|
| 295 |
+
frame_idx = [i for i in range(0, len(vr), sample_fps)]
|
| 296 |
+
if len(frame_idx) > MAX_NUM_FRAMES:
|
| 297 |
+
frame_idx = uniform_sample(frame_idx, MAX_NUM_FRAMES)
|
| 298 |
+
frames = vr.get_batch(frame_idx).asnumpy()
|
| 299 |
+
frames = [Image.fromarray(v.astype('uint8')) for v in frames]
|
| 300 |
+
print('num frames:', len(frames))
|
| 301 |
+
return frames
|
| 302 |
+
|
| 303 |
+
video_path ="video_test.mp4"
|
| 304 |
+
frames = encode_video(video_path)
|
| 305 |
+
question = "Describe the video"
|
| 306 |
+
msgs = [
|
| 307 |
+
{'role': 'user', 'content': frames + [question]},
|
| 308 |
+
]
|
| 309 |
+
|
| 310 |
+
# Set decode params for video
|
| 311 |
+
params={}
|
| 312 |
+
params["use_image_id"] = False
|
| 313 |
+
params["max_slice_nums"] = 2 # use 1 if cuda OOM and video resolution > 448*448
|
| 314 |
+
|
| 315 |
+
answer = model.chat(
|
| 316 |
+
image=None,
|
| 317 |
+
msgs=msgs,
|
| 318 |
+
tokenizer=tokenizer,
|
| 319 |
+
**params
|
| 320 |
+
)
|
| 321 |
+
print(answer)
|
| 322 |
+
```
|
| 323 |
+
</details>
|
| 324 |
+
|
| 325 |
+
|
| 326 |
+
Please look at [GitHub](https://github.com/OpenBMB/MiniCPM-V) for more detail about usage.
|
| 327 |
+
|
| 328 |
+
|
| 329 |
+
## Inference with llama.cpp<a id="llamacpp"></a>
|
| 330 |
+
MiniCPM-V 2.6 can run with llama.cpp. See our fork of [llama.cpp](https://github.com/OpenBMB/llama.cpp/tree/minicpm-v2.5/examples/minicpmv) for more detail.
|
| 331 |
+
|
| 332 |
+
|
| 333 |
+
## Int4 quantized version
|
| 334 |
+
Download the int4 quantized version for lower GPU memory (7GB) usage: [MiniCPM-V-2_6-int4](https://huggingface.co/openbmb/MiniCPM-V-2_6-int4).
|
| 335 |
+
|
| 336 |
+
|
| 337 |
+
## License
|
| 338 |
+
#### Model License
|
| 339 |
+
* The code in this repo is released under the [Apache-2.0](https://github.com/OpenBMB/MiniCPM/blob/main/LICENSE) License.
|
| 340 |
+
* The usage of MiniCPM-V series model weights must strictly follow [MiniCPM Model License.md](https://github.com/OpenBMB/MiniCPM/blob/main/MiniCPM%20Model%20License.md).
|
| 341 |
+
* The models and weights of MiniCPM are completely free for academic research. After filling out a ["questionnaire"](https://modelbest.feishu.cn/share/base/form/shrcnpV5ZT9EJ6xYjh3Kx0J6v8g) for registration, MiniCPM-V 2.6 weights are also available for free commercial use.
|
| 342 |
+
|
| 343 |
+
|
| 344 |
+
#### Statement
|
| 345 |
+
* As an LMM, MiniCPM-V 2.6 generates contents by learning a large mount of multimodal corpora, but it cannot comprehend, express personal opinions or make value judgement. Anything generated by MiniCPM-V 2.6 does not represent the views and positions of the model developers
|
| 346 |
+
* We will not be liable for any problems arising from the use of the MinCPM-V models, including but not limited to data security issues, risk of public opinion, or any risks and problems arising from the misdirection, misuse, dissemination or misuse of the model.
|
| 347 |
+
|
| 348 |
+
## Key Techniques and Other Multimodal Projects
|
| 349 |
+
|
| 350 |
+
👏 Welcome to explore key techniques of MiniCPM-V 2.6 and other multimodal projects of our team:
|
| 351 |
+
|
| 352 |
+
[VisCPM](https://github.com/OpenBMB/VisCPM/tree/main) | [RLHF-V](https://github.com/RLHF-V/RLHF-V) | [LLaVA-UHD](https://github.com/thunlp/LLaVA-UHD) | [RLAIF-V](https://github.com/RLHF-V/RLAIF-V)
|
| 353 |
+
|
| 354 |
+
## Citation
|
| 355 |
+
|
| 356 |
+
If you find our work helpful, please consider citing our papers 📝 and liking this project ❤️!
|
| 357 |
+
|
| 358 |
+
```bib
|
| 359 |
+
@article{yao2024minicpm,
|
| 360 |
+
title={MiniCPM-V: A GPT-4V Level MLLM on Your Phone},
|
| 361 |
+
author={Yao, Yuan and Yu, Tianyu and Zhang, Ao and Wang, Chongyi and Cui, Junbo and Zhu, Hongji and Cai, Tianchi and Li, Haoyu and Zhao, Weilin and He, Zhihui and others},
|
| 362 |
+
journal={arXiv preprint arXiv:2408.01800},
|
| 363 |
+
year={2024}
|
| 364 |
+
}
|
| 365 |
+
```
|
added_tokens.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</box>": 151651,
|
| 3 |
+
"</image>": 151647,
|
| 4 |
+
"</image_id>": 151659,
|
| 5 |
+
"</point>": 151655,
|
| 6 |
+
"</quad>": 151653,
|
| 7 |
+
"</ref>": 151649,
|
| 8 |
+
"</slice>": 151657,
|
| 9 |
+
"<box>": 151650,
|
| 10 |
+
"<image>": 151646,
|
| 11 |
+
"<image_id>": 151658,
|
| 12 |
+
"<point>": 151654,
|
| 13 |
+
"<quad>": 151652,
|
| 14 |
+
"<ref>": 151648,
|
| 15 |
+
"<slice>": 151656,
|
| 16 |
+
"<|endoftext|>": 151643,
|
| 17 |
+
"<|im_end|>": 151645,
|
| 18 |
+
"<|im_start|>": 151644,
|
| 19 |
+
"<|reserved_special_token_0|>": 151660,
|
| 20 |
+
"<|reserved_special_token_1|>": 151661,
|
| 21 |
+
"<|reserved_special_token_2|>": 151662,
|
| 22 |
+
"<|reserved_special_token_3|>": 151663,
|
| 23 |
+
"<|reserved_special_token_4|>": 151664,
|
| 24 |
+
"<|reserved_special_token_5|>": 151665
|
| 25 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "openbmb/MiniCPM-V-2_6",
|
| 3 |
+
"version": 2.6,
|
| 4 |
+
"architectures": [
|
| 5 |
+
"MiniCPMV"
|
| 6 |
+
],
|
| 7 |
+
"auto_map": {
|
| 8 |
+
"AutoConfig": "configuration_minicpm.MiniCPMVConfig",
|
| 9 |
+
"AutoModel": "modeling_minicpmv.MiniCPMV",
|
| 10 |
+
"AutoModelForCausalLM": "modeling_minicpmv.MiniCPMV"
|
| 11 |
+
},
|
| 12 |
+
"attention_dropout": 0.0,
|
| 13 |
+
"bos_token_id": 151643,
|
| 14 |
+
"eos_token_id": 151645,
|
| 15 |
+
"hidden_act": "silu",
|
| 16 |
+
"hidden_size": 3584,
|
| 17 |
+
"initializer_range": 0.02,
|
| 18 |
+
"intermediate_size": 18944,
|
| 19 |
+
"max_position_embeddings": 32768,
|
| 20 |
+
"max_window_layers": 28,
|
| 21 |
+
"num_attention_heads": 28,
|
| 22 |
+
"num_hidden_layers": 28,
|
| 23 |
+
"num_key_value_heads": 4,
|
| 24 |
+
"rms_norm_eps": 1e-06,
|
| 25 |
+
"rope_theta": 1000000.0,
|
| 26 |
+
"sliding_window": 131072,
|
| 27 |
+
"tie_word_embeddings": false,
|
| 28 |
+
"torch_dtype": "bfloat16",
|
| 29 |
+
"transformers_version": "4.40.0",
|
| 30 |
+
"use_cache": true,
|
| 31 |
+
"use_sliding_window": false,
|
| 32 |
+
"vocab_size": 151666,
|
| 33 |
+
"batch_vision_input": true,
|
| 34 |
+
"drop_vision_last_layer": false,
|
| 35 |
+
"image_size": 448,
|
| 36 |
+
"model_type": "minicpmv",
|
| 37 |
+
"patch_size": 14,
|
| 38 |
+
"query_num": 64,
|
| 39 |
+
"slice_config": {
|
| 40 |
+
"max_slice_nums": 9,
|
| 41 |
+
"patch_size": 14,
|
| 42 |
+
"model_type": "minicpmv"
|
| 43 |
+
},
|
| 44 |
+
"slice_mode": true,
|
| 45 |
+
"vision_config": {
|
| 46 |
+
"hidden_size": 1152,
|
| 47 |
+
"image_size": 980,
|
| 48 |
+
"intermediate_size": 4304,
|
| 49 |
+
"model_type": "siglip",
|
| 50 |
+
"num_attention_heads": 16,
|
| 51 |
+
"num_hidden_layers": 27,
|
| 52 |
+
"patch_size": 14
|
| 53 |
+
}
|
| 54 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 151643,
|
| 4 |
+
"eos_token_id": 151645,
|
| 5 |
+
"transformers_version": "4.40.0"
|
| 6 |
+
}
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,796 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 16198350304
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"llm.lm_head.weight": "model-00004-of-00004.safetensors",
|
| 7 |
+
"llm.model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
| 8 |
+
"llm.model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 9 |
+
"llm.model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 10 |
+
"llm.model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 11 |
+
"llm.model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 12 |
+
"llm.model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 13 |
+
"llm.model.layers.0.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 14 |
+
"llm.model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 15 |
+
"llm.model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 16 |
+
"llm.model.layers.0.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 17 |
+
"llm.model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 18 |
+
"llm.model.layers.0.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 19 |
+
"llm.model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 20 |
+
"llm.model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 21 |
+
"llm.model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 22 |
+
"llm.model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 23 |
+
"llm.model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 24 |
+
"llm.model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 25 |
+
"llm.model.layers.1.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 26 |
+
"llm.model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 27 |
+
"llm.model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 28 |
+
"llm.model.layers.1.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 29 |
+
"llm.model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 30 |
+
"llm.model.layers.1.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 31 |
+
"llm.model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 32 |
+
"llm.model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 33 |
+
"llm.model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 34 |
+
"llm.model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 35 |
+
"llm.model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 36 |
+
"llm.model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 37 |
+
"llm.model.layers.10.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 38 |
+
"llm.model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 39 |
+
"llm.model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 40 |
+
"llm.model.layers.10.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 41 |
+
"llm.model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 42 |
+
"llm.model.layers.10.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 43 |
+
"llm.model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 44 |
+
"llm.model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 45 |
+
"llm.model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 46 |
+
"llm.model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 47 |
+
"llm.model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 48 |
+
"llm.model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 49 |
+
"llm.model.layers.11.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 50 |
+
"llm.model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 51 |
+
"llm.model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 52 |
+
"llm.model.layers.11.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 53 |
+
"llm.model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 54 |
+
"llm.model.layers.11.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 55 |
+
"llm.model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 56 |
+
"llm.model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 57 |
+
"llm.model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 58 |
+
"llm.model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 59 |
+
"llm.model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 60 |
+
"llm.model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 61 |
+
"llm.model.layers.12.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 62 |
+
"llm.model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 63 |
+
"llm.model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 64 |
+
"llm.model.layers.12.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 65 |
+
"llm.model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 66 |
+
"llm.model.layers.12.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 67 |
+
"llm.model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 68 |
+
"llm.model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 69 |
+
"llm.model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 70 |
+
"llm.model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 71 |
+
"llm.model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 72 |
+
"llm.model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 73 |
+
"llm.model.layers.13.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 74 |
+
"llm.model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 75 |
+
"llm.model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 76 |
+
"llm.model.layers.13.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 77 |
+
"llm.model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 78 |
+
"llm.model.layers.13.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 79 |
+
"llm.model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 80 |
+
"llm.model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 81 |
+
"llm.model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 82 |
+
"llm.model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 83 |
+
"llm.model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 84 |
+
"llm.model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 85 |
+
"llm.model.layers.14.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 86 |
+
"llm.model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 87 |
+
"llm.model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 88 |
+
"llm.model.layers.14.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 89 |
+
"llm.model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 90 |
+
"llm.model.layers.14.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 91 |
+
"llm.model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 92 |
+
"llm.model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 93 |
+
"llm.model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 94 |
+
"llm.model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 95 |
+
"llm.model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 96 |
+
"llm.model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 97 |
+
"llm.model.layers.15.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 98 |
+
"llm.model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 99 |
+
"llm.model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 100 |
+
"llm.model.layers.15.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 101 |
+
"llm.model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 102 |
+
"llm.model.layers.15.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 103 |
+
"llm.model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 104 |
+
"llm.model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 105 |
+
"llm.model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 106 |
+
"llm.model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 107 |
+
"llm.model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 108 |
+
"llm.model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 109 |
+
"llm.model.layers.16.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 110 |
+
"llm.model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 111 |
+
"llm.model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 112 |
+
"llm.model.layers.16.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 113 |
+
"llm.model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 114 |
+
"llm.model.layers.16.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 115 |
+
"llm.model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 116 |
+
"llm.model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 117 |
+
"llm.model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 118 |
+
"llm.model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 119 |
+
"llm.model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 120 |
+
"llm.model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 121 |
+
"llm.model.layers.17.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 122 |
+
"llm.model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 123 |
+
"llm.model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 124 |
+
"llm.model.layers.17.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 125 |
+
"llm.model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 126 |
+
"llm.model.layers.17.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 127 |
+
"llm.model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 128 |
+
"llm.model.layers.18.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 129 |
+
"llm.model.layers.18.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 130 |
+
"llm.model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 131 |
+
"llm.model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 132 |
+
"llm.model.layers.18.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 133 |
+
"llm.model.layers.18.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 134 |
+
"llm.model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 135 |
+
"llm.model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 136 |
+
"llm.model.layers.18.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 137 |
+
"llm.model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 138 |
+
"llm.model.layers.18.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 139 |
+
"llm.model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 140 |
+
"llm.model.layers.19.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 141 |
+
"llm.model.layers.19.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 142 |
+
"llm.model.layers.19.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 143 |
+
"llm.model.layers.19.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 144 |
+
"llm.model.layers.19.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 145 |
+
"llm.model.layers.19.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 146 |
+
"llm.model.layers.19.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 147 |
+
"llm.model.layers.19.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 148 |
+
"llm.model.layers.19.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 149 |
+
"llm.model.layers.19.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 150 |
+
"llm.model.layers.19.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 151 |
+
"llm.model.layers.19.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 152 |
+
"llm.model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 153 |
+
"llm.model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 154 |
+
"llm.model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 155 |
+
"llm.model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 156 |
+
"llm.model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 157 |
+
"llm.model.layers.2.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 158 |
+
"llm.model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 159 |
+
"llm.model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 160 |
+
"llm.model.layers.2.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 161 |
+
"llm.model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 162 |
+
"llm.model.layers.2.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 163 |
+
"llm.model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 164 |
+
"llm.model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 165 |
+
"llm.model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 166 |
+
"llm.model.layers.20.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 167 |
+
"llm.model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 168 |
+
"llm.model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 169 |
+
"llm.model.layers.20.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 170 |
+
"llm.model.layers.20.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 171 |
+
"llm.model.layers.20.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 172 |
+
"llm.model.layers.20.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 173 |
+
"llm.model.layers.20.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 174 |
+
"llm.model.layers.20.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 175 |
+
"llm.model.layers.20.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 176 |
+
"llm.model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 177 |
+
"llm.model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 178 |
+
"llm.model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 179 |
+
"llm.model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 180 |
+
"llm.model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 181 |
+
"llm.model.layers.21.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 182 |
+
"llm.model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 183 |
+
"llm.model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 184 |
+
"llm.model.layers.21.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 185 |
+
"llm.model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 186 |
+
"llm.model.layers.21.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 187 |
+
"llm.model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 188 |
+
"llm.model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 189 |
+
"llm.model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 190 |
+
"llm.model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 191 |
+
"llm.model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 192 |
+
"llm.model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 193 |
+
"llm.model.layers.22.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 194 |
+
"llm.model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 195 |
+
"llm.model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 196 |
+
"llm.model.layers.22.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 197 |
+
"llm.model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 198 |
+
"llm.model.layers.22.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 199 |
+
"llm.model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 200 |
+
"llm.model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 201 |
+
"llm.model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 202 |
+
"llm.model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 203 |
+
"llm.model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 204 |
+
"llm.model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 205 |
+
"llm.model.layers.23.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 206 |
+
"llm.model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 207 |
+
"llm.model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 208 |
+
"llm.model.layers.23.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 209 |
+
"llm.model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 210 |
+
"llm.model.layers.23.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 211 |
+
"llm.model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 212 |
+
"llm.model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 213 |
+
"llm.model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 214 |
+
"llm.model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 215 |
+
"llm.model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 216 |
+
"llm.model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 217 |
+
"llm.model.layers.24.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 218 |
+
"llm.model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 219 |
+
"llm.model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 220 |
+
"llm.model.layers.24.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 221 |
+
"llm.model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 222 |
+
"llm.model.layers.24.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 223 |
+
"llm.model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 224 |
+
"llm.model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 225 |
+
"llm.model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 226 |
+
"llm.model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 227 |
+
"llm.model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 228 |
+
"llm.model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 229 |
+
"llm.model.layers.25.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 230 |
+
"llm.model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 231 |
+
"llm.model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 232 |
+
"llm.model.layers.25.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 233 |
+
"llm.model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 234 |
+
"llm.model.layers.25.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 235 |
+
"llm.model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 236 |
+
"llm.model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 237 |
+
"llm.model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 238 |
+
"llm.model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 239 |
+
"llm.model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 240 |
+
"llm.model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 241 |
+
"llm.model.layers.26.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 242 |
+
"llm.model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 243 |
+
"llm.model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 244 |
+
"llm.model.layers.26.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 245 |
+
"llm.model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 246 |
+
"llm.model.layers.26.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 247 |
+
"llm.model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 248 |
+
"llm.model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 249 |
+
"llm.model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 250 |
+
"llm.model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 251 |
+
"llm.model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 252 |
+
"llm.model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 253 |
+
"llm.model.layers.27.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 254 |
+
"llm.model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 255 |
+
"llm.model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 256 |
+
"llm.model.layers.27.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 257 |
+
"llm.model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 258 |
+
"llm.model.layers.27.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 259 |
+
"llm.model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 260 |
+
"llm.model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 261 |
+
"llm.model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 262 |
+
"llm.model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 263 |
+
"llm.model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 264 |
+
"llm.model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 265 |
+
"llm.model.layers.3.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 266 |
+
"llm.model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 267 |
+
"llm.model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 268 |
+
"llm.model.layers.3.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 269 |
+
"llm.model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 270 |
+
"llm.model.layers.3.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 271 |
+
"llm.model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 272 |
+
"llm.model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 273 |
+
"llm.model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 274 |
+
"llm.model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 275 |
+
"llm.model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 276 |
+
"llm.model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 277 |
+
"llm.model.layers.4.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 278 |
+
"llm.model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 279 |
+
"llm.model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 280 |
+
"llm.model.layers.4.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 281 |
+
"llm.model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 282 |
+
"llm.model.layers.4.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 283 |
+
"llm.model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 284 |
+
"llm.model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 285 |
+
"llm.model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 286 |
+
"llm.model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 287 |
+
"llm.model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 288 |
+
"llm.model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 289 |
+
"llm.model.layers.5.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 290 |
+
"llm.model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 291 |
+
"llm.model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 292 |
+
"llm.model.layers.5.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 293 |
+
"llm.model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 294 |
+
"llm.model.layers.5.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 295 |
+
"llm.model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 296 |
+
"llm.model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 297 |
+
"llm.model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 298 |
+
"llm.model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 299 |
+
"llm.model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 300 |
+
"llm.model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 301 |
+
"llm.model.layers.6.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 302 |
+
"llm.model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 303 |
+
"llm.model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 304 |
+
"llm.model.layers.6.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 305 |
+
"llm.model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 306 |
+
"llm.model.layers.6.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 307 |
+
"llm.model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 308 |
+
"llm.model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 309 |
+
"llm.model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 310 |
+
"llm.model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 311 |
+
"llm.model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 312 |
+
"llm.model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 313 |
+
"llm.model.layers.7.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 314 |
+
"llm.model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 315 |
+
"llm.model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 316 |
+
"llm.model.layers.7.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 317 |
+
"llm.model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 318 |
+
"llm.model.layers.7.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 319 |
+
"llm.model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 320 |
+
"llm.model.layers.8.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 321 |
+
"llm.model.layers.8.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 322 |
+
"llm.model.layers.8.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 323 |
+
"llm.model.layers.8.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 324 |
+
"llm.model.layers.8.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 325 |
+
"llm.model.layers.8.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 326 |
+
"llm.model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 327 |
+
"llm.model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 328 |
+
"llm.model.layers.8.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 329 |
+
"llm.model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 330 |
+
"llm.model.layers.8.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 331 |
+
"llm.model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 332 |
+
"llm.model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 333 |
+
"llm.model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 334 |
+
"llm.model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 335 |
+
"llm.model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 336 |
+
"llm.model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 337 |
+
"llm.model.layers.9.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 338 |
+
"llm.model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 339 |
+
"llm.model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 340 |
+
"llm.model.layers.9.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 341 |
+
"llm.model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 342 |
+
"llm.model.layers.9.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 343 |
+
"llm.model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 344 |
+
"llm.model.norm.weight": "model-00003-of-00004.safetensors",
|
| 345 |
+
"resampler.attn.in_proj_bias": "model-00004-of-00004.safetensors",
|
| 346 |
+
"resampler.attn.in_proj_weight": "model-00004-of-00004.safetensors",
|
| 347 |
+
"resampler.attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 348 |
+
"resampler.attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 349 |
+
"resampler.kv_proj.weight": "model-00004-of-00004.safetensors",
|
| 350 |
+
"resampler.ln_kv.bias": "model-00004-of-00004.safetensors",
|
| 351 |
+
"resampler.ln_kv.weight": "model-00004-of-00004.safetensors",
|
| 352 |
+
"resampler.ln_post.bias": "model-00004-of-00004.safetensors",
|
| 353 |
+
"resampler.ln_post.weight": "model-00004-of-00004.safetensors",
|
| 354 |
+
"resampler.ln_q.bias": "model-00004-of-00004.safetensors",
|
| 355 |
+
"resampler.ln_q.weight": "model-00004-of-00004.safetensors",
|
| 356 |
+
"resampler.proj": "model-00004-of-00004.safetensors",
|
| 357 |
+
"resampler.query": "model-00004-of-00004.safetensors",
|
| 358 |
+
"vpm.embeddings.patch_embedding.bias": "model-00004-of-00004.safetensors",
|
| 359 |
+
"vpm.embeddings.patch_embedding.weight": "model-00004-of-00004.safetensors",
|
| 360 |
+
"vpm.embeddings.position_embedding.weight": "model-00004-of-00004.safetensors",
|
| 361 |
+
"vpm.encoder.layers.0.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 362 |
+
"vpm.encoder.layers.0.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 363 |
+
"vpm.encoder.layers.0.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 364 |
+
"vpm.encoder.layers.0.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 365 |
+
"vpm.encoder.layers.0.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 366 |
+
"vpm.encoder.layers.0.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 367 |
+
"vpm.encoder.layers.0.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 368 |
+
"vpm.encoder.layers.0.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 369 |
+
"vpm.encoder.layers.0.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 370 |
+
"vpm.encoder.layers.0.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 371 |
+
"vpm.encoder.layers.0.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 372 |
+
"vpm.encoder.layers.0.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 373 |
+
"vpm.encoder.layers.0.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 374 |
+
"vpm.encoder.layers.0.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 375 |
+
"vpm.encoder.layers.0.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 376 |
+
"vpm.encoder.layers.0.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 377 |
+
"vpm.encoder.layers.1.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 378 |
+
"vpm.encoder.layers.1.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 379 |
+
"vpm.encoder.layers.1.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 380 |
+
"vpm.encoder.layers.1.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 381 |
+
"vpm.encoder.layers.1.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 382 |
+
"vpm.encoder.layers.1.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 383 |
+
"vpm.encoder.layers.1.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 384 |
+
"vpm.encoder.layers.1.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 385 |
+
"vpm.encoder.layers.1.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 386 |
+
"vpm.encoder.layers.1.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 387 |
+
"vpm.encoder.layers.1.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 388 |
+
"vpm.encoder.layers.1.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 389 |
+
"vpm.encoder.layers.1.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 390 |
+
"vpm.encoder.layers.1.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 391 |
+
"vpm.encoder.layers.1.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 392 |
+
"vpm.encoder.layers.1.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 393 |
+
"vpm.encoder.layers.10.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 394 |
+
"vpm.encoder.layers.10.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 395 |
+
"vpm.encoder.layers.10.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 396 |
+
"vpm.encoder.layers.10.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 397 |
+
"vpm.encoder.layers.10.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 398 |
+
"vpm.encoder.layers.10.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 399 |
+
"vpm.encoder.layers.10.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 400 |
+
"vpm.encoder.layers.10.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 401 |
+
"vpm.encoder.layers.10.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 402 |
+
"vpm.encoder.layers.10.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 403 |
+
"vpm.encoder.layers.10.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 404 |
+
"vpm.encoder.layers.10.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 405 |
+
"vpm.encoder.layers.10.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 406 |
+
"vpm.encoder.layers.10.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 407 |
+
"vpm.encoder.layers.10.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 408 |
+
"vpm.encoder.layers.10.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 409 |
+
"vpm.encoder.layers.11.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 410 |
+
"vpm.encoder.layers.11.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 411 |
+
"vpm.encoder.layers.11.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 412 |
+
"vpm.encoder.layers.11.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 413 |
+
"vpm.encoder.layers.11.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 414 |
+
"vpm.encoder.layers.11.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 415 |
+
"vpm.encoder.layers.11.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 416 |
+
"vpm.encoder.layers.11.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 417 |
+
"vpm.encoder.layers.11.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 418 |
+
"vpm.encoder.layers.11.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 419 |
+
"vpm.encoder.layers.11.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 420 |
+
"vpm.encoder.layers.11.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 421 |
+
"vpm.encoder.layers.11.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 422 |
+
"vpm.encoder.layers.11.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 423 |
+
"vpm.encoder.layers.11.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 424 |
+
"vpm.encoder.layers.11.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 425 |
+
"vpm.encoder.layers.12.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 426 |
+
"vpm.encoder.layers.12.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 427 |
+
"vpm.encoder.layers.12.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 428 |
+
"vpm.encoder.layers.12.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 429 |
+
"vpm.encoder.layers.12.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 430 |
+
"vpm.encoder.layers.12.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 431 |
+
"vpm.encoder.layers.12.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 432 |
+
"vpm.encoder.layers.12.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 433 |
+
"vpm.encoder.layers.12.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 434 |
+
"vpm.encoder.layers.12.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 435 |
+
"vpm.encoder.layers.12.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 436 |
+
"vpm.encoder.layers.12.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 437 |
+
"vpm.encoder.layers.12.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 438 |
+
"vpm.encoder.layers.12.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 439 |
+
"vpm.encoder.layers.12.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 440 |
+
"vpm.encoder.layers.12.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 441 |
+
"vpm.encoder.layers.13.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 442 |
+
"vpm.encoder.layers.13.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 443 |
+
"vpm.encoder.layers.13.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 444 |
+
"vpm.encoder.layers.13.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 445 |
+
"vpm.encoder.layers.13.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 446 |
+
"vpm.encoder.layers.13.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 447 |
+
"vpm.encoder.layers.13.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 448 |
+
"vpm.encoder.layers.13.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 449 |
+
"vpm.encoder.layers.13.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 450 |
+
"vpm.encoder.layers.13.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 451 |
+
"vpm.encoder.layers.13.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 452 |
+
"vpm.encoder.layers.13.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 453 |
+
"vpm.encoder.layers.13.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 454 |
+
"vpm.encoder.layers.13.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 455 |
+
"vpm.encoder.layers.13.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 456 |
+
"vpm.encoder.layers.13.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 457 |
+
"vpm.encoder.layers.14.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 458 |
+
"vpm.encoder.layers.14.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 459 |
+
"vpm.encoder.layers.14.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 460 |
+
"vpm.encoder.layers.14.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 461 |
+
"vpm.encoder.layers.14.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 462 |
+
"vpm.encoder.layers.14.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 463 |
+
"vpm.encoder.layers.14.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 464 |
+
"vpm.encoder.layers.14.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 465 |
+
"vpm.encoder.layers.14.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 466 |
+
"vpm.encoder.layers.14.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 467 |
+
"vpm.encoder.layers.14.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 468 |
+
"vpm.encoder.layers.14.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 469 |
+
"vpm.encoder.layers.14.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 470 |
+
"vpm.encoder.layers.14.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 471 |
+
"vpm.encoder.layers.14.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 472 |
+
"vpm.encoder.layers.14.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 473 |
+
"vpm.encoder.layers.15.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 474 |
+
"vpm.encoder.layers.15.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 475 |
+
"vpm.encoder.layers.15.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 476 |
+
"vpm.encoder.layers.15.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 477 |
+
"vpm.encoder.layers.15.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 478 |
+
"vpm.encoder.layers.15.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 479 |
+
"vpm.encoder.layers.15.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 480 |
+
"vpm.encoder.layers.15.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 481 |
+
"vpm.encoder.layers.15.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 482 |
+
"vpm.encoder.layers.15.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 483 |
+
"vpm.encoder.layers.15.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 484 |
+
"vpm.encoder.layers.15.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 485 |
+
"vpm.encoder.layers.15.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 486 |
+
"vpm.encoder.layers.15.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 487 |
+
"vpm.encoder.layers.15.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 488 |
+
"vpm.encoder.layers.15.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 489 |
+
"vpm.encoder.layers.16.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 490 |
+
"vpm.encoder.layers.16.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 491 |
+
"vpm.encoder.layers.16.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 492 |
+
"vpm.encoder.layers.16.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 493 |
+
"vpm.encoder.layers.16.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 494 |
+
"vpm.encoder.layers.16.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 495 |
+
"vpm.encoder.layers.16.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 496 |
+
"vpm.encoder.layers.16.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 497 |
+
"vpm.encoder.layers.16.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 498 |
+
"vpm.encoder.layers.16.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 499 |
+
"vpm.encoder.layers.16.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 500 |
+
"vpm.encoder.layers.16.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 501 |
+
"vpm.encoder.layers.16.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 502 |
+
"vpm.encoder.layers.16.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 503 |
+
"vpm.encoder.layers.16.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 504 |
+
"vpm.encoder.layers.16.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 505 |
+
"vpm.encoder.layers.17.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 506 |
+
"vpm.encoder.layers.17.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 507 |
+
"vpm.encoder.layers.17.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 508 |
+
"vpm.encoder.layers.17.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 509 |
+
"vpm.encoder.layers.17.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 510 |
+
"vpm.encoder.layers.17.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 511 |
+
"vpm.encoder.layers.17.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 512 |
+
"vpm.encoder.layers.17.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 513 |
+
"vpm.encoder.layers.17.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 514 |
+
"vpm.encoder.layers.17.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 515 |
+
"vpm.encoder.layers.17.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 516 |
+
"vpm.encoder.layers.17.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 517 |
+
"vpm.encoder.layers.17.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 518 |
+
"vpm.encoder.layers.17.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 519 |
+
"vpm.encoder.layers.17.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 520 |
+
"vpm.encoder.layers.17.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 521 |
+
"vpm.encoder.layers.18.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 522 |
+
"vpm.encoder.layers.18.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 523 |
+
"vpm.encoder.layers.18.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 524 |
+
"vpm.encoder.layers.18.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 525 |
+
"vpm.encoder.layers.18.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 526 |
+
"vpm.encoder.layers.18.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 527 |
+
"vpm.encoder.layers.18.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 528 |
+
"vpm.encoder.layers.18.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 529 |
+
"vpm.encoder.layers.18.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 530 |
+
"vpm.encoder.layers.18.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 531 |
+
"vpm.encoder.layers.18.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 532 |
+
"vpm.encoder.layers.18.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 533 |
+
"vpm.encoder.layers.18.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 534 |
+
"vpm.encoder.layers.18.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 535 |
+
"vpm.encoder.layers.18.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 536 |
+
"vpm.encoder.layers.18.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 537 |
+
"vpm.encoder.layers.19.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 538 |
+
"vpm.encoder.layers.19.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 539 |
+
"vpm.encoder.layers.19.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 540 |
+
"vpm.encoder.layers.19.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 541 |
+
"vpm.encoder.layers.19.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 542 |
+
"vpm.encoder.layers.19.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 543 |
+
"vpm.encoder.layers.19.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 544 |
+
"vpm.encoder.layers.19.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 545 |
+
"vpm.encoder.layers.19.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 546 |
+
"vpm.encoder.layers.19.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 547 |
+
"vpm.encoder.layers.19.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 548 |
+
"vpm.encoder.layers.19.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 549 |
+
"vpm.encoder.layers.19.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 550 |
+
"vpm.encoder.layers.19.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 551 |
+
"vpm.encoder.layers.19.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 552 |
+
"vpm.encoder.layers.19.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 553 |
+
"vpm.encoder.layers.2.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 554 |
+
"vpm.encoder.layers.2.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 555 |
+
"vpm.encoder.layers.2.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 556 |
+
"vpm.encoder.layers.2.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 557 |
+
"vpm.encoder.layers.2.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 558 |
+
"vpm.encoder.layers.2.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 559 |
+
"vpm.encoder.layers.2.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 560 |
+
"vpm.encoder.layers.2.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 561 |
+
"vpm.encoder.layers.2.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 562 |
+
"vpm.encoder.layers.2.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 563 |
+
"vpm.encoder.layers.2.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 564 |
+
"vpm.encoder.layers.2.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 565 |
+
"vpm.encoder.layers.2.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 566 |
+
"vpm.encoder.layers.2.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 567 |
+
"vpm.encoder.layers.2.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 568 |
+
"vpm.encoder.layers.2.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 569 |
+
"vpm.encoder.layers.20.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 570 |
+
"vpm.encoder.layers.20.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 571 |
+
"vpm.encoder.layers.20.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 572 |
+
"vpm.encoder.layers.20.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 573 |
+
"vpm.encoder.layers.20.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 574 |
+
"vpm.encoder.layers.20.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 575 |
+
"vpm.encoder.layers.20.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 576 |
+
"vpm.encoder.layers.20.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 577 |
+
"vpm.encoder.layers.20.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 578 |
+
"vpm.encoder.layers.20.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 579 |
+
"vpm.encoder.layers.20.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 580 |
+
"vpm.encoder.layers.20.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 581 |
+
"vpm.encoder.layers.20.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 582 |
+
"vpm.encoder.layers.20.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 583 |
+
"vpm.encoder.layers.20.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 584 |
+
"vpm.encoder.layers.20.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 585 |
+
"vpm.encoder.layers.21.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 586 |
+
"vpm.encoder.layers.21.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 587 |
+
"vpm.encoder.layers.21.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 588 |
+
"vpm.encoder.layers.21.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 589 |
+
"vpm.encoder.layers.21.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 590 |
+
"vpm.encoder.layers.21.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 591 |
+
"vpm.encoder.layers.21.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 592 |
+
"vpm.encoder.layers.21.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 593 |
+
"vpm.encoder.layers.21.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 594 |
+
"vpm.encoder.layers.21.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 595 |
+
"vpm.encoder.layers.21.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 596 |
+
"vpm.encoder.layers.21.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 597 |
+
"vpm.encoder.layers.21.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 598 |
+
"vpm.encoder.layers.21.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 599 |
+
"vpm.encoder.layers.21.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 600 |
+
"vpm.encoder.layers.21.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 601 |
+
"vpm.encoder.layers.22.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 602 |
+
"vpm.encoder.layers.22.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 603 |
+
"vpm.encoder.layers.22.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 604 |
+
"vpm.encoder.layers.22.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 605 |
+
"vpm.encoder.layers.22.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 606 |
+
"vpm.encoder.layers.22.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 607 |
+
"vpm.encoder.layers.22.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 608 |
+
"vpm.encoder.layers.22.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 609 |
+
"vpm.encoder.layers.22.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 610 |
+
"vpm.encoder.layers.22.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 611 |
+
"vpm.encoder.layers.22.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 612 |
+
"vpm.encoder.layers.22.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 613 |
+
"vpm.encoder.layers.22.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 614 |
+
"vpm.encoder.layers.22.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 615 |
+
"vpm.encoder.layers.22.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 616 |
+
"vpm.encoder.layers.22.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 617 |
+
"vpm.encoder.layers.23.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 618 |
+
"vpm.encoder.layers.23.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 619 |
+
"vpm.encoder.layers.23.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 620 |
+
"vpm.encoder.layers.23.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 621 |
+
"vpm.encoder.layers.23.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 622 |
+
"vpm.encoder.layers.23.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 623 |
+
"vpm.encoder.layers.23.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 624 |
+
"vpm.encoder.layers.23.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 625 |
+
"vpm.encoder.layers.23.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 626 |
+
"vpm.encoder.layers.23.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 627 |
+
"vpm.encoder.layers.23.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 628 |
+
"vpm.encoder.layers.23.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 629 |
+
"vpm.encoder.layers.23.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 630 |
+
"vpm.encoder.layers.23.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 631 |
+
"vpm.encoder.layers.23.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 632 |
+
"vpm.encoder.layers.23.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 633 |
+
"vpm.encoder.layers.24.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 634 |
+
"vpm.encoder.layers.24.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 635 |
+
"vpm.encoder.layers.24.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 636 |
+
"vpm.encoder.layers.24.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 637 |
+
"vpm.encoder.layers.24.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 638 |
+
"vpm.encoder.layers.24.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 639 |
+
"vpm.encoder.layers.24.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 640 |
+
"vpm.encoder.layers.24.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 641 |
+
"vpm.encoder.layers.24.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 642 |
+
"vpm.encoder.layers.24.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 643 |
+
"vpm.encoder.layers.24.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 644 |
+
"vpm.encoder.layers.24.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 645 |
+
"vpm.encoder.layers.24.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 646 |
+
"vpm.encoder.layers.24.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 647 |
+
"vpm.encoder.layers.24.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 648 |
+
"vpm.encoder.layers.24.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 649 |
+
"vpm.encoder.layers.25.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 650 |
+
"vpm.encoder.layers.25.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 651 |
+
"vpm.encoder.layers.25.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 652 |
+
"vpm.encoder.layers.25.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 653 |
+
"vpm.encoder.layers.25.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 654 |
+
"vpm.encoder.layers.25.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 655 |
+
"vpm.encoder.layers.25.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 656 |
+
"vpm.encoder.layers.25.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 657 |
+
"vpm.encoder.layers.25.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 658 |
+
"vpm.encoder.layers.25.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 659 |
+
"vpm.encoder.layers.25.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 660 |
+
"vpm.encoder.layers.25.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 661 |
+
"vpm.encoder.layers.25.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 662 |
+
"vpm.encoder.layers.25.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 663 |
+
"vpm.encoder.layers.25.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 664 |
+
"vpm.encoder.layers.25.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 665 |
+
"vpm.encoder.layers.26.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 666 |
+
"vpm.encoder.layers.26.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 667 |
+
"vpm.encoder.layers.26.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 668 |
+
"vpm.encoder.layers.26.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 669 |
+
"vpm.encoder.layers.26.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 670 |
+
"vpm.encoder.layers.26.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 671 |
+
"vpm.encoder.layers.26.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 672 |
+
"vpm.encoder.layers.26.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 673 |
+
"vpm.encoder.layers.26.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 674 |
+
"vpm.encoder.layers.26.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 675 |
+
"vpm.encoder.layers.26.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 676 |
+
"vpm.encoder.layers.26.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 677 |
+
"vpm.encoder.layers.26.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 678 |
+
"vpm.encoder.layers.26.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 679 |
+
"vpm.encoder.layers.26.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 680 |
+
"vpm.encoder.layers.26.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 681 |
+
"vpm.encoder.layers.3.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 682 |
+
"vpm.encoder.layers.3.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 683 |
+
"vpm.encoder.layers.3.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 684 |
+
"vpm.encoder.layers.3.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 685 |
+
"vpm.encoder.layers.3.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 686 |
+
"vpm.encoder.layers.3.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 687 |
+
"vpm.encoder.layers.3.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 688 |
+
"vpm.encoder.layers.3.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 689 |
+
"vpm.encoder.layers.3.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 690 |
+
"vpm.encoder.layers.3.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 691 |
+
"vpm.encoder.layers.3.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 692 |
+
"vpm.encoder.layers.3.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 693 |
+
"vpm.encoder.layers.3.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 694 |
+
"vpm.encoder.layers.3.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 695 |
+
"vpm.encoder.layers.3.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 696 |
+
"vpm.encoder.layers.3.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 697 |
+
"vpm.encoder.layers.4.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 698 |
+
"vpm.encoder.layers.4.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 699 |
+
"vpm.encoder.layers.4.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 700 |
+
"vpm.encoder.layers.4.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 701 |
+
"vpm.encoder.layers.4.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 702 |
+
"vpm.encoder.layers.4.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 703 |
+
"vpm.encoder.layers.4.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 704 |
+
"vpm.encoder.layers.4.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 705 |
+
"vpm.encoder.layers.4.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 706 |
+
"vpm.encoder.layers.4.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 707 |
+
"vpm.encoder.layers.4.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 708 |
+
"vpm.encoder.layers.4.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 709 |
+
"vpm.encoder.layers.4.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 710 |
+
"vpm.encoder.layers.4.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 711 |
+
"vpm.encoder.layers.4.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 712 |
+
"vpm.encoder.layers.4.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 713 |
+
"vpm.encoder.layers.5.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 714 |
+
"vpm.encoder.layers.5.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 715 |
+
"vpm.encoder.layers.5.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 716 |
+
"vpm.encoder.layers.5.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 717 |
+
"vpm.encoder.layers.5.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 718 |
+
"vpm.encoder.layers.5.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 719 |
+
"vpm.encoder.layers.5.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 720 |
+
"vpm.encoder.layers.5.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 721 |
+
"vpm.encoder.layers.5.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 722 |
+
"vpm.encoder.layers.5.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 723 |
+
"vpm.encoder.layers.5.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 724 |
+
"vpm.encoder.layers.5.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 725 |
+
"vpm.encoder.layers.5.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 726 |
+
"vpm.encoder.layers.5.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 727 |
+
"vpm.encoder.layers.5.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 728 |
+
"vpm.encoder.layers.5.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 729 |
+
"vpm.encoder.layers.6.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 730 |
+
"vpm.encoder.layers.6.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 731 |
+
"vpm.encoder.layers.6.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 732 |
+
"vpm.encoder.layers.6.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 733 |
+
"vpm.encoder.layers.6.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 734 |
+
"vpm.encoder.layers.6.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 735 |
+
"vpm.encoder.layers.6.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 736 |
+
"vpm.encoder.layers.6.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 737 |
+
"vpm.encoder.layers.6.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 738 |
+
"vpm.encoder.layers.6.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 739 |
+
"vpm.encoder.layers.6.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 740 |
+
"vpm.encoder.layers.6.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 741 |
+
"vpm.encoder.layers.6.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 742 |
+
"vpm.encoder.layers.6.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 743 |
+
"vpm.encoder.layers.6.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 744 |
+
"vpm.encoder.layers.6.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 745 |
+
"vpm.encoder.layers.7.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 746 |
+
"vpm.encoder.layers.7.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 747 |
+
"vpm.encoder.layers.7.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 748 |
+
"vpm.encoder.layers.7.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 749 |
+
"vpm.encoder.layers.7.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 750 |
+
"vpm.encoder.layers.7.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 751 |
+
"vpm.encoder.layers.7.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 752 |
+
"vpm.encoder.layers.7.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 753 |
+
"vpm.encoder.layers.7.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 754 |
+
"vpm.encoder.layers.7.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 755 |
+
"vpm.encoder.layers.7.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 756 |
+
"vpm.encoder.layers.7.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 757 |
+
"vpm.encoder.layers.7.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 758 |
+
"vpm.encoder.layers.7.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 759 |
+
"vpm.encoder.layers.7.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 760 |
+
"vpm.encoder.layers.7.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 761 |
+
"vpm.encoder.layers.8.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 762 |
+
"vpm.encoder.layers.8.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 763 |
+
"vpm.encoder.layers.8.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 764 |
+
"vpm.encoder.layers.8.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 765 |
+
"vpm.encoder.layers.8.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 766 |
+
"vpm.encoder.layers.8.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 767 |
+
"vpm.encoder.layers.8.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 768 |
+
"vpm.encoder.layers.8.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 769 |
+
"vpm.encoder.layers.8.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 770 |
+
"vpm.encoder.layers.8.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 771 |
+
"vpm.encoder.layers.8.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 772 |
+
"vpm.encoder.layers.8.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 773 |
+
"vpm.encoder.layers.8.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 774 |
+
"vpm.encoder.layers.8.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 775 |
+
"vpm.encoder.layers.8.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 776 |
+
"vpm.encoder.layers.8.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 777 |
+
"vpm.encoder.layers.9.layer_norm1.bias": "model-00004-of-00004.safetensors",
|
| 778 |
+
"vpm.encoder.layers.9.layer_norm1.weight": "model-00004-of-00004.safetensors",
|
| 779 |
+
"vpm.encoder.layers.9.layer_norm2.bias": "model-00004-of-00004.safetensors",
|
| 780 |
+
"vpm.encoder.layers.9.layer_norm2.weight": "model-00004-of-00004.safetensors",
|
| 781 |
+
"vpm.encoder.layers.9.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 782 |
+
"vpm.encoder.layers.9.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 783 |
+
"vpm.encoder.layers.9.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 784 |
+
"vpm.encoder.layers.9.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 785 |
+
"vpm.encoder.layers.9.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
|
| 786 |
+
"vpm.encoder.layers.9.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
| 787 |
+
"vpm.encoder.layers.9.self_attn.out_proj.bias": "model-00004-of-00004.safetensors",
|
| 788 |
+
"vpm.encoder.layers.9.self_attn.out_proj.weight": "model-00004-of-00004.safetensors",
|
| 789 |
+
"vpm.encoder.layers.9.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
|
| 790 |
+
"vpm.encoder.layers.9.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
| 791 |
+
"vpm.encoder.layers.9.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
|
| 792 |
+
"vpm.encoder.layers.9.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
| 793 |
+
"vpm.post_layernorm.bias": "model-00004-of-00004.safetensors",
|
| 794 |
+
"vpm.post_layernorm.weight": "model-00004-of-00004.safetensors"
|
| 795 |
+
}
|
| 796 |
+
}
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"image_processor_type": "MiniCPMVImageProcessor",
|
| 3 |
+
"auto_map": {
|
| 4 |
+
"AutoProcessor": "processing_minicpmv.MiniCPMVProcessor",
|
| 5 |
+
"AutoImageProcessor": "image_processing_minicpmv.MiniCPMVImageProcessor"
|
| 6 |
+
},
|
| 7 |
+
"processor_class": "MiniCPMVProcessor",
|
| 8 |
+
"max_slice_nums": 9,
|
| 9 |
+
"scale_resolution": 448,
|
| 10 |
+
"patch_size": 14,
|
| 11 |
+
"use_image_id": true,
|
| 12 |
+
"image_feature_size": 64,
|
| 13 |
+
"im_start": "<image>",
|
| 14 |
+
"im_end": "</image>",
|
| 15 |
+
"slice_start": "<slice>",
|
| 16 |
+
"slice_end": "</slice>",
|
| 17 |
+
"unk": "<unk>",
|
| 18 |
+
"im_id_start": "<image_id>",
|
| 19 |
+
"im_id_end": "</image_id>",
|
| 20 |
+
"slice_mode": true,
|
| 21 |
+
"norm_mean": [0.5, 0.5, 0.5],
|
| 22 |
+
"norm_std": [0.5, 0.5, 0.5],
|
| 23 |
+
"version": 2.6
|
| 24 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,172 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
{
|
| 4 |
+
"content": "<image>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"content": "</image>",
|
| 12 |
+
"lstrip": false,
|
| 13 |
+
"normalized": false,
|
| 14 |
+
"rstrip": false,
|
| 15 |
+
"single_word": false
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"content": "<ref>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"content": "</ref>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"content": "<box>",
|
| 33 |
+
"lstrip": false,
|
| 34 |
+
"normalized": false,
|
| 35 |
+
"rstrip": false,
|
| 36 |
+
"single_word": false
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"content": "</box>",
|
| 40 |
+
"lstrip": false,
|
| 41 |
+
"normalized": false,
|
| 42 |
+
"rstrip": false,
|
| 43 |
+
"single_word": false
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"content": "<quad>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"content": "</quad>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"content": "<point>",
|
| 61 |
+
"lstrip": false,
|
| 62 |
+
"normalized": false,
|
| 63 |
+
"rstrip": false,
|
| 64 |
+
"single_word": false
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"content": "</point>",
|
| 68 |
+
"lstrip": false,
|
| 69 |
+
"normalized": false,
|
| 70 |
+
"rstrip": false,
|
| 71 |
+
"single_word": false
|
| 72 |
+
},
|
| 73 |
+
{
|
| 74 |
+
"content": "<slice>",
|
| 75 |
+
"lstrip": false,
|
| 76 |
+
"normalized": false,
|
| 77 |
+
"rstrip": false,
|
| 78 |
+
"single_word": false
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"content": "</slice>",
|
| 82 |
+
"lstrip": false,
|
| 83 |
+
"normalized": false,
|
| 84 |
+
"rstrip": false,
|
| 85 |
+
"single_word": false
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"content": "<image_id>",
|
| 89 |
+
"lstrip": false,
|
| 90 |
+
"normalized": false,
|
| 91 |
+
"rstrip": false,
|
| 92 |
+
"single_word": false
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"content": "</image_id>",
|
| 96 |
+
"lstrip": false,
|
| 97 |
+
"normalized": false,
|
| 98 |
+
"rstrip": false,
|
| 99 |
+
"single_word": false
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"content": "<|reserved_special_token_0|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"content": "<|reserved_special_token_1|>",
|
| 110 |
+
"lstrip": false,
|
| 111 |
+
"normalized": false,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"content": "<|reserved_special_token_2|>",
|
| 117 |
+
"lstrip": false,
|
| 118 |
+
"normalized": false,
|
| 119 |
+
"rstrip": false,
|
| 120 |
+
"single_word": false
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"content": "<|reserved_special_token_3|>",
|
| 124 |
+
"lstrip": false,
|
| 125 |
+
"normalized": false,
|
| 126 |
+
"rstrip": false,
|
| 127 |
+
"single_word": false
|
| 128 |
+
},
|
| 129 |
+
{
|
| 130 |
+
"content": "<|reserved_special_token_4|>",
|
| 131 |
+
"lstrip": false,
|
| 132 |
+
"normalized": false,
|
| 133 |
+
"rstrip": false,
|
| 134 |
+
"single_word": false
|
| 135 |
+
},
|
| 136 |
+
{
|
| 137 |
+
"content": "<|reserved_special_token_5|>",
|
| 138 |
+
"lstrip": false,
|
| 139 |
+
"normalized": false,
|
| 140 |
+
"rstrip": false,
|
| 141 |
+
"single_word": false
|
| 142 |
+
}
|
| 143 |
+
],
|
| 144 |
+
"bos_token": {
|
| 145 |
+
"content": "<|im_start|>",
|
| 146 |
+
"lstrip": false,
|
| 147 |
+
"normalized": false,
|
| 148 |
+
"rstrip": false,
|
| 149 |
+
"single_word": false
|
| 150 |
+
},
|
| 151 |
+
"eos_token": {
|
| 152 |
+
"content": "<|im_end|>",
|
| 153 |
+
"lstrip": false,
|
| 154 |
+
"normalized": false,
|
| 155 |
+
"rstrip": false,
|
| 156 |
+
"single_word": false
|
| 157 |
+
},
|
| 158 |
+
"pad_token": {
|
| 159 |
+
"content": "<|endoftext|>",
|
| 160 |
+
"lstrip": false,
|
| 161 |
+
"normalized": false,
|
| 162 |
+
"rstrip": false,
|
| 163 |
+
"single_word": false
|
| 164 |
+
},
|
| 165 |
+
"unk_token": {
|
| 166 |
+
"content": "<unk>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false
|
| 171 |
+
}
|
| 172 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,235 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"128244": {
|
| 5 |
+
"content": "<unk>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"151643": {
|
| 13 |
+
"content": "<|endoftext|>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"151644": {
|
| 21 |
+
"content": "<|im_start|>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"151645": {
|
| 29 |
+
"content": "<|im_end|>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"151646": {
|
| 37 |
+
"content": "<image>",
|
| 38 |
+
"lstrip": false,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"151647": {
|
| 45 |
+
"content": "</image>",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"151648": {
|
| 53 |
+
"content": "<ref>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"151649": {
|
| 61 |
+
"content": "</ref>",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"151650": {
|
| 69 |
+
"content": "<box>",
|
| 70 |
+
"lstrip": false,
|
| 71 |
+
"normalized": false,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"151651": {
|
| 77 |
+
"content": "</box>",
|
| 78 |
+
"lstrip": false,
|
| 79 |
+
"normalized": false,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"151652": {
|
| 85 |
+
"content": "<quad>",
|
| 86 |
+
"lstrip": false,
|
| 87 |
+
"normalized": false,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"151653": {
|
| 93 |
+
"content": "</quad>",
|
| 94 |
+
"lstrip": false,
|
| 95 |
+
"normalized": false,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"151654": {
|
| 101 |
+
"content": "<point>",
|
| 102 |
+
"lstrip": false,
|
| 103 |
+
"normalized": false,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"151655": {
|
| 109 |
+
"content": "</point>",
|
| 110 |
+
"lstrip": false,
|
| 111 |
+
"normalized": false,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
},
|
| 116 |
+
"151656": {
|
| 117 |
+
"content": "<slice>",
|
| 118 |
+
"lstrip": false,
|
| 119 |
+
"normalized": false,
|
| 120 |
+
"rstrip": false,
|
| 121 |
+
"single_word": false,
|
| 122 |
+
"special": true
|
| 123 |
+
},
|
| 124 |
+
"151657": {
|
| 125 |
+
"content": "</slice>",
|
| 126 |
+
"lstrip": false,
|
| 127 |
+
"normalized": false,
|
| 128 |
+
"rstrip": false,
|
| 129 |
+
"single_word": false,
|
| 130 |
+
"special": true
|
| 131 |
+
},
|
| 132 |
+
"151658": {
|
| 133 |
+
"content": "<image_id>",
|
| 134 |
+
"lstrip": false,
|
| 135 |
+
"normalized": false,
|
| 136 |
+
"rstrip": false,
|
| 137 |
+
"single_word": false,
|
| 138 |
+
"special": true
|
| 139 |
+
},
|
| 140 |
+
"151659": {
|
| 141 |
+
"content": "</image_id>",
|
| 142 |
+
"lstrip": false,
|
| 143 |
+
"normalized": false,
|
| 144 |
+
"rstrip": false,
|
| 145 |
+
"single_word": false,
|
| 146 |
+
"special": true
|
| 147 |
+
},
|
| 148 |
+
"151660": {
|
| 149 |
+
"content": "<|reserved_special_token_0|>",
|
| 150 |
+
"lstrip": false,
|
| 151 |
+
"normalized": false,
|
| 152 |
+
"rstrip": false,
|
| 153 |
+
"single_word": false,
|
| 154 |
+
"special": true
|
| 155 |
+
},
|
| 156 |
+
"151661": {
|
| 157 |
+
"content": "<|reserved_special_token_1|>",
|
| 158 |
+
"lstrip": false,
|
| 159 |
+
"normalized": false,
|
| 160 |
+
"rstrip": false,
|
| 161 |
+
"single_word": false,
|
| 162 |
+
"special": true
|
| 163 |
+
},
|
| 164 |
+
"151662": {
|
| 165 |
+
"content": "<|reserved_special_token_2|>",
|
| 166 |
+
"lstrip": false,
|
| 167 |
+
"normalized": false,
|
| 168 |
+
"rstrip": false,
|
| 169 |
+
"single_word": false,
|
| 170 |
+
"special": true
|
| 171 |
+
},
|
| 172 |
+
"151663": {
|
| 173 |
+
"content": "<|reserved_special_token_3|>",
|
| 174 |
+
"lstrip": false,
|
| 175 |
+
"normalized": false,
|
| 176 |
+
"rstrip": false,
|
| 177 |
+
"single_word": false,
|
| 178 |
+
"special": true
|
| 179 |
+
},
|
| 180 |
+
"151664": {
|
| 181 |
+
"content": "<|reserved_special_token_4|>",
|
| 182 |
+
"lstrip": false,
|
| 183 |
+
"normalized": false,
|
| 184 |
+
"rstrip": false,
|
| 185 |
+
"single_word": false,
|
| 186 |
+
"special": true
|
| 187 |
+
},
|
| 188 |
+
"151665": {
|
| 189 |
+
"content": "<|reserved_special_token_5|>",
|
| 190 |
+
"lstrip": false,
|
| 191 |
+
"normalized": false,
|
| 192 |
+
"rstrip": false,
|
| 193 |
+
"single_word": false,
|
| 194 |
+
"special": true
|
| 195 |
+
}
|
| 196 |
+
},
|
| 197 |
+
"additional_special_tokens": [
|
| 198 |
+
"<image>",
|
| 199 |
+
"</image>",
|
| 200 |
+
"<ref>",
|
| 201 |
+
"</ref>",
|
| 202 |
+
"<box>",
|
| 203 |
+
"</box>",
|
| 204 |
+
"<quad>",
|
| 205 |
+
"</quad>",
|
| 206 |
+
"<point>",
|
| 207 |
+
"</point>",
|
| 208 |
+
"<slice>",
|
| 209 |
+
"</slice>",
|
| 210 |
+
"<image_id>",
|
| 211 |
+
"</image_id>",
|
| 212 |
+
"<|reserved_special_token_0|>",
|
| 213 |
+
"<|reserved_special_token_1|>",
|
| 214 |
+
"<|reserved_special_token_2|>",
|
| 215 |
+
"<|reserved_special_token_3|>",
|
| 216 |
+
"<|reserved_special_token_4|>",
|
| 217 |
+
"<|reserved_special_token_5|>"
|
| 218 |
+
],
|
| 219 |
+
"bos_token": "<|im_start|>",
|
| 220 |
+
"chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
| 221 |
+
"clean_up_tokenization_spaces": false,
|
| 222 |
+
"eos_token": "<|im_end|>",
|
| 223 |
+
"errors": "replace",
|
| 224 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 225 |
+
"pad_token": "<|endoftext|>",
|
| 226 |
+
"split_special_tokens": false,
|
| 227 |
+
"auto_map": {
|
| 228 |
+
"AutoTokenizer": [
|
| 229 |
+
"tokenization_minicpmv_fast.MiniCPMVTokenizerFast",
|
| 230 |
+
null
|
| 231 |
+
]
|
| 232 |
+
},
|
| 233 |
+
"tokenizer_class": "MiniCPMVTokenizerFast",
|
| 234 |
+
"unk_token": "<unk>"
|
| 235 |
+
}
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|