lazarevich commited on
Commit
afefc48
·
0 Parent(s):

upload checkpoint

Browse files
Files changed (42) hide show
  1. .gitattributes +2 -0
  2. README.md +230 -0
  3. chat_template.jinja +103 -0
  4. config.json +43 -0
  5. generation_config.json +10 -0
  6. model-00001-of-00033.safetensors +3 -0
  7. model-00002-of-00033.safetensors +3 -0
  8. model-00003-of-00033.safetensors +3 -0
  9. model-00004-of-00033.safetensors +3 -0
  10. model-00005-of-00033.safetensors +3 -0
  11. model-00006-of-00033.safetensors +3 -0
  12. model-00007-of-00033.safetensors +3 -0
  13. model-00008-of-00033.safetensors +3 -0
  14. model-00009-of-00033.safetensors +3 -0
  15. model-00010-of-00033.safetensors +3 -0
  16. model-00011-of-00033.safetensors +3 -0
  17. model-00012-of-00033.safetensors +3 -0
  18. model-00013-of-00033.safetensors +3 -0
  19. model-00014-of-00033.safetensors +3 -0
  20. model-00015-of-00033.safetensors +3 -0
  21. model-00016-of-00033.safetensors +3 -0
  22. model-00017-of-00033.safetensors +3 -0
  23. model-00018-of-00033.safetensors +3 -0
  24. model-00019-of-00033.safetensors +3 -0
  25. model-00020-of-00033.safetensors +3 -0
  26. model-00021-of-00033.safetensors +3 -0
  27. model-00022-of-00033.safetensors +3 -0
  28. model-00023-of-00033.safetensors +3 -0
  29. model-00024-of-00033.safetensors +3 -0
  30. model-00025-of-00033.safetensors +3 -0
  31. model-00026-of-00033.safetensors +3 -0
  32. model-00027-of-00033.safetensors +3 -0
  33. model-00028-of-00033.safetensors +3 -0
  34. model-00029-of-00033.safetensors +3 -0
  35. model-00030-of-00033.safetensors +3 -0
  36. model-00031-of-00033.safetensors +3 -0
  37. model-00032-of-00033.safetensors +3 -0
  38. model-00033-of-00033.safetensors +3 -0
  39. model.safetensors.index.json +0 -0
  40. special_tokens_map.json +40 -0
  41. tokenizer.json +3 -0
  42. tokenizer_config.json +325 -0
.gitattributes ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
2
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,230 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.5-Air-REAP-82B-A12B
12
+ description: >
13
+ This model was obtained by uniformly pruning 25% of experts in GLM-4.5-Air using the REAP method.
14
+ readme: >
15
+ https://huggingface.co/cerebras/GLM-4.5-Air-REAP-82B-A12B/main/README.md
16
+ license_link: https://huggingface.co/zai-org/GLM-4.5-Air/blob/main/LICENSE
17
+ pipeline_tag: text-generation
18
+ base_model:
19
+ - zai-org/GLM-4.5-Air
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.5-Air-REAP-82B-A12B
28
+
29
+ ## ✨ Highlights
30
+
31
+ Introducing **GLM-4.5-Air-REAP-82B-A12B**, a **memory-efficient compressed variant** of GLM-4.5-Air that maintains near-identical performance while being **25% 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 480B model
36
+ - **25% Memory Reduction**: Compressed from 480B to 363B 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
+ ## 📋 Model Overview
42
+
43
+ **GLM-4.5-Air-REAP-82B-A12B** has the following specifications:
44
+
45
+ - **Base Model**: GLM-4.5-Air
46
+ - **Compression Method**: REAP (Router-weighted Expert Activation Pruning)
47
+ - **Compression Ratio**: 25% expert pruning
48
+ - **Type**: Sparse Mixture-of-Experts (SMoE) Causal Language Model
49
+ - **Number of Parameters**: 82B total, 12B activated per token
50
+ - **Number of Layers**: 46
51
+ - **Number of Attention Heads (GQA)**: 96 for Q and 8 for KV
52
+ - **Number of Experts**: 96 (uniformly pruned from 128)
53
+ - **Number of Activated Experts**: 8 per token
54
+ - **Context Length**: 131,072 tokens
55
+ - **License**: MIT
56
+
57
+ ---
58
+
59
+ ## 📊 Evaluations
60
+
61
+ <table>
62
+ <thead>
63
+ <tr>
64
+ <th align="left">Benchmark</th>
65
+ <th align="center">GLM-4.5-Air</th>
66
+ <th align="center"><a href="https://huggingface.co/cerebras/GLM-4.5-Air-REAP-82B-A12B">GLM-4.5-Air-REAP-82B-A12B</a></th>
67
+ </tr>
68
+ </thead>
69
+ <tbody>
70
+ <tr>
71
+ <td><strong>Compression</strong></td>
72
+ <td align="center">—</td>
73
+ <td align="center">25%</td>
74
+ </tr>
75
+ <tr>
76
+ <td colspan="3" align="center"><strong>Coding</strong></td>
77
+ </tr>
78
+ <tr>
79
+ <td><strong>HumanEval</strong></td>
80
+ <td align="center">92.7</td>
81
+ <td align="center">89.6</td>
82
+ </tr>
83
+ <tr>
84
+ <td><strong>HumanEval+</strong></td>
85
+ <td align="center">86.0</td>
86
+ <td align="center">84.8</td>
87
+ </tr>
88
+ <tr>
89
+ <td><strong>MBPP</strong></td>
90
+ <td align="center">86.2</td>
91
+ <td align="center">84.4</td>
92
+ </tr>
93
+ <tr>
94
+ <td><strong>MBPP+</strong></td>
95
+ <td align="center">69.8</td>
96
+ <td align="center">69.6</td>
97
+ </tr>
98
+ <tr>
99
+ <td colspan="3" align="center"><strong>Reasoning</strong></td>
100
+ </tr>
101
+ <tr>
102
+ <td><strong>LiveCodeBench</strong> (25.01 - 25.05, thinking)</td>
103
+ <td align="center">39.6</td>
104
+ <td align="center">42.9</td>
105
+ </tr>
106
+ <tr>
107
+ <td><strong>GPQA diamond</strong> (thinking)</td>
108
+ <td align="center">65.2</td>
109
+ <td align="center">65.2</td>
110
+ </tr>
111
+ <tr>
112
+ <td><strong>AIME24</strong> (thinking)</td>
113
+ <td align="center">83.3</td>
114
+ <td align="center">80.0</td>
115
+ </tr>
116
+ <tr>
117
+ <td><strong>MATH-500</strong> (thinking)</td>
118
+ <td align="center">94.8</td>
119
+ <td align="center">94.8</td>
120
+ </tr>
121
+ <tr>
122
+ <td colspan="3" align="center"><strong>Tool Calling</strong></td>
123
+ </tr>
124
+ <tr>
125
+ <td><strong>BFCL-v3</strong></td>
126
+ <td align="center">73.4</td>
127
+ <td align="center">71.8</td>
128
+ </tr>
129
+ <tr>
130
+ <td><strong>BFCL-v3</strong> (thinking)</td>
131
+ <td align="center">76.8</td>
132
+ <td align="center">76.3</td>
133
+ </tr>
134
+ <tr>
135
+ <td><strong>𝜏²-bench</strong> (airline)</td>
136
+ <td align="center">63.3</td>
137
+ <td align="center">64.0</td>
138
+ </tr>
139
+ <tr>
140
+ <td><strong>𝜏²-bench</strong> (retail)</td>
141
+ <td align="center">72.8</td>
142
+ <td align="center">75.1</td>
143
+ </tr>
144
+ <tr>
145
+ <td><strong>𝜏²-bench</strong> (telecom)</td>
146
+ <td align="center">28.4</td>
147
+ <td align="center">30.7</td>
148
+ </tr>
149
+ <tr>
150
+ <td><strong>𝜏²-bench</strong> (telecom, thinking)</td>
151
+ <td align="center">27.2</td>
152
+ <td align="center">26.9</td>
153
+ </tr>
154
+ </tbody>
155
+ </table>
156
+
157
+ 🟩 *This checkpoint maintains almost identical performance while being 25% lighter.*
158
+
159
+ For more details on the evaluation setup, refer to the [REAP arXiv preprint](https://arxiv.org/abs/2510.13999).
160
+
161
+ ---
162
+
163
+ ## 🚀 Deployment
164
+
165
+ You can deploy the model directly using the **latest vLLM** (v0.11.0), no source modifications or custom patches required.
166
+
167
+ ```bash
168
+ vllm serve cerebras/GLM-4.5-Air-REAP-82B-A12B \
169
+ --tensor-parallel-size 8 \
170
+ --tool-call-parser glm45 \
171
+ --enable-auto-tool-choice \
172
+ --enable-expert-parallel
173
+ ```
174
+
175
+ 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).
176
+
177
+
178
+ ## 🧩 Model Creation
179
+
180
+ 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.5-Air**, with a **25% pruning rate**.
181
+
182
+ ### How REAP Works
183
+
184
+ REAP selects experts to prune based on a novel **saliency criterion** that considers both:
185
+ - **Router gate values**: How frequently and strongly the router activates each expert
186
+ - **Expert activation norms**: The magnitude of each expert's output contributions
187
+
188
+ 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.
189
+
190
+ ### Key Advantages
191
+
192
+ - **One-Shot Compression**: No fine-tuning required after pruning - the model is immediately ready for deployment
193
+ - **Preserved Router Control**: Unlike expert merging methods, REAP maintains the router's independent, input-dependent control over remaining experts, avoiding "functional subspace collapse"
194
+ - **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
195
+
196
+ ### Calibration
197
+
198
+ The model was calibrated using a diverse mixture of domain-specific datasets including:
199
+ - Code generation samples ([evol-codealpaca](https://huggingface.co/datasets/theblackcat102/evol-codealpaca-v1))
200
+ - Function calling examples ([xlam-function-calling](https://huggingface.co/datasets/Salesforce/xlam-function-calling-60k))
201
+ - Agentic multi-turn trajectories ([SWE-smith-trajectories](https://huggingface.co/datasets/SWE-bench/SWE-smith-trajectories))
202
+
203
+ 📚 For more details, refer to the following resources:
204
+
205
+ - [🧾 arXiv Preprint](https://arxiv.org/abs/2510.13999)
206
+ - [🧾 REAP Blog](https://www.cerebras.ai/blog/reap)
207
+ - [💻 REAP Codebase (GitHub)](https://github.com/CerebrasResearch/reap)
208
+
209
+ ---
210
+
211
+ ## ⚖️ License
212
+
213
+ This model is derived from
214
+ **[`zai-org/GLM-4.5-Air`](https://huggingface.co/zai-org/GLM-4.5-Air)**
215
+ and distributed under the **MIT license**.
216
+
217
+ ---
218
+
219
+ ## 🧾 Citation
220
+
221
+ If you use this checkpoint, please cite the REAP paper:
222
+
223
+ ```bibtex
224
+ @article{lasby-reap,
225
+ title={REAP the Experts: Why Pruning Prevails for One-Shot MoE compression},
226
+ author={Lasby, Mike and Lazarevich, Ivan and Sinnadurai, Nish and Lie, Sean and Ioannou, Yani and Thangarasa, Vithursan},
227
+ journal={arXiv preprint arXiv:2510.13999},
228
+ year={2025}
229
+ }
230
+ ```
chat_template.jinja ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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}
17
+ <arg_key>{arg-key-1}</arg_key>
18
+ <arg_value>{arg-value-1}</arg_value>
19
+ <arg_key>{arg-key-2}</arg_key>
20
+ <arg_value>{arg-value-2}</arg_value>
21
+ ...
22
+ </tool_call>{%- endif -%}
23
+ {%- macro visible_text(content) -%}
24
+ {%- if content is string -%}
25
+ {{- content }}
26
+ {%- elif content is iterable and content is not mapping -%}
27
+ {%- for item in content -%}
28
+ {%- if item is mapping and item.type == 'text' -%}
29
+ {{- item.text }}
30
+ {%- elif item is string -%}
31
+ {{- item }}
32
+ {%- endif -%}
33
+ {%- endfor -%}
34
+ {%- else -%}
35
+ {{- content }}
36
+ {%- endif -%}
37
+ {%- endmacro -%}
38
+ {%- set ns = namespace(last_user_index=-1) %}
39
+ {%- for m in messages %}
40
+ {%- if m.role == 'user' %}
41
+ {% set ns.last_user_index = loop.index0 -%}
42
+ {%- endif %}
43
+ {%- endfor %}
44
+ {% for m in messages %}
45
+ {%- if m.role == 'user' -%}<|user|>
46
+ {{ visible_text(m.content) }}
47
+ {{- '/nothink' if (enable_thinking is defined and not enable_thinking and not visible_text(m.content).endswith("/nothink")) else '' -}}
48
+ {%- elif m.role == 'assistant' -%}
49
+ <|assistant|>
50
+ {%- set reasoning_content = '' %}
51
+ {%- set content = visible_text(m.content) %}
52
+ {%- if m.reasoning_content is string %}
53
+ {%- set reasoning_content = m.reasoning_content %}
54
+ {%- else %}
55
+ {%- if '</think>' in content %}
56
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
57
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
58
+ {%- endif %}
59
+ {%- endif %}
60
+ {%- if loop.index0 > ns.last_user_index and reasoning_content -%}
61
+ {{ '\n<think>' + reasoning_content.strip() + '</think>'}}
62
+ {%- else -%}
63
+ {{ '\n<think></think>' }}
64
+ {%- endif -%}
65
+ {%- if content.strip() -%}
66
+ {{ '\n' + content.strip() }}
67
+ {%- endif -%}
68
+ {% if m.tool_calls %}
69
+ {% for tc in m.tool_calls %}
70
+ {%- if tc.function %}
71
+ {%- set tc = tc.function %}
72
+ {%- endif %}
73
+ {{ '\n<tool_call>' + tc.name }}
74
+ {% set _args = tc.arguments %}
75
+ {% for k, v in _args.items() %}
76
+ <arg_key>{{ k }}</arg_key>
77
+ <arg_value>{{ v | tojson(ensure_ascii=False) if v is not string else v }}</arg_value>
78
+ {% endfor %}
79
+ </tool_call>{% endfor %}
80
+ {% endif %}
81
+ {%- elif m.role == 'tool' -%}
82
+ {%- if m.content is string -%}
83
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
84
+ {{- '<|observation|>' }}
85
+ {%- endif %}
86
+ {{- '\n<tool_response>\n' }}
87
+ {{- m.content }}
88
+ {{- '\n</tool_response>' }}
89
+ {%- else -%}
90
+ <|observation|>{% for tr in m.content %}
91
+
92
+ <tool_response>
93
+ {{ tr.output if tr.output is defined else tr }}
94
+ </tool_response>{% endfor -%}
95
+ {% endif -%}
96
+ {%- elif m.role == 'system' -%}
97
+ <|system|>
98
+ {{ visible_text(m.content) }}
99
+ {%- endif -%}
100
+ {%- endfor -%}
101
+ {%- if add_generation_prompt -%}
102
+ <|assistant|>{{- '\n<think></think>' if (enable_thinking is defined and not enable_thinking) else '' -}}
103
+ {%- endif -%}
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 1,
13
+ "head_dim": 128,
14
+ "hidden_act": "silu",
15
+ "hidden_size": 4096,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 10944,
18
+ "max_position_embeddings": 131072,
19
+ "model_type": "glm4_moe",
20
+ "moe_intermediate_size": 1408,
21
+ "n_group": 1,
22
+ "n_routed_experts": 96,
23
+ "n_shared_experts": 1,
24
+ "norm_topk_prob": true,
25
+ "num_attention_heads": 96,
26
+ "num_experts_per_tok": 8,
27
+ "num_hidden_layers": 46,
28
+ "num_key_value_heads": 8,
29
+ "num_nextn_predict_layers": 1,
30
+ "pad_token_id": 151329,
31
+ "partial_rotary_factor": 0.5,
32
+ "rms_norm_eps": 1e-05,
33
+ "rope_scaling": null,
34
+ "rope_theta": 1000000,
35
+ "routed_scaling_factor": 1.0,
36
+ "tie_word_embeddings": false,
37
+ "topk_group": 1,
38
+ "torch_dtype": "bfloat16",
39
+ "transformers_version": "4.55.0",
40
+ "use_cache": true,
41
+ "use_qk_norm": false,
42
+ "vocab_size": 151552
43
+ }
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "eos_token_id": [
4
+ 151329,
5
+ 151336,
6
+ 151338
7
+ ],
8
+ "pad_token_id": 151329,
9
+ "transformers_version": "4.55.0"
10
+ }
model-00001-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fe3f1c0598fad3f2714261966c2ab2086d8aabb5f3fbb0d0488716a21a910bd
3
+ size 4991854888
model-00002-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac653d85d27942f62fe9d1fadab084f1c1d89fc8264899a2934906acaa711a42
3
+ size 4993985472
model-00003-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:590fcda1ddd3e837dda23c297d86a818c633a30ea9ef77ceafa66f9bd8fdbd74
3
+ size 4994203320
model-00004-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:930bb34f1e281687d61400897a4d44902f3b9bc6ad158a4773d52455a257b1a2
3
+ size 4993985496
model-00005-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e73c6d3465ee590200a3b7c901673e16781aff06d3a7e77d0721c073da7e8e18
3
+ size 4994203304
model-00006-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a6447f790922c5bd36c0fd8dd966d08f8beac7f07c40cdd7cbf1e378e6470a5
3
+ size 4994203320
model-00007-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6eda359d435fd386d1254f9cf810ee8ac353693f356f8e872c715048b72fef9
3
+ size 4993985584
model-00008-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a56f2ae07824eb79b9601761aa5b5060af80b62de73c4e7be7786b10354fe71a
3
+ size 4994203744
model-00009-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad6e7554f725c5bdaad0ca03d70f2cfb0de0f0e40f1b0d545b90931534c01832
3
+ size 4993985912
model-00010-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6bb2c84e5e55f4e53a5781f4a836b0416d58c93bae4e6114dacad885fa549e9
3
+ size 4994203720
model-00011-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f6856449d0f8d13d6181d560d675e12333acd8a386a052b3dbaacadd3dcfc16
3
+ size 4994203744
model-00012-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e9daf7e13099f92a820c9889915c123374ed5db03ded1bf893b4bda30503b11
3
+ size 4993985888
model-00013-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6083a88bab1df6dbaa63cdfd4b75e57945b9188082c64e69132f4f907c01a7a4
3
+ size 4994203744
model-00014-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:230bb3e0bd5bd7c9590a19143eb33ff013ea04c722c0fe99e67ecb596d67fca8
3
+ size 4993985920
model-00015-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07b51ec75c635a98a5daed9c1ce6ed6fe941784f31c128a5cf1a5a84087c9502
3
+ size 4994203712
model-00016-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23cdaeef0f901756ba512282b03f86bee0de81157ef5a6a0011b3874bebdd738
3
+ size 4994203744
model-00017-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61054c50909a061a3b56ec3c5515f9fa4ee8ea975feeae20111e8b481d23c2ec
3
+ size 4993985888
model-00018-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eff4456ba518b00c1aa909d9c09fe0f59246221bda1ec925bf89c1aff9d54536
3
+ size 4994203744
model-00019-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f5c1fc299043627bccd23f98f0e19a6370486ab0b35cc370297bfb2283a516c
3
+ size 4916391432
model-00020-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a680dfa304f67cd9788fdb6bdadc8bb54998621478ca0b13bc7d517a52d8a4f
3
+ size 4991056976
model-00021-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bafc8d07ba21d0efd29380214510504c196583b7b5f1b98488ab9f553b8a5128
3
+ size 4994203744
model-00022-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0ce7a436b3ba1a9383a2aa1ef462a4ba555b7595d4c719174b1fb5e39685324
3
+ size 4993985888
model-00023-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1eb35c2bbda449788c6c90a5f35edbf91db56d28bb704aad9baccfdf20430916
3
+ size 4994203744
model-00024-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95b10327e1d98ed5606494fbbfcd4ad73caf61e7e2595082876e9c5f715a5b33
3
+ size 4937335096
model-00025-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce5882b54dd4855a9f70c8def6593db8fa48943f6c0e44a46614aa044673a29d
3
+ size 4993182232
model-00026-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8661826bbef9500f5db17a5d84b7c3d6d3b6259f805832cd596416f8a78bdf93
3
+ size 4994203744
model-00027-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c014c3e53c86292001cdf0036d34de7790fd9265c859ec3df08333e3e228a5a8
3
+ size 4993985888
model-00028-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45dcd96af4adbdab075804bafacb8edfcb286772ae873962aa4bb4694705f047
3
+ size 4994203744
model-00029-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fca33c12405aac10efc22393902dde819e19307cb73fc6b926bb7cbde220036a
3
+ size 4994203744
model-00030-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc2bca4ad731abba1abd28aca904defb3f02a740fe4615be884eb768806a566
3
+ size 4993985880
model-00031-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04c119805ef672615f9f3143a6a641567f23d8fdb5e6b82e3f0f833fb776da6e
3
+ size 4994203744
model-00032-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d576a93bc5dc84b9b56fccf7488eca6da9756b217b81986566961744543e0f6
3
+ size 4993985888
model-00033-of-00033.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7758776512d90f231992766c306fcb206dcd85f1d691004afe330b0bd7554e7f
3
+ size 4195148160
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
+ }