Commit
·
033f56c
0
Parent(s):
Initial commit
Browse files- .gitattributes +36 -0
- LICENSE.pdf +0 -0
- README.md +232 -0
- added_tokens.json +24 -0
- chat_template.jinja +7 -0
- config.json +163 -0
- generation_config.json +12 -0
- hf_quant_config.json +14 -0
- merges.txt +0 -0
- model-00001-of-00003.safetensors +3 -0
- model-00002-of-00003.safetensors +3 -0
- model-00003-of-00003.safetensors +3 -0
- model.safetensors.index.json +1129 -0
- preprocessor_config.json +37 -0
- special_tokens_map.json +19 -0
- tokenizer.json +3 -0
- tokenizer_config.json +207 -0
- video_preprocessor_config.json +44 -0
- vocab.json +0 -0
.gitattributes
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz 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 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
LICENSE.pdf
ADDED
|
Binary file (76.7 kB). View file
|
|
|
README.md
ADDED
|
@@ -0,0 +1,232 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: text-generation
|
| 3 |
+
base_model:
|
| 4 |
+
- Qwen/Qwen2.5-VL-7B-Instruct
|
| 5 |
+
license: other
|
| 6 |
+
license_name: nvidia-open-model-license
|
| 7 |
+
license_link: >-
|
| 8 |
+
https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license
|
| 9 |
+
library_name: Model Optimizer
|
| 10 |
+
tags:
|
| 11 |
+
- nvidia
|
| 12 |
+
- ModelOpt
|
| 13 |
+
- qwen2_5_vl
|
| 14 |
+
- quantized
|
| 15 |
+
- FP8
|
| 16 |
+
- fp8
|
| 17 |
+
extra_gated_prompt: >-
|
| 18 |
+
# NVIDIA Open Model License Agreement
|
| 19 |
+
|
| 20 |
+
Version Release Date: April 28, 2025
|
| 21 |
+
|
| 22 |
+
This NVIDIA Open Model License Agreement (the "<ins>Agreement</ins>") is a legal agreement between the Legal Entity You represent, or if no entity is identified, You and NVIDIA Corporation and its Affiliates ("<ins>NVIDIA</ins>") and governs Your use of the Models that NVIDIA provides to You under this Agreement. NVIDIA and You are each a "<ins>party</ins>" and collectively the "<ins>parties</ins>."
|
| 23 |
+
|
| 24 |
+
NVIDIA models released under this Agreement are intended to be used permissively and enable the further development of AI technologies. Subject to the terms of this Agreement, NVIDIA confirms that:
|
| 25 |
+
|
| 26 |
+
* Models are commercially usable.
|
| 27 |
+
|
| 28 |
+
* You are free to create and distribute Derivative Models.
|
| 29 |
+
|
| 30 |
+
* NVIDIA does not claim ownership to any outputs generated using the Models or Model Derivatives.
|
| 31 |
+
|
| 32 |
+
By using, reproducing, modifying, distributing, performing or displaying any portion or element of the Model or Derivative Model, or otherwise accepting the terms of this Agreement, you agree to be bound by this Agreement.
|
| 33 |
+
|
| 34 |
+
## 1. Definitions
|
| 35 |
+
|
| 36 |
+
The following definitions apply to this Agreement:
|
| 37 |
+
|
| 38 |
+
1.1. "<ins>Qwen2.5-VL-7B-Instruct-FP8 Model</ins>" means a multimodal Model shared under this Agreement.
|
| 39 |
+
|
| 40 |
+
1.2. "<ins>Derivative Model</ins>" means all (a) modifications to the Model, (b) works based on the Model, and (c) any other derivative works of the Model. An output is not a Derivative Model.
|
| 41 |
+
|
| 42 |
+
1.3. "<ins>Legal Entity</ins>" means the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "<ins>control</ins>" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the outstanding shares, or (c) beneficial ownership of such entity.
|
| 43 |
+
|
| 44 |
+
1.4. "<ins>Model</ins>" means the machine learning model, software, checkpoints, learnt weights, algorithms, parameters, configuration files and documentation shared under this Agreement.
|
| 45 |
+
|
| 46 |
+
1.5. "<ins>You</ins>" or "<ins>Your</ins>" means an individual or Legal Entity exercising permissions granted by this Agreement.
|
| 47 |
+
|
| 48 |
+
## 2. Conditions for Use, License Grant, AI Ethics and IP Ownership
|
| 49 |
+
|
| 50 |
+
2.1. Conditions for Use. The Model and any Derivative Model are subject to additional terms as described in Section 2 and Section 3 of this Agreement and govern Your use. If You institute copyright or patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Model or a Derivative Model constitutes direct or contributory copyright or patent infringement, then any licenses granted to You under this Agreement for that Model or Derivative Model will terminate as of the date such litigation is filed. If You bypass, disable, reduce the efficacy of, or circumvent any technical limitation, safety guardrail or associated safety guardrail hyperparameter, encryption, security, digital rights management, or authentication mechanism contained in the Model, your rights under this Agreement will automatically terminate. NVIDIA may update this Agreement to comply with legal and regulatory requirements at any time and You agree to either comply with any updated license or cease Your copying, use, and distribution of the Model and any Derivative Model.
|
| 51 |
+
|
| 52 |
+
2.2. License Grant. The rights granted herein are explicitly conditioned on Your full compliance with the terms of this Agreement. Subject to the terms and conditions of this Agreement, NVIDIA hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, revocable (as stated in Section 2.1) license to publicly perform, publicly display, reproduce, use, create derivative works of, make, have made, sell, offer for sale, distribute (through multiple tiers of distribution) and import the Model.
|
| 53 |
+
|
| 54 |
+
2.3. AI Ethics. Use of the Models under the Agreement must be consistent with NVIDIA's Trustworthy AI terms found at https://www.nvidia.com/en-us/agreements/trustworthy-ai/terms/.
|
| 55 |
+
|
| 56 |
+
2.4. NVIDIA owns the Model and any Model Derivatives created by NVIDIA. Subject to NVIDIA’s underlying ownership rights in the Model or its Model Derivatives, You are and will be the owner of Your Model Derivatives. NVIDIA claims no ownership rights in outputs. You are responsible for outputs and their subsequent uses. Except as expressly granted in this Agreement, (a) NVIDIA reserves all rights, interests and remedies in connection with the Model and (b) no other license or right is granted to you by implication, estoppel or otherwise.
|
| 57 |
+
|
| 58 |
+
## 3. Redistribution
|
| 59 |
+
|
| 60 |
+
You may reproduce and distribute copies of the Model or Derivative Models thereof in any medium, with or without modifications, provided that You meet the following conditions:
|
| 61 |
+
|
| 62 |
+
3.1. If you distribute the Model, You must give any other recipients of the Model a copy of this Agreement and include the following attribution notice within a “Notice” text file with such copies: “Licensed by NVIDIA Corporation under the NVIDIA Open Model License”;
|
| 63 |
+
|
| 64 |
+
3.2. If you distribute or make available a Qwen2.5-VL-7B-Instruct-FP8 Model, or a product or service (including an AI model) that contains or uses a Qwen2.5-VL-7B-Instruct-FP8 Model, use a Qwen2.5-VL-7B-Instruct-FP8 Model to create a Derivative Model, or use a Qwen2.5-VL-7B-Instruct-FP8 Model or its outputs to create, train, fine tune, or otherwise improve an AI model, you will include “Built on Qwen2.5-VL-7B-Instruct-FP8” on a related website, user interface, blogpost, about page, or product documentation; and
|
| 65 |
+
|
| 66 |
+
3.3. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Models as a whole, provided Your use, reproduction, and distribution of the Model otherwise complies with the conditions stated in this Agreement.
|
| 67 |
+
|
| 68 |
+
## 4. Separate Components.
|
| 69 |
+
|
| 70 |
+
The Models may include or be distributed with components provided with separate legal notices or terms that accompany the components, such as an Open Source Software License or other third-party license. The components are subject to the applicable other licenses, including any proprietary notices, disclaimers, requirements and extended use rights; except that this Agreement will prevail regarding the use of third-party Open Source Software License, unless a third-party Open Source Software License requires its license terms to prevail. “Open Source Software License” means any software, data or documentation subject to any license identified as an open source license by the Open Source Initiative (https://opensource.org), Free Software Foundation (https://www.fsf.org) or other similar open source organization or listed by the Software Package Data Exchange (SPDX) Workgroup under the Linux Foundation (https://www.spdx.org).
|
| 71 |
+
|
| 72 |
+
## 5. Trademarks
|
| 73 |
+
|
| 74 |
+
This Agreement does not grant permission to use the trade names, trademarks, service marks, or product names of NVIDIA, except as required for reasonable and customary use in describing the origin of the Model and reproducing the content of the “Notice” text file.
|
| 75 |
+
|
| 76 |
+
## **6. Disclaimer of Warranty**
|
| 77 |
+
|
| 78 |
+
**Unless required by applicable law or agreed to in writing, NVIDIA provides the Model on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Model, Derivative Models and outputs and assume any risks associated with Your exercise of permissions under this Agreement.**
|
| 79 |
+
|
| 80 |
+
## **7. Limitation of Liability**
|
| 81 |
+
|
| 82 |
+
**In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, will NVIDIA be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this Agreement or out of the use or inability to use the Model, Derivative Models or outputs (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if NVIDIA has been advised of the possibility of such damages.**
|
| 83 |
+
|
| 84 |
+
## 8. Indemnity
|
| 85 |
+
|
| 86 |
+
You will indemnify and hold harmless NVIDIA from and against any claim by any third party arising out of or related to your use or distribution of the Model, Model Derivatives or outputs.
|
| 87 |
+
|
| 88 |
+
## 9. Feedback
|
| 89 |
+
|
| 90 |
+
NVIDIA appreciates your feedback, and You agree that NVIDIA may use it without restriction or compensation to You.
|
| 91 |
+
|
| 92 |
+
## 10. Governing Law
|
| 93 |
+
|
| 94 |
+
This Agreement will be governed in all respects by the laws of the United States and the laws of the State of Delaware, without regard to conflict of laws principles or the United Nations Convention on Contracts for the International Sale of Goods. The state and federal courts residing in Santa Clara County, California will have exclusive jurisdiction over any dispute or claim arising out of or related to this Agreement, and the parties irrevocably consent to personal jurisdiction and venue in those courts; except that, either party may apply for injunctive remedies or an equivalent type of urgent legal relief in any jurisdiction.
|
| 95 |
+
|
| 96 |
+
## 11. Trade and Compliance
|
| 97 |
+
|
| 98 |
+
You agree to comply with all applicable export, import, trade and economic sanctions laws and regulations, as amended, including without limitation U.S. Export Administration Regulations and Office of Foreign Assets Control regulations. These laws include restrictions on destinations, end-users and end-use.
|
| 99 |
+
extra_gated_fields:
|
| 100 |
+
By clicking Submit below, I accept the terms of the NVIDIA Open Model License Agreement and acknowledge that I am an adult of legal age of majority in the country in which the Qwen2_5-VL Models will be used and have authority to accept this Agreement: checkbox
|
| 101 |
+
extra_gated_description: >-
|
| 102 |
+
The information you provide will be collected, stored, processed and shared in accordance with the [NVIDIA Privacy Policy](https://www.nvidia.com/en-us/about-nvidia/privacy-policy/).
|
| 103 |
+
extra_gated_button_content: Submit
|
| 104 |
+
---
|
| 105 |
+
|
| 106 |
+
# Model Overview
|
| 107 |
+
|
| 108 |
+
## Description:
|
| 109 |
+
The NVIDIA Qwen2.5-VL-7B-Instruct-FP8 model is the quantized version of Alibaba's Qwen2.5-VL-7B-Instruct model, which is an auto-regressive language model that uses an optimized transformer architecture. For more information, please check [here](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct). The NVIDIA Qwen2.5-VL-7B-Instruct-FP8 model is quantized with [TensorRT Model Optimizer](https://github.com/NVIDIA/TensorRT-Model-Optimizer).
|
| 110 |
+
|
| 111 |
+
This model is ready for commercial/non-commercial use. <br>
|
| 112 |
+
|
| 113 |
+
## Third-Party Community Consideration
|
| 114 |
+
This model is not owned or developed by NVIDIA. It was developed and built to a third party’s requirements for this application and use case. See the Non-NVIDIA [(Qwen2.5-VL-7B-Instruct) Model Card](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct).
|
| 115 |
+
|
| 116 |
+
### License/Terms of Use:
|
| 117 |
+
Use of this model is governed by [nvidia-open-model-license](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/)
|
| 118 |
+
ADDITIONAL INFORMATION: [Apache 2.0](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md).
|
| 119 |
+
|
| 120 |
+
### Deployment Geography:
|
| 121 |
+
Global, except in European Union <br>
|
| 122 |
+
|
| 123 |
+
### Use Case: <br>
|
| 124 |
+
Developers looking to take off the shelf pre-quantized models for deployment in AI Agent systems, chatbots, RAG systems, and other AI-powered applications. <br>
|
| 125 |
+
|
| 126 |
+
### Release Date: <br>
|
| 127 |
+
Huggingface 08/22/2025 via https://huggingface.co/nvidia/Qwen2.5-VL-7B-Instruct-FP8 <br>
|
| 128 |
+
|
| 129 |
+
## Model Architecture:
|
| 130 |
+
**Architecture Type:** Transformers <br>
|
| 131 |
+
**Network Architecture:** Qwen2.5-VL-7B <br>
|
| 132 |
+
|
| 133 |
+
**This model was developed based on Qwen2.5-VL-7B
|
| 134 |
+
** Number of model parameters 7*10^9
|
| 135 |
+
|
| 136 |
+
## Input:
|
| 137 |
+
**Input Type(s):** Multilingual text, and images <br>
|
| 138 |
+
**Input Format(s):** String, Images <br>
|
| 139 |
+
**Input Parameters:** One-Dimensional (1D), Two-Dimensional (2D) <br>
|
| 140 |
+
**Other Properties Related to Input:** Context length up to 32K <br>
|
| 141 |
+
|
| 142 |
+
## Output:
|
| 143 |
+
**Output Type(s):** Text <br>
|
| 144 |
+
**Output Format:** String <br>
|
| 145 |
+
**Output Parameters:** 1D (One-Dimensional): Sequences <br>
|
| 146 |
+
**Other Properties Related to Output:** N/A <br>
|
| 147 |
+
|
| 148 |
+
Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated systems. By leveraging NVIDIA’s hardware (e.g. GPU cores) and software frameworks (e.g., CUDA libraries), they achieve faster training and inference times compared to CPU-only solutions. <br>
|
| 149 |
+
|
| 150 |
+
## Software Integration:
|
| 151 |
+
**Supported Runtime Engine(s):** <br>
|
| 152 |
+
* TensorRT-LLM <br>
|
| 153 |
+
|
| 154 |
+
**Supported Hardware Microarchitecture Compatibility:** <br>
|
| 155 |
+
* NVIDIA Blackwell <br>
|
| 156 |
+
|
| 157 |
+
**Preferred Operating System(s):** <br>
|
| 158 |
+
* Linux <br>
|
| 159 |
+
|
| 160 |
+
## Model Version(s):
|
| 161 |
+
The model is quantized with nvidia-modelopt **v0.35.0** <br>
|
| 162 |
+
|
| 163 |
+
## Post Training Quantization
|
| 164 |
+
This model was obtained by quantizing the weights and activations of Qwen2.5-VL-7B-Instruct to FP8 data type, ready for inference with TensorRT-LLM. Only the weights and activations of the linear operators within transformer blocks of the language model are quantized.
|
| 165 |
+
|
| 166 |
+
## Training, Testing, and Evaluation Datasets:
|
| 167 |
+
** Data Modality
|
| 168 |
+
[Image]
|
| 169 |
+
[Text]
|
| 170 |
+
## Calibration Dataset:
|
| 171 |
+
** Link: [cnn_dailymail](https://huggingface.co/datasets/abisee/cnn_dailymail) <br>
|
| 172 |
+
** Data collection method: Automated. <br>
|
| 173 |
+
** Labeling method: Automated. <br>
|
| 174 |
+
|
| 175 |
+
## Training Datasets:
|
| 176 |
+
** Data Collection Method by Dataset: Undisclosed <br>
|
| 177 |
+
** Labeling Method by Dataset: Undisclosed<br>
|
| 178 |
+
** Properties: Undisclosed
|
| 179 |
+
|
| 180 |
+
## Testing Dataset:
|
| 181 |
+
** Data Collection Method by Dataset: Undisclosed <br>
|
| 182 |
+
** Labeling Method by Dataset: Undisclosed <br>
|
| 183 |
+
** Properties: Undisclosed <br>
|
| 184 |
+
|
| 185 |
+
## Inference:
|
| 186 |
+
**Engine:** TensorRT-LLM <br>
|
| 187 |
+
**Test Hardware:** B200 coming soon <br>
|
| 188 |
+
** Currently supported on DGX Spark <br>
|
| 189 |
+
|
| 190 |
+
## Usage
|
| 191 |
+
|
| 192 |
+
### Deploy with TensorRT-LLM
|
| 193 |
+
|
| 194 |
+
To deploy the quantized checkpoint with [TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM) LLM API, follow the sample codes below:
|
| 195 |
+
|
| 196 |
+
* LLM API sample usage:
|
| 197 |
+
```
|
| 198 |
+
from tensorrt_llm import LLM, SamplingParams
|
| 199 |
+
|
| 200 |
+
|
| 201 |
+
def main():
|
| 202 |
+
|
| 203 |
+
prompts = [
|
| 204 |
+
"Hello, my name is",
|
| 205 |
+
"The president of the United States is",
|
| 206 |
+
"The capital of France is",
|
| 207 |
+
"The future of AI is",
|
| 208 |
+
]
|
| 209 |
+
sampling_params = SamplingParams(temperature=0.8, top_p=0.95)
|
| 210 |
+
|
| 211 |
+
llm = LLM(model="nvidia/Qwen2.5-VL-7B-Instruct-FP8", tensor_parallel_size=4)
|
| 212 |
+
|
| 213 |
+
outputs = llm.generate(prompts, sampling_params)
|
| 214 |
+
|
| 215 |
+
# Print the outputs.
|
| 216 |
+
for output in outputs:
|
| 217 |
+
prompt = output.prompt
|
| 218 |
+
generated_text = output.outputs[0].text
|
| 219 |
+
print(f"Prompt: {prompt!r}, Generated text: {generated_text!r}")
|
| 220 |
+
|
| 221 |
+
|
| 222 |
+
# The entry point of the program needs to be protected for spawning processes.
|
| 223 |
+
if __name__ == '__main__':
|
| 224 |
+
main()
|
| 225 |
+
|
| 226 |
+
```
|
| 227 |
+
|
| 228 |
+
|
| 229 |
+
## Ethical Considerations
|
| 230 |
+
|
| 231 |
+
NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
|
| 232 |
+
Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns here.
|
added_tokens.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</tool_call>": 151658,
|
| 3 |
+
"<tool_call>": 151657,
|
| 4 |
+
"<|box_end|>": 151649,
|
| 5 |
+
"<|box_start|>": 151648,
|
| 6 |
+
"<|endoftext|>": 151643,
|
| 7 |
+
"<|file_sep|>": 151664,
|
| 8 |
+
"<|fim_middle|>": 151660,
|
| 9 |
+
"<|fim_pad|>": 151662,
|
| 10 |
+
"<|fim_prefix|>": 151659,
|
| 11 |
+
"<|fim_suffix|>": 151661,
|
| 12 |
+
"<|im_end|>": 151645,
|
| 13 |
+
"<|im_start|>": 151644,
|
| 14 |
+
"<|image_pad|>": 151655,
|
| 15 |
+
"<|object_ref_end|>": 151647,
|
| 16 |
+
"<|object_ref_start|>": 151646,
|
| 17 |
+
"<|quad_end|>": 151651,
|
| 18 |
+
"<|quad_start|>": 151650,
|
| 19 |
+
"<|repo_name|>": 151663,
|
| 20 |
+
"<|video_pad|>": 151656,
|
| 21 |
+
"<|vision_end|>": 151653,
|
| 22 |
+
"<|vision_pad|>": 151654,
|
| 23 |
+
"<|vision_start|>": 151652
|
| 24 |
+
}
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system
|
| 2 |
+
You are a helpful assistant.<|im_end|>
|
| 3 |
+
{% endif %}<|im_start|>{{ message['role'] }}
|
| 4 |
+
{% if message['content'] is string %}{{ message['content'] }}<|im_end|>
|
| 5 |
+
{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>
|
| 6 |
+
{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant
|
| 7 |
+
{% endif %}
|
config.json
ADDED
|
@@ -0,0 +1,163 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen2_5_VLForConditionalGeneration"
|
| 4 |
+
],
|
| 5 |
+
"attention_dropout": 0.0,
|
| 6 |
+
"bos_token_id": 151643,
|
| 7 |
+
"torch_dtype": "bfloat16",
|
| 8 |
+
"eos_token_id": 151645,
|
| 9 |
+
"hidden_act": "silu",
|
| 10 |
+
"hidden_size": 3584,
|
| 11 |
+
"image_token_id": 151655,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 18944,
|
| 14 |
+
"max_position_embeddings": 128000,
|
| 15 |
+
"max_window_layers": 28,
|
| 16 |
+
"model_type": "qwen2_5_vl",
|
| 17 |
+
"num_attention_heads": 28,
|
| 18 |
+
"num_hidden_layers": 28,
|
| 19 |
+
"num_key_value_heads": 4,
|
| 20 |
+
"rms_norm_eps": 1e-06,
|
| 21 |
+
"rope_scaling": {
|
| 22 |
+
"mrope_section": [
|
| 23 |
+
16,
|
| 24 |
+
24,
|
| 25 |
+
24
|
| 26 |
+
],
|
| 27 |
+
"rope_type": "default",
|
| 28 |
+
"type": "default"
|
| 29 |
+
},
|
| 30 |
+
"rope_theta": 1000000.0,
|
| 31 |
+
"sliding_window": 32768,
|
| 32 |
+
"text_config": {
|
| 33 |
+
"architectures": [
|
| 34 |
+
"Qwen2_5_VLForConditionalGeneration"
|
| 35 |
+
],
|
| 36 |
+
"attention_dropout": 0.0,
|
| 37 |
+
"bos_token_id": 151643,
|
| 38 |
+
"torch_dtype": "bfloat16",
|
| 39 |
+
"eos_token_id": 151645,
|
| 40 |
+
"hidden_act": "silu",
|
| 41 |
+
"hidden_size": 3584,
|
| 42 |
+
"image_token_id": null,
|
| 43 |
+
"initializer_range": 0.02,
|
| 44 |
+
"intermediate_size": 18944,
|
| 45 |
+
"layer_types": [
|
| 46 |
+
"full_attention",
|
| 47 |
+
"full_attention",
|
| 48 |
+
"full_attention",
|
| 49 |
+
"full_attention",
|
| 50 |
+
"full_attention",
|
| 51 |
+
"full_attention",
|
| 52 |
+
"full_attention",
|
| 53 |
+
"full_attention",
|
| 54 |
+
"full_attention",
|
| 55 |
+
"full_attention",
|
| 56 |
+
"full_attention",
|
| 57 |
+
"full_attention",
|
| 58 |
+
"full_attention",
|
| 59 |
+
"full_attention",
|
| 60 |
+
"full_attention",
|
| 61 |
+
"full_attention",
|
| 62 |
+
"full_attention",
|
| 63 |
+
"full_attention",
|
| 64 |
+
"full_attention",
|
| 65 |
+
"full_attention",
|
| 66 |
+
"full_attention",
|
| 67 |
+
"full_attention",
|
| 68 |
+
"full_attention",
|
| 69 |
+
"full_attention",
|
| 70 |
+
"full_attention",
|
| 71 |
+
"full_attention",
|
| 72 |
+
"full_attention",
|
| 73 |
+
"full_attention"
|
| 74 |
+
],
|
| 75 |
+
"max_position_embeddings": 128000,
|
| 76 |
+
"max_window_layers": 28,
|
| 77 |
+
"model_type": "qwen2_5_vl_text",
|
| 78 |
+
"num_attention_heads": 28,
|
| 79 |
+
"num_hidden_layers": 28,
|
| 80 |
+
"num_key_value_heads": 4,
|
| 81 |
+
"rms_norm_eps": 1e-06,
|
| 82 |
+
"rope_scaling": {
|
| 83 |
+
"mrope_section": [
|
| 84 |
+
16,
|
| 85 |
+
24,
|
| 86 |
+
24
|
| 87 |
+
],
|
| 88 |
+
"rope_type": "default",
|
| 89 |
+
"type": "default"
|
| 90 |
+
},
|
| 91 |
+
"rope_theta": 1000000.0,
|
| 92 |
+
"sliding_window": null,
|
| 93 |
+
"use_cache": true,
|
| 94 |
+
"use_sliding_window": false,
|
| 95 |
+
"video_token_id": null,
|
| 96 |
+
"vision_end_token_id": 151653,
|
| 97 |
+
"vision_start_token_id": 151652,
|
| 98 |
+
"vision_token_id": 151654,
|
| 99 |
+
"vocab_size": 152064
|
| 100 |
+
},
|
| 101 |
+
"tie_word_embeddings": false,
|
| 102 |
+
"transformers_version": "4.56.1",
|
| 103 |
+
"use_cache": true,
|
| 104 |
+
"use_sliding_window": false,
|
| 105 |
+
"video_token_id": 151656,
|
| 106 |
+
"vision_config": {
|
| 107 |
+
"depth": 32,
|
| 108 |
+
"fullatt_block_indexes": [
|
| 109 |
+
7,
|
| 110 |
+
15,
|
| 111 |
+
23,
|
| 112 |
+
31
|
| 113 |
+
],
|
| 114 |
+
"hidden_act": "silu",
|
| 115 |
+
"hidden_size": 1280,
|
| 116 |
+
"in_channels": 3,
|
| 117 |
+
"in_chans": 3,
|
| 118 |
+
"initializer_range": 0.02,
|
| 119 |
+
"intermediate_size": 3420,
|
| 120 |
+
"model_type": "qwen2_5_vl",
|
| 121 |
+
"num_heads": 16,
|
| 122 |
+
"out_hidden_size": 3584,
|
| 123 |
+
"patch_size": 14,
|
| 124 |
+
"spatial_merge_size": 2,
|
| 125 |
+
"spatial_patch_size": 14,
|
| 126 |
+
"temporal_patch_size": 2,
|
| 127 |
+
"tokens_per_second": 2,
|
| 128 |
+
"window_size": 112
|
| 129 |
+
},
|
| 130 |
+
"vision_end_token_id": 151653,
|
| 131 |
+
"vision_start_token_id": 151652,
|
| 132 |
+
"vision_token_id": 151654,
|
| 133 |
+
"vocab_size": 152064,
|
| 134 |
+
"quantization_config": {
|
| 135 |
+
"config_groups": {
|
| 136 |
+
"group_0": {
|
| 137 |
+
"input_activations": {
|
| 138 |
+
"dynamic": false,
|
| 139 |
+
"num_bits": 8,
|
| 140 |
+
"type": "float"
|
| 141 |
+
},
|
| 142 |
+
"weights": {
|
| 143 |
+
"dynamic": false,
|
| 144 |
+
"num_bits": 8,
|
| 145 |
+
"type": "float"
|
| 146 |
+
},
|
| 147 |
+
"targets": [
|
| 148 |
+
"Linear"
|
| 149 |
+
]
|
| 150 |
+
}
|
| 151 |
+
},
|
| 152 |
+
"ignore": [
|
| 153 |
+
"model.layers.visual*",
|
| 154 |
+
"lm_head"
|
| 155 |
+
],
|
| 156 |
+
"quant_algo": "FP8",
|
| 157 |
+
"producer": {
|
| 158 |
+
"name": "modelopt",
|
| 159 |
+
"version": "0.37.0.dev16+ga6fa34cda.d20250909"
|
| 160 |
+
},
|
| 161 |
+
"quant_method": "modelopt"
|
| 162 |
+
}
|
| 163 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 151643,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
151645,
|
| 6 |
+
151643
|
| 7 |
+
],
|
| 8 |
+
"pad_token_id": 151643,
|
| 9 |
+
"repetition_penalty": 1.05,
|
| 10 |
+
"temperature": 1e-06,
|
| 11 |
+
"transformers_version": "4.56.1"
|
| 12 |
+
}
|
hf_quant_config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"producer": {
|
| 3 |
+
"name": "modelopt",
|
| 4 |
+
"version": "0.37.0.dev16+ga6fa34cda.d20250909"
|
| 5 |
+
},
|
| 6 |
+
"quantization": {
|
| 7 |
+
"quant_algo": "FP8",
|
| 8 |
+
"kv_cache_quant_algo": null,
|
| 9 |
+
"exclude_modules": [
|
| 10 |
+
"model.layers.visual*",
|
| 11 |
+
"lm_head"
|
| 12 |
+
]
|
| 13 |
+
}
|
| 14 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model-00001-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d07b482d7ce78466b748e360991add9a6d15ad6296be2c691459f45302e31c3a
|
| 3 |
+
size 4939023424
|
model-00002-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c5d29256260da7ad2f8a480209c57fe452ae1f2298b7619d755b7a67cf205aa
|
| 3 |
+
size 4030147360
|
model-00003-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c859795ad3a627a9b95bcb762e059d5b768a4a36fdd4affeff269d93fdecc67
|
| 3 |
+
size 1089994880
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,1129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 8292166656,
|
| 4 |
+
"total_size": 10059046432
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"lm_head.weight": "model-00003-of-00003.safetensors",
|
| 8 |
+
"model.embed_tokens.weight": "model-00001-of-00003.safetensors",
|
| 9 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 10 |
+
"model.layers.0.mlp.down_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 11 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 12 |
+
"model.layers.0.mlp.down_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 13 |
+
"model.layers.0.mlp.gate_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 14 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 15 |
+
"model.layers.0.mlp.gate_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 16 |
+
"model.layers.0.mlp.up_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 17 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 18 |
+
"model.layers.0.mlp.up_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 19 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 20 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 21 |
+
"model.layers.0.self_attn.k_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 22 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 23 |
+
"model.layers.0.self_attn.k_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 24 |
+
"model.layers.0.self_attn.o_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 25 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 26 |
+
"model.layers.0.self_attn.o_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 27 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 28 |
+
"model.layers.0.self_attn.q_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 29 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 30 |
+
"model.layers.0.self_attn.q_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 31 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 32 |
+
"model.layers.0.self_attn.v_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 33 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 34 |
+
"model.layers.0.self_attn.v_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 35 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 36 |
+
"model.layers.1.mlp.down_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 37 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 38 |
+
"model.layers.1.mlp.down_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 39 |
+
"model.layers.1.mlp.gate_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 40 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 41 |
+
"model.layers.1.mlp.gate_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 42 |
+
"model.layers.1.mlp.up_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 43 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 44 |
+
"model.layers.1.mlp.up_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 45 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 46 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 47 |
+
"model.layers.1.self_attn.k_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 48 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 49 |
+
"model.layers.1.self_attn.k_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 50 |
+
"model.layers.1.self_attn.o_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 51 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 52 |
+
"model.layers.1.self_attn.o_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 53 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 54 |
+
"model.layers.1.self_attn.q_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 55 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 56 |
+
"model.layers.1.self_attn.q_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 57 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 58 |
+
"model.layers.1.self_attn.v_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 59 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 60 |
+
"model.layers.1.self_attn.v_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 61 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 62 |
+
"model.layers.10.mlp.down_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 63 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 64 |
+
"model.layers.10.mlp.down_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 65 |
+
"model.layers.10.mlp.gate_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 66 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 67 |
+
"model.layers.10.mlp.gate_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 68 |
+
"model.layers.10.mlp.up_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 69 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 70 |
+
"model.layers.10.mlp.up_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 71 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 72 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 73 |
+
"model.layers.10.self_attn.k_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 74 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 75 |
+
"model.layers.10.self_attn.k_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 76 |
+
"model.layers.10.self_attn.o_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 77 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 78 |
+
"model.layers.10.self_attn.o_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 79 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 80 |
+
"model.layers.10.self_attn.q_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 81 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 82 |
+
"model.layers.10.self_attn.q_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 83 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 84 |
+
"model.layers.10.self_attn.v_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 85 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 86 |
+
"model.layers.10.self_attn.v_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 87 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 88 |
+
"model.layers.11.mlp.down_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 89 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 90 |
+
"model.layers.11.mlp.down_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 91 |
+
"model.layers.11.mlp.gate_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 92 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 93 |
+
"model.layers.11.mlp.gate_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 94 |
+
"model.layers.11.mlp.up_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 95 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 96 |
+
"model.layers.11.mlp.up_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 97 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 98 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 99 |
+
"model.layers.11.self_attn.k_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 100 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 101 |
+
"model.layers.11.self_attn.k_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 102 |
+
"model.layers.11.self_attn.o_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 103 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 104 |
+
"model.layers.11.self_attn.o_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 105 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 106 |
+
"model.layers.11.self_attn.q_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 107 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 108 |
+
"model.layers.11.self_attn.q_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 109 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 110 |
+
"model.layers.11.self_attn.v_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 111 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 112 |
+
"model.layers.11.self_attn.v_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 113 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 114 |
+
"model.layers.12.mlp.down_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 115 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 116 |
+
"model.layers.12.mlp.down_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 117 |
+
"model.layers.12.mlp.gate_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 118 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 119 |
+
"model.layers.12.mlp.gate_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 120 |
+
"model.layers.12.mlp.up_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 121 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 122 |
+
"model.layers.12.mlp.up_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 123 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 124 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 125 |
+
"model.layers.12.self_attn.k_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 126 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 127 |
+
"model.layers.12.self_attn.k_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 128 |
+
"model.layers.12.self_attn.o_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 129 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 130 |
+
"model.layers.12.self_attn.o_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 131 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 132 |
+
"model.layers.12.self_attn.q_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 133 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 134 |
+
"model.layers.12.self_attn.q_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 135 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 136 |
+
"model.layers.12.self_attn.v_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 137 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 138 |
+
"model.layers.12.self_attn.v_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 139 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 140 |
+
"model.layers.13.mlp.down_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 141 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 142 |
+
"model.layers.13.mlp.down_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 143 |
+
"model.layers.13.mlp.gate_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 144 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 145 |
+
"model.layers.13.mlp.gate_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 146 |
+
"model.layers.13.mlp.up_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 147 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 148 |
+
"model.layers.13.mlp.up_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 149 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 150 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 151 |
+
"model.layers.13.self_attn.k_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 152 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 153 |
+
"model.layers.13.self_attn.k_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 154 |
+
"model.layers.13.self_attn.o_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 155 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 156 |
+
"model.layers.13.self_attn.o_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 157 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 158 |
+
"model.layers.13.self_attn.q_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 159 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 160 |
+
"model.layers.13.self_attn.q_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 161 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 162 |
+
"model.layers.13.self_attn.v_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 163 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 164 |
+
"model.layers.13.self_attn.v_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 165 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 166 |
+
"model.layers.14.mlp.down_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 167 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 168 |
+
"model.layers.14.mlp.down_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 169 |
+
"model.layers.14.mlp.gate_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 170 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 171 |
+
"model.layers.14.mlp.gate_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 172 |
+
"model.layers.14.mlp.up_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 173 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 174 |
+
"model.layers.14.mlp.up_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 175 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 176 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 177 |
+
"model.layers.14.self_attn.k_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 178 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 179 |
+
"model.layers.14.self_attn.k_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 180 |
+
"model.layers.14.self_attn.o_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 181 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 182 |
+
"model.layers.14.self_attn.o_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 183 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 184 |
+
"model.layers.14.self_attn.q_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 185 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 186 |
+
"model.layers.14.self_attn.q_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 187 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 188 |
+
"model.layers.14.self_attn.v_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 189 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 190 |
+
"model.layers.14.self_attn.v_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 191 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 192 |
+
"model.layers.15.mlp.down_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 193 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 194 |
+
"model.layers.15.mlp.down_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 195 |
+
"model.layers.15.mlp.gate_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 196 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 197 |
+
"model.layers.15.mlp.gate_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 198 |
+
"model.layers.15.mlp.up_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 199 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 200 |
+
"model.layers.15.mlp.up_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 201 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 202 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 203 |
+
"model.layers.15.self_attn.k_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 204 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 205 |
+
"model.layers.15.self_attn.k_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 206 |
+
"model.layers.15.self_attn.o_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 207 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 208 |
+
"model.layers.15.self_attn.o_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 209 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 210 |
+
"model.layers.15.self_attn.q_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 211 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 212 |
+
"model.layers.15.self_attn.q_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 213 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 214 |
+
"model.layers.15.self_attn.v_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 215 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 216 |
+
"model.layers.15.self_attn.v_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 217 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 218 |
+
"model.layers.16.mlp.down_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 219 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 220 |
+
"model.layers.16.mlp.down_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 221 |
+
"model.layers.16.mlp.gate_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 222 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 223 |
+
"model.layers.16.mlp.gate_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 224 |
+
"model.layers.16.mlp.up_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 225 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 226 |
+
"model.layers.16.mlp.up_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 227 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 228 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 229 |
+
"model.layers.16.self_attn.k_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 230 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 231 |
+
"model.layers.16.self_attn.k_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 232 |
+
"model.layers.16.self_attn.o_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 233 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 234 |
+
"model.layers.16.self_attn.o_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 235 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 236 |
+
"model.layers.16.self_attn.q_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 237 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 238 |
+
"model.layers.16.self_attn.q_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 239 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 240 |
+
"model.layers.16.self_attn.v_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 241 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 242 |
+
"model.layers.16.self_attn.v_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 243 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 244 |
+
"model.layers.17.mlp.down_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 245 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 246 |
+
"model.layers.17.mlp.down_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 247 |
+
"model.layers.17.mlp.gate_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 248 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 249 |
+
"model.layers.17.mlp.gate_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 250 |
+
"model.layers.17.mlp.up_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 251 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 252 |
+
"model.layers.17.mlp.up_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 253 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 254 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 255 |
+
"model.layers.17.self_attn.k_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 256 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 257 |
+
"model.layers.17.self_attn.k_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 258 |
+
"model.layers.17.self_attn.o_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 259 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 260 |
+
"model.layers.17.self_attn.o_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 261 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 262 |
+
"model.layers.17.self_attn.q_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 263 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 264 |
+
"model.layers.17.self_attn.q_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 265 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 266 |
+
"model.layers.17.self_attn.v_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 267 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 268 |
+
"model.layers.17.self_attn.v_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 269 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 270 |
+
"model.layers.18.mlp.down_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 271 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 272 |
+
"model.layers.18.mlp.down_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 273 |
+
"model.layers.18.mlp.gate_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 274 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 275 |
+
"model.layers.18.mlp.gate_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 276 |
+
"model.layers.18.mlp.up_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 277 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 278 |
+
"model.layers.18.mlp.up_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 279 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 280 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 281 |
+
"model.layers.18.self_attn.k_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 282 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 283 |
+
"model.layers.18.self_attn.k_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 284 |
+
"model.layers.18.self_attn.o_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 285 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 286 |
+
"model.layers.18.self_attn.o_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 287 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 288 |
+
"model.layers.18.self_attn.q_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 289 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 290 |
+
"model.layers.18.self_attn.q_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 291 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 292 |
+
"model.layers.18.self_attn.v_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 293 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 294 |
+
"model.layers.18.self_attn.v_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 295 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 296 |
+
"model.layers.19.mlp.down_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 297 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 298 |
+
"model.layers.19.mlp.down_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 299 |
+
"model.layers.19.mlp.gate_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 300 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 301 |
+
"model.layers.19.mlp.gate_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 302 |
+
"model.layers.19.mlp.up_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 303 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 304 |
+
"model.layers.19.mlp.up_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 305 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 306 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 307 |
+
"model.layers.19.self_attn.k_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 308 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 309 |
+
"model.layers.19.self_attn.k_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 310 |
+
"model.layers.19.self_attn.o_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 311 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 312 |
+
"model.layers.19.self_attn.o_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 313 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 314 |
+
"model.layers.19.self_attn.q_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 315 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 316 |
+
"model.layers.19.self_attn.q_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 317 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 318 |
+
"model.layers.19.self_attn.v_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 319 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 320 |
+
"model.layers.19.self_attn.v_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 321 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 322 |
+
"model.layers.2.mlp.down_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 323 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 324 |
+
"model.layers.2.mlp.down_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 325 |
+
"model.layers.2.mlp.gate_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 326 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 327 |
+
"model.layers.2.mlp.gate_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 328 |
+
"model.layers.2.mlp.up_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 329 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 330 |
+
"model.layers.2.mlp.up_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 331 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 332 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 333 |
+
"model.layers.2.self_attn.k_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 334 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 335 |
+
"model.layers.2.self_attn.k_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 336 |
+
"model.layers.2.self_attn.o_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 337 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 338 |
+
"model.layers.2.self_attn.o_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 339 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 340 |
+
"model.layers.2.self_attn.q_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 341 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 342 |
+
"model.layers.2.self_attn.q_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 343 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 344 |
+
"model.layers.2.self_attn.v_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 345 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 346 |
+
"model.layers.2.self_attn.v_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 347 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 348 |
+
"model.layers.20.mlp.down_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 349 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 350 |
+
"model.layers.20.mlp.down_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 351 |
+
"model.layers.20.mlp.gate_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 352 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 353 |
+
"model.layers.20.mlp.gate_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 354 |
+
"model.layers.20.mlp.up_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 355 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 356 |
+
"model.layers.20.mlp.up_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 357 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 358 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 359 |
+
"model.layers.20.self_attn.k_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 360 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 361 |
+
"model.layers.20.self_attn.k_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 362 |
+
"model.layers.20.self_attn.o_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 363 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 364 |
+
"model.layers.20.self_attn.o_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 365 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 366 |
+
"model.layers.20.self_attn.q_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 367 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 368 |
+
"model.layers.20.self_attn.q_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 369 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 370 |
+
"model.layers.20.self_attn.v_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 371 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 372 |
+
"model.layers.20.self_attn.v_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 373 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 374 |
+
"model.layers.21.mlp.down_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 375 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 376 |
+
"model.layers.21.mlp.down_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 377 |
+
"model.layers.21.mlp.gate_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 378 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 379 |
+
"model.layers.21.mlp.gate_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 380 |
+
"model.layers.21.mlp.up_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 381 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 382 |
+
"model.layers.21.mlp.up_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 383 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 384 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 385 |
+
"model.layers.21.self_attn.k_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 386 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 387 |
+
"model.layers.21.self_attn.k_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 388 |
+
"model.layers.21.self_attn.o_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 389 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 390 |
+
"model.layers.21.self_attn.o_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 391 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 392 |
+
"model.layers.21.self_attn.q_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 393 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 394 |
+
"model.layers.21.self_attn.q_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 395 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 396 |
+
"model.layers.21.self_attn.v_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 397 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 398 |
+
"model.layers.21.self_attn.v_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 399 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 400 |
+
"model.layers.22.mlp.down_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 401 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 402 |
+
"model.layers.22.mlp.down_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 403 |
+
"model.layers.22.mlp.gate_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 404 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 405 |
+
"model.layers.22.mlp.gate_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 406 |
+
"model.layers.22.mlp.up_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 407 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 408 |
+
"model.layers.22.mlp.up_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 409 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 410 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 411 |
+
"model.layers.22.self_attn.k_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 412 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 413 |
+
"model.layers.22.self_attn.k_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 414 |
+
"model.layers.22.self_attn.o_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 415 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 416 |
+
"model.layers.22.self_attn.o_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 417 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 418 |
+
"model.layers.22.self_attn.q_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 419 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 420 |
+
"model.layers.22.self_attn.q_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 421 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 422 |
+
"model.layers.22.self_attn.v_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 423 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 424 |
+
"model.layers.22.self_attn.v_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 425 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 426 |
+
"model.layers.23.mlp.down_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 427 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 428 |
+
"model.layers.23.mlp.down_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 429 |
+
"model.layers.23.mlp.gate_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 430 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 431 |
+
"model.layers.23.mlp.gate_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 432 |
+
"model.layers.23.mlp.up_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 433 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 434 |
+
"model.layers.23.mlp.up_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 435 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 436 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 437 |
+
"model.layers.23.self_attn.k_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 438 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 439 |
+
"model.layers.23.self_attn.k_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 440 |
+
"model.layers.23.self_attn.o_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 441 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 442 |
+
"model.layers.23.self_attn.o_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 443 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 444 |
+
"model.layers.23.self_attn.q_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 445 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 446 |
+
"model.layers.23.self_attn.q_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 447 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 448 |
+
"model.layers.23.self_attn.v_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 449 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 450 |
+
"model.layers.23.self_attn.v_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 451 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 452 |
+
"model.layers.24.mlp.down_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 453 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 454 |
+
"model.layers.24.mlp.down_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 455 |
+
"model.layers.24.mlp.gate_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 456 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 457 |
+
"model.layers.24.mlp.gate_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 458 |
+
"model.layers.24.mlp.up_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 459 |
+
"model.layers.24.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 460 |
+
"model.layers.24.mlp.up_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 461 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 462 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 463 |
+
"model.layers.24.self_attn.k_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 464 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 465 |
+
"model.layers.24.self_attn.k_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 466 |
+
"model.layers.24.self_attn.o_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 467 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 468 |
+
"model.layers.24.self_attn.o_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 469 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 470 |
+
"model.layers.24.self_attn.q_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 471 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 472 |
+
"model.layers.24.self_attn.q_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 473 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 474 |
+
"model.layers.24.self_attn.v_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 475 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 476 |
+
"model.layers.24.self_attn.v_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 477 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 478 |
+
"model.layers.25.mlp.down_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 479 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 480 |
+
"model.layers.25.mlp.down_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 481 |
+
"model.layers.25.mlp.gate_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 482 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 483 |
+
"model.layers.25.mlp.gate_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 484 |
+
"model.layers.25.mlp.up_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 485 |
+
"model.layers.25.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 486 |
+
"model.layers.25.mlp.up_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 487 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 488 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 489 |
+
"model.layers.25.self_attn.k_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 490 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 491 |
+
"model.layers.25.self_attn.k_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 492 |
+
"model.layers.25.self_attn.o_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 493 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 494 |
+
"model.layers.25.self_attn.o_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 495 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 496 |
+
"model.layers.25.self_attn.q_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 497 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 498 |
+
"model.layers.25.self_attn.q_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 499 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 500 |
+
"model.layers.25.self_attn.v_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 501 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 502 |
+
"model.layers.25.self_attn.v_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 503 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 504 |
+
"model.layers.26.mlp.down_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 505 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 506 |
+
"model.layers.26.mlp.down_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 507 |
+
"model.layers.26.mlp.gate_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 508 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 509 |
+
"model.layers.26.mlp.gate_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 510 |
+
"model.layers.26.mlp.up_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 511 |
+
"model.layers.26.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 512 |
+
"model.layers.26.mlp.up_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 513 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 514 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 515 |
+
"model.layers.26.self_attn.k_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 516 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 517 |
+
"model.layers.26.self_attn.k_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 518 |
+
"model.layers.26.self_attn.o_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 519 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 520 |
+
"model.layers.26.self_attn.o_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 521 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 522 |
+
"model.layers.26.self_attn.q_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 523 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 524 |
+
"model.layers.26.self_attn.q_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 525 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 526 |
+
"model.layers.26.self_attn.v_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 527 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 528 |
+
"model.layers.26.self_attn.v_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 529 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 530 |
+
"model.layers.27.mlp.down_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 531 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 532 |
+
"model.layers.27.mlp.down_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 533 |
+
"model.layers.27.mlp.gate_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 534 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 535 |
+
"model.layers.27.mlp.gate_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 536 |
+
"model.layers.27.mlp.up_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 537 |
+
"model.layers.27.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 538 |
+
"model.layers.27.mlp.up_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 539 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 540 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 541 |
+
"model.layers.27.self_attn.k_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 542 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 543 |
+
"model.layers.27.self_attn.k_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 544 |
+
"model.layers.27.self_attn.o_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 545 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 546 |
+
"model.layers.27.self_attn.o_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 547 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 548 |
+
"model.layers.27.self_attn.q_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 549 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 550 |
+
"model.layers.27.self_attn.q_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 551 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 552 |
+
"model.layers.27.self_attn.v_proj.input_scale": "model-00002-of-00003.safetensors",
|
| 553 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 554 |
+
"model.layers.27.self_attn.v_proj.weight_scale": "model-00002-of-00003.safetensors",
|
| 555 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 556 |
+
"model.layers.3.mlp.down_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 557 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 558 |
+
"model.layers.3.mlp.down_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 559 |
+
"model.layers.3.mlp.gate_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 560 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 561 |
+
"model.layers.3.mlp.gate_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 562 |
+
"model.layers.3.mlp.up_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 563 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 564 |
+
"model.layers.3.mlp.up_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 565 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 566 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 567 |
+
"model.layers.3.self_attn.k_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 568 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 569 |
+
"model.layers.3.self_attn.k_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 570 |
+
"model.layers.3.self_attn.o_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 571 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 572 |
+
"model.layers.3.self_attn.o_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 573 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 574 |
+
"model.layers.3.self_attn.q_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 575 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 576 |
+
"model.layers.3.self_attn.q_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 577 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 578 |
+
"model.layers.3.self_attn.v_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 579 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 580 |
+
"model.layers.3.self_attn.v_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 581 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 582 |
+
"model.layers.4.mlp.down_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 583 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 584 |
+
"model.layers.4.mlp.down_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 585 |
+
"model.layers.4.mlp.gate_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 586 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 587 |
+
"model.layers.4.mlp.gate_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 588 |
+
"model.layers.4.mlp.up_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 589 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 590 |
+
"model.layers.4.mlp.up_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 591 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 592 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 593 |
+
"model.layers.4.self_attn.k_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 594 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 595 |
+
"model.layers.4.self_attn.k_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 596 |
+
"model.layers.4.self_attn.o_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 597 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 598 |
+
"model.layers.4.self_attn.o_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 599 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 600 |
+
"model.layers.4.self_attn.q_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 601 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 602 |
+
"model.layers.4.self_attn.q_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 603 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 604 |
+
"model.layers.4.self_attn.v_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 605 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 606 |
+
"model.layers.4.self_attn.v_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 607 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 608 |
+
"model.layers.5.mlp.down_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 609 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 610 |
+
"model.layers.5.mlp.down_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 611 |
+
"model.layers.5.mlp.gate_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 612 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 613 |
+
"model.layers.5.mlp.gate_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 614 |
+
"model.layers.5.mlp.up_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 615 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 616 |
+
"model.layers.5.mlp.up_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 617 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 618 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 619 |
+
"model.layers.5.self_attn.k_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 620 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 621 |
+
"model.layers.5.self_attn.k_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 622 |
+
"model.layers.5.self_attn.o_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 623 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 624 |
+
"model.layers.5.self_attn.o_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 625 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 626 |
+
"model.layers.5.self_attn.q_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 627 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 628 |
+
"model.layers.5.self_attn.q_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 629 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 630 |
+
"model.layers.5.self_attn.v_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 631 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 632 |
+
"model.layers.5.self_attn.v_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 633 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 634 |
+
"model.layers.6.mlp.down_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 635 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 636 |
+
"model.layers.6.mlp.down_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 637 |
+
"model.layers.6.mlp.gate_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 638 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 639 |
+
"model.layers.6.mlp.gate_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 640 |
+
"model.layers.6.mlp.up_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 641 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 642 |
+
"model.layers.6.mlp.up_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 643 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 644 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 645 |
+
"model.layers.6.self_attn.k_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 646 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 647 |
+
"model.layers.6.self_attn.k_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 648 |
+
"model.layers.6.self_attn.o_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 649 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 650 |
+
"model.layers.6.self_attn.o_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 651 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 652 |
+
"model.layers.6.self_attn.q_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 653 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 654 |
+
"model.layers.6.self_attn.q_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 655 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 656 |
+
"model.layers.6.self_attn.v_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 657 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 658 |
+
"model.layers.6.self_attn.v_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 659 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 660 |
+
"model.layers.7.mlp.down_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 661 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 662 |
+
"model.layers.7.mlp.down_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 663 |
+
"model.layers.7.mlp.gate_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 664 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 665 |
+
"model.layers.7.mlp.gate_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 666 |
+
"model.layers.7.mlp.up_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 667 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 668 |
+
"model.layers.7.mlp.up_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 669 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 670 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 671 |
+
"model.layers.7.self_attn.k_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 672 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 673 |
+
"model.layers.7.self_attn.k_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 674 |
+
"model.layers.7.self_attn.o_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 675 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 676 |
+
"model.layers.7.self_attn.o_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 677 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 678 |
+
"model.layers.7.self_attn.q_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 679 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 680 |
+
"model.layers.7.self_attn.q_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 681 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 682 |
+
"model.layers.7.self_attn.v_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 683 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 684 |
+
"model.layers.7.self_attn.v_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 685 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 686 |
+
"model.layers.8.mlp.down_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 687 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 688 |
+
"model.layers.8.mlp.down_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 689 |
+
"model.layers.8.mlp.gate_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 690 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 691 |
+
"model.layers.8.mlp.gate_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 692 |
+
"model.layers.8.mlp.up_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 693 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 694 |
+
"model.layers.8.mlp.up_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 695 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 696 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 697 |
+
"model.layers.8.self_attn.k_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 698 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 699 |
+
"model.layers.8.self_attn.k_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 700 |
+
"model.layers.8.self_attn.o_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 701 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 702 |
+
"model.layers.8.self_attn.o_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 703 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 704 |
+
"model.layers.8.self_attn.q_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 705 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 706 |
+
"model.layers.8.self_attn.q_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 707 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 708 |
+
"model.layers.8.self_attn.v_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 709 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 710 |
+
"model.layers.8.self_attn.v_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 711 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 712 |
+
"model.layers.9.mlp.down_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 713 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 714 |
+
"model.layers.9.mlp.down_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 715 |
+
"model.layers.9.mlp.gate_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 716 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 717 |
+
"model.layers.9.mlp.gate_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 718 |
+
"model.layers.9.mlp.up_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 719 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 720 |
+
"model.layers.9.mlp.up_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 721 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 722 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 723 |
+
"model.layers.9.self_attn.k_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 724 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 725 |
+
"model.layers.9.self_attn.k_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 726 |
+
"model.layers.9.self_attn.o_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 727 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 728 |
+
"model.layers.9.self_attn.o_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 729 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 730 |
+
"model.layers.9.self_attn.q_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 731 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 732 |
+
"model.layers.9.self_attn.q_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 733 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 734 |
+
"model.layers.9.self_attn.v_proj.input_scale": "model-00001-of-00003.safetensors",
|
| 735 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 736 |
+
"model.layers.9.self_attn.v_proj.weight_scale": "model-00001-of-00003.safetensors",
|
| 737 |
+
"model.norm.weight": "model-00002-of-00003.safetensors",
|
| 738 |
+
"visual.blocks.0.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 739 |
+
"visual.blocks.0.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 740 |
+
"visual.blocks.0.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 741 |
+
"visual.blocks.0.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 742 |
+
"visual.blocks.0.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 743 |
+
"visual.blocks.0.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 744 |
+
"visual.blocks.0.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 745 |
+
"visual.blocks.0.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 746 |
+
"visual.blocks.0.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 747 |
+
"visual.blocks.0.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 748 |
+
"visual.blocks.0.norm1.weight": "model-00001-of-00003.safetensors",
|
| 749 |
+
"visual.blocks.0.norm2.weight": "model-00001-of-00003.safetensors",
|
| 750 |
+
"visual.blocks.1.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 751 |
+
"visual.blocks.1.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 752 |
+
"visual.blocks.1.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 753 |
+
"visual.blocks.1.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 754 |
+
"visual.blocks.1.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 755 |
+
"visual.blocks.1.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 756 |
+
"visual.blocks.1.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 757 |
+
"visual.blocks.1.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 758 |
+
"visual.blocks.1.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 759 |
+
"visual.blocks.1.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 760 |
+
"visual.blocks.1.norm1.weight": "model-00001-of-00003.safetensors",
|
| 761 |
+
"visual.blocks.1.norm2.weight": "model-00001-of-00003.safetensors",
|
| 762 |
+
"visual.blocks.10.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 763 |
+
"visual.blocks.10.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 764 |
+
"visual.blocks.10.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 765 |
+
"visual.blocks.10.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 766 |
+
"visual.blocks.10.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 767 |
+
"visual.blocks.10.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 768 |
+
"visual.blocks.10.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 769 |
+
"visual.blocks.10.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 770 |
+
"visual.blocks.10.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 771 |
+
"visual.blocks.10.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 772 |
+
"visual.blocks.10.norm1.weight": "model-00001-of-00003.safetensors",
|
| 773 |
+
"visual.blocks.10.norm2.weight": "model-00001-of-00003.safetensors",
|
| 774 |
+
"visual.blocks.11.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 775 |
+
"visual.blocks.11.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 776 |
+
"visual.blocks.11.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 777 |
+
"visual.blocks.11.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 778 |
+
"visual.blocks.11.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 779 |
+
"visual.blocks.11.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 780 |
+
"visual.blocks.11.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 781 |
+
"visual.blocks.11.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 782 |
+
"visual.blocks.11.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 783 |
+
"visual.blocks.11.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 784 |
+
"visual.blocks.11.norm1.weight": "model-00001-of-00003.safetensors",
|
| 785 |
+
"visual.blocks.11.norm2.weight": "model-00001-of-00003.safetensors",
|
| 786 |
+
"visual.blocks.12.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 787 |
+
"visual.blocks.12.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 788 |
+
"visual.blocks.12.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 789 |
+
"visual.blocks.12.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 790 |
+
"visual.blocks.12.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 791 |
+
"visual.blocks.12.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 792 |
+
"visual.blocks.12.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 793 |
+
"visual.blocks.12.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 794 |
+
"visual.blocks.12.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 795 |
+
"visual.blocks.12.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 796 |
+
"visual.blocks.12.norm1.weight": "model-00001-of-00003.safetensors",
|
| 797 |
+
"visual.blocks.12.norm2.weight": "model-00001-of-00003.safetensors",
|
| 798 |
+
"visual.blocks.13.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 799 |
+
"visual.blocks.13.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 800 |
+
"visual.blocks.13.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 801 |
+
"visual.blocks.13.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 802 |
+
"visual.blocks.13.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 803 |
+
"visual.blocks.13.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 804 |
+
"visual.blocks.13.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 805 |
+
"visual.blocks.13.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 806 |
+
"visual.blocks.13.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 807 |
+
"visual.blocks.13.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 808 |
+
"visual.blocks.13.norm1.weight": "model-00001-of-00003.safetensors",
|
| 809 |
+
"visual.blocks.13.norm2.weight": "model-00001-of-00003.safetensors",
|
| 810 |
+
"visual.blocks.14.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 811 |
+
"visual.blocks.14.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 812 |
+
"visual.blocks.14.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 813 |
+
"visual.blocks.14.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 814 |
+
"visual.blocks.14.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 815 |
+
"visual.blocks.14.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 816 |
+
"visual.blocks.14.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 817 |
+
"visual.blocks.14.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 818 |
+
"visual.blocks.14.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 819 |
+
"visual.blocks.14.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 820 |
+
"visual.blocks.14.norm1.weight": "model-00001-of-00003.safetensors",
|
| 821 |
+
"visual.blocks.14.norm2.weight": "model-00001-of-00003.safetensors",
|
| 822 |
+
"visual.blocks.15.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 823 |
+
"visual.blocks.15.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 824 |
+
"visual.blocks.15.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 825 |
+
"visual.blocks.15.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 826 |
+
"visual.blocks.15.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 827 |
+
"visual.blocks.15.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 828 |
+
"visual.blocks.15.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 829 |
+
"visual.blocks.15.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 830 |
+
"visual.blocks.15.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 831 |
+
"visual.blocks.15.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 832 |
+
"visual.blocks.15.norm1.weight": "model-00001-of-00003.safetensors",
|
| 833 |
+
"visual.blocks.15.norm2.weight": "model-00001-of-00003.safetensors",
|
| 834 |
+
"visual.blocks.16.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 835 |
+
"visual.blocks.16.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 836 |
+
"visual.blocks.16.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 837 |
+
"visual.blocks.16.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 838 |
+
"visual.blocks.16.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 839 |
+
"visual.blocks.16.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 840 |
+
"visual.blocks.16.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 841 |
+
"visual.blocks.16.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 842 |
+
"visual.blocks.16.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 843 |
+
"visual.blocks.16.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 844 |
+
"visual.blocks.16.norm1.weight": "model-00001-of-00003.safetensors",
|
| 845 |
+
"visual.blocks.16.norm2.weight": "model-00001-of-00003.safetensors",
|
| 846 |
+
"visual.blocks.17.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 847 |
+
"visual.blocks.17.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 848 |
+
"visual.blocks.17.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 849 |
+
"visual.blocks.17.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 850 |
+
"visual.blocks.17.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 851 |
+
"visual.blocks.17.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 852 |
+
"visual.blocks.17.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 853 |
+
"visual.blocks.17.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 854 |
+
"visual.blocks.17.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 855 |
+
"visual.blocks.17.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 856 |
+
"visual.blocks.17.norm1.weight": "model-00001-of-00003.safetensors",
|
| 857 |
+
"visual.blocks.17.norm2.weight": "model-00001-of-00003.safetensors",
|
| 858 |
+
"visual.blocks.18.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 859 |
+
"visual.blocks.18.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 860 |
+
"visual.blocks.18.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 861 |
+
"visual.blocks.18.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 862 |
+
"visual.blocks.18.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 863 |
+
"visual.blocks.18.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 864 |
+
"visual.blocks.18.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 865 |
+
"visual.blocks.18.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 866 |
+
"visual.blocks.18.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 867 |
+
"visual.blocks.18.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 868 |
+
"visual.blocks.18.norm1.weight": "model-00001-of-00003.safetensors",
|
| 869 |
+
"visual.blocks.18.norm2.weight": "model-00001-of-00003.safetensors",
|
| 870 |
+
"visual.blocks.19.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 871 |
+
"visual.blocks.19.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 872 |
+
"visual.blocks.19.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 873 |
+
"visual.blocks.19.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 874 |
+
"visual.blocks.19.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 875 |
+
"visual.blocks.19.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 876 |
+
"visual.blocks.19.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 877 |
+
"visual.blocks.19.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 878 |
+
"visual.blocks.19.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 879 |
+
"visual.blocks.19.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 880 |
+
"visual.blocks.19.norm1.weight": "model-00001-of-00003.safetensors",
|
| 881 |
+
"visual.blocks.19.norm2.weight": "model-00001-of-00003.safetensors",
|
| 882 |
+
"visual.blocks.2.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 883 |
+
"visual.blocks.2.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 884 |
+
"visual.blocks.2.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 885 |
+
"visual.blocks.2.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 886 |
+
"visual.blocks.2.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 887 |
+
"visual.blocks.2.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 888 |
+
"visual.blocks.2.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 889 |
+
"visual.blocks.2.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 890 |
+
"visual.blocks.2.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 891 |
+
"visual.blocks.2.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 892 |
+
"visual.blocks.2.norm1.weight": "model-00001-of-00003.safetensors",
|
| 893 |
+
"visual.blocks.2.norm2.weight": "model-00001-of-00003.safetensors",
|
| 894 |
+
"visual.blocks.20.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 895 |
+
"visual.blocks.20.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 896 |
+
"visual.blocks.20.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 897 |
+
"visual.blocks.20.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 898 |
+
"visual.blocks.20.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 899 |
+
"visual.blocks.20.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 900 |
+
"visual.blocks.20.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 901 |
+
"visual.blocks.20.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 902 |
+
"visual.blocks.20.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 903 |
+
"visual.blocks.20.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 904 |
+
"visual.blocks.20.norm1.weight": "model-00001-of-00003.safetensors",
|
| 905 |
+
"visual.blocks.20.norm2.weight": "model-00001-of-00003.safetensors",
|
| 906 |
+
"visual.blocks.21.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 907 |
+
"visual.blocks.21.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 908 |
+
"visual.blocks.21.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 909 |
+
"visual.blocks.21.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 910 |
+
"visual.blocks.21.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 911 |
+
"visual.blocks.21.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 912 |
+
"visual.blocks.21.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 913 |
+
"visual.blocks.21.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 914 |
+
"visual.blocks.21.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 915 |
+
"visual.blocks.21.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 916 |
+
"visual.blocks.21.norm1.weight": "model-00001-of-00003.safetensors",
|
| 917 |
+
"visual.blocks.21.norm2.weight": "model-00001-of-00003.safetensors",
|
| 918 |
+
"visual.blocks.22.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 919 |
+
"visual.blocks.22.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 920 |
+
"visual.blocks.22.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 921 |
+
"visual.blocks.22.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 922 |
+
"visual.blocks.22.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 923 |
+
"visual.blocks.22.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 924 |
+
"visual.blocks.22.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 925 |
+
"visual.blocks.22.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 926 |
+
"visual.blocks.22.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 927 |
+
"visual.blocks.22.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 928 |
+
"visual.blocks.22.norm1.weight": "model-00001-of-00003.safetensors",
|
| 929 |
+
"visual.blocks.22.norm2.weight": "model-00001-of-00003.safetensors",
|
| 930 |
+
"visual.blocks.23.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 931 |
+
"visual.blocks.23.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 932 |
+
"visual.blocks.23.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 933 |
+
"visual.blocks.23.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 934 |
+
"visual.blocks.23.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 935 |
+
"visual.blocks.23.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 936 |
+
"visual.blocks.23.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 937 |
+
"visual.blocks.23.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 938 |
+
"visual.blocks.23.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 939 |
+
"visual.blocks.23.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 940 |
+
"visual.blocks.23.norm1.weight": "model-00001-of-00003.safetensors",
|
| 941 |
+
"visual.blocks.23.norm2.weight": "model-00001-of-00003.safetensors",
|
| 942 |
+
"visual.blocks.24.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 943 |
+
"visual.blocks.24.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 944 |
+
"visual.blocks.24.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 945 |
+
"visual.blocks.24.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 946 |
+
"visual.blocks.24.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 947 |
+
"visual.blocks.24.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 948 |
+
"visual.blocks.24.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 949 |
+
"visual.blocks.24.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 950 |
+
"visual.blocks.24.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 951 |
+
"visual.blocks.24.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 952 |
+
"visual.blocks.24.norm1.weight": "model-00001-of-00003.safetensors",
|
| 953 |
+
"visual.blocks.24.norm2.weight": "model-00001-of-00003.safetensors",
|
| 954 |
+
"visual.blocks.25.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 955 |
+
"visual.blocks.25.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 956 |
+
"visual.blocks.25.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 957 |
+
"visual.blocks.25.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 958 |
+
"visual.blocks.25.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 959 |
+
"visual.blocks.25.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 960 |
+
"visual.blocks.25.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 961 |
+
"visual.blocks.25.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 962 |
+
"visual.blocks.25.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 963 |
+
"visual.blocks.25.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 964 |
+
"visual.blocks.25.norm1.weight": "model-00001-of-00003.safetensors",
|
| 965 |
+
"visual.blocks.25.norm2.weight": "model-00001-of-00003.safetensors",
|
| 966 |
+
"visual.blocks.26.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 967 |
+
"visual.blocks.26.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 968 |
+
"visual.blocks.26.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 969 |
+
"visual.blocks.26.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 970 |
+
"visual.blocks.26.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 971 |
+
"visual.blocks.26.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 972 |
+
"visual.blocks.26.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 973 |
+
"visual.blocks.26.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 974 |
+
"visual.blocks.26.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 975 |
+
"visual.blocks.26.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 976 |
+
"visual.blocks.26.norm1.weight": "model-00001-of-00003.safetensors",
|
| 977 |
+
"visual.blocks.26.norm2.weight": "model-00001-of-00003.safetensors",
|
| 978 |
+
"visual.blocks.27.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 979 |
+
"visual.blocks.27.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 980 |
+
"visual.blocks.27.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 981 |
+
"visual.blocks.27.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 982 |
+
"visual.blocks.27.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 983 |
+
"visual.blocks.27.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 984 |
+
"visual.blocks.27.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 985 |
+
"visual.blocks.27.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 986 |
+
"visual.blocks.27.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 987 |
+
"visual.blocks.27.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 988 |
+
"visual.blocks.27.norm1.weight": "model-00001-of-00003.safetensors",
|
| 989 |
+
"visual.blocks.27.norm2.weight": "model-00001-of-00003.safetensors",
|
| 990 |
+
"visual.blocks.28.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 991 |
+
"visual.blocks.28.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 992 |
+
"visual.blocks.28.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 993 |
+
"visual.blocks.28.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 994 |
+
"visual.blocks.28.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 995 |
+
"visual.blocks.28.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 996 |
+
"visual.blocks.28.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 997 |
+
"visual.blocks.28.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 998 |
+
"visual.blocks.28.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 999 |
+
"visual.blocks.28.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 1000 |
+
"visual.blocks.28.norm1.weight": "model-00001-of-00003.safetensors",
|
| 1001 |
+
"visual.blocks.28.norm2.weight": "model-00001-of-00003.safetensors",
|
| 1002 |
+
"visual.blocks.29.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 1003 |
+
"visual.blocks.29.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 1004 |
+
"visual.blocks.29.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 1005 |
+
"visual.blocks.29.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 1006 |
+
"visual.blocks.29.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 1007 |
+
"visual.blocks.29.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 1008 |
+
"visual.blocks.29.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 1009 |
+
"visual.blocks.29.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 1010 |
+
"visual.blocks.29.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 1011 |
+
"visual.blocks.29.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 1012 |
+
"visual.blocks.29.norm1.weight": "model-00001-of-00003.safetensors",
|
| 1013 |
+
"visual.blocks.29.norm2.weight": "model-00001-of-00003.safetensors",
|
| 1014 |
+
"visual.blocks.3.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 1015 |
+
"visual.blocks.3.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 1016 |
+
"visual.blocks.3.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 1017 |
+
"visual.blocks.3.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 1018 |
+
"visual.blocks.3.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 1019 |
+
"visual.blocks.3.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 1020 |
+
"visual.blocks.3.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 1021 |
+
"visual.blocks.3.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 1022 |
+
"visual.blocks.3.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 1023 |
+
"visual.blocks.3.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 1024 |
+
"visual.blocks.3.norm1.weight": "model-00001-of-00003.safetensors",
|
| 1025 |
+
"visual.blocks.3.norm2.weight": "model-00001-of-00003.safetensors",
|
| 1026 |
+
"visual.blocks.30.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 1027 |
+
"visual.blocks.30.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 1028 |
+
"visual.blocks.30.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 1029 |
+
"visual.blocks.30.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 1030 |
+
"visual.blocks.30.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 1031 |
+
"visual.blocks.30.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 1032 |
+
"visual.blocks.30.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 1033 |
+
"visual.blocks.30.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 1034 |
+
"visual.blocks.30.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 1035 |
+
"visual.blocks.30.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 1036 |
+
"visual.blocks.30.norm1.weight": "model-00001-of-00003.safetensors",
|
| 1037 |
+
"visual.blocks.30.norm2.weight": "model-00001-of-00003.safetensors",
|
| 1038 |
+
"visual.blocks.31.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 1039 |
+
"visual.blocks.31.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 1040 |
+
"visual.blocks.31.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 1041 |
+
"visual.blocks.31.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 1042 |
+
"visual.blocks.31.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 1043 |
+
"visual.blocks.31.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 1044 |
+
"visual.blocks.31.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 1045 |
+
"visual.blocks.31.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 1046 |
+
"visual.blocks.31.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 1047 |
+
"visual.blocks.31.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 1048 |
+
"visual.blocks.31.norm1.weight": "model-00001-of-00003.safetensors",
|
| 1049 |
+
"visual.blocks.31.norm2.weight": "model-00001-of-00003.safetensors",
|
| 1050 |
+
"visual.blocks.4.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 1051 |
+
"visual.blocks.4.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 1052 |
+
"visual.blocks.4.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 1053 |
+
"visual.blocks.4.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 1054 |
+
"visual.blocks.4.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 1055 |
+
"visual.blocks.4.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 1056 |
+
"visual.blocks.4.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 1057 |
+
"visual.blocks.4.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 1058 |
+
"visual.blocks.4.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 1059 |
+
"visual.blocks.4.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 1060 |
+
"visual.blocks.4.norm1.weight": "model-00001-of-00003.safetensors",
|
| 1061 |
+
"visual.blocks.4.norm2.weight": "model-00001-of-00003.safetensors",
|
| 1062 |
+
"visual.blocks.5.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 1063 |
+
"visual.blocks.5.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 1064 |
+
"visual.blocks.5.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 1065 |
+
"visual.blocks.5.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 1066 |
+
"visual.blocks.5.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 1067 |
+
"visual.blocks.5.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 1068 |
+
"visual.blocks.5.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 1069 |
+
"visual.blocks.5.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 1070 |
+
"visual.blocks.5.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 1071 |
+
"visual.blocks.5.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 1072 |
+
"visual.blocks.5.norm1.weight": "model-00001-of-00003.safetensors",
|
| 1073 |
+
"visual.blocks.5.norm2.weight": "model-00001-of-00003.safetensors",
|
| 1074 |
+
"visual.blocks.6.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 1075 |
+
"visual.blocks.6.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 1076 |
+
"visual.blocks.6.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 1077 |
+
"visual.blocks.6.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 1078 |
+
"visual.blocks.6.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 1079 |
+
"visual.blocks.6.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 1080 |
+
"visual.blocks.6.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 1081 |
+
"visual.blocks.6.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 1082 |
+
"visual.blocks.6.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 1083 |
+
"visual.blocks.6.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 1084 |
+
"visual.blocks.6.norm1.weight": "model-00001-of-00003.safetensors",
|
| 1085 |
+
"visual.blocks.6.norm2.weight": "model-00001-of-00003.safetensors",
|
| 1086 |
+
"visual.blocks.7.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 1087 |
+
"visual.blocks.7.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 1088 |
+
"visual.blocks.7.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 1089 |
+
"visual.blocks.7.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 1090 |
+
"visual.blocks.7.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 1091 |
+
"visual.blocks.7.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 1092 |
+
"visual.blocks.7.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 1093 |
+
"visual.blocks.7.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 1094 |
+
"visual.blocks.7.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 1095 |
+
"visual.blocks.7.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 1096 |
+
"visual.blocks.7.norm1.weight": "model-00001-of-00003.safetensors",
|
| 1097 |
+
"visual.blocks.7.norm2.weight": "model-00001-of-00003.safetensors",
|
| 1098 |
+
"visual.blocks.8.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 1099 |
+
"visual.blocks.8.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 1100 |
+
"visual.blocks.8.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 1101 |
+
"visual.blocks.8.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 1102 |
+
"visual.blocks.8.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 1103 |
+
"visual.blocks.8.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 1104 |
+
"visual.blocks.8.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 1105 |
+
"visual.blocks.8.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 1106 |
+
"visual.blocks.8.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 1107 |
+
"visual.blocks.8.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 1108 |
+
"visual.blocks.8.norm1.weight": "model-00001-of-00003.safetensors",
|
| 1109 |
+
"visual.blocks.8.norm2.weight": "model-00001-of-00003.safetensors",
|
| 1110 |
+
"visual.blocks.9.attn.proj.bias": "model-00001-of-00003.safetensors",
|
| 1111 |
+
"visual.blocks.9.attn.proj.weight": "model-00001-of-00003.safetensors",
|
| 1112 |
+
"visual.blocks.9.attn.qkv.bias": "model-00001-of-00003.safetensors",
|
| 1113 |
+
"visual.blocks.9.attn.qkv.weight": "model-00001-of-00003.safetensors",
|
| 1114 |
+
"visual.blocks.9.mlp.down_proj.bias": "model-00001-of-00003.safetensors",
|
| 1115 |
+
"visual.blocks.9.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 1116 |
+
"visual.blocks.9.mlp.gate_proj.bias": "model-00001-of-00003.safetensors",
|
| 1117 |
+
"visual.blocks.9.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 1118 |
+
"visual.blocks.9.mlp.up_proj.bias": "model-00001-of-00003.safetensors",
|
| 1119 |
+
"visual.blocks.9.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 1120 |
+
"visual.blocks.9.norm1.weight": "model-00001-of-00003.safetensors",
|
| 1121 |
+
"visual.blocks.9.norm2.weight": "model-00001-of-00003.safetensors",
|
| 1122 |
+
"visual.merger.ln_q.weight": "model-00001-of-00003.safetensors",
|
| 1123 |
+
"visual.merger.mlp.0.bias": "model-00001-of-00003.safetensors",
|
| 1124 |
+
"visual.merger.mlp.0.weight": "model-00001-of-00003.safetensors",
|
| 1125 |
+
"visual.merger.mlp.2.bias": "model-00001-of-00003.safetensors",
|
| 1126 |
+
"visual.merger.mlp.2.weight": "model-00001-of-00003.safetensors",
|
| 1127 |
+
"visual.patch_embed.proj.weight": "model-00001-of-00003.safetensors"
|
| 1128 |
+
}
|
| 1129 |
+
}
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": null,
|
| 3 |
+
"data_format": "channels_first",
|
| 4 |
+
"default_to_square": true,
|
| 5 |
+
"device": null,
|
| 6 |
+
"disable_grouping": null,
|
| 7 |
+
"do_center_crop": null,
|
| 8 |
+
"do_convert_rgb": true,
|
| 9 |
+
"do_normalize": true,
|
| 10 |
+
"do_rescale": true,
|
| 11 |
+
"do_resize": true,
|
| 12 |
+
"image_mean": [
|
| 13 |
+
0.48145466,
|
| 14 |
+
0.4578275,
|
| 15 |
+
0.40821073
|
| 16 |
+
],
|
| 17 |
+
"image_processor_type": "Qwen2VLImageProcessorFast",
|
| 18 |
+
"image_std": [
|
| 19 |
+
0.26862954,
|
| 20 |
+
0.26130258,
|
| 21 |
+
0.27577711
|
| 22 |
+
],
|
| 23 |
+
"input_data_format": null,
|
| 24 |
+
"max_pixels": 12845056,
|
| 25 |
+
"merge_size": 2,
|
| 26 |
+
"min_pixels": 3136,
|
| 27 |
+
"patch_size": 14,
|
| 28 |
+
"processor_class": "Qwen2_5_VLProcessor",
|
| 29 |
+
"resample": 3,
|
| 30 |
+
"rescale_factor": 0.00392156862745098,
|
| 31 |
+
"return_tensors": null,
|
| 32 |
+
"size": {
|
| 33 |
+
"longest_edge": 12845056,
|
| 34 |
+
"shortest_edge": 3136
|
| 35 |
+
},
|
| 36 |
+
"temporal_patch_size": 2
|
| 37 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": "<|endoftext|>",
|
| 18 |
+
"pad_token": "<|endoftext|>"
|
| 19 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
| 3 |
+
size 11421896
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
}
|
| 181 |
+
},
|
| 182 |
+
"additional_special_tokens": [
|
| 183 |
+
"<|im_start|>",
|
| 184 |
+
"<|im_end|>",
|
| 185 |
+
"<|object_ref_start|>",
|
| 186 |
+
"<|object_ref_end|>",
|
| 187 |
+
"<|box_start|>",
|
| 188 |
+
"<|box_end|>",
|
| 189 |
+
"<|quad_start|>",
|
| 190 |
+
"<|quad_end|>",
|
| 191 |
+
"<|vision_start|>",
|
| 192 |
+
"<|vision_end|>",
|
| 193 |
+
"<|vision_pad|>",
|
| 194 |
+
"<|image_pad|>",
|
| 195 |
+
"<|video_pad|>"
|
| 196 |
+
],
|
| 197 |
+
"bos_token": null,
|
| 198 |
+
"clean_up_tokenization_spaces": false,
|
| 199 |
+
"eos_token": "<|endoftext|>",
|
| 200 |
+
"errors": "replace",
|
| 201 |
+
"extra_special_tokens": {},
|
| 202 |
+
"model_max_length": 131072,
|
| 203 |
+
"pad_token": "<|endoftext|>",
|
| 204 |
+
"split_special_tokens": false,
|
| 205 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 206 |
+
"unk_token": null
|
| 207 |
+
}
|
video_preprocessor_config.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": null,
|
| 3 |
+
"data_format": "channels_first",
|
| 4 |
+
"default_to_square": true,
|
| 5 |
+
"device": null,
|
| 6 |
+
"do_center_crop": null,
|
| 7 |
+
"do_convert_rgb": true,
|
| 8 |
+
"do_normalize": true,
|
| 9 |
+
"do_pad": null,
|
| 10 |
+
"do_rescale": true,
|
| 11 |
+
"do_resize": true,
|
| 12 |
+
"do_sample_frames": false,
|
| 13 |
+
"fps": null,
|
| 14 |
+
"image_mean": [
|
| 15 |
+
0.48145466,
|
| 16 |
+
0.4578275,
|
| 17 |
+
0.40821073
|
| 18 |
+
],
|
| 19 |
+
"image_std": [
|
| 20 |
+
0.26862954,
|
| 21 |
+
0.26130258,
|
| 22 |
+
0.27577711
|
| 23 |
+
],
|
| 24 |
+
"input_data_format": null,
|
| 25 |
+
"max_frames": 768,
|
| 26 |
+
"max_pixels": 12845056,
|
| 27 |
+
"merge_size": 2,
|
| 28 |
+
"min_frames": 4,
|
| 29 |
+
"min_pixels": 3136,
|
| 30 |
+
"num_frames": null,
|
| 31 |
+
"patch_size": 14,
|
| 32 |
+
"processor_class": "Qwen2_5_VLProcessor",
|
| 33 |
+
"resample": 3,
|
| 34 |
+
"rescale_factor": 0.00392156862745098,
|
| 35 |
+
"return_metadata": false,
|
| 36 |
+
"size": {
|
| 37 |
+
"longest_edge": 12845056,
|
| 38 |
+
"shortest_edge": 3136
|
| 39 |
+
},
|
| 40 |
+
"size_divisor": null,
|
| 41 |
+
"temporal_patch_size": 2,
|
| 42 |
+
"video_metadata": null,
|
| 43 |
+
"video_processor_type": "Qwen2VLVideoProcessor"
|
| 44 |
+
}
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|