cpatonn commited on
Commit
cbbde40
·
verified ·
1 Parent(s): 3776371

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,353 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - text-generation-inference
5
+ - agent
6
+ base_model: openbmb/AgentCPM-Report
7
+ ---
8
+ # AgentCPM-Report: Gemini-2.5-pro-DeepResearch Level Local DeepResearch
9
+
10
+ <p align="center">
11
+ <a href='https://huggingface.co/openbmb/AgentCPM-Report'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-AgentCPM--Report-yellow'>
12
+ <a href='https://huggingface.co/openbmb/AgentCPM-Report-GGUF'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-AgentCPM--Report--GGUF-yellow'>
13
+ <a href='https://github.com/OpenBMB/AgentCPM'><img src='https://img.shields.io/badge/GitHub-AgentCPM-blue?logo=github'>
14
+ <a href='https://github.com/OpenBMB/UltraRAG'><img src='https://img.shields.io/badge/GitHub-UltraRAG-blue?logo=github'>
15
+ </p>
16
+
17
+ ## Links & Resources
18
+ ### 📊 AgentCPM-Report Models
19
+ - **[AgentCPM-Report](https://huggingface.co/openbmb/AgentCPM-Report)** The Gemini-2.5-pro-DeepResearch Level Local DeepResearch Model
20
+ - **[AgentCPM-Report-GGUF](https://huggingface.co/openbmb/AgentCPM-Report-GGUF)** The GGUF version of AgentCPM-Report
21
+
22
+ ### 🤖 AgentCPM-Explore Models
23
+ - **[AgentCPM-Explore](https://huggingface.co/openbmb/AgentCPM-Explore)** The first open-source agent model with 4B parameters to appear on 8 widely used long-horizon agent benchmarks.
24
+ - **[AgentCPM-Explore-GGUF](https://huggingface.co/openbmb/AgentCPM-Explore-GGUF)** The GGUF version of AgentCPM-Explore
25
+
26
+ ### 💻 Code & Framework
27
+ - **[AgentCPM](https://github.com/OpenBMB/AgentCPM)** Our code for AgentCPM Series
28
+ - **[UltraRAG](https://github.com/OpenBMB/UltraRAG)** A RAG Framework, Less Code, Lower Barrier, Faster Deployment
29
+
30
+
31
+ ## News
32
+ - [2026-01-20] 🚀🚀🚀 We open-sourced AgentCPM-Report built on MiniCPM4.1-8B, capable of matching top closed-source commercial systems like Gemini-2.5-pro-DeepResearch in report generation.
33
+
34
+ ## Overview
35
+ AgentCPM-Report is an open-source large language model agent jointly developed by [THUNLP](https://nlp.csai.tsinghua.edu.cn), Renmin University of China [RUCBM](https://github.com/RUCBM), and [ModelBest](https://modelbest.cn/en). It is based on the [MiniCPM4.1](https://github.com/OpenBMB/MiniCPM) 8B-parameter base model. It accepts user instructions as input and autonomously generates long-form reports. Key highlights:
36
+
37
+ - **Extreme Performance, Minimal Footprint**: Through an average of 40 rounds of deep retrieval and nearly 100 rounds of chain-of-thought reasoning, it achieves comprehensive information mining and restructuring, enabling edge-side models to produce logically rigorous, deeply insightful long-form articles with tens of thousands of words. With just 8 billion parameters, it delivers performance on par with top-tier closed-source systems in deep research tasks.
38
+ - **Physical Isolation, Local Security**: Specifically designed for high-privacy scenarios, it supports fully offline and agile local deployment, completely eliminating the risk of cloud data leaks. Leveraging our UltraRAG framework, it efficiently mounts and understands your local private knowledge base, securely transforming core confidential data into highly valuable professional decision-making reports without ever leaving its domain.
39
+
40
+ ## Demo Cases
41
+ <div align="center">
42
+ <a href="https://www.youtube.com/watch?v=d5XWONt0PWo"><img src="https://img.youtube.com/vi/d5XWONt0PWo/0.jpg", width=70%></a>
43
+ </div>
44
+
45
+ **You can watch our demo video here [Demo](https://www.youtube.com/watch?v=d5XWONt0PWo) 🔗**
46
+
47
+
48
+ ## Quick Start
49
+ ### Docker Deployment
50
+ <div align="center">
51
+ <a href="https://www.youtube.com/watch?v=ze8qJRrass4"><img src="https://img.youtube.com/vi/ze8qJRrass4/0.jpg", width=70%></a>
52
+ </div>
53
+
54
+ **You can watch our demo video here [Tutorial](https://www.youtube.com/watch?v=ze8qJRrass4) 🔗**
55
+
56
+ We provide a minimal one-click `docker-compose` deployment integrated with UltraRAG, including the RAG framework UltraRAG2.0, the model inference framework vllm, and the vector database milvus. If you want CPU inference, we also provide a llama.cpp-based version for gguf models—just switch `docker-compose.yml` to `docker-compose.cpu.yml`.
57
+
58
+ ``` bash
59
+ git clone git@github.com:OpenBMB/UltraRAG.git
60
+ cd UltraRAG
61
+ git checkout agentcpm-report-demo
62
+ cd agentcpm-report-demo
63
+ cp env.example .env
64
+ docker-compose -f docker-compose.yml up -d --build
65
+ docker-compose -f docker-compose.yml logs -f ultrarag-ui
66
+ ```
67
+ The first startup pulls images, downloads the model, and configures the environment, which takes about 30 minutes.
68
+ Then open `http://localhost:5050`. If you can see the UI, your deployment is successful.
69
+ Follow the UI instructions to upload local files, chunk them, and build indexes; then in the Chat section, select AgentCPM-Report in the pipeline to start your workflow.
70
+
71
+ (Optional) You can import [Wiki2024](https://modelscope.cn/datasets/UltraRAG/UltraRAG_Benchmark/tree/master/corpus/wiki24) as the writing database.
72
+
73
+ You can read more tutorials about AgentCPM-Report in the [documentation](https://ultrarag.openbmb.cn/pages/en/demo/deepresearch).
74
+
75
+
76
+ ## Evaluation
77
+ <table align="center">
78
+ <thead>
79
+ <tr>
80
+ <th align="center">DeepResearch Bench</th>
81
+ <th align="center">Overall</th>
82
+ <th align="center">Comprehensiveness</th>
83
+ <th align="center">Insight</th>
84
+ <th align="center">Instruction Following</th>
85
+ <th align="center">Readability</th>
86
+ </tr>
87
+ </thead>
88
+ <tbody>
89
+ <tr>
90
+ <td align="center">Doubao-research</td>
91
+ <td align="center">44.34</td>
92
+ <td align="center">44.84</td>
93
+ <td align="center">40.56</td>
94
+ <td align="center">47.95</td>
95
+ <td align="center">44.69</td>
96
+ </tr>
97
+ <tr>
98
+ <td align="center">Claude-research</td>
99
+ <td align="center">45.00</td>
100
+ <td align="center">45.34</td>
101
+ <td align="center">42.79</td>
102
+ <td align="center">47.58</td>
103
+ <td align="center">44.66</td>
104
+ </tr>
105
+ <tr>
106
+ <td align="center">OpenAI-deepresearch</td>
107
+ <td align="center">46.45</td>
108
+ <td align="center">46.46</td>
109
+ <td align="center">43.73</td>
110
+ <td align="center">49.39</td>
111
+ <td align="center">47.22</td>
112
+ </tr>
113
+ <tr>
114
+ <td align="center">Gemini-2.5-Pro-deepresearch</td>
115
+ <td align="center">49.71</td>
116
+ <td align="center">49.51</td>
117
+ <td align="center">49.45</td>
118
+ <td align="center">50.12</td>
119
+ <td align="center">50.00</td>
120
+ </tr>
121
+ <tr>
122
+ <td align="center">WebWeaver(Qwen3-30B-A3B)</td>
123
+ <td align="center">46.77</td>
124
+ <td align="center">45.15</td>
125
+ <td align="center">45.78</td>
126
+ <td align="center">49.21</td>
127
+ <td align="center">47.34</td>
128
+ </tr>
129
+ <tr>
130
+ <td align="center">WebWeaver(Claude-Sonnet-4)</td>
131
+ <td align="center">50.58</td>
132
+ <td align="center">51.45</td>
133
+ <td align="center">50.02</td>
134
+ <td align="center">50.81</td>
135
+ <td align="center">49.79</td>
136
+ </tr>
137
+ <tr>
138
+ <td align="center">Enterprise-DR(Gemini-2.5-Pro)</td>
139
+ <td align="center">49.86</td>
140
+ <td align="center">49.01</td>
141
+ <td align="center">50.28</td>
142
+ <td align="center">50.03</td>
143
+ <td align="center">49.98</td>
144
+ </tr>
145
+ <tr>
146
+ <td align="center">RhinoInsigh(Gemini-2.5-Pro)</td>
147
+ <td align="center">50.92</td>
148
+ <td align="center">50.51</td>
149
+ <td align="center">51.45</td>
150
+ <td align="center">51.72</td>
151
+ <td align="center">50.00</td>
152
+ </tr>
153
+ <tr>
154
+ <td align="center">AgentCPM-Report</td>
155
+ <td align="center">50.11</td>
156
+ <td align="center">50.54</td>
157
+ <td align="center">52.64</td>
158
+ <td align="center">48.87</td>
159
+ <td align="center">44.17</td>
160
+ </tr>
161
+ </tbody>
162
+ </table>
163
+
164
+
165
+
166
+ <table align="center">
167
+ <thead>
168
+ <tr>
169
+ <th align="center">DeepResearch Gym</th>
170
+ <th align="center">Avg.</th>
171
+ <th align="center">Clarity</th>
172
+ <th align="center">Depth</th>
173
+ <th align="center">Balance</th>
174
+ <th align="center">Breadth</th>
175
+ <th align="center">Support</th>
176
+ <th align="center">Insightfulness</th>
177
+ </tr>
178
+ </thead>
179
+ <tbody>
180
+ <tr>
181
+ <td align="center">Doubao-research</td>
182
+ <td align="center">84.46</td>
183
+ <td align="center">68.85</td>
184
+ <td align="center">93.12</td>
185
+ <td align="center">83.96</td>
186
+ <td align="center">93.33</td>
187
+ <td align="center">84.38</td>
188
+ <td align="center">83.12</td>
189
+ </tr>
190
+ <tr>
191
+ <td align="center">Claude-research</td>
192
+ <td align="center">80.25</td>
193
+ <td align="center">86.67</td>
194
+ <td align="center">96.88</td>
195
+ <td align="center">84.41</td>
196
+ <td align="center">96.56</td>
197
+ <td align="center">26.77</td>
198
+ <td align="center">90.22</td>
199
+ </tr>
200
+ <tr>
201
+ <td align="center">OpenAI-deepresearch</td>
202
+ <td align="center">91.27</td>
203
+ <td align="center">84.90</td>
204
+ <td align="center">98.10</td>
205
+ <td align="center">89.80</td>
206
+ <td align="center">97.40</td>
207
+ <td align="center">88.40</td>
208
+ <td align="center">89.00</td>
209
+ </tr>
210
+ <tr>
211
+ <td align="center">Gemini-2.5-pro-deepresearch</td>
212
+ <td align="center">96.02</td>
213
+ <td align="center">90.71</td>
214
+ <td align="center">99.90</td>
215
+ <td align="center">93.37</td>
216
+ <td align="center">99.69</td>
217
+ <td align="center">95.00</td>
218
+ <td align="center">97.45</td>
219
+ </tr>
220
+ <tr>
221
+ <td align="center">WebWeaver (Qwen3-30b-a3b)</td>
222
+ <td align="center">77.27</td>
223
+ <td align="center">71.88</td>
224
+ <td align="center">85.51</td>
225
+ <td align="center">75.80</td>
226
+ <td align="center">84.78</td>
227
+ <td align="center">63.77</td>
228
+ <td align="center">81.88</td>
229
+ </tr>
230
+ <tr>
231
+ <td align="center">WebWeaver (Claude-sonnet-4)</td>
232
+ <td align="center">96.77</td>
233
+ <td align="center">90.50</td>
234
+ <td align="center">99.87</td>
235
+ <td align="center">94.30</td>
236
+ <td align="center">100.00</td>
237
+ <td align="center">98.73</td>
238
+ <td align="center">97.22</td>
239
+ </tr>
240
+ <tr>
241
+ <td align="center">AgentCPM-Report</td>
242
+ <td align="center">98.48</td>
243
+ <td align="center">95.10</td>
244
+ <td align="center">100.00</td>
245
+ <td align="center">98.50</td>
246
+ <td align="center">100.00</td>
247
+ <td align="center">97.30</td>
248
+ <td align="center">100.00</td>
249
+ </tr>
250
+ </tbody>
251
+ </table>
252
+
253
+ <table align="center">
254
+ <thead>
255
+ <tr>
256
+ <th align="center">DeepConsult</th>
257
+ <th align="center">Avg.</th>
258
+ <th align="center">Win</th>
259
+ <th align="center">Tie</th>
260
+ <th align="center">Lose</th>
261
+ </tr>
262
+ </thead>
263
+ <tbody>
264
+ <tr>
265
+ <td align="center">Doubao-research</td>
266
+ <td align="center">5.42</td>
267
+ <td align="center">29.95</td>
268
+ <td align="center">40.35</td>
269
+ <td align="center">29.70</td>
270
+ </tr>
271
+ <tr>
272
+ <td align="center">Claude-research</td>
273
+ <td align="center">4.60</td>
274
+ <td align="center">25.00</td>
275
+ <td align="center">38.89</td>
276
+ <td align="center">36.11</td>
277
+ </tr>
278
+ <tr>
279
+ <td align="center">OpenAI-deepresearch</td>
280
+ <td align="center">5.00</td>
281
+ <td align="center">0.00</td>
282
+ <td align="center">100.00</td>
283
+ <td align="center">0.00</td>
284
+ </tr>
285
+ <tr>
286
+ <td align="center">Gemini-2.5-Pro-deepresearch</td>
287
+ <td align="center">6.70</td>
288
+ <td align="center">61.27</td>
289
+ <td align="center">31.13</td>
290
+ <td align="center">7.60</td>
291
+ </tr>
292
+ <tr>
293
+ <td align="center">WebWeaver(Qwen3-30B-A3B)</td>
294
+ <td align="center">4.57</td>
295
+ <td align="center">28.65</td>
296
+ <td align="center">34.90</td>
297
+ <td align="center">36.46</td>
298
+ </tr>
299
+ <tr>
300
+ <td align="center">WebWeaver(Claude-Sonnet-4)</td>
301
+ <td align="center">6.96</td>
302
+ <td align="center">66.86</td>
303
+ <td align="center">10.47</td>
304
+ <td align="center">22.67</td>
305
+ </tr>
306
+ <tr>
307
+ <td align="center">Enterprise-DR(Gemini-2.5-Pro)</td>
308
+ <td align="center">6.82</td>
309
+ <td align="center">71.57</td>
310
+ <td align="center">19.12</td>
311
+ <td align="center">9.31</td>
312
+ </tr>
313
+ <tr>
314
+ <td align="center">RhinoInsigh(Gemini-2.5-Pro)</td>
315
+ <td align="center">6.82</td>
316
+ <td align="center">68.51</td>
317
+ <td align="center">11.02</td>
318
+ <td align="center">20.47</td>
319
+ </tr>
320
+ <tr>
321
+ <td align="center">AgentCPM-Report</td>
322
+ <td align="center">6.60</td>
323
+ <td align="center">57.60</td>
324
+ <td align="center">13.73</td>
325
+ <td align="center">28.68</td>
326
+ </tr>
327
+ </tbody>
328
+ </table>
329
+
330
+ Our evaluation datasets include DeepResearch Bench, DeepConsult, and DeepResearch Gym. The writing-time knowledge base includes about 2.7 million [Arxiv papers](https://www.kaggle.com/api/v1/datasets/download/Cornell-University/arxiv) and about 200,000 internal webpage summaries.
331
+
332
+ ## Acknowledgements
333
+ This project would not be possible without the support and contributions of the open-source community. During development, we referred to and used multiple excellent open-source frameworks, models, and data resources, including [verl](https://github.com/volcengine/verl), [UltraRAG](https://github.com/OpenBMB/UltraRAG), [MiniCPM4.1](https://github.com/OpenBMB/MiniCPM), and [SurveyGo](https://surveygo.modelbest.cn/).
334
+
335
+ ## Contributions
336
+ Project leads: Yishan Li, Wentong Chen
337
+
338
+ Contributors: Yishan Li, Wentong Chen, Yukun Yan, Mingwei Li, Sen Mei, Xiaorong Wang, Kunpeng Liu, Xin Cong, Shuo Wang, Zhong Zhang, Yaxi Lu, Zhenghao Liu, Yankai Lin, Zhiyuan Liu, Maosong Sun
339
+
340
+ Advisors: Yukun Yan, Yankai Lin, Zhiyuan Liu, Maosong Sun
341
+
342
+ ## Citation
343
+
344
+ If **AgentCPM-Report** is helpful for your research, please cite it as follows:
345
+
346
+ ```bibtex
347
+ @software{AgentCPMReport2026,
348
+ title = {AgentCPM-Report: Gemini-2.5-pro-DeepResearch Level Local DeepResearch},
349
+ author = {Yishan Li, Wentong Chen, Yukun Yan, Mingwei Li, Sen Mei, Xiaorong Wang, Kunpeng Liu, Xin Cong, Shuo Wang, Zhong Zhang, Yaxi Lu, Zhenghao Liu, Yankai Lin, Zhiyuan Liu, Maosong Sun},
350
+ year = {2026},
351
+ url = {https://github.com/OpenBMB/AgentCPM}
352
+ }
353
+ ```
added_tokens.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<|execute_end|>": 73444,
3
+ "<|execute_start|>": 73443,
4
+ "<|fim_middle|>": 73446,
5
+ "<|fim_prefix|>": 73445,
6
+ "<|fim_suffix|>": 73447,
7
+ "<|im_end|>": 73440,
8
+ "<|im_start|>": 73441,
9
+ "<|tool_call|>": 73442
10
+ }
chat_template.jinja ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {% for message in messages %}{{'<|im_start|>' + message['role'] + '
2
+ ' + message['content'] + '<|im_end|>' + '
3
+ '}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
4
+ ' }}{% if enable_thinking is defined and enable_thinking is false %}{{ '<think>
5
+
6
+ </think>
7
+ ' }}{% endif %}{% endif %}
config.json ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MiniCPMForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "auto_map": {
8
+ "AutoConfig": "configuration_minicpm.MiniCPMConfig",
9
+ "AutoModel": "modeling_minicpm.MiniCPMForCausalLM",
10
+ "AutoModelForCausalLM": "modeling_minicpm.MiniCPMForCausalLM",
11
+ "AutoModelForSeq2SeqLM": "modeling_minicpm.MiniCPMForCausalLM",
12
+ "AutoModelForSequenceClassification": "modeling_minicpm.MiniCPMForSequenceClassification"
13
+ },
14
+ "bos_token_id": 1,
15
+ "dim_model_base": 256,
16
+ "dtype": "bfloat16",
17
+ "eos_token_id": 73440,
18
+ "hidden_act": "silu",
19
+ "hidden_size": 4096,
20
+ "initializer_range": 0.1,
21
+ "intermediate_size": 16384,
22
+ "max_position_embeddings": 65536,
23
+ "model_type": "minicpm",
24
+ "mup_denominator": 32,
25
+ "num_attention_heads": 32,
26
+ "num_hidden_layers": 32,
27
+ "num_key_value_heads": 2,
28
+ "pad_token_id": 73440,
29
+ "pretraining_tp": 1,
30
+ "quantization_config": {
31
+ "config_groups": {
32
+ "group_0": {
33
+ "format": "pack-quantized",
34
+ "input_activations": null,
35
+ "output_activations": null,
36
+ "targets": [
37
+ "Linear"
38
+ ],
39
+ "weights": {
40
+ "actorder": null,
41
+ "block_structure": null,
42
+ "dynamic": false,
43
+ "group_size": 32,
44
+ "num_bits": 4,
45
+ "observer": "mse",
46
+ "observer_kwargs": {},
47
+ "strategy": "group",
48
+ "symmetric": true,
49
+ "type": "int"
50
+ }
51
+ }
52
+ },
53
+ "format": "pack-quantized",
54
+ "global_compression_ratio": null,
55
+ "ignore": [
56
+ "lm_head"
57
+ ],
58
+ "kv_cache_scheme": null,
59
+ "quant_method": "compressed-tensors",
60
+ "quantization_status": "compressed",
61
+ "sparsity_config": {},
62
+ "transform_config": {},
63
+ "version": "0.12.3.a20251110"
64
+ },
65
+ "rms_norm_eps": 1e-06,
66
+ "rope_scaling": {
67
+ "long_factor": [
68
+ 0.9982316082870437,
69
+ 1.033048153422584,
70
+ 1.0749920956484724,
71
+ 1.1255096879436193,
72
+ 1.1863348602111476,
73
+ 1.259543828902579,
74
+ 1.3476188888731149,
75
+ 1.4535223827776373,
76
+ 1.5807816745852985,
77
+ 1.7335856049489526,
78
+ 1.9168922912975785,
79
+ 2.1365471404135326,
80
+ 2.3994084200118646,
81
+ 2.713475511863602,
82
+ 3.0880118452194134,
83
+ 3.533650295140154,
84
+ 4.062463396503134,
85
+ 4.687974098908333,
86
+ 5.425075306704039,
87
+ 6.289818967956352,
88
+ 7.29902962722721,
89
+ 8.469695779093664,
90
+ 9.81809877306655,
91
+ 11.358657902065282,
92
+ 13.102505860712087,
93
+ 15.055862949967128,
94
+ 17.218348131364184,
95
+ 19.581439255386453,
96
+ 22.127353314656723,
97
+ 24.828633849376587,
98
+ 27.6486820771775,
99
+ 30.54334096108829,
100
+ 33.46345345363812,
101
+ 36.358112337548896,
102
+ 39.17816056534983,
103
+ 41.879441100069684,
104
+ 44.425355159339965,
105
+ 46.78844628336223,
106
+ 48.95093146475928,
107
+ 50.90428855401433,
108
+ 52.648136512661125,
109
+ 54.18869564165987,
110
+ 55.537098635632745,
111
+ 56.7077647874992,
112
+ 57.71697544677006,
113
+ 58.58171910802236,
114
+ 59.31882031581807,
115
+ 59.94433101822328,
116
+ 60.47314411958625,
117
+ 60.918782569507,
118
+ 61.29331890286281,
119
+ 61.60738599471455,
120
+ 61.87024727431288,
121
+ 62.089902123428836,
122
+ 62.27320880977746,
123
+ 62.42601274014111,
124
+ 62.55327203194878,
125
+ 62.65917552585329,
126
+ 62.74725058582382,
127
+ 62.82045955451526,
128
+ 62.88128472678279,
129
+ 62.931802319077946,
130
+ 62.97374626130382,
131
+ 63.008562806439365
132
+ ],
133
+ "original_max_position_embeddings": 65536,
134
+ "rope_type": "longrope",
135
+ "short_factor": [
136
+ 0.9982316082870437,
137
+ 1.033048153422584,
138
+ 1.0749920956484724,
139
+ 1.1255096879436193,
140
+ 1.1863348602111476,
141
+ 1.259543828902579,
142
+ 1.3476188888731149,
143
+ 1.4535223827776373,
144
+ 1.5807816745852985,
145
+ 1.7335856049489526,
146
+ 1.9168922912975785,
147
+ 2.1365471404135326,
148
+ 2.3994084200118646,
149
+ 2.713475511863602,
150
+ 3.0880118452194134,
151
+ 3.533650295140154,
152
+ 4.062463396503134,
153
+ 4.687974098908333,
154
+ 5.425075306704039,
155
+ 6.289818967956352,
156
+ 7.29902962722721,
157
+ 8.469695779093664,
158
+ 9.81809877306655,
159
+ 11.358657902065282,
160
+ 13.102505860712087,
161
+ 15.055862949967128,
162
+ 17.218348131364184,
163
+ 19.581439255386453,
164
+ 22.127353314656723,
165
+ 24.828633849376587,
166
+ 27.6486820771775,
167
+ 30.54334096108829,
168
+ 33.46345345363812,
169
+ 36.358112337548896,
170
+ 39.17816056534983,
171
+ 41.879441100069684,
172
+ 44.425355159339965,
173
+ 46.78844628336223,
174
+ 48.95093146475928,
175
+ 50.90428855401433,
176
+ 52.648136512661125,
177
+ 54.18869564165987,
178
+ 55.537098635632745,
179
+ 56.7077647874992,
180
+ 57.71697544677006,
181
+ 58.58171910802236,
182
+ 59.31882031581807,
183
+ 59.94433101822328,
184
+ 60.47314411958625,
185
+ 60.918782569507,
186
+ 61.29331890286281,
187
+ 61.60738599471455,
188
+ 61.87024727431288,
189
+ 62.089902123428836,
190
+ 62.27320880977746,
191
+ 62.42601274014111,
192
+ 62.55327203194878,
193
+ 62.65917552585329,
194
+ 62.74725058582382,
195
+ 62.82045955451526,
196
+ 62.88128472678279,
197
+ 62.931802319077946,
198
+ 62.97374626130382,
199
+ 63.008562806439365
200
+ ]
201
+ },
202
+ "rope_theta": 10000.0,
203
+ "scale_depth": 1.4,
204
+ "scale_emb": 12,
205
+ "sparse_config": null,
206
+ "tie_word_embeddings": false,
207
+ "transformers_version": "4.57.6",
208
+ "use_cache": false,
209
+ "vocab_size": 73448
210
+ }
configuration_minicpm.py ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # coding=utf-8
2
+ # Copyright 2025 The OpenBMB Team. All rights reserved.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+ """ MiniCPM model configuration"""
16
+
17
+ from transformers.configuration_utils import PretrainedConfig
18
+ from transformers.utils import logging
19
+
20
+ logger = logging.get_logger(__name__)
21
+
22
+ MINICPM_PRETRAINED_CONFIG_ARCHIVE_MAP = {}
23
+
24
+
25
+ class MiniCPMConfig(PretrainedConfig):
26
+ r"""
27
+ This is the configuration class to store the configuration of a [`MiniCPMModel`]. It is used to instantiate an MiniCPM
28
+ model according to the specified arguments, defining the model architecture. Instantiating a configuration with the
29
+ defaults will yield a similar configuration to that of the MiniCPM-7B.
30
+
31
+ Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
32
+ documentation from [`PretrainedConfig`] for more information.
33
+
34
+
35
+ Args:
36
+ vocab_size (`int`, *optional*, defaults to 32000):
37
+ Vocabulary size of the MiniCPM model. Defines the number of different tokens that can be represented by the
38
+ `inputs_ids` passed when calling [`MiniCPMModel`]
39
+ hidden_size (`int`, *optional*, defaults to 4096):
40
+ Dimension of the hidden representations.
41
+ intermediate_size (`int`, *optional*, defaults to 11008):
42
+ Dimension of the MLP representations.
43
+ num_hidden_layers (`int`, *optional*, defaults to 32):
44
+ Number of hidden layers in the Transformer decoder.
45
+ num_attention_heads (`int`, *optional*, defaults to 32):
46
+ Number of attention heads for each attention layer in the Transformer decoder.
47
+ num_key_value_heads (`int`, *optional*):
48
+ This is the number of key_value heads that should be used to implement Grouped Query Attention. If
49
+ `num_key_value_heads=num_attention_heads`, the model will use Multi Head Attention (MHA), if
50
+ `num_key_value_heads=1 the model will use Multi Query Attention (MQA) otherwise GQA is used. When
51
+ converting a multi-head checkpoint to a GQA checkpoint, each group key and value head should be constructed
52
+ by meanpooling all the original heads within that group. For more details checkout [this
53
+ paper](https://arxiv.org/pdf/2305.13245.pdf). If it is not specified, will default to
54
+ `num_attention_heads`.
55
+ hidden_act (`str` or `function`, *optional*, defaults to `"silu"`):
56
+ The non-linear activation function (function or string) in the decoder.
57
+ max_position_embeddings (`int`, *optional*, defaults to 2048):
58
+ The maximum sequence length that this model might ever be used with. MiniCPM 1 supports up to 2048 tokens,
59
+ MiniCPM 2 up to 4096, CodeMiniCPM up to 16384.
60
+ initializer_range (`float`, *optional*, defaults to 0.02):
61
+ The standard deviation of the truncated_normal_initializer for initializing all weight matrices.
62
+ rms_norm_eps (`float`, *optional*, defaults to 1e-06):
63
+ The epsilon used by the rms normalization layers.
64
+ use_cache (`bool`, *optional*, defaults to `True`):
65
+ Whether or not the model should return the last key/values attentions (not used by all models). Only
66
+ relevant if `config.is_decoder=True`.
67
+ pad_token_id (`int`, *optional*):
68
+ Padding token id.
69
+ bos_token_id (`int`, *optional*, defaults to 1):
70
+ Beginning of stream token id.
71
+ eos_token_id (`int`, *optional*, defaults to 2):
72
+ End of stream token id.
73
+ pretraining_tp (`int`, *optional*, defaults to 1):
74
+ Experimental feature. Tensor parallelism rank used during pretraining. Please refer to [this
75
+ document](https://huggingface.co/docs/transformers/parallelism) to understand more about it. This value is
76
+ necessary to ensure exact reproducibility of the pretraining results. Please refer to [this
77
+ issue](https://github.com/pytorch/pytorch/issues/76232).
78
+ tie_word_embeddings (`bool`, *optional*, defaults to `False`):
79
+ Whether to tie weight embeddings
80
+ rope_theta (`float`, *optional*, defaults to 10000.0):
81
+ The base period of the RoPE embeddings.
82
+ rope_scaling (`Dict`, *optional*):
83
+ Dictionary containing the scaling configuration for the RoPE embeddings. Currently supports two scaling
84
+ strategies: linear and dynamic. Their scaling factor must be a float greater than 1. The expected format is
85
+ `{"type": strategy name, "factor": scaling factor}`. When using this flag, don't update
86
+ `max_position_embeddings` to the expected new maximum. See the following thread for more information on how
87
+ these scaling strategies behave:
88
+ https://www.reddit.com/r/LocalMiniCPM/comments/14mrgpr/dynamically_scaled_rope_further_increases/. This is an
89
+ experimental feature, subject to breaking API changes in future versions.
90
+ attention_bias (`bool`, defaults to `False`, *optional*, defaults to `False`):
91
+ Whether to use a bias in the query, key, value and output projection layers during self-attention.
92
+ attention_dropout (`float`, *optional*, defaults to 0.0):
93
+ The dropout ratio for the attention probabilities.
94
+
95
+ ```python
96
+ >>> from transformers import MiniCPMModel, MiniCPMConfig
97
+
98
+ >>> # Initializing a MiniCPM minicpm-7b style configuration
99
+ >>> configuration = MiniCPMConfig()
100
+
101
+ >>> # Initializing a model from the minicpm-7b style configuration
102
+ >>> model = MiniCPMModel(configuration)
103
+
104
+ >>> # Accessing the model configuration
105
+ >>> configuration = model.config
106
+ ```"""
107
+
108
+ model_type = 'minicpm'
109
+ keys_to_ignore_at_inference = ['past_key_values']
110
+
111
+ def __init__(
112
+ self,
113
+ vocab_size=32000,
114
+ hidden_size=4096,
115
+ intermediate_size=11008,
116
+ num_hidden_layers=32,
117
+ num_attention_heads=32,
118
+ num_key_value_heads=None,
119
+ hidden_act='silu',
120
+ max_position_embeddings=2048,
121
+ initializer_range=0.02,
122
+ rms_norm_eps=1e-6,
123
+ use_cache=True,
124
+ pad_token_id=None,
125
+ bos_token_id=1,
126
+ eos_token_id=2,
127
+ pretraining_tp=1,
128
+ tie_word_embeddings=True,
129
+ rope_theta=10000.0,
130
+ rope_scaling=None,
131
+ attention_bias=False,
132
+ attention_dropout=0.0,
133
+ scale_emb=1,
134
+ dim_model_base=1,
135
+ scale_depth=1,
136
+ mup_denominator=32,
137
+ sparse_config=None,
138
+ **kwargs):
139
+
140
+ self.vocab_size = vocab_size
141
+ self.max_position_embeddings = max_position_embeddings
142
+ self.hidden_size = hidden_size
143
+ self.intermediate_size = intermediate_size
144
+ self.num_hidden_layers = num_hidden_layers
145
+ self.num_attention_heads = num_attention_heads
146
+
147
+ # for backward compatibility
148
+ if num_key_value_heads is None:
149
+ num_key_value_heads = num_attention_heads
150
+
151
+ self.num_key_value_heads = num_key_value_heads
152
+ self.hidden_act = hidden_act
153
+ self.initializer_range = initializer_range
154
+ self.rms_norm_eps = rms_norm_eps
155
+ self.pretraining_tp = pretraining_tp
156
+ self.use_cache = use_cache
157
+ self.rope_theta = rope_theta
158
+ self.rope_scaling = rope_scaling
159
+ # self._rope_scaling_validation()
160
+ self.attention_bias = attention_bias
161
+ self.attention_dropout = attention_dropout
162
+ self.scale_emb = scale_emb
163
+ self.dim_model_base = dim_model_base
164
+ self.scale_depth = scale_depth
165
+ # only used for Eagle Head
166
+ self.mup_denominator = mup_denominator
167
+
168
+ # sparse config
169
+ self.sparse_config = sparse_config
170
+
171
+ super().__init__(
172
+ pad_token_id=pad_token_id,
173
+ bos_token_id=bos_token_id,
174
+ eos_token_id=eos_token_id,
175
+ tie_word_embeddings=tie_word_embeddings,
176
+ **kwargs,
177
+ )
178
+ try:
179
+ import flash_attn
180
+ self._attn_implementation = 'flash_attention_2'
181
+ except:
182
+ pass
183
+
184
+ def _rope_scaling_validation(self):
185
+ """
186
+ Validate the `rope_scaling` configuration.
187
+ """
188
+ if self.rope_scaling is None:
189
+ return
190
+
191
+ if not isinstance(self.rope_scaling, dict) or len(self.rope_scaling) != 2:
192
+ raise ValueError(
193
+ '`rope_scaling` must be a dictionary with with two fields, `type` and `factor`, '
194
+ f'got {self.rope_scaling}'
195
+ )
196
+ rope_scaling_type = self.rope_scaling.get('type', None)
197
+ rope_scaling_factor = self.rope_scaling.get('factor', None)
198
+ if rope_scaling_type is None or rope_scaling_type not in ['linear', 'dynamic']:
199
+ raise ValueError(
200
+ f"`rope_scaling`'s type field must be one of ['linear', 'dynamic'], got {rope_scaling_type}"
201
+ )
202
+ if rope_scaling_factor is None or not isinstance(rope_scaling_factor, float) or rope_scaling_factor <= 1.0:
203
+ raise ValueError(f"`rope_scaling`'s factor field must be a float > 1, got {rope_scaling_factor}")
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 73440,
5
+ "pad_token_id": 73440,
6
+ "transformers_version": "4.57.6",
7
+ "use_cache": false
8
+ }
model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be8a2c4aa0d048194fbbfb9d4136b33eb194646426bcc90eeeade8615729dac4
3
+ size 4867913600
model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfcdd62e82645ce87924fa05819088fe1be94dd8a1419bc10b4a0f452bae0ae7
3
+ size 601686144
model.safetensors.index.json ADDED
@@ -0,0 +1,747 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_parameters": 1786843584,
4
+ "total_size": 5469515264
5
+ },
6
+ "weight_map": {
7
+ "lm_head.weight": "model-00002-of-00002.safetensors",
8
+ "model.embed_tokens.weight": "model-00001-of-00002.safetensors",
9
+ "model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
10
+ "model.layers.0.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
11
+ "model.layers.0.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
12
+ "model.layers.0.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
13
+ "model.layers.0.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
14
+ "model.layers.0.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
15
+ "model.layers.0.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
16
+ "model.layers.0.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
17
+ "model.layers.0.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
18
+ "model.layers.0.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
19
+ "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
20
+ "model.layers.0.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
21
+ "model.layers.0.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
22
+ "model.layers.0.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
23
+ "model.layers.0.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
24
+ "model.layers.0.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
25
+ "model.layers.0.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
26
+ "model.layers.0.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
27
+ "model.layers.0.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
28
+ "model.layers.0.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
29
+ "model.layers.0.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
30
+ "model.layers.0.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
31
+ "model.layers.0.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
32
+ "model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
33
+ "model.layers.1.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
34
+ "model.layers.1.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
35
+ "model.layers.1.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
36
+ "model.layers.1.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
37
+ "model.layers.1.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
38
+ "model.layers.1.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
39
+ "model.layers.1.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
40
+ "model.layers.1.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
41
+ "model.layers.1.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
42
+ "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
43
+ "model.layers.1.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
44
+ "model.layers.1.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
45
+ "model.layers.1.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
46
+ "model.layers.1.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
47
+ "model.layers.1.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
48
+ "model.layers.1.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
49
+ "model.layers.1.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
50
+ "model.layers.1.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
51
+ "model.layers.1.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
52
+ "model.layers.1.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
53
+ "model.layers.1.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
54
+ "model.layers.1.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
55
+ "model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
56
+ "model.layers.10.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
57
+ "model.layers.10.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
58
+ "model.layers.10.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
59
+ "model.layers.10.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
60
+ "model.layers.10.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
61
+ "model.layers.10.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
62
+ "model.layers.10.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
63
+ "model.layers.10.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
64
+ "model.layers.10.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
65
+ "model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
66
+ "model.layers.10.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
67
+ "model.layers.10.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
68
+ "model.layers.10.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
69
+ "model.layers.10.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
70
+ "model.layers.10.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
71
+ "model.layers.10.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
72
+ "model.layers.10.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
73
+ "model.layers.10.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
74
+ "model.layers.10.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
75
+ "model.layers.10.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
76
+ "model.layers.10.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
77
+ "model.layers.10.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
78
+ "model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
79
+ "model.layers.11.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
80
+ "model.layers.11.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
81
+ "model.layers.11.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
82
+ "model.layers.11.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
83
+ "model.layers.11.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
84
+ "model.layers.11.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
85
+ "model.layers.11.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
86
+ "model.layers.11.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
87
+ "model.layers.11.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
88
+ "model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
89
+ "model.layers.11.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
90
+ "model.layers.11.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
91
+ "model.layers.11.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
92
+ "model.layers.11.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
93
+ "model.layers.11.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
94
+ "model.layers.11.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
95
+ "model.layers.11.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
96
+ "model.layers.11.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
97
+ "model.layers.11.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
98
+ "model.layers.11.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
99
+ "model.layers.11.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
100
+ "model.layers.11.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
101
+ "model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
102
+ "model.layers.12.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
103
+ "model.layers.12.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
104
+ "model.layers.12.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
105
+ "model.layers.12.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
106
+ "model.layers.12.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
107
+ "model.layers.12.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
108
+ "model.layers.12.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
109
+ "model.layers.12.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
110
+ "model.layers.12.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
111
+ "model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
112
+ "model.layers.12.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
113
+ "model.layers.12.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
114
+ "model.layers.12.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
115
+ "model.layers.12.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
116
+ "model.layers.12.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
117
+ "model.layers.12.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
118
+ "model.layers.12.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
119
+ "model.layers.12.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
120
+ "model.layers.12.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
121
+ "model.layers.12.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
122
+ "model.layers.12.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
123
+ "model.layers.12.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
124
+ "model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
125
+ "model.layers.13.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
126
+ "model.layers.13.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
127
+ "model.layers.13.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
128
+ "model.layers.13.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
129
+ "model.layers.13.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
130
+ "model.layers.13.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
131
+ "model.layers.13.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
132
+ "model.layers.13.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
133
+ "model.layers.13.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
134
+ "model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
135
+ "model.layers.13.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
136
+ "model.layers.13.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
137
+ "model.layers.13.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
138
+ "model.layers.13.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
139
+ "model.layers.13.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
140
+ "model.layers.13.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
141
+ "model.layers.13.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
142
+ "model.layers.13.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
143
+ "model.layers.13.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
144
+ "model.layers.13.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
145
+ "model.layers.13.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
146
+ "model.layers.13.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
147
+ "model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
148
+ "model.layers.14.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
149
+ "model.layers.14.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
150
+ "model.layers.14.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
151
+ "model.layers.14.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
152
+ "model.layers.14.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
153
+ "model.layers.14.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
154
+ "model.layers.14.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
155
+ "model.layers.14.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
156
+ "model.layers.14.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
157
+ "model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
158
+ "model.layers.14.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
159
+ "model.layers.14.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
160
+ "model.layers.14.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
161
+ "model.layers.14.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
162
+ "model.layers.14.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
163
+ "model.layers.14.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
164
+ "model.layers.14.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
165
+ "model.layers.14.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
166
+ "model.layers.14.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
167
+ "model.layers.14.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
168
+ "model.layers.14.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
169
+ "model.layers.14.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
170
+ "model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
171
+ "model.layers.15.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
172
+ "model.layers.15.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
173
+ "model.layers.15.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
174
+ "model.layers.15.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
175
+ "model.layers.15.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
176
+ "model.layers.15.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
177
+ "model.layers.15.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
178
+ "model.layers.15.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
179
+ "model.layers.15.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
180
+ "model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
181
+ "model.layers.15.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
182
+ "model.layers.15.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
183
+ "model.layers.15.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
184
+ "model.layers.15.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
185
+ "model.layers.15.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
186
+ "model.layers.15.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
187
+ "model.layers.15.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
188
+ "model.layers.15.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
189
+ "model.layers.15.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
190
+ "model.layers.15.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
191
+ "model.layers.15.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
192
+ "model.layers.15.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
193
+ "model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
194
+ "model.layers.16.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
195
+ "model.layers.16.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
196
+ "model.layers.16.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
197
+ "model.layers.16.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
198
+ "model.layers.16.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
199
+ "model.layers.16.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
200
+ "model.layers.16.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
201
+ "model.layers.16.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
202
+ "model.layers.16.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
203
+ "model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
204
+ "model.layers.16.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
205
+ "model.layers.16.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
206
+ "model.layers.16.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
207
+ "model.layers.16.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
208
+ "model.layers.16.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
209
+ "model.layers.16.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
210
+ "model.layers.16.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
211
+ "model.layers.16.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
212
+ "model.layers.16.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
213
+ "model.layers.16.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
214
+ "model.layers.16.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
215
+ "model.layers.16.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
216
+ "model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
217
+ "model.layers.17.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
218
+ "model.layers.17.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
219
+ "model.layers.17.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
220
+ "model.layers.17.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
221
+ "model.layers.17.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
222
+ "model.layers.17.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
223
+ "model.layers.17.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
224
+ "model.layers.17.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
225
+ "model.layers.17.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
226
+ "model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
227
+ "model.layers.17.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
228
+ "model.layers.17.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
229
+ "model.layers.17.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
230
+ "model.layers.17.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
231
+ "model.layers.17.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
232
+ "model.layers.17.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
233
+ "model.layers.17.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
234
+ "model.layers.17.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
235
+ "model.layers.17.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
236
+ "model.layers.17.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
237
+ "model.layers.17.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
238
+ "model.layers.17.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
239
+ "model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
240
+ "model.layers.18.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
241
+ "model.layers.18.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
242
+ "model.layers.18.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
243
+ "model.layers.18.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
244
+ "model.layers.18.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
245
+ "model.layers.18.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
246
+ "model.layers.18.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
247
+ "model.layers.18.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
248
+ "model.layers.18.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
249
+ "model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
250
+ "model.layers.18.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
251
+ "model.layers.18.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
252
+ "model.layers.18.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
253
+ "model.layers.18.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
254
+ "model.layers.18.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
255
+ "model.layers.18.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
256
+ "model.layers.18.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
257
+ "model.layers.18.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
258
+ "model.layers.18.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
259
+ "model.layers.18.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
260
+ "model.layers.18.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
261
+ "model.layers.18.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
262
+ "model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
263
+ "model.layers.19.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
264
+ "model.layers.19.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
265
+ "model.layers.19.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
266
+ "model.layers.19.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
267
+ "model.layers.19.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
268
+ "model.layers.19.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
269
+ "model.layers.19.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
270
+ "model.layers.19.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
271
+ "model.layers.19.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
272
+ "model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
273
+ "model.layers.19.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
274
+ "model.layers.19.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
275
+ "model.layers.19.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
276
+ "model.layers.19.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
277
+ "model.layers.19.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
278
+ "model.layers.19.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
279
+ "model.layers.19.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
280
+ "model.layers.19.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
281
+ "model.layers.19.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
282
+ "model.layers.19.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
283
+ "model.layers.19.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
284
+ "model.layers.19.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
285
+ "model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
286
+ "model.layers.2.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
287
+ "model.layers.2.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
288
+ "model.layers.2.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
289
+ "model.layers.2.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
290
+ "model.layers.2.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
291
+ "model.layers.2.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
292
+ "model.layers.2.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
293
+ "model.layers.2.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
294
+ "model.layers.2.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
295
+ "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
296
+ "model.layers.2.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
297
+ "model.layers.2.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
298
+ "model.layers.2.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
299
+ "model.layers.2.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
300
+ "model.layers.2.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
301
+ "model.layers.2.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
302
+ "model.layers.2.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
303
+ "model.layers.2.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
304
+ "model.layers.2.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
305
+ "model.layers.2.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
306
+ "model.layers.2.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
307
+ "model.layers.2.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
308
+ "model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
309
+ "model.layers.20.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
310
+ "model.layers.20.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
311
+ "model.layers.20.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
312
+ "model.layers.20.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
313
+ "model.layers.20.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
314
+ "model.layers.20.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
315
+ "model.layers.20.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
316
+ "model.layers.20.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
317
+ "model.layers.20.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
318
+ "model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
319
+ "model.layers.20.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
320
+ "model.layers.20.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
321
+ "model.layers.20.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
322
+ "model.layers.20.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
323
+ "model.layers.20.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
324
+ "model.layers.20.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
325
+ "model.layers.20.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
326
+ "model.layers.20.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
327
+ "model.layers.20.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
328
+ "model.layers.20.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
329
+ "model.layers.20.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
330
+ "model.layers.20.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
331
+ "model.layers.21.input_layernorm.weight": "model-00001-of-00002.safetensors",
332
+ "model.layers.21.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
333
+ "model.layers.21.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
334
+ "model.layers.21.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
335
+ "model.layers.21.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
336
+ "model.layers.21.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
337
+ "model.layers.21.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
338
+ "model.layers.21.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
339
+ "model.layers.21.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
340
+ "model.layers.21.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
341
+ "model.layers.21.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
342
+ "model.layers.21.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
343
+ "model.layers.21.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
344
+ "model.layers.21.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
345
+ "model.layers.21.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
346
+ "model.layers.21.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
347
+ "model.layers.21.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
348
+ "model.layers.21.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
349
+ "model.layers.21.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
350
+ "model.layers.21.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
351
+ "model.layers.21.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
352
+ "model.layers.21.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
353
+ "model.layers.21.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
354
+ "model.layers.22.input_layernorm.weight": "model-00001-of-00002.safetensors",
355
+ "model.layers.22.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
356
+ "model.layers.22.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
357
+ "model.layers.22.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
358
+ "model.layers.22.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
359
+ "model.layers.22.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
360
+ "model.layers.22.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
361
+ "model.layers.22.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
362
+ "model.layers.22.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
363
+ "model.layers.22.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
364
+ "model.layers.22.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
365
+ "model.layers.22.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
366
+ "model.layers.22.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
367
+ "model.layers.22.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
368
+ "model.layers.22.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
369
+ "model.layers.22.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
370
+ "model.layers.22.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
371
+ "model.layers.22.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
372
+ "model.layers.22.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
373
+ "model.layers.22.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
374
+ "model.layers.22.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
375
+ "model.layers.22.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
376
+ "model.layers.22.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
377
+ "model.layers.23.input_layernorm.weight": "model-00001-of-00002.safetensors",
378
+ "model.layers.23.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
379
+ "model.layers.23.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
380
+ "model.layers.23.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
381
+ "model.layers.23.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
382
+ "model.layers.23.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
383
+ "model.layers.23.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
384
+ "model.layers.23.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
385
+ "model.layers.23.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
386
+ "model.layers.23.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
387
+ "model.layers.23.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
388
+ "model.layers.23.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
389
+ "model.layers.23.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
390
+ "model.layers.23.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
391
+ "model.layers.23.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
392
+ "model.layers.23.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
393
+ "model.layers.23.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
394
+ "model.layers.23.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
395
+ "model.layers.23.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
396
+ "model.layers.23.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
397
+ "model.layers.23.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
398
+ "model.layers.23.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
399
+ "model.layers.23.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
400
+ "model.layers.24.input_layernorm.weight": "model-00001-of-00002.safetensors",
401
+ "model.layers.24.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
402
+ "model.layers.24.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
403
+ "model.layers.24.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
404
+ "model.layers.24.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
405
+ "model.layers.24.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
406
+ "model.layers.24.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
407
+ "model.layers.24.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
408
+ "model.layers.24.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
409
+ "model.layers.24.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
410
+ "model.layers.24.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
411
+ "model.layers.24.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
412
+ "model.layers.24.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
413
+ "model.layers.24.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
414
+ "model.layers.24.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
415
+ "model.layers.24.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
416
+ "model.layers.24.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
417
+ "model.layers.24.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
418
+ "model.layers.24.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
419
+ "model.layers.24.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
420
+ "model.layers.24.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
421
+ "model.layers.24.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
422
+ "model.layers.24.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
423
+ "model.layers.25.input_layernorm.weight": "model-00001-of-00002.safetensors",
424
+ "model.layers.25.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
425
+ "model.layers.25.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
426
+ "model.layers.25.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
427
+ "model.layers.25.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
428
+ "model.layers.25.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
429
+ "model.layers.25.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
430
+ "model.layers.25.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
431
+ "model.layers.25.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
432
+ "model.layers.25.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
433
+ "model.layers.25.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
434
+ "model.layers.25.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
435
+ "model.layers.25.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
436
+ "model.layers.25.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
437
+ "model.layers.25.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
438
+ "model.layers.25.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
439
+ "model.layers.25.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
440
+ "model.layers.25.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
441
+ "model.layers.25.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
442
+ "model.layers.25.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
443
+ "model.layers.25.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
444
+ "model.layers.25.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
445
+ "model.layers.25.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
446
+ "model.layers.26.input_layernorm.weight": "model-00001-of-00002.safetensors",
447
+ "model.layers.26.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
448
+ "model.layers.26.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
449
+ "model.layers.26.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
450
+ "model.layers.26.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
451
+ "model.layers.26.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
452
+ "model.layers.26.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
453
+ "model.layers.26.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
454
+ "model.layers.26.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
455
+ "model.layers.26.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
456
+ "model.layers.26.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
457
+ "model.layers.26.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
458
+ "model.layers.26.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
459
+ "model.layers.26.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
460
+ "model.layers.26.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
461
+ "model.layers.26.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
462
+ "model.layers.26.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
463
+ "model.layers.26.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
464
+ "model.layers.26.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
465
+ "model.layers.26.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
466
+ "model.layers.26.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
467
+ "model.layers.26.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
468
+ "model.layers.26.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
469
+ "model.layers.27.input_layernorm.weight": "model-00001-of-00002.safetensors",
470
+ "model.layers.27.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
471
+ "model.layers.27.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
472
+ "model.layers.27.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
473
+ "model.layers.27.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
474
+ "model.layers.27.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
475
+ "model.layers.27.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
476
+ "model.layers.27.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
477
+ "model.layers.27.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
478
+ "model.layers.27.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
479
+ "model.layers.27.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
480
+ "model.layers.27.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
481
+ "model.layers.27.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
482
+ "model.layers.27.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
483
+ "model.layers.27.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
484
+ "model.layers.27.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
485
+ "model.layers.27.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
486
+ "model.layers.27.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
487
+ "model.layers.27.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
488
+ "model.layers.27.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
489
+ "model.layers.27.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
490
+ "model.layers.27.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
491
+ "model.layers.27.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
492
+ "model.layers.28.input_layernorm.weight": "model-00001-of-00002.safetensors",
493
+ "model.layers.28.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
494
+ "model.layers.28.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
495
+ "model.layers.28.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
496
+ "model.layers.28.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
497
+ "model.layers.28.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
498
+ "model.layers.28.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
499
+ "model.layers.28.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
500
+ "model.layers.28.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
501
+ "model.layers.28.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
502
+ "model.layers.28.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
503
+ "model.layers.28.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
504
+ "model.layers.28.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
505
+ "model.layers.28.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
506
+ "model.layers.28.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
507
+ "model.layers.28.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
508
+ "model.layers.28.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
509
+ "model.layers.28.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
510
+ "model.layers.28.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
511
+ "model.layers.28.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
512
+ "model.layers.28.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
513
+ "model.layers.28.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
514
+ "model.layers.28.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
515
+ "model.layers.29.input_layernorm.weight": "model-00001-of-00002.safetensors",
516
+ "model.layers.29.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
517
+ "model.layers.29.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
518
+ "model.layers.29.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
519
+ "model.layers.29.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
520
+ "model.layers.29.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
521
+ "model.layers.29.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
522
+ "model.layers.29.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
523
+ "model.layers.29.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
524
+ "model.layers.29.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
525
+ "model.layers.29.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
526
+ "model.layers.29.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
527
+ "model.layers.29.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
528
+ "model.layers.29.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
529
+ "model.layers.29.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
530
+ "model.layers.29.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
531
+ "model.layers.29.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
532
+ "model.layers.29.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
533
+ "model.layers.29.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
534
+ "model.layers.29.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
535
+ "model.layers.29.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
536
+ "model.layers.29.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
537
+ "model.layers.29.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
538
+ "model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
539
+ "model.layers.3.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
540
+ "model.layers.3.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
541
+ "model.layers.3.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
542
+ "model.layers.3.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
543
+ "model.layers.3.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
544
+ "model.layers.3.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
545
+ "model.layers.3.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
546
+ "model.layers.3.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
547
+ "model.layers.3.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
548
+ "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
549
+ "model.layers.3.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
550
+ "model.layers.3.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
551
+ "model.layers.3.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
552
+ "model.layers.3.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
553
+ "model.layers.3.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
554
+ "model.layers.3.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
555
+ "model.layers.3.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
556
+ "model.layers.3.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
557
+ "model.layers.3.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
558
+ "model.layers.3.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
559
+ "model.layers.3.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
560
+ "model.layers.3.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
561
+ "model.layers.30.input_layernorm.weight": "model-00001-of-00002.safetensors",
562
+ "model.layers.30.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
563
+ "model.layers.30.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
564
+ "model.layers.30.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
565
+ "model.layers.30.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
566
+ "model.layers.30.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
567
+ "model.layers.30.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
568
+ "model.layers.30.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
569
+ "model.layers.30.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
570
+ "model.layers.30.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
571
+ "model.layers.30.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
572
+ "model.layers.30.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
573
+ "model.layers.30.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
574
+ "model.layers.30.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
575
+ "model.layers.30.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
576
+ "model.layers.30.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
577
+ "model.layers.30.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
578
+ "model.layers.30.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
579
+ "model.layers.30.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
580
+ "model.layers.30.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
581
+ "model.layers.30.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
582
+ "model.layers.30.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
583
+ "model.layers.30.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
584
+ "model.layers.31.input_layernorm.weight": "model-00001-of-00002.safetensors",
585
+ "model.layers.31.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
586
+ "model.layers.31.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
587
+ "model.layers.31.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
588
+ "model.layers.31.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
589
+ "model.layers.31.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
590
+ "model.layers.31.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
591
+ "model.layers.31.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
592
+ "model.layers.31.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
593
+ "model.layers.31.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
594
+ "model.layers.31.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
595
+ "model.layers.31.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
596
+ "model.layers.31.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
597
+ "model.layers.31.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
598
+ "model.layers.31.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
599
+ "model.layers.31.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
600
+ "model.layers.31.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
601
+ "model.layers.31.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
602
+ "model.layers.31.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
603
+ "model.layers.31.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
604
+ "model.layers.31.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
605
+ "model.layers.31.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
606
+ "model.layers.31.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
607
+ "model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
608
+ "model.layers.4.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
609
+ "model.layers.4.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
610
+ "model.layers.4.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
611
+ "model.layers.4.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
612
+ "model.layers.4.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
613
+ "model.layers.4.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
614
+ "model.layers.4.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
615
+ "model.layers.4.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
616
+ "model.layers.4.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
617
+ "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
618
+ "model.layers.4.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
619
+ "model.layers.4.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
620
+ "model.layers.4.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
621
+ "model.layers.4.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
622
+ "model.layers.4.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
623
+ "model.layers.4.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
624
+ "model.layers.4.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
625
+ "model.layers.4.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
626
+ "model.layers.4.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
627
+ "model.layers.4.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
628
+ "model.layers.4.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
629
+ "model.layers.4.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
630
+ "model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
631
+ "model.layers.5.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
632
+ "model.layers.5.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
633
+ "model.layers.5.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
634
+ "model.layers.5.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
635
+ "model.layers.5.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
636
+ "model.layers.5.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
637
+ "model.layers.5.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
638
+ "model.layers.5.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
639
+ "model.layers.5.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
640
+ "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
641
+ "model.layers.5.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
642
+ "model.layers.5.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
643
+ "model.layers.5.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
644
+ "model.layers.5.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
645
+ "model.layers.5.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
646
+ "model.layers.5.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
647
+ "model.layers.5.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
648
+ "model.layers.5.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
649
+ "model.layers.5.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
650
+ "model.layers.5.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
651
+ "model.layers.5.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
652
+ "model.layers.5.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
653
+ "model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
654
+ "model.layers.6.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
655
+ "model.layers.6.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
656
+ "model.layers.6.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
657
+ "model.layers.6.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
658
+ "model.layers.6.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
659
+ "model.layers.6.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
660
+ "model.layers.6.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
661
+ "model.layers.6.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
662
+ "model.layers.6.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
663
+ "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
664
+ "model.layers.6.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
665
+ "model.layers.6.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
666
+ "model.layers.6.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
667
+ "model.layers.6.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
668
+ "model.layers.6.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
669
+ "model.layers.6.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
670
+ "model.layers.6.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
671
+ "model.layers.6.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
672
+ "model.layers.6.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
673
+ "model.layers.6.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
674
+ "model.layers.6.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
675
+ "model.layers.6.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
676
+ "model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
677
+ "model.layers.7.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
678
+ "model.layers.7.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
679
+ "model.layers.7.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
680
+ "model.layers.7.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
681
+ "model.layers.7.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
682
+ "model.layers.7.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
683
+ "model.layers.7.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
684
+ "model.layers.7.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
685
+ "model.layers.7.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
686
+ "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
687
+ "model.layers.7.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
688
+ "model.layers.7.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
689
+ "model.layers.7.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
690
+ "model.layers.7.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
691
+ "model.layers.7.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
692
+ "model.layers.7.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
693
+ "model.layers.7.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
694
+ "model.layers.7.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
695
+ "model.layers.7.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
696
+ "model.layers.7.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
697
+ "model.layers.7.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
698
+ "model.layers.7.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
699
+ "model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
700
+ "model.layers.8.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
701
+ "model.layers.8.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
702
+ "model.layers.8.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
703
+ "model.layers.8.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
704
+ "model.layers.8.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
705
+ "model.layers.8.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
706
+ "model.layers.8.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
707
+ "model.layers.8.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
708
+ "model.layers.8.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
709
+ "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
710
+ "model.layers.8.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
711
+ "model.layers.8.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
712
+ "model.layers.8.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
713
+ "model.layers.8.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
714
+ "model.layers.8.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
715
+ "model.layers.8.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
716
+ "model.layers.8.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
717
+ "model.layers.8.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
718
+ "model.layers.8.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
719
+ "model.layers.8.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
720
+ "model.layers.8.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
721
+ "model.layers.8.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
722
+ "model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
723
+ "model.layers.9.mlp.down_proj.weight_packed": "model-00001-of-00002.safetensors",
724
+ "model.layers.9.mlp.down_proj.weight_scale": "model-00001-of-00002.safetensors",
725
+ "model.layers.9.mlp.down_proj.weight_shape": "model-00001-of-00002.safetensors",
726
+ "model.layers.9.mlp.gate_proj.weight_packed": "model-00001-of-00002.safetensors",
727
+ "model.layers.9.mlp.gate_proj.weight_scale": "model-00001-of-00002.safetensors",
728
+ "model.layers.9.mlp.gate_proj.weight_shape": "model-00001-of-00002.safetensors",
729
+ "model.layers.9.mlp.up_proj.weight_packed": "model-00001-of-00002.safetensors",
730
+ "model.layers.9.mlp.up_proj.weight_scale": "model-00001-of-00002.safetensors",
731
+ "model.layers.9.mlp.up_proj.weight_shape": "model-00001-of-00002.safetensors",
732
+ "model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
733
+ "model.layers.9.self_attn.k_proj.weight_packed": "model-00001-of-00002.safetensors",
734
+ "model.layers.9.self_attn.k_proj.weight_scale": "model-00001-of-00002.safetensors",
735
+ "model.layers.9.self_attn.k_proj.weight_shape": "model-00001-of-00002.safetensors",
736
+ "model.layers.9.self_attn.o_proj.weight_packed": "model-00001-of-00002.safetensors",
737
+ "model.layers.9.self_attn.o_proj.weight_scale": "model-00001-of-00002.safetensors",
738
+ "model.layers.9.self_attn.o_proj.weight_shape": "model-00001-of-00002.safetensors",
739
+ "model.layers.9.self_attn.q_proj.weight_packed": "model-00001-of-00002.safetensors",
740
+ "model.layers.9.self_attn.q_proj.weight_scale": "model-00001-of-00002.safetensors",
741
+ "model.layers.9.self_attn.q_proj.weight_shape": "model-00001-of-00002.safetensors",
742
+ "model.layers.9.self_attn.v_proj.weight_packed": "model-00001-of-00002.safetensors",
743
+ "model.layers.9.self_attn.v_proj.weight_scale": "model-00001-of-00002.safetensors",
744
+ "model.layers.9.self_attn.v_proj.weight_shape": "model-00001-of-00002.safetensors",
745
+ "model.norm.weight": "model-00001-of-00002.safetensors"
746
+ }
747
+ }
modeling_minicpm.py ADDED
The diff for this file is too large to render. See raw diff
 
recipe.yaml ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_stage:
2
+ default_modifiers:
3
+ AWQModifier:
4
+ config_groups:
5
+ group_0:
6
+ targets: [Linear]
7
+ weights:
8
+ num_bits: 4
9
+ type: int
10
+ symmetric: true
11
+ group_size: 32
12
+ strategy: group
13
+ block_structure: null
14
+ dynamic: false
15
+ actorder: null
16
+ scale_dtype: null
17
+ zp_dtype: null
18
+ observer: mse
19
+ observer_kwargs: {}
20
+ input_activations: null
21
+ output_activations: null
22
+ format: null
23
+ targets: [Linear]
24
+ ignore: [lm_head, model.embed_tokens, 're:.*input_layernorm$', 're:.*post_attention_layernorm$',
25
+ model.norm]
26
+ sequential_targets: [MiniCPMDecoderLayer]
27
+ mappings:
28
+ - smooth_layer: re:.*input_layernorm$
29
+ balance_layers: ['re:.*q_proj$', 're:.*k_proj$', 're:.*v_proj$']
30
+ - smooth_layer: re:.*v_proj$
31
+ balance_layers: ['re:.*o_proj$']
32
+ - smooth_layer: re:.*post_attention_layernorm$
33
+ balance_layers: ['re:.*gate_proj$', 're:.*up_proj$']
34
+ - smooth_layer: re:.*up_proj$
35
+ balance_layers: ['re:.*down_proj$']
36
+ offload_device: !!python/object/apply:torch.device [cpu]
37
+ duo_scaling: true
38
+ n_grid: 20
special_tokens_map.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_end|>",
4
+ "<|im_start|>",
5
+ "<|tool_call|>",
6
+ "<|execute_start|>",
7
+ "<|execute_end|>",
8
+ "<|fim_prefix|>",
9
+ "<|fim_middle|>",
10
+ "<|fim_suffix|>"
11
+ ],
12
+ "bos_token": {
13
+ "content": "<s>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false
18
+ },
19
+ "eos_token": {
20
+ "content": "<|im_end|>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ },
26
+ "pad_token": {
27
+ "content": "<|im_end|>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ },
33
+ "unk_token": {
34
+ "content": "<unk>",
35
+ "lstrip": false,
36
+ "normalized": false,
37
+ "rstrip": false,
38
+ "single_word": false
39
+ }
40
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb74d51116831c3bf65db812c553f94ab0c88dcf97a5bbb37e3504f6d359c530
3
+ size 1181204
tokenizer_config.json ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ },
30
+ "73440": {
31
+ "content": "<|im_end|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "73441": {
39
+ "content": "<|im_start|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": true
45
+ },
46
+ "73442": {
47
+ "content": "<|tool_call|>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": true
53
+ },
54
+ "73443": {
55
+ "content": "<|execute_start|>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": true
61
+ },
62
+ "73444": {
63
+ "content": "<|execute_end|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "73445": {
71
+ "content": "<|fim_prefix|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "73446": {
79
+ "content": "<|fim_middle|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "73447": {
87
+ "content": "<|fim_suffix|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": true
93
+ }
94
+ },
95
+ "additional_special_tokens": [
96
+ "<|im_end|>",
97
+ "<|im_start|>",
98
+ "<|tool_call|>",
99
+ "<|execute_start|>",
100
+ "<|execute_end|>",
101
+ "<|fim_prefix|>",
102
+ "<|fim_middle|>",
103
+ "<|fim_suffix|>"
104
+ ],
105
+ "bos_token": "<s>",
106
+ "clean_up_tokenization_spaces": false,
107
+ "eos_token": "<|im_end|>",
108
+ "extra_special_tokens": {},
109
+ "legacy": true,
110
+ "model_max_length": 1000000000000000019884624838656,
111
+ "pad_token": "<|im_end|>",
112
+ "padding_side": "right",
113
+ "sp_model_kwargs": {},
114
+ "spaces_between_special_tokens": false,
115
+ "split_special_tokens": false,
116
+ "tokenizer_class": "LlamaTokenizer",
117
+ "unk_token": "<unk>",
118
+ "use_default_system_prompt": false
119
+ }