duyluandethuong
commited on
Upload 12 files
Browse files- README.md +197 -0
- added_tokens.json +5 -0
- config.json +36 -0
- generation_config.json +7 -0
- merges.txt +0 -0
- model-00001-of-00002.safetensors +3 -0
- model-00002-of-00002.safetensors +3 -0
- model.safetensors.index.json +738 -0
- special_tokens_map.json +20 -0
- tokenizer.json +0 -0
- tokenizer_config.json +44 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,197 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: seallms
|
4 |
+
license_link: https://huggingface.co/SeaLLMs/SeaLLM-13B-Chat/blob/main/LICENSE
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
- zh
|
8 |
+
- id
|
9 |
+
- vi
|
10 |
+
- th
|
11 |
+
- ms
|
12 |
+
tags:
|
13 |
+
- sea
|
14 |
+
- multilingual
|
15 |
+
---
|
16 |
+
|
17 |
+
# *SeaLLMs-v3* - Large Language Models for Southeast Asia
|
18 |
+
<h1 style="color: #ff3860">**This repository is the modification of the SeaLLMs/SeaLLM3-7B-Chat**</h1>
|
19 |
+
<h1>This is a fork from https://huggingface.co/SorawitChok/SeaLLM3-7B-Chat-AWQ</h1>
|
20 |
+
|
21 |
+
## We offer a SeaLLM3-7B-Chat-AWQ which is a 4-bit AWQ quantization version of the SeaLLMs/SeaLLM3-7B-Chat (compatible with vLLM)
|
22 |
+
|
23 |
+
|
24 |
+
<p align="center">
|
25 |
+
<a href="https://damo-nlp-sg.github.io/SeaLLMs/" target="_blank" rel="noopener">Website</a>
|
26 |
+
|
27 |
+
<a href="https://huggingface.co/SeaLLMs/SeaLLM3-7B-Chat" target="_blank" rel="noopener"> 🤗 Tech Memo</a>
|
28 |
+
|
29 |
+
<a href="https://huggingface.co/spaces/SeaLLMs/SeaLLM-Chat" target="_blank" rel="noopener"> 🤗 DEMO</a>
|
30 |
+
|
31 |
+
<a href="https://github.com/DAMO-NLP-SG/SeaLLMs" target="_blank" rel="noopener">Github</a>
|
32 |
+
|
33 |
+
<a href="https://arxiv.org/pdf/2312.00738.pdf" target="_blank" rel="noopener">Technical Report</a>
|
34 |
+
</p>
|
35 |
+
|
36 |
+
We introduce **SeaLLMs-v3**, the latest series of the SeaLLMs (Large Language Models for Southeast Asian languages) family. It achieves state-of-the-art performance among models with similar sizes, excelling across a diverse array of tasks such as world knowledge, mathematical reasoning, translation, and instruction following. In the meantime, it was specifically enhanced to be more trustworthy, exhibiting reduced hallucination and providing safe responses, particularly in queries closed related to Southeast Asian culture.
|
37 |
+
|
38 |
+
## 🔥 Highlights
|
39 |
+
- State-of-the-art performance compared to open-source models of similar sizes, evaluated across various dimensions such as human exam questions, instruction-following, mathematics, and translation.
|
40 |
+
- Significantly enhanced instruction-following capability, especially in multi-turn settings.
|
41 |
+
- Ensures safety in usage with significantly reduced instances of hallucination and sensitivity to local contexts.
|
42 |
+
|
43 |
+
## Uses
|
44 |
+
|
45 |
+
SeaLLMs is tailored for handling a wide range of languages spoken in the SEA region, including English, Chinese, Indonesian, Vietnamese, Thai, Tagalog, Malay, Burmese, Khmer, Lao, Tamil, and Javanese.
|
46 |
+
|
47 |
+
This page introduces the SeaLLMs-v3-7B-Chat model, specifically fine-tuned to follow human instructions effectively for task completion, making it directly applicable to your applications.
|
48 |
+
|
49 |
+
|
50 |
+
### Inference with `vllm`
|
51 |
+
|
52 |
+
You can also conduct inference with [vllm](https://docs.vllm.ai/en/stable/index.html), which is a fast and easy-to-use library for LLM inference and serving. To use vllm, first install the latest version via `pip install vllm`.
|
53 |
+
|
54 |
+
```python
|
55 |
+
from vllm import LLM, SamplingParams
|
56 |
+
|
57 |
+
prompts = [
|
58 |
+
"Who is the president of US?",
|
59 |
+
"Can you speak Indonesian?"
|
60 |
+
]
|
61 |
+
|
62 |
+
llm = LLM("SorawitChok/SeaLLM3-7B-Chat-AWQ", quantization="AWQ")
|
63 |
+
sparams = SamplingParams(temperature=0.1, max_tokens=512)
|
64 |
+
outputs = llm.generate(prompts, sparams)
|
65 |
+
|
66 |
+
# print out the model response
|
67 |
+
for output in outputs:
|
68 |
+
prompt = output.prompt
|
69 |
+
generated_text = output.outputs[0].text
|
70 |
+
print(f"Prompt: {prompt}\nResponse: {generated_text}\n\n")
|
71 |
+
```
|
72 |
+
|
73 |
+
### Bias, Risks, and Limitations
|
74 |
+
<blockquote style="color:red">
|
75 |
+
<p><strong style="color: red">Terms of Use and License</strong>:
|
76 |
+
By using our released weights, codes, and demos, you agree to and comply with the terms and conditions specified in our <a href="https://huggingface.co/SeaLLMs/SeaLLM-Chat-13b/edit/main/LICENSE" target="_blank" rel="noopener">SeaLLMs Terms Of Use</a>.
|
77 |
+
</blockquote>
|
78 |
+
|
79 |
+
> **Disclaimer**:
|
80 |
+
> We must note that even though the weights, codes, and demos are released in an open manner, similar to other pre-trained language models, and despite our best efforts in red teaming and safety fine-tuning and enforcement, our models come with potential risks, including but not limited to inaccurate, misleading or potentially harmful generation.
|
81 |
+
> Developers and stakeholders should perform their own red teaming and provide related security measures before deployment, and they must abide by and comply with local governance and regulations.
|
82 |
+
> In no event shall the authors be held liable for any claim, damages, or other liability arising from the use of the released weights, codes, or demos.
|
83 |
+
|
84 |
+
|
85 |
+
|
86 |
+
## Evaluation
|
87 |
+
|
88 |
+
We conduct our evaluation along two dimensions:
|
89 |
+
|
90 |
+
1. **Model Capability**: We assess the model's performance on human exam questions, its ability to follow instructions, its proficiency in mathematics, and its translation accuracy.
|
91 |
+
2. **Model Trustworthiness**: We evaluate the model's safety and tendency to hallucinate, particularly in the context of Southeast Asia.
|
92 |
+
|
93 |
+
### Model Capability
|
94 |
+
|
95 |
+
#### Multilingual World Knowledge - M3Exam
|
96 |
+
[M3Exam](https://arxiv.org/abs/2306.05179) consists of local exam questions collected from each country. It reflects the model's world knowledge (e.g., with language or social science subjects) and reasoning abilities (e.g., with mathematics or natural science subjects).
|
97 |
+
|
98 |
+
| Model | en | zh | id | th | vi | avg | avg_sea |
|
99 |
+
|:-----------------|-----:|------:|-----:|-----:|-----:|------:|----------:|
|
100 |
+
| Sailor-7B-Chat | 0.66 | 0.652 | 0.475 | 0.462 | 0.513 | 0.552 | 0.483 |
|
101 |
+
| gemma-7b | 0.732 | 0.519 | 0.475 | 0.46 | 0.594 | 0.556 | 0.510 |
|
102 |
+
| SeaLLM-7B-v2.5 | 0.758 | 0.581 | 0.499 | 0.502 | 0.622 | 0.592 | 0.541 |
|
103 |
+
| Qwen2-7B | 0.815 | 0.874 | 0.53 | 0.479 | 0.628 | 0.665 | 0.546 |
|
104 |
+
| Qwen2-7B-Instruct| 0.809 | 0.88 | 0.558 | 0.555 | 0.624 | 0.685 | 0.579 |
|
105 |
+
| Sailor-14B | 0.748 | 0.84 | 0.536 | 0.528 | 0.621 | 0.655 | 0.562 |
|
106 |
+
| Sailor-14B-Chat | 0.749 | 0.843 | 0.553 | 0.566 | 0.637 | 0.67 | 0.585 |
|
107 |
+
| SeaLLMs-v3-7B | 0.814 | 0.866 | 0.549 | 0.52 | 0.628 | 0.675 | 0.566 |
|
108 |
+
| SeaLLMs-v3-7B-Chat | 0.809 | 0.874 | 0.558 | 0.569 | 0.649 | 0.692 | 0.592 |
|
109 |
+
|
110 |
+
|
111 |
+
#### Multilingual Instruction-following Capability - SeaBench
|
112 |
+
SeaBench consists of multi-turn human instructions spanning various task types. It evaluates chat-based models on their ability to follow human instructions in both single and multi-turn settings and assesses their performance across different task types. The dataset and corresponding evaluation code will be released soon!
|
113 |
+
|
114 |
+
| model | id<br>turn1 | id<br>turn2 | id<br>avg | th<br>turn1 | th<br>turn2 | th<br>avg | vi<br>turn1 | vi<br>turn2 | vi<br>avg | avg |
|
115 |
+
|:----------------|------------:|------------:|---------:|------------:|------------:|---------:|------------:|------------:|---------:|------:|
|
116 |
+
| Qwen2-7B-Instruct| 5.93 | 5.84 | 5.89 | 5.47 | 5.20 | 5.34 | 6.17 | 5.60 | 5.89 | 5.70 |
|
117 |
+
| SeaLLM-7B-v2.5 | 6.27 | 4.96 | 5.62 | 5.79 | 3.82 | 4.81 | 6.02 | 4.02 | 5.02 | 5.15 |
|
118 |
+
| Sailor-14B-Chat | 5.26 | 5.53 | 5.40 | 4.62 | 4.36 | 4.49 | 5.31 | 4.74 | 5.03 | 4.97 |
|
119 |
+
| Sailor-7B-Chat | 4.60 | 4.04 | 4.32 | 3.94 | 3.17 | 3.56 | 4.82 | 3.62 | 4.22 | 4.03 |
|
120 |
+
| SeaLLMs-v3-7B-Chat | 6.73 | 6.59 | 6.66 | 6.48 | 5.90 | 6.19 | 6.34 | 5.79 | 6.07 | 6.31 |
|
121 |
+
|
122 |
+
|
123 |
+
#### Multilingual Math
|
124 |
+
We evaluate the multilingual math capability using the MGSM dataset. MGSM originally contains Chinese and Thai testing sets only, we use Google Translate to translate the same English questions into other SEA languages. Note that we adopt the tradition of each country to represent the number, e.g., in Indonesian and Vietnamese, dots are used as thousands separators and commas as decimal separators, the opposite of the English system.
|
125 |
+
|
126 |
+
| MGSM | en | id | ms | th | vi | zh | avg |
|
127 |
+
|:--------------------------|------:|------:|------:|------:|------:|------:|------:|
|
128 |
+
| Sailor-7B-Chat | 33.6 | 22.4 | 22.4 | 21.6 | 25.2 | 29.2 | 25.7 |
|
129 |
+
| Meta-Llama-3-8B-Instruct | 77.6 | 48 | 57.6 | 56 | 46.8 | 58.8 | 57.5 |
|
130 |
+
| glm-4-9b-chat | 72.8 | 53.6 | 53.6 | 34.8 | 52.4 | 70.8 | 56.3 |
|
131 |
+
| Qwen1.5-7B-Chat | 64 | 34.4 | 38.4 | 25.2 | 36 | 53.6 | 41.9 |
|
132 |
+
| Qwen2-7B-instruct | 82 | 66.4 | 62.4 | 58.4 | 64.4 | 76.8 | 68.4 |
|
133 |
+
| aya-23-8B | 28.8 | 16.4 | 14.4 | 2 | 16 | 12.8 | 15.1 |
|
134 |
+
| gemma-1.1-7b-it | 58.8 | 32.4 | 34.8 | 31.2 | 39.6 | 35.2 | 38.7 |
|
135 |
+
| SeaLLM-7B-v2.5 | 79.6 | 69.2 | 70.8 | 61.2 | 66.8 | 62.4 | 68.3 |
|
136 |
+
| SeaLLMs-v3-7B-Chat | 74.8 | 71.2 | 70.8 | 71.2 | 71.2 | 79.6 | 73.1 |
|
137 |
+
|
138 |
+
|
139 |
+
#### Translation
|
140 |
+
We use the test sets from Flores-200 for evaluation and report the zero-shot chrF scores for translations between every pair of languages. Each row in the table below presents the average results of translating from various source languages into the target languages. The last column displays the overall average results of translating from any language to any other language for each model.
|
141 |
+
|
142 |
+
| model | en | id | jv | km | lo | ms | my | ta | th | tl | vi | zh | avg |
|
143 |
+
|:-----------------------------------------------|------:|------:|------:|------:|------:|------:|------:|------:|------:|------:|------:|------:|------:|
|
144 |
+
|Meta-Llama-3-8B-Instruct | 51.54 | 49.03 | 22.46 | 15.34 | 5.42 | 46.72 | 21.24 | 32.09 | 35.75 | 40.8 | 39.31 | 14.87 | 31.22 |
|
145 |
+
|Qwen2-7B-Instruct | 50.36 | 47.55 | 29.36 | 19.26 | 11.06 | 42.43 | 19.33 | 20.04 | 36.07 | 37.91 | 39.63 | 22.87 | 31.32 |
|
146 |
+
|Sailor-7B-Chat | 49.4 | 49.78 | 28.33 | 2.68 | 6.85 | 47.75 | 5.35 | 18.23 | 38.92 | 29 | 41.76 | 20.87 | 28.24 |
|
147 |
+
|SeaLLM-7B-v2.5 | 55.09 | 53.71 | 18.13 | 18.09 | 15.53 | 51.33 | 19.71 | 26.1 | 40.55 | 45.58 | 44.56 | 24.18 | 34.38 |
|
148 |
+
|SeaLLMs-v3-7B-Chat | 54.68 | 52.52 | 29.86 | 27.3 | 26.34 | 45.04 | 21.54 | 31.93 | 41.52 | 38.51 | 43.78 | 26.1 | 36.52 |
|
149 |
+
|
150 |
+
|
151 |
+
### Model Trustworthiness
|
152 |
+
|
153 |
+
#### Hallucination
|
154 |
+
Performance of whether a model can refuse questions about the non-existing entity. The following is the F1 score. We use refuse as the positive label. Our test set consists of ~1k test samples per language. Each unanswerable question is generated by GPT4o. The ratio of answerable and unanswerable questions are 1:1. We define keywords to automatically detect whether a model-generated response is a refusal response.
|
155 |
+
|
156 |
+
| Refusal-F1 Scores | en | zh | vi | th | id | avg |
|
157 |
+
|:---------------------|------:|------:|------:|------:|------:|-------:|
|
158 |
+
| Qwen1.5-7B-Instruct | 53.85 | 51.70 | 52.85 | 35.5 | 58.4 | 50.46 |
|
159 |
+
| Qwen2-7B-Instruct | 58.79 | 33.08 | 56.21 | 44.6 | 55.98 | 49.732 |
|
160 |
+
| SeaLLM-7B-v2.5 | 12.90 | 0.77 | 2.45 | 19.42 | 0.78 | 7.26 |
|
161 |
+
| Sailor-7B-Chat | 33.49 | 18.82 | 5.19 | 9.68 | 16.42 | 16.72 |
|
162 |
+
| glm-4-9b-chat | 44.48 | 37.89 | 18.66 | 4.27 | 1.97 | 21.45 |
|
163 |
+
| aya-23-8B | 6.38 | 0.79 | 2.83 | 1.98 | 14.80 | 5.36 |
|
164 |
+
| Llama-3-8B-Instruct | 72.08 | 0.00 | 1.23 | 0.80 | 3.91 | 15.60 |
|
165 |
+
| gemma-1.1-7b-it | 52.39 | 27.74 | 23.96 | 22.97 | 31.72 | 31.76 |
|
166 |
+
| SeaLLMs-v3-7B-Chat | 71.36 | 78.39 | 77.93 | 61.31 | 68.95 | 71.588 |
|
167 |
+
|
168 |
+
#### Safety
|
169 |
+
Multijaildataset consists of harmful prompts in multiple languages. We take those relevant prompts in SEA languages here and report their safe rate (the higher the better).
|
170 |
+
|
171 |
+
| Model | en | jv | th | vi | zh | avg |
|
172 |
+
|:------------------------|-------:|-------:|-------:|-------:|------:|-------:|
|
173 |
+
| Qwen2-7B-Instruct | 0.8857 | 0.4381 | 0.6381 | 0.7302 | 0.873 | 0.713 |
|
174 |
+
| Sailor-7B-Chat | 0.7873 | 0.5492 | 0.6222 | 0.6762 | 0.7619 | 0.6794 |
|
175 |
+
| Meta-Llama-3-8B-Instruct| 0.8825 | 0.2635 | 0.7111 | 0.6984 | 0.7714 | 0.6654 |
|
176 |
+
| Sailor-14B-Chat | 0.8698 | 0.3048 | 0.5365 | 0.6095 | 0.727 | 0.6095 |
|
177 |
+
| glm-4-9b-chat | 0.7714 | 0.2127 | 0.3016 | 0.6063 | 0.7492 | 0.52824|
|
178 |
+
| SeaLLMs-v3-7B-Chat | 0.8889 | 0.6000 | 0.7333 | 0.8381 | 0.927 | 0.7975 |
|
179 |
+
|
180 |
+
|
181 |
+
## Acknowledgement to Our Linguists
|
182 |
+
We would like to express our special thanks to our professional and native linguists, Tantong Champaiboon, Nguyen Ngoc Yen Nhi and Tara Devina Putri, who helped build, evaluate, and fact-check our sampled pretraining and SFT dataset as well as evaluating our models across different aspects, especially safety.
|
183 |
+
|
184 |
+
|
185 |
+
## Citation
|
186 |
+
|
187 |
+
If you find our project useful, we hope you would kindly star our repo and cite our work as follows:
|
188 |
+
```
|
189 |
+
@article{damonlp2024seallm3,
|
190 |
+
author = {Wenxuan Zhang*, Hou Pong Chan*, Yiran Zhao*, Mahani Aljunied*,
|
191 |
+
Jianyu Wang, Chaoqun Liu, Yue Deng, Zhiqiang Hu, Weiwen Xu,
|
192 |
+
Yew Ken Chia, Xin Li, Lidong Bing},
|
193 |
+
title = {SeaLLMs - Large Language Models for Southeast Asia},
|
194 |
+
year = {2024},
|
195 |
+
}
|
196 |
+
```
|
197 |
+
Corresponding Author: [email protected]
|
added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|endoftext|>": 151643,
|
3 |
+
"<|im_end|>": 151645,
|
4 |
+
"<|im_start|>": 151644
|
5 |
+
}
|
config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/home/jupyter-devtime/.cache/huggingface/hub/models--SeaLLMs--SeaLLM3-7B-Chat/snapshots/fc6b1b135eae74c325c8c6e6a70986809f201573",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151643,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 3584,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 18944,
|
13 |
+
"max_position_embeddings": 131072,
|
14 |
+
"max_window_layers": 28,
|
15 |
+
"model_type": "qwen2",
|
16 |
+
"num_attention_heads": 28,
|
17 |
+
"num_hidden_layers": 28,
|
18 |
+
"num_key_value_heads": 4,
|
19 |
+
"quantization_config": {
|
20 |
+
"bits": 4,
|
21 |
+
"group_size": 128,
|
22 |
+
"modules_to_not_convert": null,
|
23 |
+
"quant_method": "awq",
|
24 |
+
"version": "gemm",
|
25 |
+
"zero_point": true
|
26 |
+
},
|
27 |
+
"rms_norm_eps": 1e-06,
|
28 |
+
"rope_theta": 1000000.0,
|
29 |
+
"sliding_window": 131072,
|
30 |
+
"tie_word_embeddings": false,
|
31 |
+
"torch_dtype": "float16",
|
32 |
+
"transformers_version": "4.40.2",
|
33 |
+
"use_cache": false,
|
34 |
+
"use_sliding_window": false,
|
35 |
+
"vocab_size": 152064
|
36 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": 151643,
|
5 |
+
"max_new_tokens": 2048,
|
6 |
+
"transformers_version": "4.40.2"
|
7 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76f9f23230373e89a2e4d9b2f1c037b0914c28dea3826eb729c9b03e6abd5058
|
3 |
+
size 4480835000
|
model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8005076007e6333eca14bd6084919ed387b400ca910e692a9a375810ef5124a3
|
3 |
+
size 1089994880
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,738 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 5570747392
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
7 |
+
"model.layers.0.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
8 |
+
"model.layers.0.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
9 |
+
"model.layers.0.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
10 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
11 |
+
"model.layers.0.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
12 |
+
"model.layers.0.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
14 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
15 |
+
"model.layers.0.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
17 |
+
"model.layers.0.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
18 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
19 |
+
"model.layers.0.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
20 |
+
"model.layers.0.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
21 |
+
"model.layers.0.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
22 |
+
"model.layers.0.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
23 |
+
"model.layers.0.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
24 |
+
"model.layers.0.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
25 |
+
"model.layers.0.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
26 |
+
"model.layers.0.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
27 |
+
"model.layers.0.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
28 |
+
"model.layers.0.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
29 |
+
"model.layers.0.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
30 |
+
"model.layers.0.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
31 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
32 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
33 |
+
"model.layers.1.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
34 |
+
"model.layers.1.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
35 |
+
"model.layers.1.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
36 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
37 |
+
"model.layers.1.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
38 |
+
"model.layers.1.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
39 |
+
"model.layers.1.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
40 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
41 |
+
"model.layers.1.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
42 |
+
"model.layers.1.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
43 |
+
"model.layers.1.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
44 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
45 |
+
"model.layers.1.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
46 |
+
"model.layers.1.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
47 |
+
"model.layers.1.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
48 |
+
"model.layers.1.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
49 |
+
"model.layers.1.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
50 |
+
"model.layers.1.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
51 |
+
"model.layers.1.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
52 |
+
"model.layers.1.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
53 |
+
"model.layers.1.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
54 |
+
"model.layers.1.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
55 |
+
"model.layers.1.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
56 |
+
"model.layers.1.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
57 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
58 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
59 |
+
"model.layers.2.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
60 |
+
"model.layers.2.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
61 |
+
"model.layers.2.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
62 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
63 |
+
"model.layers.2.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
64 |
+
"model.layers.2.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
65 |
+
"model.layers.2.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
66 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
67 |
+
"model.layers.2.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
68 |
+
"model.layers.2.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
69 |
+
"model.layers.2.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
70 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
71 |
+
"model.layers.2.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
72 |
+
"model.layers.2.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
73 |
+
"model.layers.2.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
74 |
+
"model.layers.2.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
75 |
+
"model.layers.2.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
76 |
+
"model.layers.2.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
77 |
+
"model.layers.2.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
78 |
+
"model.layers.2.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
79 |
+
"model.layers.2.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
80 |
+
"model.layers.2.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
81 |
+
"model.layers.2.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
82 |
+
"model.layers.2.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
83 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
84 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
85 |
+
"model.layers.3.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
86 |
+
"model.layers.3.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
87 |
+
"model.layers.3.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
88 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
89 |
+
"model.layers.3.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
90 |
+
"model.layers.3.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
91 |
+
"model.layers.3.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
92 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
93 |
+
"model.layers.3.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
94 |
+
"model.layers.3.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
95 |
+
"model.layers.3.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
96 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
97 |
+
"model.layers.3.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
98 |
+
"model.layers.3.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
99 |
+
"model.layers.3.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
100 |
+
"model.layers.3.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
101 |
+
"model.layers.3.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
102 |
+
"model.layers.3.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
103 |
+
"model.layers.3.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
104 |
+
"model.layers.3.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
105 |
+
"model.layers.3.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
106 |
+
"model.layers.3.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
107 |
+
"model.layers.3.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
108 |
+
"model.layers.3.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
109 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
110 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
111 |
+
"model.layers.4.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
112 |
+
"model.layers.4.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
113 |
+
"model.layers.4.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
114 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
115 |
+
"model.layers.4.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
116 |
+
"model.layers.4.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
117 |
+
"model.layers.4.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
118 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
119 |
+
"model.layers.4.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
120 |
+
"model.layers.4.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
121 |
+
"model.layers.4.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
122 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
123 |
+
"model.layers.4.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
124 |
+
"model.layers.4.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
125 |
+
"model.layers.4.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
126 |
+
"model.layers.4.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
127 |
+
"model.layers.4.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
128 |
+
"model.layers.4.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
129 |
+
"model.layers.4.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
130 |
+
"model.layers.4.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
131 |
+
"model.layers.4.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
132 |
+
"model.layers.4.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
133 |
+
"model.layers.4.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
134 |
+
"model.layers.4.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
135 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
136 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
137 |
+
"model.layers.5.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
138 |
+
"model.layers.5.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
139 |
+
"model.layers.5.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
140 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
141 |
+
"model.layers.5.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
142 |
+
"model.layers.5.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
143 |
+
"model.layers.5.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
144 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
145 |
+
"model.layers.5.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
146 |
+
"model.layers.5.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
147 |
+
"model.layers.5.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
148 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
149 |
+
"model.layers.5.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
150 |
+
"model.layers.5.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
151 |
+
"model.layers.5.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
152 |
+
"model.layers.5.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
153 |
+
"model.layers.5.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
154 |
+
"model.layers.5.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
155 |
+
"model.layers.5.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
156 |
+
"model.layers.5.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
157 |
+
"model.layers.5.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
158 |
+
"model.layers.5.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
159 |
+
"model.layers.5.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
160 |
+
"model.layers.5.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
161 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
162 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
163 |
+
"model.layers.6.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
164 |
+
"model.layers.6.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
165 |
+
"model.layers.6.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
166 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
167 |
+
"model.layers.6.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
168 |
+
"model.layers.6.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
169 |
+
"model.layers.6.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
170 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
171 |
+
"model.layers.6.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
172 |
+
"model.layers.6.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
173 |
+
"model.layers.6.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
174 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
175 |
+
"model.layers.6.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
176 |
+
"model.layers.6.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
177 |
+
"model.layers.6.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
178 |
+
"model.layers.6.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
179 |
+
"model.layers.6.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
180 |
+
"model.layers.6.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
181 |
+
"model.layers.6.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
182 |
+
"model.layers.6.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
183 |
+
"model.layers.6.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
184 |
+
"model.layers.6.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
185 |
+
"model.layers.6.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
186 |
+
"model.layers.6.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
187 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
188 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
189 |
+
"model.layers.7.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
190 |
+
"model.layers.7.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
191 |
+
"model.layers.7.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
192 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
193 |
+
"model.layers.7.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
194 |
+
"model.layers.7.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
195 |
+
"model.layers.7.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
196 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
197 |
+
"model.layers.7.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
198 |
+
"model.layers.7.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
199 |
+
"model.layers.7.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
200 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
201 |
+
"model.layers.7.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
202 |
+
"model.layers.7.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
203 |
+
"model.layers.7.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
204 |
+
"model.layers.7.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
205 |
+
"model.layers.7.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
206 |
+
"model.layers.7.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
207 |
+
"model.layers.7.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
208 |
+
"model.layers.7.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
209 |
+
"model.layers.7.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
210 |
+
"model.layers.7.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
211 |
+
"model.layers.7.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
212 |
+
"model.layers.7.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
213 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
214 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
215 |
+
"model.layers.8.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
216 |
+
"model.layers.8.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
217 |
+
"model.layers.8.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
218 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
219 |
+
"model.layers.8.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
220 |
+
"model.layers.8.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
221 |
+
"model.layers.8.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
222 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
223 |
+
"model.layers.8.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
224 |
+
"model.layers.8.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
225 |
+
"model.layers.8.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
226 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
227 |
+
"model.layers.8.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
228 |
+
"model.layers.8.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
229 |
+
"model.layers.8.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
230 |
+
"model.layers.8.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
231 |
+
"model.layers.8.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
232 |
+
"model.layers.8.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
233 |
+
"model.layers.8.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
234 |
+
"model.layers.8.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
235 |
+
"model.layers.8.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
236 |
+
"model.layers.8.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
237 |
+
"model.layers.8.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
238 |
+
"model.layers.8.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
239 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
240 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
241 |
+
"model.layers.9.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
242 |
+
"model.layers.9.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
243 |
+
"model.layers.9.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
244 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
245 |
+
"model.layers.9.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
246 |
+
"model.layers.9.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
247 |
+
"model.layers.9.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
248 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
249 |
+
"model.layers.9.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
250 |
+
"model.layers.9.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
251 |
+
"model.layers.9.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
252 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
253 |
+
"model.layers.9.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
254 |
+
"model.layers.9.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
255 |
+
"model.layers.9.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
256 |
+
"model.layers.9.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
257 |
+
"model.layers.9.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
258 |
+
"model.layers.9.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
259 |
+
"model.layers.9.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
260 |
+
"model.layers.9.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
261 |
+
"model.layers.9.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
262 |
+
"model.layers.9.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
263 |
+
"model.layers.9.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
264 |
+
"model.layers.9.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
265 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
266 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
267 |
+
"model.layers.10.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
268 |
+
"model.layers.10.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
269 |
+
"model.layers.10.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
270 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
271 |
+
"model.layers.10.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
272 |
+
"model.layers.10.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
273 |
+
"model.layers.10.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
274 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
275 |
+
"model.layers.10.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
276 |
+
"model.layers.10.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
277 |
+
"model.layers.10.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
278 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
279 |
+
"model.layers.10.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
280 |
+
"model.layers.10.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
281 |
+
"model.layers.10.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
282 |
+
"model.layers.10.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
283 |
+
"model.layers.10.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
284 |
+
"model.layers.10.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
285 |
+
"model.layers.10.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
286 |
+
"model.layers.10.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
287 |
+
"model.layers.10.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
288 |
+
"model.layers.10.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
289 |
+
"model.layers.10.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
290 |
+
"model.layers.10.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
291 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
292 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
293 |
+
"model.layers.11.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
294 |
+
"model.layers.11.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
295 |
+
"model.layers.11.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
296 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
297 |
+
"model.layers.11.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
298 |
+
"model.layers.11.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
299 |
+
"model.layers.11.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
300 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
301 |
+
"model.layers.11.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
302 |
+
"model.layers.11.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
303 |
+
"model.layers.11.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
304 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
305 |
+
"model.layers.11.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
306 |
+
"model.layers.11.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
307 |
+
"model.layers.11.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
308 |
+
"model.layers.11.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
309 |
+
"model.layers.11.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
310 |
+
"model.layers.11.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
311 |
+
"model.layers.11.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
312 |
+
"model.layers.11.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
313 |
+
"model.layers.11.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
314 |
+
"model.layers.11.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
315 |
+
"model.layers.11.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
316 |
+
"model.layers.11.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
317 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
318 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
319 |
+
"model.layers.12.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
320 |
+
"model.layers.12.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
321 |
+
"model.layers.12.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
322 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
323 |
+
"model.layers.12.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
324 |
+
"model.layers.12.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
325 |
+
"model.layers.12.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
326 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
327 |
+
"model.layers.12.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
328 |
+
"model.layers.12.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
329 |
+
"model.layers.12.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
330 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
331 |
+
"model.layers.12.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
332 |
+
"model.layers.12.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
333 |
+
"model.layers.12.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
334 |
+
"model.layers.12.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
335 |
+
"model.layers.12.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
336 |
+
"model.layers.12.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
337 |
+
"model.layers.12.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
338 |
+
"model.layers.12.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
339 |
+
"model.layers.12.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
340 |
+
"model.layers.12.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
341 |
+
"model.layers.12.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
342 |
+
"model.layers.12.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
343 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
344 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
345 |
+
"model.layers.13.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
346 |
+
"model.layers.13.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
347 |
+
"model.layers.13.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
348 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
349 |
+
"model.layers.13.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
350 |
+
"model.layers.13.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
351 |
+
"model.layers.13.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
352 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
353 |
+
"model.layers.13.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
354 |
+
"model.layers.13.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
355 |
+
"model.layers.13.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
356 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
357 |
+
"model.layers.13.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
358 |
+
"model.layers.13.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
359 |
+
"model.layers.13.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
360 |
+
"model.layers.13.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
361 |
+
"model.layers.13.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
362 |
+
"model.layers.13.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
363 |
+
"model.layers.13.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
364 |
+
"model.layers.13.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
365 |
+
"model.layers.13.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
366 |
+
"model.layers.13.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
367 |
+
"model.layers.13.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
368 |
+
"model.layers.13.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
369 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
370 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
371 |
+
"model.layers.14.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
372 |
+
"model.layers.14.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
373 |
+
"model.layers.14.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
374 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
375 |
+
"model.layers.14.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
376 |
+
"model.layers.14.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
377 |
+
"model.layers.14.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
378 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
379 |
+
"model.layers.14.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
380 |
+
"model.layers.14.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
381 |
+
"model.layers.14.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
382 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
383 |
+
"model.layers.14.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
384 |
+
"model.layers.14.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
385 |
+
"model.layers.14.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
386 |
+
"model.layers.14.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
387 |
+
"model.layers.14.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
388 |
+
"model.layers.14.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
389 |
+
"model.layers.14.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
390 |
+
"model.layers.14.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
391 |
+
"model.layers.14.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
392 |
+
"model.layers.14.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
393 |
+
"model.layers.14.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
394 |
+
"model.layers.14.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
395 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
396 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
397 |
+
"model.layers.15.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
398 |
+
"model.layers.15.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
399 |
+
"model.layers.15.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
400 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
401 |
+
"model.layers.15.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
402 |
+
"model.layers.15.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
403 |
+
"model.layers.15.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
404 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
405 |
+
"model.layers.15.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
406 |
+
"model.layers.15.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
407 |
+
"model.layers.15.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
408 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
409 |
+
"model.layers.15.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
410 |
+
"model.layers.15.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
411 |
+
"model.layers.15.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
412 |
+
"model.layers.15.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
413 |
+
"model.layers.15.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
414 |
+
"model.layers.15.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
415 |
+
"model.layers.15.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
416 |
+
"model.layers.15.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
417 |
+
"model.layers.15.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
418 |
+
"model.layers.15.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
419 |
+
"model.layers.15.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
420 |
+
"model.layers.15.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
421 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
422 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
423 |
+
"model.layers.16.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
424 |
+
"model.layers.16.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
425 |
+
"model.layers.16.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
426 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
427 |
+
"model.layers.16.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
428 |
+
"model.layers.16.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
429 |
+
"model.layers.16.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
430 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
431 |
+
"model.layers.16.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
432 |
+
"model.layers.16.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
433 |
+
"model.layers.16.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
434 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
435 |
+
"model.layers.16.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
436 |
+
"model.layers.16.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
437 |
+
"model.layers.16.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
438 |
+
"model.layers.16.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
439 |
+
"model.layers.16.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
440 |
+
"model.layers.16.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
441 |
+
"model.layers.16.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
442 |
+
"model.layers.16.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
443 |
+
"model.layers.16.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
444 |
+
"model.layers.16.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
445 |
+
"model.layers.16.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
446 |
+
"model.layers.16.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
447 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
448 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
449 |
+
"model.layers.17.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
450 |
+
"model.layers.17.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
451 |
+
"model.layers.17.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
452 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
453 |
+
"model.layers.17.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
454 |
+
"model.layers.17.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
455 |
+
"model.layers.17.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
456 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
457 |
+
"model.layers.17.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
458 |
+
"model.layers.17.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
459 |
+
"model.layers.17.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
460 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
461 |
+
"model.layers.17.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
462 |
+
"model.layers.17.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
463 |
+
"model.layers.17.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
464 |
+
"model.layers.17.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
465 |
+
"model.layers.17.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
466 |
+
"model.layers.17.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
467 |
+
"model.layers.17.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
468 |
+
"model.layers.17.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
469 |
+
"model.layers.17.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
470 |
+
"model.layers.17.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
471 |
+
"model.layers.17.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
472 |
+
"model.layers.17.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
473 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
474 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
475 |
+
"model.layers.18.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
476 |
+
"model.layers.18.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
477 |
+
"model.layers.18.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
478 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
479 |
+
"model.layers.18.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
480 |
+
"model.layers.18.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
481 |
+
"model.layers.18.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
482 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
483 |
+
"model.layers.18.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
484 |
+
"model.layers.18.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
485 |
+
"model.layers.18.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
486 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
487 |
+
"model.layers.18.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
488 |
+
"model.layers.18.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
489 |
+
"model.layers.18.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
490 |
+
"model.layers.18.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
491 |
+
"model.layers.18.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
492 |
+
"model.layers.18.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
493 |
+
"model.layers.18.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
494 |
+
"model.layers.18.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
495 |
+
"model.layers.18.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
496 |
+
"model.layers.18.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
497 |
+
"model.layers.18.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
498 |
+
"model.layers.18.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
499 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
500 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
501 |
+
"model.layers.19.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
502 |
+
"model.layers.19.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
503 |
+
"model.layers.19.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
504 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
505 |
+
"model.layers.19.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
506 |
+
"model.layers.19.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
507 |
+
"model.layers.19.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
508 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
509 |
+
"model.layers.19.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
510 |
+
"model.layers.19.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
511 |
+
"model.layers.19.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
512 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
513 |
+
"model.layers.19.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
514 |
+
"model.layers.19.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
515 |
+
"model.layers.19.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
516 |
+
"model.layers.19.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
517 |
+
"model.layers.19.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
518 |
+
"model.layers.19.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
519 |
+
"model.layers.19.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
520 |
+
"model.layers.19.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
521 |
+
"model.layers.19.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
522 |
+
"model.layers.19.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
523 |
+
"model.layers.19.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
524 |
+
"model.layers.19.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
525 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
526 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
527 |
+
"model.layers.20.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
528 |
+
"model.layers.20.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
529 |
+
"model.layers.20.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
530 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
531 |
+
"model.layers.20.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
532 |
+
"model.layers.20.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
533 |
+
"model.layers.20.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
534 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
535 |
+
"model.layers.20.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
536 |
+
"model.layers.20.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
537 |
+
"model.layers.20.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
538 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
539 |
+
"model.layers.20.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
540 |
+
"model.layers.20.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
541 |
+
"model.layers.20.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
542 |
+
"model.layers.20.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
543 |
+
"model.layers.20.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
544 |
+
"model.layers.20.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
545 |
+
"model.layers.20.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
546 |
+
"model.layers.20.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
547 |
+
"model.layers.20.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
548 |
+
"model.layers.20.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
549 |
+
"model.layers.20.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
550 |
+
"model.layers.20.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
551 |
+
"model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
552 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
553 |
+
"model.layers.21.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
554 |
+
"model.layers.21.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
555 |
+
"model.layers.21.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
556 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
557 |
+
"model.layers.21.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
558 |
+
"model.layers.21.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
559 |
+
"model.layers.21.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
560 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
561 |
+
"model.layers.21.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
562 |
+
"model.layers.21.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
563 |
+
"model.layers.21.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
564 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
565 |
+
"model.layers.21.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
566 |
+
"model.layers.21.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
567 |
+
"model.layers.21.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
568 |
+
"model.layers.21.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
569 |
+
"model.layers.21.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
570 |
+
"model.layers.21.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
571 |
+
"model.layers.21.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
572 |
+
"model.layers.21.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
573 |
+
"model.layers.21.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
574 |
+
"model.layers.21.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
575 |
+
"model.layers.21.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
576 |
+
"model.layers.21.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
577 |
+
"model.layers.21.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
578 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
579 |
+
"model.layers.22.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
580 |
+
"model.layers.22.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
581 |
+
"model.layers.22.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
582 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
583 |
+
"model.layers.22.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
584 |
+
"model.layers.22.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
585 |
+
"model.layers.22.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
586 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
587 |
+
"model.layers.22.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
588 |
+
"model.layers.22.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
589 |
+
"model.layers.22.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
590 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
591 |
+
"model.layers.22.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
592 |
+
"model.layers.22.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
593 |
+
"model.layers.22.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
594 |
+
"model.layers.22.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
595 |
+
"model.layers.22.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
596 |
+
"model.layers.22.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
597 |
+
"model.layers.22.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
598 |
+
"model.layers.22.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
599 |
+
"model.layers.22.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
600 |
+
"model.layers.22.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
601 |
+
"model.layers.22.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
602 |
+
"model.layers.22.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
603 |
+
"model.layers.22.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
604 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
605 |
+
"model.layers.23.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
606 |
+
"model.layers.23.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
607 |
+
"model.layers.23.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
608 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
609 |
+
"model.layers.23.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
610 |
+
"model.layers.23.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
611 |
+
"model.layers.23.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
612 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
613 |
+
"model.layers.23.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
614 |
+
"model.layers.23.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
615 |
+
"model.layers.23.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
616 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
617 |
+
"model.layers.23.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
618 |
+
"model.layers.23.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
619 |
+
"model.layers.23.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
620 |
+
"model.layers.23.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
621 |
+
"model.layers.23.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
622 |
+
"model.layers.23.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
623 |
+
"model.layers.23.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
624 |
+
"model.layers.23.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
625 |
+
"model.layers.23.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
626 |
+
"model.layers.23.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
627 |
+
"model.layers.23.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
628 |
+
"model.layers.23.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
629 |
+
"model.layers.23.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
630 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
631 |
+
"model.layers.24.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
632 |
+
"model.layers.24.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
633 |
+
"model.layers.24.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
634 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
635 |
+
"model.layers.24.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
636 |
+
"model.layers.24.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
637 |
+
"model.layers.24.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
638 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
639 |
+
"model.layers.24.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
640 |
+
"model.layers.24.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
641 |
+
"model.layers.24.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
642 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
643 |
+
"model.layers.24.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
644 |
+
"model.layers.24.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
645 |
+
"model.layers.24.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
646 |
+
"model.layers.24.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
647 |
+
"model.layers.24.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
648 |
+
"model.layers.24.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
649 |
+
"model.layers.24.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
650 |
+
"model.layers.24.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
651 |
+
"model.layers.24.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
652 |
+
"model.layers.24.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
653 |
+
"model.layers.24.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
654 |
+
"model.layers.24.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
655 |
+
"model.layers.24.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
656 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
657 |
+
"model.layers.25.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
658 |
+
"model.layers.25.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
659 |
+
"model.layers.25.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
660 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
661 |
+
"model.layers.25.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
662 |
+
"model.layers.25.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
663 |
+
"model.layers.25.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
664 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
665 |
+
"model.layers.25.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
666 |
+
"model.layers.25.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
667 |
+
"model.layers.25.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
668 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
669 |
+
"model.layers.25.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
670 |
+
"model.layers.25.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
671 |
+
"model.layers.25.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
672 |
+
"model.layers.25.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
673 |
+
"model.layers.25.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
674 |
+
"model.layers.25.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
675 |
+
"model.layers.25.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
676 |
+
"model.layers.25.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
677 |
+
"model.layers.25.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
678 |
+
"model.layers.25.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
679 |
+
"model.layers.25.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
680 |
+
"model.layers.25.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
681 |
+
"model.layers.25.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
682 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
683 |
+
"model.layers.26.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
684 |
+
"model.layers.26.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
685 |
+
"model.layers.26.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
686 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
687 |
+
"model.layers.26.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
688 |
+
"model.layers.26.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
689 |
+
"model.layers.26.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
690 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
691 |
+
"model.layers.26.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
692 |
+
"model.layers.26.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
693 |
+
"model.layers.26.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
694 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
695 |
+
"model.layers.26.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
696 |
+
"model.layers.26.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
697 |
+
"model.layers.26.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
698 |
+
"model.layers.26.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
699 |
+
"model.layers.26.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
700 |
+
"model.layers.26.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
701 |
+
"model.layers.26.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
702 |
+
"model.layers.26.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
703 |
+
"model.layers.26.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
704 |
+
"model.layers.26.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
705 |
+
"model.layers.26.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
706 |
+
"model.layers.26.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
707 |
+
"model.layers.26.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
708 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
709 |
+
"model.layers.27.self_attn.q_proj.qweight": "model-00001-of-00002.safetensors",
|
710 |
+
"model.layers.27.self_attn.q_proj.qzeros": "model-00001-of-00002.safetensors",
|
711 |
+
"model.layers.27.self_attn.q_proj.scales": "model-00001-of-00002.safetensors",
|
712 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
713 |
+
"model.layers.27.self_attn.k_proj.qweight": "model-00001-of-00002.safetensors",
|
714 |
+
"model.layers.27.self_attn.k_proj.qzeros": "model-00001-of-00002.safetensors",
|
715 |
+
"model.layers.27.self_attn.k_proj.scales": "model-00001-of-00002.safetensors",
|
716 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
717 |
+
"model.layers.27.self_attn.v_proj.qweight": "model-00001-of-00002.safetensors",
|
718 |
+
"model.layers.27.self_attn.v_proj.qzeros": "model-00001-of-00002.safetensors",
|
719 |
+
"model.layers.27.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
|
720 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
721 |
+
"model.layers.27.self_attn.o_proj.qweight": "model-00001-of-00002.safetensors",
|
722 |
+
"model.layers.27.self_attn.o_proj.qzeros": "model-00001-of-00002.safetensors",
|
723 |
+
"model.layers.27.self_attn.o_proj.scales": "model-00001-of-00002.safetensors",
|
724 |
+
"model.layers.27.mlp.gate_proj.qweight": "model-00001-of-00002.safetensors",
|
725 |
+
"model.layers.27.mlp.gate_proj.qzeros": "model-00001-of-00002.safetensors",
|
726 |
+
"model.layers.27.mlp.gate_proj.scales": "model-00001-of-00002.safetensors",
|
727 |
+
"model.layers.27.mlp.up_proj.qweight": "model-00001-of-00002.safetensors",
|
728 |
+
"model.layers.27.mlp.up_proj.qzeros": "model-00001-of-00002.safetensors",
|
729 |
+
"model.layers.27.mlp.up_proj.scales": "model-00001-of-00002.safetensors",
|
730 |
+
"model.layers.27.mlp.down_proj.qweight": "model-00001-of-00002.safetensors",
|
731 |
+
"model.layers.27.mlp.down_proj.qzeros": "model-00001-of-00002.safetensors",
|
732 |
+
"model.layers.27.mlp.down_proj.scales": "model-00001-of-00002.safetensors",
|
733 |
+
"model.layers.27.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
734 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
735 |
+
"model.norm.weight": "model-00001-of-00002.safetensors",
|
736 |
+
"lm_head.weight": "model-00002-of-00002.safetensors"
|
737 |
+
}
|
738 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>"
|
5 |
+
],
|
6 |
+
"eos_token": {
|
7 |
+
"content": "<|im_end|>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false
|
12 |
+
},
|
13 |
+
"pad_token": {
|
14 |
+
"content": "<|endoftext|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false
|
19 |
+
}
|
20 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"151643": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"151644": {
|
13 |
+
"content": "<|im_start|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"151645": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
}
|
28 |
+
},
|
29 |
+
"additional_special_tokens": [
|
30 |
+
"<|im_start|>",
|
31 |
+
"<|im_end|>"
|
32 |
+
],
|
33 |
+
"bos_token": null,
|
34 |
+
"chat_template": "{% set system_message = 'You are a helpful assistant.' %}{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ '<|im_start|>system\n' + system_message + '<|im_end|>\n' }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '<|im_start|>user\n' + content + '<|im_end|>\n<|im_start|>assistant\n' }}{% elif message['role'] == 'assistant' %}{{ content + '<|im_end|>' + '\n' }}{% endif %}{% endfor %}",
|
35 |
+
"clean_up_tokenization_spaces": false,
|
36 |
+
"eos_token": "<|im_end|>",
|
37 |
+
"errors": "replace",
|
38 |
+
"model_max_length": 32768,
|
39 |
+
"pad_token": "<|endoftext|>",
|
40 |
+
"padding_side": "right",
|
41 |
+
"split_special_tokens": false,
|
42 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
43 |
+
"unk_token": null
|
44 |
+
}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|