lazarevich commited on
Commit
339b799
·
0 Parent(s):

upload checkpoint

Browse files
Files changed (49) hide show
  1. README.md +184 -0
  2. chat_template.jinja +86 -0
  3. config.json +927 -0
  4. model-00001-of-00042.safetensors +3 -0
  5. model-00002-of-00042.safetensors +3 -0
  6. model-00003-of-00042.safetensors +3 -0
  7. model-00004-of-00042.safetensors +3 -0
  8. model-00005-of-00042.safetensors +3 -0
  9. model-00006-of-00042.safetensors +3 -0
  10. model-00007-of-00042.safetensors +3 -0
  11. model-00008-of-00042.safetensors +3 -0
  12. model-00009-of-00042.safetensors +3 -0
  13. model-00010-of-00042.safetensors +3 -0
  14. model-00011-of-00042.safetensors +3 -0
  15. model-00012-of-00042.safetensors +3 -0
  16. model-00013-of-00042.safetensors +3 -0
  17. model-00014-of-00042.safetensors +3 -0
  18. model-00015-of-00042.safetensors +3 -0
  19. model-00016-of-00042.safetensors +3 -0
  20. model-00017-of-00042.safetensors +3 -0
  21. model-00018-of-00042.safetensors +3 -0
  22. model-00019-of-00042.safetensors +3 -0
  23. model-00020-of-00042.safetensors +3 -0
  24. model-00021-of-00042.safetensors +3 -0
  25. model-00022-of-00042.safetensors +3 -0
  26. model-00023-of-00042.safetensors +3 -0
  27. model-00024-of-00042.safetensors +3 -0
  28. model-00025-of-00042.safetensors +3 -0
  29. model-00026-of-00042.safetensors +3 -0
  30. model-00027-of-00042.safetensors +3 -0
  31. model-00028-of-00042.safetensors +3 -0
  32. model-00029-of-00042.safetensors +3 -0
  33. model-00030-of-00042.safetensors +3 -0
  34. model-00031-of-00042.safetensors +3 -0
  35. model-00032-of-00042.safetensors +3 -0
  36. model-00033-of-00042.safetensors +3 -0
  37. model-00034-of-00042.safetensors +3 -0
  38. model-00035-of-00042.safetensors +3 -0
  39. model-00036-of-00042.safetensors +3 -0
  40. model-00037-of-00042.safetensors +3 -0
  41. model-00038-of-00042.safetensors +3 -0
  42. model-00039-of-00042.safetensors +3 -0
  43. model-00040-of-00042.safetensors +3 -0
  44. model-00041-of-00042.safetensors +3 -0
  45. model-00042-of-00042.safetensors +3 -0
  46. model.safetensors.index.json +0 -0
  47. special_tokens_map.json +40 -0
  48. tokenizer.json +3 -0
  49. tokenizer_config.json +325 -0
README.md ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: transformers
5
+ tags:
6
+ - glm
7
+ - MOE
8
+ - pruning
9
+ - compression
10
+ license: mit
11
+ name: cerebras/GLM-4.7-REAP-218B-A32B-FP8
12
+ description: >
13
+ This model was obtained by uniformly pruning 40% of experts in GLM-4.7-FP8 using the REAP method.
14
+ readme: >
15
+ https://huggingface.co/cerebras/GLM-4.7-REAP-218B-A32B-FP8/main/README.md
16
+ license_link: https://huggingface.co/zai-org/GLM-4.7-FP8/blob/main/LICENSE
17
+ pipeline_tag: text-generation
18
+ base_model:
19
+ - zai-org/GLM-4.7-FP8
20
+ ---
21
+
22
+ <p align="center">
23
+ <em>𓌳 <strong>REAP</strong>𓌳 the Experts: Why Pruning Prevails for One-Shot MoE Compression</em><br>
24
+ <img src="https://i.imgur.com/rmzG3gg.png" alt="REAP" width="75%">
25
+ </p>
26
+
27
+ # GLM-4.7-REAP-218B-A32B-FP8
28
+
29
+ ## ✨ Highlights
30
+
31
+ Introducing **GLM-4.7-REAP-218B-A32B-FP8**, a **memory-efficient compressed variant** of GLM-4.7-FP8 that maintains near-identical performance while being **40% lighter**.
32
+
33
+ This model was created using **REAP (Router-weighted Expert Activation Pruning)**, a novel expert pruning method that selectively removes redundant experts while preserving the router's independent control over remaining experts. Key features include:
34
+
35
+ - **Near-Lossless Performance**: Maintains almost identical accuracy on code generation, agentic coding, and function calling tasks compared to the full 355B model
36
+ - **40% Memory Reduction**: Compressed from 355B to 218B parameters, significantly lowering deployment costs and memory requirements
37
+ - **Preserved Capabilities**: Retains all core functionalities including code generation, agentic workflows, repository-scale understanding, and function calling
38
+ - **Drop-in Compatibility**: Works with vanilla vLLM - no source modifications or custom patches required
39
+ - **Optimized for Real-World Use**: Particularly effective for resource-constrained environments, local deployments, and academic research
40
+
41
+ **For downstream low-bit quantization, we suggest using the [BF16 variant](https://huggingface.co/cerebras/GLM-4.7-REAP-218B-A32B).**
42
+
43
+ ---
44
+ ## 📋 Model Overview
45
+
46
+ **GLM-4.7-REAP-218B-A32B-FP8** has the following specifications:
47
+
48
+ - **Base Model**: GLM-4.7-FP8
49
+ - **Compression Method**: REAP (Router-weighted Expert Activation Pruning)
50
+ - **Compression Ratio**: 40% expert pruning
51
+ - **Type**: Sparse Mixture-of-Experts (SMoE) Causal Language Model
52
+ - **Number of Parameters**: 218B total, 32B activated per token
53
+ - **Number of Layers**: 92
54
+ - **Number of Attention Heads (GQA)**: 96 for Q and 8 for KV
55
+ - **Number of Experts**: 96 (uniformly pruned from 160)
56
+ - **Number of Activated Experts**: 8 per token
57
+ - **Context Length**: 202,752 tokens
58
+ - **License**: MIT
59
+
60
+ ---
61
+
62
+ ## 📊 Evaluations
63
+
64
+ <table>
65
+ <thead>
66
+ <tr>
67
+ <th align="left">Benchmark</th>
68
+ <th align="center">GLM-4.7-FP8</th>
69
+ <th align="center"><a href="https://huggingface.co/cerebras/GLM-4.7-REAP-268B-A32B-FP8">GLM-4.7-REAP-268B-A32B-FP8</a></th>
70
+ <th align="center"><a href="https://huggingface.co/cerebras/GLM-4.7-REAP-218B-A32B-FP8">GLM-4.7-REAP-218B-A32B-FP8</a></th>
71
+ </tr>
72
+ </thead>
73
+ <tbody>
74
+ <tr>
75
+ <td><strong>Compression</strong></td>
76
+ <td align="center">—</td>
77
+ <td align="center">25%</td>
78
+ <td align="center">40%</td>
79
+ </tr>
80
+ <tr>
81
+ <td colspan="5" align="center"><strong>Coding</strong></td>
82
+ </tr>
83
+ <tr>
84
+ <td><strong>HumanEval</strong></td>
85
+ <td align="center">95.7</td>
86
+ <td align="center">97.0</td>
87
+ <td align="center">95.1</td>
88
+ </tr>
89
+ <tr>
90
+ <td><strong>HumanEval+</strong></td>
91
+ <td align="center">91.5</td>
92
+ <td align="center">90.2</td>
93
+ <td align="center">87.8</td>
94
+ </tr>
95
+ <tr>
96
+ <td><strong>MBPP</strong></td>
97
+ <td align="center">91.0</td>
98
+ <td align="center">91.0</td>
99
+ <td align="center">91.5</td>
100
+ </tr>
101
+ <tr>
102
+ <td><strong>MBPP+</strong></td>
103
+ <td align="center">78.3</td>
104
+ <td align="center">78.3</td>
105
+ <td align="center">77.2</td>
106
+ </tr>
107
+ </table>
108
+
109
+
110
+ 🟩 *This checkpoint maintains almost identical performance while being 40% lighter.*
111
+
112
+ For more details on the evaluation setup, refer to the [REAP arXiv preprint](https://arxiv.org/abs/2510.13999).
113
+
114
+ ---
115
+
116
+ ## 🚀 Deployment
117
+
118
+ You can deploy the model directly using the **latest vLLM** (v0.11.0), no source modifications or custom patches required.
119
+
120
+ ```bash
121
+ vllm serve cerebras/GLM-4.7-REAP-218B-A32B-FP8 \
122
+ --tensor-parallel-size 8 \
123
+ --reasoning-parser glm45 \
124
+ --tool-call-parser glm47 \
125
+ --enable-auto-tool-choice \
126
+ --enable-expert-parallel
127
+ ```
128
+
129
+ If you encounter insufficient memory when running this model, you might need to set a lower value for `--max-num-seqs` flag (e.g. set to 64).
130
+
131
+
132
+ ## 🧩 Model Creation
133
+
134
+ This checkpoint was created by applying the **REAP (Router-weighted Expert Activation Pruning)** method uniformly across all Mixture-of-Experts (MoE) blocks of **GLM-4.7-FP8**, with a **40% pruning rate**.
135
+
136
+ ### How REAP Works
137
+
138
+ REAP selects experts to prune based on a novel **saliency criterion** that considers both:
139
+ - **Router gate values**: How frequently and strongly the router activates each expert
140
+ - **Expert activation norms**: The magnitude of each expert's output contributions
141
+
142
+ This dual consideration ensures that experts contributing minimally to the layer's output are pruned, while preserving those that play critical roles in the model's computations.
143
+
144
+ ### Key Advantages
145
+
146
+ - **One-Shot Compression**: No fine-tuning required after pruning - the model is immediately ready for deployment
147
+ - **Preserved Router Control**: Unlike expert merging methods, REAP maintains the router's independent, input-dependent control over remaining experts, avoiding "functional subspace collapse"
148
+ - **Generative Task Superiority**: REAP significantly outperforms expert merging approaches on generative benchmarks (code generation, creative writing, mathematical reasoning) while maintaining competitive performance on discriminative tasks
149
+
150
+ ### Calibration
151
+
152
+ The model was calibrated using a diverse mixture of domain-specific datasets including:
153
+ - Code generation samples ([evol-codealpaca](https://huggingface.co/datasets/theblackcat102/evol-codealpaca-v1))
154
+ - Function calling examples ([xlam-function-calling](https://huggingface.co/datasets/Salesforce/xlam-function-calling-60k))
155
+ - Agentic multi-turn trajectories ([SWE-smith-trajectories](https://huggingface.co/datasets/SWE-bench/SWE-smith-trajectories))
156
+
157
+ 📚 For more details, refer to the following resources:
158
+
159
+ - [🧾 arXiv Preprint](https://arxiv.org/abs/2510.13999)
160
+ - [🧾 REAP Blog](https://www.cerebras.ai/blog/reap)
161
+ - [💻 REAP Codebase (GitHub)](https://github.com/CerebrasResearch/reap)
162
+
163
+ ---
164
+
165
+ ## ⚖️ License
166
+
167
+ This model is derived from
168
+ **[`zai-org/GLM-4.7-FP8`](https://huggingface.co/zai-org/GLM-4.7-FP8)**
169
+ and distributed under the **MIT license**.
170
+
171
+ ---
172
+
173
+ ## 🧾 Citation
174
+
175
+ If you use this checkpoint, please cite the REAP paper:
176
+
177
+ ```bibtex
178
+ @article{lasby-reap,
179
+ title={REAP the Experts: Why Pruning Prevails for One-Shot MoE compression},
180
+ author={Lasby, Mike and Lazarevich, Ivan and Sinnadurai, Nish and Lie, Sean and Ioannou, Yani and Thangarasa, Vithursan},
181
+ journal={arXiv preprint arXiv:2510.13999},
182
+ year={2025}
183
+ }
184
+ ```
chat_template.jinja ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [gMASK]<sop>
2
+ {%- if tools -%}
3
+ <|system|>
4
+ # Tools
5
+
6
+ You may call one or more functions to assist with the user query.
7
+
8
+ You are provided with function signatures within <tools></tools> XML tags:
9
+ <tools>
10
+ {% for tool in tools %}
11
+ {{ tool | tojson(ensure_ascii=False) }}
12
+ {% endfor %}
13
+ </tools>
14
+
15
+ For each function call, output the function name and arguments within the following XML format:
16
+ <tool_call>{function-name}<arg_key>{arg-key-1}</arg_key><arg_value>{arg-value-1}</arg_value><arg_key>{arg-key-2}</arg_key><arg_value>{arg-value-2}</arg_value>...</tool_call>{%- endif -%}
17
+ {%- macro visible_text(content) -%}
18
+ {%- if content is string -%}
19
+ {{- content }}
20
+ {%- elif content is iterable and content is not mapping -%}
21
+ {%- for item in content -%}
22
+ {%- if item is mapping and item.type == 'text' -%}
23
+ {{- item.text }}
24
+ {%- elif item is string -%}
25
+ {{- item }}
26
+ {%- endif -%}
27
+ {%- endfor -%}
28
+ {%- else -%}
29
+ {{- content }}
30
+ {%- endif -%}
31
+ {%- endmacro -%}
32
+ {%- set ns = namespace(last_user_index=-1) %}
33
+ {%- for m in messages %}
34
+ {%- if m.role == 'user' %}
35
+ {% set ns.last_user_index = loop.index0 -%}
36
+ {%- endif %}
37
+ {%- endfor %}
38
+ {% for m in messages %}
39
+ {%- if m.role == 'user' -%}<|user|>{{ visible_text(m.content) }}
40
+ {%- elif m.role == 'assistant' -%}
41
+ <|assistant|>
42
+ {%- set reasoning_content = '' %}
43
+ {%- set content = visible_text(m.content) %}
44
+ {%- if m.reasoning_content is string %}
45
+ {%- set reasoning_content = m.reasoning_content %}
46
+ {%- else %}
47
+ {%- if '</think>' in content %}
48
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
49
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
50
+ {%- endif %}
51
+ {%- endif %}
52
+ {%- if ((clear_thinking is defined and not clear_thinking) or loop.index0 > ns.last_user_index) and reasoning_content -%}
53
+ {{ '<think>' + reasoning_content.strip() + '</think>'}}
54
+ {%- else -%}
55
+ {{ '</think>' }}
56
+ {%- endif -%}
57
+ {%- if content.strip() -%}
58
+ {{ content.strip() }}
59
+ {%- endif -%}
60
+ {% if m.tool_calls %}
61
+ {% for tc in m.tool_calls %}
62
+ {%- if tc.function %}
63
+ {%- set tc = tc.function %}
64
+ {%- endif %}
65
+ {{- '<tool_call>' + tc.name -}}
66
+ {% set _args = tc.arguments %}{% for k, v in _args.items() %}<arg_key>{{ k }}</arg_key><arg_value>{{ v | tojson(ensure_ascii=False) if v is not string else v }}</arg_value>{% endfor %}</tool_call>{% endfor %}
67
+ {% endif %}
68
+ {%- elif m.role == 'tool' -%}
69
+ {%- if m.content is string -%}
70
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
71
+ {{- '<|observation|>' }}
72
+ {%- endif %}
73
+ {{- '<tool_response>' }}
74
+ {{- m.content }}
75
+ {{- '</tool_response>' }}
76
+ {%- else -%}
77
+ <|observation|>{% for tr in m.content %}
78
+ <tool_response>{{ tr.output if tr.output is defined else tr }}</tool_response>{% endfor -%}
79
+ {% endif -%}
80
+ {%- elif m.role == 'system' -%}
81
+ <|system|>{{ visible_text(m.content) }}
82
+ {%- endif -%}
83
+ {%- endfor -%}
84
+ {%- if add_generation_prompt -%}
85
+ <|assistant|>{{- '</think>' if (enable_thinking is defined and not enable_thinking) else '<think>' -}}
86
+ {%- endif -%}
config.json ADDED
@@ -0,0 +1,927 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Glm4MoeForCausalLM"
4
+ ],
5
+ "attention_bias": true,
6
+ "attention_dropout": 0.0,
7
+ "eos_token_id": [
8
+ 151329,
9
+ 151336,
10
+ 151338
11
+ ],
12
+ "first_k_dense_replace": 3,
13
+ "head_dim": 128,
14
+ "hidden_act": "silu",
15
+ "hidden_size": 5120,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 12288,
18
+ "max_position_embeddings": 202752,
19
+ "model_type": "glm4_moe",
20
+ "moe_intermediate_size": 1536,
21
+ "moe_router_dtype": "float32",
22
+ "n_group": 1,
23
+ "n_routed_experts": 96,
24
+ "n_shared_experts": 1,
25
+ "norm_topk_prob": true,
26
+ "num_attention_heads": 96,
27
+ "num_experts_per_tok": 8,
28
+ "num_hidden_layers": 92,
29
+ "num_key_value_heads": 8,
30
+ "num_nextn_predict_layers": 0,
31
+ "pad_token_id": 151329,
32
+ "partial_rotary_factor": 0.5,
33
+ "quantization_config": {
34
+ "config_groups": {
35
+ "group_0": {
36
+ "input_activations": {
37
+ "actorder": null,
38
+ "block_structure": null,
39
+ "dynamic": true,
40
+ "group_size": null,
41
+ "num_bits": 8,
42
+ "observer": null,
43
+ "observer_kwargs": {},
44
+ "strategy": "token",
45
+ "symmetric": true,
46
+ "type": "float"
47
+ },
48
+ "output_activations": null,
49
+ "targets": [
50
+ "Linear"
51
+ ],
52
+ "weights": {
53
+ "actorder": null,
54
+ "block_structure": null,
55
+ "dynamic": false,
56
+ "group_size": null,
57
+ "num_bits": 8,
58
+ "observer": "minmax",
59
+ "observer_kwargs": {},
60
+ "strategy": "channel",
61
+ "symmetric": true,
62
+ "type": "float"
63
+ }
64
+ }
65
+ },
66
+ "format": "float-quantized",
67
+ "global_compression_ratio": null,
68
+ "ignore": [
69
+ "model.layers.46.post_attention_layernorm",
70
+ "model.layers.16.mlp.gate",
71
+ "model.layers.36.self_attn.k_proj.bias",
72
+ "model.layers.88.self_attn.k_norm",
73
+ "model.layers.17.self_attn.q_proj.bias",
74
+ "model.layers.26.self_attn.v_proj.bias",
75
+ "model.layers.5.mlp.gate",
76
+ "model.layers.59.input_layernorm",
77
+ "model.layers.24.self_attn.k_proj.bias",
78
+ "model.layers.40.self_attn.v_proj.bias",
79
+ "model.layers.55.mlp.gate.e_score_correction_bias",
80
+ "model.layers.72.self_attn.v_proj.bias",
81
+ "model.layers.62.self_attn.q_norm",
82
+ "model.layers.24.self_attn.q_norm",
83
+ "model.layers.7.self_attn.q_norm",
84
+ "model.layers.78.self_attn.k_proj.bias",
85
+ "model.layers.75.self_attn.q_norm",
86
+ "model.layers.45.post_attention_layernorm",
87
+ "model.layers.50.self_attn.k_norm",
88
+ "model.layers.22.self_attn.v_proj.bias",
89
+ "model.layers.15.post_attention_layernorm",
90
+ "model.layers.24.input_layernorm",
91
+ "model.layers.24.mlp.gate.e_score_correction_bias",
92
+ "model.layers.34.self_attn.q_norm",
93
+ "model.layers.21.post_attention_layernorm",
94
+ "model.layers.15.self_attn.k_norm",
95
+ "model.layers.82.self_attn.v_proj.bias",
96
+ "model.layers.60.self_attn.q_proj.bias",
97
+ "model.layers.86.self_attn.k_norm",
98
+ "model.layers.91.input_layernorm",
99
+ "model.layers.67.self_attn.q_proj.bias",
100
+ "model.layers.27.self_attn.k_norm",
101
+ "model.layers.76.self_attn.q_proj.bias",
102
+ "model.layers.53.self_attn.v_proj.bias",
103
+ "model.layers.8.self_attn.k_proj.bias",
104
+ "model.layers.81.self_attn.k_proj.bias",
105
+ "model.layers.20.self_attn.k_norm",
106
+ "model.layers.24.self_attn.v_proj.bias",
107
+ "model.layers.81.input_layernorm",
108
+ "model.layers.23.mlp.gate",
109
+ "model.layers.42.input_layernorm",
110
+ "model.layers.48.mlp.gate.e_score_correction_bias",
111
+ "model.layers.91.self_attn.q_proj.bias",
112
+ "model.layers.32.self_attn.q_norm",
113
+ "model.layers.23.input_layernorm",
114
+ "model.layers.49.mlp.gate",
115
+ "model.layers.54.self_attn.v_proj.bias",
116
+ "model.layers.62.self_attn.k_proj.bias",
117
+ "model.layers.90.self_attn.k_norm",
118
+ "model.layers.72.self_attn.k_proj.bias",
119
+ "model.layers.39.self_attn.q_norm",
120
+ "model.layers.28.self_attn.v_proj.bias",
121
+ "model.layers.63.self_attn.k_proj.bias",
122
+ "model.layers.17.self_attn.v_proj.bias",
123
+ "model.layers.72.post_attention_layernorm",
124
+ "model.layers.26.input_layernorm",
125
+ "model.layers.77.mlp.gate.e_score_correction_bias",
126
+ "model.layers.33.mlp.gate.e_score_correction_bias",
127
+ "model.layers.54.self_attn.k_proj.bias",
128
+ "model.layers.72.self_attn.k_norm",
129
+ "model.layers.87.self_attn.k_proj.bias",
130
+ "model.layers.22.input_layernorm",
131
+ "model.layers.90.mlp.gate",
132
+ "model.layers.38.self_attn.k_proj.bias",
133
+ "model.layers.20.input_layernorm",
134
+ "model.layers.4.self_attn.k_proj.bias",
135
+ "model.layers.43.mlp.gate",
136
+ "model.layers.37.post_attention_layernorm",
137
+ "model.layers.14.mlp.gate",
138
+ "model.layers.79.post_attention_layernorm",
139
+ "model.layers.84.self_attn.k_norm",
140
+ "model.layers.71.self_attn.q_norm",
141
+ "model.layers.56.mlp.gate.e_score_correction_bias",
142
+ "model.layers.6.self_attn.k_proj.bias",
143
+ "model.layers.70.self_attn.k_proj.bias",
144
+ "model.layers.54.post_attention_layernorm",
145
+ "model.layers.55.self_attn.q_norm",
146
+ "model.layers.4.mlp.gate",
147
+ "model.layers.81.mlp.gate",
148
+ "model.layers.7.mlp.gate",
149
+ "model.layers.8.self_attn.q_norm",
150
+ "model.layers.57.self_attn.v_proj.bias",
151
+ "model.layers.65.self_attn.q_norm",
152
+ "model.layers.88.post_attention_layernorm",
153
+ "model.layers.19.input_layernorm",
154
+ "model.layers.6.self_attn.v_proj.bias",
155
+ "model.layers.4.input_layernorm",
156
+ "model.layers.71.self_attn.k_norm",
157
+ "model.layers.32.self_attn.k_norm",
158
+ "model.layers.22.post_attention_layernorm",
159
+ "model.layers.6.self_attn.q_proj.bias",
160
+ "model.layers.61.self_attn.q_norm",
161
+ "model.layers.3.input_layernorm",
162
+ "model.layers.13.input_layernorm",
163
+ "model.layers.74.self_attn.k_norm",
164
+ "model.layers.59.self_attn.v_proj.bias",
165
+ "model.layers.60.self_attn.v_proj.bias",
166
+ "model.layers.35.self_attn.q_proj.bias",
167
+ "model.layers.18.post_attention_layernorm",
168
+ "model.layers.44.self_attn.k_proj.bias",
169
+ "model.layers.64.mlp.gate",
170
+ "model.layers.61.post_attention_layernorm",
171
+ "model.layers.46.self_attn.k_norm",
172
+ "model.layers.19.post_attention_layernorm",
173
+ "model.layers.66.input_layernorm",
174
+ "model.layers.40.mlp.gate.e_score_correction_bias",
175
+ "model.layers.18.self_attn.k_norm",
176
+ "model.layers.30.input_layernorm",
177
+ "model.layers.56.self_attn.v_proj.bias",
178
+ "model.layers.49.self_attn.v_proj.bias",
179
+ "model.layers.3.self_attn.v_proj.bias",
180
+ "model.layers.72.mlp.gate.e_score_correction_bias",
181
+ "model.layers.79.self_attn.k_norm",
182
+ "model.layers.92.self_attn.k_norm",
183
+ "model.layers.79.self_attn.v_proj.bias",
184
+ "model.layers.32.mlp.gate.e_score_correction_bias",
185
+ "model.layers.26.mlp.gate.e_score_correction_bias",
186
+ "model.embed_tokens",
187
+ "model.layers.18.mlp.gate",
188
+ "model.layers.62.self_attn.q_proj.bias",
189
+ "model.layers.44.post_attention_layernorm",
190
+ "model.layers.55.post_attention_layernorm",
191
+ "model.layers.18.input_layernorm",
192
+ "model.layers.46.mlp.gate.e_score_correction_bias",
193
+ "model.layers.75.mlp.gate",
194
+ "model.layers.63.self_attn.q_norm",
195
+ "model.layers.36.mlp.gate.e_score_correction_bias",
196
+ "model.layers.66.self_attn.q_norm",
197
+ "model.layers.45.mlp.gate",
198
+ "model.layers.24.post_attention_layernorm",
199
+ "model.layers.45.self_attn.k_norm",
200
+ "model.layers.0.self_attn.q_proj.bias",
201
+ "model.layers.42.mlp.gate.e_score_correction_bias",
202
+ "model.layers.64.self_attn.q_norm",
203
+ "model.layers.8.input_layernorm",
204
+ "model.layers.26.self_attn.q_proj.bias",
205
+ "model.layers.32.post_attention_layernorm",
206
+ "model.layers.40.self_attn.k_norm",
207
+ "model.layers.91.self_attn.q_norm",
208
+ "model.layers.69.post_attention_layernorm",
209
+ "model.layers.27.self_attn.v_proj.bias",
210
+ "model.layers.9.self_attn.k_norm",
211
+ "model.layers.62.self_attn.k_norm",
212
+ "model.layers.92.input_layernorm",
213
+ "model.layers.14.self_attn.q_proj.bias",
214
+ "model.layers.84.input_layernorm",
215
+ "model.layers.88.mlp.gate",
216
+ "model.layers.7.self_attn.v_proj.bias",
217
+ "model.layers.14.self_attn.q_norm",
218
+ "model.layers.17.self_attn.q_norm",
219
+ "model.layers.85.mlp.gate",
220
+ "model.layers.63.mlp.gate",
221
+ "model.layers.66.self_attn.q_proj.bias",
222
+ "model.layers.76.self_attn.k_proj.bias",
223
+ "model.layers.18.self_attn.q_norm",
224
+ "model.layers.77.post_attention_layernorm",
225
+ "model.layers.55.self_attn.k_norm",
226
+ "model.layers.37.self_attn.q_norm",
227
+ "model.layers.91.post_attention_layernorm",
228
+ "model.layers.53.self_attn.q_norm",
229
+ "model.layers.76.input_layernorm",
230
+ "model.layers.1.self_attn.v_proj.bias",
231
+ "model.layers.38.self_attn.v_proj.bias",
232
+ "model.layers.14.mlp.gate.e_score_correction_bias",
233
+ "model.layers.9.self_attn.v_proj.bias",
234
+ "model.layers.75.post_attention_layernorm",
235
+ "model.layers.9.self_attn.q_norm",
236
+ "model.layers.57.mlp.gate.e_score_correction_bias",
237
+ "model.layers.82.self_attn.k_norm",
238
+ "model.layers.7.post_attention_layernorm",
239
+ "model.layers.43.self_attn.q_norm",
240
+ "model.layers.91.self_attn.k_proj.bias",
241
+ "model.layers.29.self_attn.k_norm",
242
+ "model.layers.11.self_attn.k_proj.bias",
243
+ "model.layers.6.mlp.gate",
244
+ "model.layers.7.self_attn.q_proj.bias",
245
+ "model.layers.63.post_attention_layernorm",
246
+ "model.layers.11.self_attn.q_proj.bias",
247
+ "model.layers.25.input_layernorm",
248
+ "model.layers.21.input_layernorm",
249
+ "model.layers.61.input_layernorm",
250
+ "model.layers.37.mlp.gate.e_score_correction_bias",
251
+ "model.layers.65.mlp.gate",
252
+ "model.layers.20.self_attn.q_norm",
253
+ "model.layers.60.post_attention_layernorm",
254
+ "model.layers.35.self_attn.k_proj.bias",
255
+ "model.layers.70.mlp.gate.e_score_correction_bias",
256
+ "model.layers.85.self_attn.k_norm",
257
+ "model.layers.58.input_layernorm",
258
+ "model.layers.66.self_attn.v_proj.bias",
259
+ "model.layers.80.self_attn.q_norm",
260
+ "model.layers.59.self_attn.k_norm",
261
+ "model.layers.47.self_attn.k_proj.bias",
262
+ "model.layers.46.mlp.gate",
263
+ "model.layers.27.self_attn.k_proj.bias",
264
+ "model.layers.71.self_attn.k_proj.bias",
265
+ "model.layers.76.self_attn.q_norm",
266
+ "model.layers.16.input_layernorm",
267
+ "model.layers.56.self_attn.k_proj.bias",
268
+ "model.layers.30.self_attn.q_proj.bias",
269
+ "model.layers.89.self_attn.q_norm",
270
+ "model.layers.80.self_attn.k_norm",
271
+ "model.layers.40.mlp.gate",
272
+ "model.layers.10.mlp.gate.e_score_correction_bias",
273
+ "model.layers.89.self_attn.k_proj.bias",
274
+ "model.layers.41.mlp.gate.e_score_correction_bias",
275
+ "model.layers.79.self_attn.q_norm",
276
+ "model.layers.49.self_attn.k_proj.bias",
277
+ "model.layers.43.self_attn.k_norm",
278
+ "model.layers.21.self_attn.q_proj.bias",
279
+ "model.layers.69.self_attn.v_proj.bias",
280
+ "model.layers.70.self_attn.k_norm",
281
+ "model.layers.65.self_attn.k_norm",
282
+ "model.layers.59.mlp.gate.e_score_correction_bias",
283
+ "model.layers.92.post_attention_layernorm",
284
+ "model.layers.81.self_attn.v_proj.bias",
285
+ "model.layers.51.input_layernorm",
286
+ "model.layers.3.post_attention_layernorm",
287
+ "model.layers.28.post_attention_layernorm",
288
+ "model.layers.1.self_attn.q_proj.bias",
289
+ "model.layers.0.self_attn.v_proj.bias",
290
+ "model.layers.10.self_attn.q_norm",
291
+ "model.layers.34.mlp.gate.e_score_correction_bias",
292
+ "model.layers.52.self_attn.v_proj.bias",
293
+ "model.layers.1.self_attn.q_norm",
294
+ "model.layers.89.self_attn.k_norm",
295
+ "model.layers.27.mlp.gate.e_score_correction_bias",
296
+ "model.layers.53.self_attn.k_norm",
297
+ "model.layers.61.self_attn.v_proj.bias",
298
+ "model.layers.78.input_layernorm",
299
+ "model.layers.2.self_attn.v_proj.bias",
300
+ "model.layers.76.post_attention_layernorm",
301
+ "model.layers.36.self_attn.q_norm",
302
+ "model.layers.68.self_attn.q_proj.bias",
303
+ "model.layers.33.self_attn.k_proj.bias",
304
+ "model.layers.78.mlp.gate",
305
+ "model.layers.36.mlp.gate",
306
+ "model.layers.44.mlp.gate",
307
+ "model.layers.54.mlp.gate.e_score_correction_bias",
308
+ "model.layers.73.mlp.gate.e_score_correction_bias",
309
+ "model.layers.41.self_attn.k_proj.bias",
310
+ "model.layers.63.self_attn.k_norm",
311
+ "model.layers.29.self_attn.q_proj.bias",
312
+ "model.layers.22.self_attn.q_norm",
313
+ "model.layers.74.self_attn.q_proj.bias",
314
+ "model.layers.47.post_attention_layernorm",
315
+ "model.layers.64.input_layernorm",
316
+ "model.layers.77.self_attn.k_norm",
317
+ "model.layers.27.mlp.gate",
318
+ "model.layers.33.self_attn.q_proj.bias",
319
+ "model.layers.77.self_attn.v_proj.bias",
320
+ "model.layers.87.input_layernorm",
321
+ "model.layers.5.input_layernorm",
322
+ "model.layers.14.self_attn.k_proj.bias",
323
+ "model.layers.32.input_layernorm",
324
+ "model.layers.35.input_layernorm",
325
+ "model.layers.44.self_attn.q_norm",
326
+ "model.layers.51.self_attn.k_norm",
327
+ "model.layers.80.self_attn.v_proj.bias",
328
+ "model.layers.63.self_attn.v_proj.bias",
329
+ "model.layers.4.self_attn.k_norm",
330
+ "model.layers.89.self_attn.q_proj.bias",
331
+ "model.layers.61.self_attn.q_proj.bias",
332
+ "model.layers.9.post_attention_layernorm",
333
+ "model.layers.29.self_attn.v_proj.bias",
334
+ "model.layers.92.hnorm",
335
+ "model.layers.53.self_attn.q_proj.bias",
336
+ "model.layers.73.self_attn.k_norm",
337
+ "model.layers.91.mlp.gate.e_score_correction_bias",
338
+ "model.layers.75.self_attn.q_proj.bias",
339
+ "model.layers.47.self_attn.q_norm",
340
+ "model.layers.77.mlp.gate",
341
+ "model.layers.21.mlp.gate.e_score_correction_bias",
342
+ "model.layers.90.self_attn.v_proj.bias",
343
+ "model.layers.44.mlp.gate.e_score_correction_bias",
344
+ "model.layers.37.self_attn.k_proj.bias",
345
+ "model.layers.92.mlp.gate",
346
+ "model.layers.32.mlp.gate",
347
+ "model.layers.54.input_layernorm",
348
+ "model.layers.13.self_attn.q_proj.bias",
349
+ "model.layers.0.post_attention_layernorm",
350
+ "model.layers.84.mlp.gate.e_score_correction_bias",
351
+ "model.layers.31.mlp.gate.e_score_correction_bias",
352
+ "model.layers.57.self_attn.q_norm",
353
+ "model.layers.83.post_attention_layernorm",
354
+ "model.layers.61.mlp.gate.e_score_correction_bias",
355
+ "model.layers.49.input_layernorm",
356
+ "model.layers.50.mlp.gate.e_score_correction_bias",
357
+ "model.layers.48.self_attn.k_norm",
358
+ "model.layers.18.self_attn.v_proj.bias",
359
+ "model.layers.54.self_attn.q_proj.bias",
360
+ "model.layers.8.mlp.gate.e_score_correction_bias",
361
+ "model.layers.14.self_attn.v_proj.bias",
362
+ "model.layers.5.self_attn.q_norm",
363
+ "model.layers.90.mlp.gate.e_score_correction_bias",
364
+ "model.layers.83.mlp.gate.e_score_correction_bias",
365
+ "model.layers.69.input_layernorm",
366
+ "model.layers.82.self_attn.k_proj.bias",
367
+ "model.layers.86.self_attn.q_norm",
368
+ "model.layers.65.input_layernorm",
369
+ "model.layers.16.mlp.gate.e_score_correction_bias",
370
+ "model.layers.22.mlp.gate.e_score_correction_bias",
371
+ "model.layers.80.mlp.gate.e_score_correction_bias",
372
+ "model.layers.8.self_attn.q_proj.bias",
373
+ "model.layers.23.self_attn.q_norm",
374
+ "model.layers.11.self_attn.k_norm",
375
+ "model.layers.53.mlp.gate.e_score_correction_bias",
376
+ "model.layers.65.self_attn.v_proj.bias",
377
+ "model.layers.47.mlp.gate",
378
+ "model.layers.70.mlp.gate",
379
+ "model.layers.12.mlp.gate.e_score_correction_bias",
380
+ "model.layers.38.mlp.gate.e_score_correction_bias",
381
+ "model.layers.46.self_attn.k_proj.bias",
382
+ "model.layers.64.self_attn.k_norm",
383
+ "model.layers.89.mlp.gate",
384
+ "model.layers.44.self_attn.v_proj.bias",
385
+ "model.layers.33.self_attn.k_norm",
386
+ "model.layers.8.self_attn.k_norm",
387
+ "model.layers.1.self_attn.k_proj.bias",
388
+ "model.layers.51.self_attn.q_proj.bias",
389
+ "lm_head",
390
+ "model.layers.42.self_attn.k_norm",
391
+ "model.layers.60.input_layernorm",
392
+ "model.layers.59.self_attn.q_proj.bias",
393
+ "model.layers.52.self_attn.q_norm",
394
+ "model.layers.84.self_attn.q_proj.bias",
395
+ "model.layers.51.mlp.gate",
396
+ "model.layers.81.self_attn.k_norm",
397
+ "model.layers.1.input_layernorm",
398
+ "model.layers.33.self_attn.q_norm",
399
+ "model.layers.78.mlp.gate.e_score_correction_bias",
400
+ "model.layers.17.post_attention_layernorm",
401
+ "model.layers.50.self_attn.k_proj.bias",
402
+ "model.layers.73.input_layernorm",
403
+ "model.layers.16.self_attn.q_proj.bias",
404
+ "model.layers.70.self_attn.q_proj.bias",
405
+ "model.layers.26.post_attention_layernorm",
406
+ "model.layers.27.input_layernorm",
407
+ "model.layers.86.self_attn.q_proj.bias",
408
+ "model.layers.33.self_attn.v_proj.bias",
409
+ "model.layers.50.mlp.gate",
410
+ "model.layers.64.post_attention_layernorm",
411
+ "model.layers.73.self_attn.q_proj.bias",
412
+ "model.layers.72.input_layernorm",
413
+ "model.layers.66.self_attn.k_norm",
414
+ "model.layers.50.self_attn.v_proj.bias",
415
+ "model.layers.24.self_attn.k_norm",
416
+ "model.layers.69.self_attn.k_norm",
417
+ "model.layers.75.self_attn.k_norm",
418
+ "model.layers.36.input_layernorm",
419
+ "model.layers.40.self_attn.q_norm",
420
+ "model.layers.33.input_layernorm",
421
+ "model.layers.92.enorm",
422
+ "model.layers.23.self_attn.k_norm",
423
+ "model.layers.25.mlp.gate.e_score_correction_bias",
424
+ "model.layers.74.self_attn.q_norm",
425
+ "model.layers.13.self_attn.q_norm",
426
+ "model.layers.75.self_attn.v_proj.bias",
427
+ "model.layers.30.self_attn.v_proj.bias",
428
+ "model.layers.42.self_attn.v_proj.bias",
429
+ "model.layers.29.input_layernorm",
430
+ "model.layers.91.self_attn.k_norm",
431
+ "model.layers.92.self_attn.k_proj.bias",
432
+ "model.layers.12.self_attn.v_proj.bias",
433
+ "model.layers.19.self_attn.v_proj.bias",
434
+ "model.layers.70.self_attn.q_norm",
435
+ "model.layers.75.self_attn.k_proj.bias",
436
+ "model.layers.49.post_attention_layernorm",
437
+ "model.layers.50.self_attn.q_proj.bias",
438
+ "model.layers.84.post_attention_layernorm",
439
+ "model.layers.7.mlp.gate.e_score_correction_bias",
440
+ "model.layers.59.post_attention_layernorm",
441
+ "model.layers.86.input_layernorm",
442
+ "model.layers.22.self_attn.k_proj.bias",
443
+ "model.layers.31.self_attn.q_proj.bias",
444
+ "model.layers.30.post_attention_layernorm",
445
+ "model.layers.79.input_layernorm",
446
+ "model.layers.3.self_attn.k_proj.bias",
447
+ "model.layers.66.self_attn.k_proj.bias",
448
+ "model.layers.81.mlp.gate.e_score_correction_bias",
449
+ "model.layers.88.mlp.gate.e_score_correction_bias",
450
+ "model.layers.29.self_attn.k_proj.bias",
451
+ "model.layers.4.self_attn.q_proj.bias",
452
+ "model.layers.79.self_attn.q_proj.bias",
453
+ "model.layers.35.post_attention_layernorm",
454
+ "model.layers.63.input_layernorm",
455
+ "model.layers.12.self_attn.q_proj.bias",
456
+ "model.layers.0.self_attn.q_norm",
457
+ "model.layers.13.post_attention_layernorm",
458
+ "model.layers.58.self_attn.q_proj.bias",
459
+ "model.layers.90.self_attn.k_proj.bias",
460
+ "model.layers.45.self_attn.v_proj.bias",
461
+ "model.layers.86.self_attn.k_proj.bias",
462
+ "model.layers.38.input_layernorm",
463
+ "model.layers.70.post_attention_layernorm",
464
+ "model.layers.69.self_attn.k_proj.bias",
465
+ "model.layers.88.input_layernorm",
466
+ "model.layers.75.input_layernorm",
467
+ "model.layers.76.mlp.gate.e_score_correction_bias",
468
+ "model.layers.76.mlp.gate",
469
+ "model.layers.8.post_attention_layernorm",
470
+ "model.layers.30.mlp.gate",
471
+ "model.layers.38.self_attn.q_proj.bias",
472
+ "model.layers.19.self_attn.q_norm",
473
+ "model.layers.76.self_attn.k_norm",
474
+ "model.layers.79.mlp.gate",
475
+ "model.layers.23.self_attn.v_proj.bias",
476
+ "model.layers.27.self_attn.q_proj.bias",
477
+ "model.layers.57.post_attention_layernorm",
478
+ "model.layers.56.mlp.gate",
479
+ "model.layers.45.mlp.gate.e_score_correction_bias",
480
+ "model.layers.76.self_attn.v_proj.bias",
481
+ "model.layers.26.self_attn.q_norm",
482
+ "model.layers.17.self_attn.k_norm",
483
+ "model.layers.19.mlp.gate.e_score_correction_bias",
484
+ "model.layers.6.post_attention_layernorm",
485
+ "model.layers.12.post_attention_layernorm",
486
+ "model.layers.71.input_layernorm",
487
+ "model.layers.5.post_attention_layernorm",
488
+ "model.layers.25.self_attn.k_norm",
489
+ "model.layers.37.mlp.gate",
490
+ "model.layers.20.self_attn.k_proj.bias",
491
+ "model.layers.20.self_attn.v_proj.bias",
492
+ "model.layers.52.input_layernorm",
493
+ "model.layers.43.post_attention_layernorm",
494
+ "model.layers.51.post_attention_layernorm",
495
+ "model.layers.12.mlp.gate",
496
+ "model.layers.47.input_layernorm",
497
+ "model.layers.49.self_attn.q_norm",
498
+ "model.layers.78.self_attn.q_proj.bias",
499
+ "model.layers.53.input_layernorm",
500
+ "model.layers.11.mlp.gate",
501
+ "model.layers.88.self_attn.q_norm",
502
+ "model.layers.36.self_attn.q_proj.bias",
503
+ "model.layers.58.self_attn.q_norm",
504
+ "model.layers.77.input_layernorm",
505
+ "model.layers.41.post_attention_layernorm",
506
+ "model.layers.74.self_attn.v_proj.bias",
507
+ "model.layers.2.self_attn.q_norm",
508
+ "model.layers.5.self_attn.k_proj.bias",
509
+ "model.layers.92.self_attn.v_proj.bias",
510
+ "model.layers.58.self_attn.k_norm",
511
+ "model.layers.5.mlp.gate.e_score_correction_bias",
512
+ "model.layers.71.mlp.gate.e_score_correction_bias",
513
+ "model.layers.87.mlp.gate.e_score_correction_bias",
514
+ "model.layers.46.input_layernorm",
515
+ "model.layers.66.mlp.gate.e_score_correction_bias",
516
+ "model.layers.74.post_attention_layernorm",
517
+ "model.layers.80.self_attn.k_proj.bias",
518
+ "model.layers.25.self_attn.v_proj.bias",
519
+ "model.layers.14.self_attn.k_norm",
520
+ "model.layers.3.mlp.gate.e_score_correction_bias",
521
+ "model.layers.57.self_attn.q_proj.bias",
522
+ "model.layers.19.self_attn.q_proj.bias",
523
+ "model.layers.68.mlp.gate",
524
+ "model.layers.28.input_layernorm",
525
+ "model.layers.41.self_attn.q_norm",
526
+ "model.layers.4.mlp.gate.e_score_correction_bias",
527
+ "model.layers.37.input_layernorm",
528
+ "model.layers.91.mlp.gate",
529
+ "model.layers.35.mlp.gate.e_score_correction_bias",
530
+ "model.layers.39.mlp.gate",
531
+ "model.layers.30.self_attn.q_norm",
532
+ "model.layers.87.post_attention_layernorm",
533
+ "model.layers.52.self_attn.k_proj.bias",
534
+ "model.layers.11.self_attn.q_norm",
535
+ "model.layers.59.self_attn.k_proj.bias",
536
+ "model.layers.86.mlp.gate.e_score_correction_bias",
537
+ "model.layers.85.post_attention_layernorm",
538
+ "model.layers.83.mlp.gate",
539
+ "model.layers.70.input_layernorm",
540
+ "model.layers.69.self_attn.q_proj.bias",
541
+ "model.layers.92.eh_proj",
542
+ "model.layers.83.self_attn.k_norm",
543
+ "model.layers.85.self_attn.v_proj.bias",
544
+ "model.layers.34.input_layernorm",
545
+ "model.layers.70.self_attn.v_proj.bias",
546
+ "model.layers.34.self_attn.k_norm",
547
+ "model.layers.67.mlp.gate",
548
+ "model.layers.85.mlp.gate.e_score_correction_bias",
549
+ "model.layers.11.self_attn.v_proj.bias",
550
+ "model.layers.21.mlp.gate",
551
+ "model.layers.0.self_attn.k_proj.bias",
552
+ "model.layers.20.mlp.gate.e_score_correction_bias",
553
+ "model.layers.55.self_attn.k_proj.bias",
554
+ "model.layers.73.self_attn.k_proj.bias",
555
+ "model.layers.29.self_attn.q_norm",
556
+ "model.layers.41.self_attn.k_norm",
557
+ "model.layers.65.post_attention_layernorm",
558
+ "model.layers.46.self_attn.q_proj.bias",
559
+ "model.layers.83.self_attn.v_proj.bias",
560
+ "model.layers.73.self_attn.v_proj.bias",
561
+ "model.layers.82.post_attention_layernorm",
562
+ "model.layers.11.mlp.gate.e_score_correction_bias",
563
+ "model.layers.87.mlp.gate",
564
+ "model.layers.36.self_attn.v_proj.bias",
565
+ "model.layers.40.self_attn.k_proj.bias",
566
+ "model.layers.17.self_attn.k_proj.bias",
567
+ "model.layers.60.mlp.gate.e_score_correction_bias",
568
+ "model.layers.39.post_attention_layernorm",
569
+ "model.layers.61.self_attn.k_proj.bias",
570
+ "model.layers.91.self_attn.v_proj.bias",
571
+ "model.layers.49.mlp.gate.e_score_correction_bias",
572
+ "model.layers.19.self_attn.k_proj.bias",
573
+ "model.layers.32.self_attn.v_proj.bias",
574
+ "model.layers.77.self_attn.q_proj.bias",
575
+ "model.layers.33.post_attention_layernorm",
576
+ "model.layers.68.self_attn.k_norm",
577
+ "model.layers.73.self_attn.q_norm",
578
+ "model.layers.37.self_attn.v_proj.bias",
579
+ "model.layers.86.self_attn.v_proj.bias",
580
+ "model.layers.52.self_attn.k_norm",
581
+ "model.layers.6.self_attn.q_norm",
582
+ "model.layers.86.post_attention_layernorm",
583
+ "model.layers.47.self_attn.v_proj.bias",
584
+ "model.layers.15.self_attn.k_proj.bias",
585
+ "model.layers.21.self_attn.k_norm",
586
+ "model.layers.48.post_attention_layernorm",
587
+ "model.layers.82.mlp.gate",
588
+ "model.layers.88.self_attn.v_proj.bias",
589
+ "model.layers.85.self_attn.k_proj.bias",
590
+ "model.layers.74.mlp.gate.e_score_correction_bias",
591
+ "model.layers.43.mlp.gate.e_score_correction_bias",
592
+ "model.layers.74.mlp.gate",
593
+ "model.layers.84.self_attn.k_proj.bias",
594
+ "model.layers.29.post_attention_layernorm",
595
+ "model.layers.38.self_attn.k_norm",
596
+ "model.layers.7.self_attn.k_norm",
597
+ "model.layers.28.self_attn.k_proj.bias",
598
+ "model.layers.25.post_attention_layernorm",
599
+ "model.layers.35.self_attn.q_norm",
600
+ "model.layers.34.mlp.gate",
601
+ "model.layers.25.mlp.gate",
602
+ "model.layers.31.mlp.gate",
603
+ "model.layers.55.mlp.gate",
604
+ "model.layers.49.self_attn.q_proj.bias",
605
+ "model.layers.83.self_attn.q_proj.bias",
606
+ "model.layers.88.self_attn.k_proj.bias",
607
+ "model.layers.50.input_layernorm",
608
+ "model.layers.67.input_layernorm",
609
+ "model.layers.78.post_attention_layernorm",
610
+ "model.layers.13.mlp.gate.e_score_correction_bias",
611
+ "model.layers.60.self_attn.k_norm",
612
+ "model.layers.15.self_attn.q_norm",
613
+ "model.layers.72.mlp.gate",
614
+ "model.layers.1.self_attn.k_norm",
615
+ "model.layers.92.self_attn.q_norm",
616
+ "model.layers.20.post_attention_layernorm",
617
+ "model.layers.42.self_attn.k_proj.bias",
618
+ "model.layers.80.mlp.gate",
619
+ "model.layers.29.mlp.gate.e_score_correction_bias",
620
+ "model.layers.4.self_attn.q_norm",
621
+ "model.layers.60.self_attn.q_norm",
622
+ "model.layers.52.post_attention_layernorm",
623
+ "model.layers.48.self_attn.k_proj.bias",
624
+ "model.layers.37.self_attn.q_proj.bias",
625
+ "model.layers.65.self_attn.q_proj.bias",
626
+ "model.layers.31.post_attention_layernorm",
627
+ "model.layers.4.self_attn.v_proj.bias",
628
+ "model.layers.28.self_attn.k_norm",
629
+ "model.layers.38.self_attn.q_norm",
630
+ "model.layers.3.mlp.gate",
631
+ "model.layers.89.mlp.gate.e_score_correction_bias",
632
+ "model.layers.81.self_attn.q_proj.bias",
633
+ "model.layers.15.mlp.gate",
634
+ "model.layers.55.self_attn.v_proj.bias",
635
+ "model.layers.69.self_attn.q_norm",
636
+ "model.layers.77.self_attn.q_norm",
637
+ "model.layers.5.self_attn.k_norm",
638
+ "model.layers.9.input_layernorm",
639
+ "model.layers.62.mlp.gate.e_score_correction_bias",
640
+ "model.layers.23.post_attention_layernorm",
641
+ "model.layers.83.self_attn.k_proj.bias",
642
+ "model.layers.34.self_attn.q_proj.bias",
643
+ "model.layers.82.mlp.gate.e_score_correction_bias",
644
+ "model.layers.89.self_attn.v_proj.bias",
645
+ "model.layers.10.post_attention_layernorm",
646
+ "model.layers.42.self_attn.q_proj.bias",
647
+ "model.layers.2.input_layernorm",
648
+ "model.layers.66.mlp.gate",
649
+ "model.layers.87.self_attn.q_proj.bias",
650
+ "model.layers.46.self_attn.v_proj.bias",
651
+ "model.layers.17.mlp.gate.e_score_correction_bias",
652
+ "model.layers.16.self_attn.k_proj.bias",
653
+ "model.layers.2.post_attention_layernorm",
654
+ "model.layers.2.self_attn.k_norm",
655
+ "model.layers.90.self_attn.q_norm",
656
+ "model.layers.42.self_attn.q_norm",
657
+ "model.layers.37.self_attn.k_norm",
658
+ "model.layers.54.self_attn.k_norm",
659
+ "model.layers.68.input_layernorm",
660
+ "model.layers.3.self_attn.k_norm",
661
+ "model.layers.31.self_attn.k_proj.bias",
662
+ "model.layers.79.self_attn.k_proj.bias",
663
+ "model.layers.33.mlp.gate",
664
+ "model.layers.87.self_attn.q_norm",
665
+ "model.layers.68.post_attention_layernorm",
666
+ "model.layers.87.self_attn.k_norm",
667
+ "model.layers.0.self_attn.k_norm",
668
+ "model.layers.4.post_attention_layernorm",
669
+ "model.layers.26.self_attn.k_proj.bias",
670
+ "model.layers.39.self_attn.q_proj.bias",
671
+ "model.layers.71.mlp.gate",
672
+ "model.layers.43.self_attn.k_proj.bias",
673
+ "model.layers.50.post_attention_layernorm",
674
+ "model.layers.41.self_attn.v_proj.bias",
675
+ "model.layers.9.mlp.gate",
676
+ "model.layers.89.input_layernorm",
677
+ "model.layers.73.mlp.gate",
678
+ "model.layers.7.self_attn.k_proj.bias",
679
+ "model.layers.10.self_attn.v_proj.bias",
680
+ "model.layers.3.self_attn.q_norm",
681
+ "model.layers.12.self_attn.k_norm",
682
+ "model.layers.40.input_layernorm",
683
+ "model.layers.21.self_attn.v_proj.bias",
684
+ "model.layers.22.self_attn.k_norm",
685
+ "model.layers.16.post_attention_layernorm",
686
+ "model.layers.81.post_attention_layernorm",
687
+ "model.layers.56.self_attn.q_norm",
688
+ "model.layers.10.self_attn.k_norm",
689
+ "model.layers.35.mlp.gate",
690
+ "model.layers.65.self_attn.k_proj.bias",
691
+ "model.layers.41.input_layernorm",
692
+ "model.layers.80.input_layernorm",
693
+ "model.layers.31.input_layernorm",
694
+ "model.layers.30.self_attn.k_proj.bias",
695
+ "model.layers.49.self_attn.k_norm",
696
+ "model.layers.56.self_attn.k_norm",
697
+ "model.layers.92.embed_tokens",
698
+ "model.layers.42.mlp.gate",
699
+ "model.layers.84.self_attn.q_norm",
700
+ "model.layers.13.self_attn.v_proj.bias",
701
+ "model.layers.21.self_attn.k_proj.bias",
702
+ "model.layers.50.self_attn.q_norm",
703
+ "model.layers.44.self_attn.k_norm",
704
+ "model.layers.10.self_attn.k_proj.bias",
705
+ "model.layers.80.post_attention_layernorm",
706
+ "model.layers.12.input_layernorm",
707
+ "model.layers.57.self_attn.k_proj.bias",
708
+ "model.layers.27.post_attention_layernorm",
709
+ "model.layers.73.post_attention_layernorm",
710
+ "model.layers.90.input_layernorm",
711
+ "model.layers.68.self_attn.v_proj.bias",
712
+ "model.layers.19.mlp.gate",
713
+ "model.layers.9.self_attn.k_proj.bias",
714
+ "model.layers.54.mlp.gate",
715
+ "model.layers.78.self_attn.k_norm",
716
+ "model.layers.32.self_attn.q_proj.bias",
717
+ "model.layers.15.self_attn.q_proj.bias",
718
+ "model.layers.25.self_attn.q_norm",
719
+ "model.layers.23.self_attn.k_proj.bias",
720
+ "model.layers.57.self_attn.k_norm",
721
+ "model.layers.12.self_attn.q_norm",
722
+ "model.layers.56.self_attn.q_proj.bias",
723
+ "model.layers.48.input_layernorm",
724
+ "model.layers.44.self_attn.q_proj.bias",
725
+ "model.layers.45.self_attn.q_norm",
726
+ "model.layers.83.self_attn.q_norm",
727
+ "model.layers.39.self_attn.k_proj.bias",
728
+ "model.layers.40.self_attn.q_proj.bias",
729
+ "model.layers.84.self_attn.v_proj.bias",
730
+ "model.layers.48.mlp.gate",
731
+ "model.layers.15.mlp.gate.e_score_correction_bias",
732
+ "model.layers.67.self_attn.k_proj.bias",
733
+ "model.layers.62.mlp.gate",
734
+ "model.layers.28.mlp.gate.e_score_correction_bias",
735
+ "model.layers.18.self_attn.q_proj.bias",
736
+ "model.layers.9.self_attn.q_proj.bias",
737
+ "model.layers.26.self_attn.k_norm",
738
+ "model.layers.65.mlp.gate.e_score_correction_bias",
739
+ "model.layers.22.mlp.gate",
740
+ "model.layers.68.self_attn.k_proj.bias",
741
+ "model.layers.32.self_attn.k_proj.bias",
742
+ "model.layers.56.post_attention_layernorm",
743
+ "model.layers.54.self_attn.q_norm",
744
+ "model.layers.59.self_attn.q_norm",
745
+ "model.layers.71.post_attention_layernorm",
746
+ "model.layers.1.post_attention_layernorm",
747
+ "model.layers.64.self_attn.q_proj.bias",
748
+ "model.layers.68.mlp.gate.e_score_correction_bias",
749
+ "model.layers.41.mlp.gate",
750
+ "model.layers.22.self_attn.q_proj.bias",
751
+ "model.layers.31.self_attn.v_proj.bias",
752
+ "model.layers.74.input_layernorm",
753
+ "model.layers.27.self_attn.q_norm",
754
+ "model.layers.34.self_attn.v_proj.bias",
755
+ "model.layers.45.input_layernorm",
756
+ "model.layers.39.self_attn.v_proj.bias",
757
+ "model.layers.16.self_attn.k_norm",
758
+ "model.layers.62.input_layernorm",
759
+ "model.layers.24.self_attn.q_proj.bias",
760
+ "model.layers.17.input_layernorm",
761
+ "model.layers.17.mlp.gate",
762
+ "model.layers.29.mlp.gate",
763
+ "model.layers.51.self_attn.v_proj.bias",
764
+ "model.layers.14.post_attention_layernorm",
765
+ "model.layers.13.self_attn.k_norm",
766
+ "model.layers.43.self_attn.v_proj.bias",
767
+ "model.layers.56.input_layernorm",
768
+ "model.layers.77.self_attn.k_proj.bias",
769
+ "model.layers.79.mlp.gate.e_score_correction_bias",
770
+ "model.layers.82.input_layernorm",
771
+ "model.layers.26.mlp.gate",
772
+ "model.layers.78.self_attn.v_proj.bias",
773
+ "model.layers.5.self_attn.q_proj.bias",
774
+ "model.layers.39.mlp.gate.e_score_correction_bias",
775
+ "model.layers.67.self_attn.v_proj.bias",
776
+ "model.layers.51.self_attn.k_proj.bias",
777
+ "model.layers.35.self_attn.v_proj.bias",
778
+ "model.layers.67.self_attn.k_norm",
779
+ "model.layers.69.mlp.gate.e_score_correction_bias",
780
+ "model.layers.39.input_layernorm",
781
+ "model.layers.86.mlp.gate",
782
+ "model.layers.88.self_attn.q_proj.bias",
783
+ "model.layers.2.self_attn.k_proj.bias",
784
+ "model.layers.23.mlp.gate.e_score_correction_bias",
785
+ "model.layers.18.self_attn.k_proj.bias",
786
+ "model.layers.38.mlp.gate",
787
+ "model.layers.59.mlp.gate",
788
+ "model.layers.58.mlp.gate",
789
+ "model.layers.25.self_attn.q_proj.bias",
790
+ "model.layers.72.self_attn.q_proj.bias",
791
+ "model.layers.64.self_attn.k_proj.bias",
792
+ "model.layers.71.self_attn.v_proj.bias",
793
+ "model.layers.92.shared_head.norm",
794
+ "model.layers.43.input_layernorm",
795
+ "model.layers.30.self_attn.k_norm",
796
+ "model.layers.53.mlp.gate",
797
+ "model.layers.7.input_layernorm",
798
+ "model.layers.62.self_attn.v_proj.bias",
799
+ "model.layers.47.self_attn.k_norm",
800
+ "model.layers.53.post_attention_layernorm",
801
+ "model.layers.60.mlp.gate",
802
+ "model.layers.85.self_attn.q_proj.bias",
803
+ "model.layers.53.self_attn.k_proj.bias",
804
+ "model.layers.48.self_attn.q_proj.bias",
805
+ "model.layers.15.self_attn.v_proj.bias",
806
+ "model.layers.71.self_attn.q_proj.bias",
807
+ "model.layers.84.mlp.gate",
808
+ "model.layers.20.self_attn.q_proj.bias",
809
+ "model.layers.8.self_attn.v_proj.bias",
810
+ "model.layers.20.mlp.gate",
811
+ "model.layers.39.self_attn.k_norm",
812
+ "model.layers.57.mlp.gate",
813
+ "model.layers.40.post_attention_layernorm",
814
+ "model.layers.62.post_attention_layernorm",
815
+ "model.layers.68.self_attn.q_norm",
816
+ "model.layers.8.mlp.gate",
817
+ "model.layers.55.self_attn.q_proj.bias",
818
+ "model.layers.52.mlp.gate.e_score_correction_bias",
819
+ "model.layers.60.self_attn.k_proj.bias",
820
+ "model.layers.47.self_attn.q_proj.bias",
821
+ "model.layers.0.input_layernorm",
822
+ "model.layers.12.self_attn.k_proj.bias",
823
+ "model.layers.21.self_attn.q_norm",
824
+ "model.layers.51.self_attn.q_norm",
825
+ "model.layers.80.self_attn.q_proj.bias",
826
+ "model.layers.15.input_layernorm",
827
+ "model.layers.18.mlp.gate.e_score_correction_bias",
828
+ "model.layers.2.self_attn.q_proj.bias",
829
+ "model.layers.58.self_attn.k_proj.bias",
830
+ "model.layers.58.post_attention_layernorm",
831
+ "model.layers.5.self_attn.v_proj.bias",
832
+ "model.layers.3.self_attn.q_proj.bias",
833
+ "model.layers.75.mlp.gate.e_score_correction_bias",
834
+ "model.layers.45.self_attn.q_proj.bias",
835
+ "model.layers.43.self_attn.q_proj.bias",
836
+ "model.layers.28.self_attn.q_proj.bias",
837
+ "model.layers.10.mlp.gate",
838
+ "model.layers.36.post_attention_layernorm",
839
+ "model.layers.19.self_attn.k_norm",
840
+ "model.layers.66.post_attention_layernorm",
841
+ "model.layers.90.post_attention_layernorm",
842
+ "model.layers.23.self_attn.q_proj.bias",
843
+ "model.layers.87.self_attn.v_proj.bias",
844
+ "model.layers.36.self_attn.k_norm",
845
+ "model.layers.35.self_attn.k_norm",
846
+ "model.layers.44.input_layernorm",
847
+ "model.layers.24.mlp.gate",
848
+ "model.layers.34.post_attention_layernorm",
849
+ "model.layers.11.post_attention_layernorm",
850
+ "model.layers.13.mlp.gate",
851
+ "model.layers.85.input_layernorm",
852
+ "model.layers.52.mlp.gate",
853
+ "model.norm",
854
+ "model.layers.51.mlp.gate.e_score_correction_bias",
855
+ "model.layers.25.self_attn.k_proj.bias",
856
+ "model.layers.64.self_attn.v_proj.bias",
857
+ "model.layers.45.self_attn.k_proj.bias",
858
+ "model.layers.82.self_attn.q_proj.bias",
859
+ "model.layers.30.mlp.gate.e_score_correction_bias",
860
+ "model.layers.31.self_attn.k_norm",
861
+ "model.layers.67.mlp.gate.e_score_correction_bias",
862
+ "model.layers.52.self_attn.q_proj.bias",
863
+ "model.layers.57.input_layernorm",
864
+ "model.layers.69.mlp.gate",
865
+ "model.layers.85.self_attn.q_norm",
866
+ "model.layers.78.self_attn.q_norm",
867
+ "model.layers.10.self_attn.q_proj.bias",
868
+ "model.layers.48.self_attn.q_norm",
869
+ "model.layers.92.mlp.gate.e_score_correction_bias",
870
+ "model.layers.67.post_attention_layernorm",
871
+ "model.layers.28.self_attn.q_norm",
872
+ "model.layers.74.self_attn.k_proj.bias",
873
+ "model.layers.58.mlp.gate.e_score_correction_bias",
874
+ "model.layers.67.self_attn.q_norm",
875
+ "model.layers.46.self_attn.q_norm",
876
+ "model.layers.82.self_attn.q_norm",
877
+ "model.layers.9.mlp.gate.e_score_correction_bias",
878
+ "model.layers.16.self_attn.q_norm",
879
+ "model.layers.92.self_attn.q_proj.bias",
880
+ "model.layers.63.mlp.gate.e_score_correction_bias",
881
+ "model.layers.38.post_attention_layernorm",
882
+ "model.layers.72.self_attn.q_norm",
883
+ "model.layers.81.self_attn.q_norm",
884
+ "model.layers.63.self_attn.q_proj.bias",
885
+ "model.layers.48.self_attn.v_proj.bias",
886
+ "model.layers.6.input_layernorm",
887
+ "model.layers.61.mlp.gate",
888
+ "model.layers.14.input_layernorm",
889
+ "model.layers.31.self_attn.q_norm",
890
+ "model.layers.61.self_attn.k_norm",
891
+ "model.layers.83.input_layernorm",
892
+ "model.layers.89.post_attention_layernorm",
893
+ "model.layers.28.mlp.gate",
894
+ "model.layers.16.self_attn.v_proj.bias",
895
+ "model.layers.10.input_layernorm",
896
+ "model.layers.6.mlp.gate.e_score_correction_bias",
897
+ "model.layers.6.self_attn.k_norm",
898
+ "model.layers.11.input_layernorm",
899
+ "model.layers.34.self_attn.k_proj.bias",
900
+ "model.layers.41.self_attn.q_proj.bias",
901
+ "model.layers.58.self_attn.v_proj.bias",
902
+ "model.layers.90.self_attn.q_proj.bias",
903
+ "model.layers.55.input_layernorm",
904
+ "model.layers.13.self_attn.k_proj.bias",
905
+ "model.layers.64.mlp.gate.e_score_correction_bias",
906
+ "model.layers.47.mlp.gate.e_score_correction_bias",
907
+ "model.layers.42.post_attention_layernorm"
908
+ ],
909
+ "kv_cache_scheme": null,
910
+ "quant_method": "compressed-tensors",
911
+ "quantization_status": "compressed",
912
+ "sparsity_config": {}
913
+ },
914
+ "rms_norm_eps": 1e-05,
915
+ "rope_scaling": null,
916
+ "rope_theta": 1000000,
917
+ "routed_scaling_factor": 2.5,
918
+ "scoring_func": "sigmoid",
919
+ "tie_word_embeddings": false,
920
+ "topk_group": 1,
921
+ "topk_method": "noaux_tc",
922
+ "torch_dtype": "bfloat16",
923
+ "transformers_version": "4.55.0",
924
+ "use_cache": true,
925
+ "use_qk_norm": true,
926
+ "vocab_size": 151552
927
+ }
model-00001-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46fd95a5a4d3132e89c6a0eb5d7ce0d115db88f324c28bfc355215aaa835fe6e
3
+ size 5366929936
model-00002-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19d4e3430706fd06192dc1fd08f4eec4a33249b9a8bd1ce8266a07f267c213f9
3
+ size 5366681096
model-00003-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d9c731c3b3b8043b191c86c353eb4117ca2d6f9b4af3979b3d8dd7ce6cbec37
3
+ size 5366688264
model-00004-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12c380514aa2dfb9b75d5d7f58bd722e12223c1dc94d7e49a7bab9876af0f011
3
+ size 5366688728
model-00005-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8a1f4ad5381a150242bedea0f56a9b9f5a774b767a0cb6bd8ce6e2bf97f8d9a
3
+ size 5336255280
model-00006-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6086040dfc311b6850acd2c4d0b6164f448349db49d4aba11e9f98a5fb8aa9c0
3
+ size 5361367224
model-00007-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e427e30dce96e9d1d1f8e1bf274f88eaca82259c1df88d2d8dee3f43713ad73
3
+ size 5366682424
model-00008-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93bf78a9104a7a58f840c9866f0955e06da563404e143595b24c2764456c798f
3
+ size 5366689600
model-00009-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dee730dad50640292c621b0e60e6adee6bcf5b2b8d45350297d37e7bec99463
3
+ size 5366689728
model-00010-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad1d46f2d90dca5f8e03a513a786a608523ae2766b88aa207cbefb39df8d6858
3
+ size 5315234592
model-00011-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3712f6b7ca32955a73324ffd75360a2eb5cdbee0875b799efc89eaf85a675b4a
3
+ size 5366645480
model-00012-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1a4915a03a75c0129745bed1f6e97e9f2656e76c4496825480f201bbaba7495
3
+ size 5366689592
model-00013-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b254e2ec10ff12de1fe7fe0d8d3bf02e3ac2ed73a65d402548f01a8420e7bf7
3
+ size 5366682448
model-00014-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:762c51d514e8c601d23b522c0884446d5980736979ff06399fdf45cdcecfd370
3
+ size 5366689744
model-00015-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2ba03e2b58d7269860b7a9200051d10c6c4ed12319fcfa4408f9313bb15eaf8
3
+ size 5362417904
model-00016-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:275b34b73886a8467058f832f3e95675a3e55a870a8fcd2a89d2ee61ec944881
3
+ size 5366682376
model-00017-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a05238e1ce89f21381439a9316e5cf5f4efcf4e1dabbba99e553fc79467efe65
3
+ size 5366689592
model-00018-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dce4d864c37e970999e7eff6170c8cc454ad90e8cd4e4921d8a0aab3f7335c5
3
+ size 5366689648
model-00019-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dbfefe6450271a2f751cb2910ca3e4173a3744cc472f7f25022785564b000af
3
+ size 5366682608
model-00020-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e393ec4338303282410ab3eb6d5ba83cd3adcabb8db620da7b0075295e677e29
3
+ size 5362417904
model-00021-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b31114859ae368cdd1456f3846f712675bc1db143a370938238451b6fb6f179d
3
+ size 5366689576
model-00022-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02dfdcfad0b864928c8fdbb2edc334860927d7fa2670201fbbae7e2a32fae1fa
3
+ size 5366682424
model-00023-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5143c6e2cebb9d3f563e3f0a85dfecfe3467a6611042e859837f1174c9d0826
3
+ size 5366689680
model-00024-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa85afd6adf5f24b420eee5eb9eb0778e83d8a621f036311c03872e3138c965f
3
+ size 5366689808
model-00025-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1bcc5f94841bb74626b88c5cb40f6834209984f190d76650f133d4ef0d7a672
3
+ size 5362410784
model-00026-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9160e8c68884ea25d3f38367ab2c17c3613c81579a73f81f9fa9c8500636f62
3
+ size 5366689592
model-00027-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd7bc6562ab759ae5bed1ac09b9ddf0a1b56b6c8181e857c6e03efe78fc4fd92
3
+ size 5366689592
model-00028-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d6ea452ec60ab509e535b6b9e8a550d56c827cee4865ca571a19ad12eadb9ed
3
+ size 5366682544
model-00029-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9bf2f5e5f148c83fc03b8883e2152dc576874396389798e2dc02927188e668f
3
+ size 5365076224
model-00030-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:372c694fb2a075121632346b595cfe5f2e1168620564fc5575e5f5154cae6f3f
3
+ size 5364031192
model-00031-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dd2544fa4ccb8747875e07daa32ab6dfec5436038736da5e79aa44e8f7eaab9
3
+ size 5366682424
model-00032-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e392cce4c58d91603aa25f9555375912b9fab1473933f31feb35c4d08f9140d
3
+ size 5366689616
model-00033-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e8e886932de0c8aaf1dc382def28f434207f53fdcbfb64deda198d3475b5b50
3
+ size 5366689744
model-00034-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5747c7e07c4a57fcdcb7358a0a956dd64745ba85aa3a9416adef3cec96d7621d
3
+ size 5362410736
model-00035-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87408cfa34ced774edc1c11a8e3945d00f9d36347efd1f27b4b53985d28658db
3
+ size 5366689544
model-00036-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:649e734f09914d067203afd07b5cecce6ff7936165b3bacd5dcbf30fc79f0457
3
+ size 5366689592
model-00037-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb83c432807f5e601b03128fd9acec400ffa6088af2f008c670f3a28efd7c427
3
+ size 5366682480
model-00038-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b5f3eed51f55b95c1738253091c1577e5d97120c410a1a45c3de2f27d23d360
3
+ size 5366689776
model-00039-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29d0671177bcdaa4a58e164c86d1568d21c530585632f1e2cc294693eeb860a7
3
+ size 5362417904
model-00040-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78430c317f9145f46d735877b61c62eaf76fdaea17cef8d4fbebe4c0664e52f2
3
+ size 5366682408
model-00041-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:196452eb9891072262ed994936e9df573e26c68346ba5ffabb07e4168d30cb98
3
+ size 4026197432
model-00042-of-00042.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5344ed0a545f40db7029547e1e473c2a306c1cc2084c5f4c97808f7705a74aa
3
+ size 1551892608
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|endoftext|>",
4
+ "[MASK]",
5
+ "[gMASK]",
6
+ "[sMASK]",
7
+ "<sop>",
8
+ "<eop>",
9
+ "<|system|>",
10
+ "<|user|>",
11
+ "<|assistant|>",
12
+ "<|observation|>",
13
+ "<|begin_of_image|>",
14
+ "<|end_of_image|>",
15
+ "<|begin_of_video|>",
16
+ "<|end_of_video|>",
17
+ "<|begin_of_audio|>",
18
+ "<|end_of_audio|>",
19
+ "<|begin_of_transcription|>",
20
+ "<|end_of_transcription|>",
21
+ "<|code_prefix|>",
22
+ "<|code_middle|>",
23
+ "<|code_suffix|>",
24
+ "/nothink"
25
+ ],
26
+ "eos_token": {
27
+ "content": "<|endoftext|>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ },
33
+ "pad_token": {
34
+ "content": "<|endoftext|>",
35
+ "lstrip": false,
36
+ "normalized": false,
37
+ "rstrip": false,
38
+ "single_word": false
39
+ }
40
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bda8e2146c3bb7b7e0fc96dcc4f0aeff041c6c27952e3ace0665663ebff346ba
3
+ size 19970700
tokenizer_config.json ADDED
@@ -0,0 +1,325 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "151329": {
4
+ "content": "<|endoftext|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "151330": {
12
+ "content": "[MASK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "151331": {
20
+ "content": "[gMASK]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "151332": {
28
+ "content": "[sMASK]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "151333": {
36
+ "content": "<sop>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "151334": {
44
+ "content": "<eop>",
45
+ "lstrip": false,
46
+ "normalized": false,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": true
50
+ },
51
+ "151335": {
52
+ "content": "<|system|>",
53
+ "lstrip": false,
54
+ "normalized": false,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": true
58
+ },
59
+ "151336": {
60
+ "content": "<|user|>",
61
+ "lstrip": false,
62
+ "normalized": false,
63
+ "rstrip": false,
64
+ "single_word": false,
65
+ "special": true
66
+ },
67
+ "151337": {
68
+ "content": "<|assistant|>",
69
+ "lstrip": false,
70
+ "normalized": false,
71
+ "rstrip": false,
72
+ "single_word": false,
73
+ "special": true
74
+ },
75
+ "151338": {
76
+ "content": "<|observation|>",
77
+ "lstrip": false,
78
+ "normalized": false,
79
+ "rstrip": false,
80
+ "single_word": false,
81
+ "special": true
82
+ },
83
+ "151339": {
84
+ "content": "<|begin_of_image|>",
85
+ "lstrip": false,
86
+ "normalized": false,
87
+ "rstrip": false,
88
+ "single_word": false,
89
+ "special": true
90
+ },
91
+ "151340": {
92
+ "content": "<|end_of_image|>",
93
+ "lstrip": false,
94
+ "normalized": false,
95
+ "rstrip": false,
96
+ "single_word": false,
97
+ "special": true
98
+ },
99
+ "151341": {
100
+ "content": "<|begin_of_video|>",
101
+ "lstrip": false,
102
+ "normalized": false,
103
+ "rstrip": false,
104
+ "single_word": false,
105
+ "special": true
106
+ },
107
+ "151342": {
108
+ "content": "<|end_of_video|>",
109
+ "lstrip": false,
110
+ "normalized": false,
111
+ "rstrip": false,
112
+ "single_word": false,
113
+ "special": true
114
+ },
115
+ "151343": {
116
+ "content": "<|begin_of_audio|>",
117
+ "lstrip": false,
118
+ "normalized": false,
119
+ "rstrip": false,
120
+ "single_word": false,
121
+ "special": true
122
+ },
123
+ "151344": {
124
+ "content": "<|end_of_audio|>",
125
+ "lstrip": false,
126
+ "normalized": false,
127
+ "rstrip": false,
128
+ "single_word": false,
129
+ "special": true
130
+ },
131
+ "151345": {
132
+ "content": "<|begin_of_transcription|>",
133
+ "lstrip": false,
134
+ "normalized": false,
135
+ "rstrip": false,
136
+ "single_word": false,
137
+ "special": true
138
+ },
139
+ "151346": {
140
+ "content": "<|end_of_transcription|>",
141
+ "lstrip": false,
142
+ "normalized": false,
143
+ "rstrip": false,
144
+ "single_word": false,
145
+ "special": true
146
+ },
147
+ "151347": {
148
+ "content": "<|code_prefix|>",
149
+ "lstrip": false,
150
+ "normalized": false,
151
+ "rstrip": false,
152
+ "single_word": false,
153
+ "special": true
154
+ },
155
+ "151348": {
156
+ "content": "<|code_middle|>",
157
+ "lstrip": false,
158
+ "normalized": false,
159
+ "rstrip": false,
160
+ "single_word": false,
161
+ "special": true
162
+ },
163
+ "151349": {
164
+ "content": "<|code_suffix|>",
165
+ "lstrip": false,
166
+ "normalized": false,
167
+ "rstrip": false,
168
+ "single_word": false,
169
+ "special": true
170
+ },
171
+ "151350": {
172
+ "content": "<think>",
173
+ "lstrip": false,
174
+ "normalized": false,
175
+ "rstrip": false,
176
+ "single_word": false,
177
+ "special": false
178
+ },
179
+ "151351": {
180
+ "content": "</think>",
181
+ "lstrip": false,
182
+ "normalized": false,
183
+ "rstrip": false,
184
+ "single_word": false,
185
+ "special": false
186
+ },
187
+ "151352": {
188
+ "content": "<tool_call>",
189
+ "lstrip": false,
190
+ "normalized": false,
191
+ "rstrip": false,
192
+ "single_word": false,
193
+ "special": false
194
+ },
195
+ "151353": {
196
+ "content": "</tool_call>",
197
+ "lstrip": false,
198
+ "normalized": false,
199
+ "rstrip": false,
200
+ "single_word": false,
201
+ "special": false
202
+ },
203
+ "151354": {
204
+ "content": "<tool_response>",
205
+ "lstrip": false,
206
+ "normalized": false,
207
+ "rstrip": false,
208
+ "single_word": false,
209
+ "special": false
210
+ },
211
+ "151355": {
212
+ "content": "</tool_response>",
213
+ "lstrip": false,
214
+ "normalized": false,
215
+ "rstrip": false,
216
+ "single_word": false,
217
+ "special": false
218
+ },
219
+ "151356": {
220
+ "content": "<arg_key>",
221
+ "lstrip": false,
222
+ "normalized": false,
223
+ "rstrip": false,
224
+ "single_word": false,
225
+ "special": false
226
+ },
227
+ "151357": {
228
+ "content": "</arg_key>",
229
+ "lstrip": false,
230
+ "normalized": false,
231
+ "rstrip": false,
232
+ "single_word": false,
233
+ "special": false
234
+ },
235
+ "151358": {
236
+ "content": "<arg_value>",
237
+ "lstrip": false,
238
+ "normalized": false,
239
+ "rstrip": false,
240
+ "single_word": false,
241
+ "special": false
242
+ },
243
+ "151359": {
244
+ "content": "</arg_value>",
245
+ "lstrip": false,
246
+ "normalized": false,
247
+ "rstrip": false,
248
+ "single_word": false,
249
+ "special": false
250
+ },
251
+ "151360": {
252
+ "content": "/nothink",
253
+ "lstrip": false,
254
+ "normalized": false,
255
+ "rstrip": false,
256
+ "single_word": false,
257
+ "special": true
258
+ },
259
+ "151361": {
260
+ "content": "<|begin_of_box|>",
261
+ "lstrip": false,
262
+ "normalized": false,
263
+ "rstrip": false,
264
+ "single_word": false,
265
+ "special": false
266
+ },
267
+ "151362": {
268
+ "content": "<|end_of_box|>",
269
+ "lstrip": false,
270
+ "normalized": false,
271
+ "rstrip": false,
272
+ "single_word": false,
273
+ "special": false
274
+ },
275
+ "151363": {
276
+ "content": "<|image|>",
277
+ "lstrip": false,
278
+ "normalized": false,
279
+ "rstrip": false,
280
+ "single_word": false,
281
+ "special": false
282
+ },
283
+ "151364": {
284
+ "content": "<|video|>",
285
+ "lstrip": false,
286
+ "normalized": false,
287
+ "rstrip": false,
288
+ "single_word": false,
289
+ "special": false
290
+ }
291
+ },
292
+ "additional_special_tokens": [
293
+ "<|endoftext|>",
294
+ "[MASK]",
295
+ "[gMASK]",
296
+ "[sMASK]",
297
+ "<sop>",
298
+ "<eop>",
299
+ "<|system|>",
300
+ "<|user|>",
301
+ "<|assistant|>",
302
+ "<|observation|>",
303
+ "<|begin_of_image|>",
304
+ "<|end_of_image|>",
305
+ "<|begin_of_video|>",
306
+ "<|end_of_video|>",
307
+ "<|begin_of_audio|>",
308
+ "<|end_of_audio|>",
309
+ "<|begin_of_transcription|>",
310
+ "<|end_of_transcription|>",
311
+ "<|code_prefix|>",
312
+ "<|code_middle|>",
313
+ "<|code_suffix|>",
314
+ "/nothink"
315
+ ],
316
+ "clean_up_tokenization_spaces": false,
317
+ "do_lower_case": false,
318
+ "eos_token": "<|endoftext|>",
319
+ "extra_special_tokens": {},
320
+ "model_max_length": 128000,
321
+ "pad_token": "<|endoftext|>",
322
+ "padding_side": "left",
323
+ "remove_space": false,
324
+ "tokenizer_class": "PreTrainedTokenizerFast"
325
+ }