xTronz commited on
Commit
d3681be
·
verified ·
1 Parent(s): 6b2c250

upload from local folder

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,167 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - unsloth
4
+ base_model:
5
+ - zai-org/GLM-4.7-Flash
6
+ language:
7
+ - en
8
+ - zh
9
+ library_name: transformers
10
+ license: mit
11
+ pipeline_tag: text-generation
12
+ ---
13
+ # Read our How to [Run GLM-4.7-Flash Guide!](https://unsloth.ai/docs/models/glm-4.7-flash#glm-4.7-flash-in-vllm)
14
+
15
+ # Unsloth Dynamic FP8 checkpoint
16
+ Dynamically quantized GLM-4.7-Flash FP8 checkpoints for premium quality and fast inference at 8-bits.<br>
17
+ See our [vLLM Guide](https://unsloth.ai/docs/models/glm-4.7-flash#glm-4.7-flash-in-vllm) for how to run it.
18
+
19
+ <div>
20
+ <div style="display: flex; gap: 5px; align-items: center; ">
21
+ <a href="https://github.com/unslothai/unsloth/">
22
+ <img src="https://github.com/unslothai/unsloth/raw/main/images/unsloth%20new%20logo.png" width="133">
23
+ </a>
24
+ <a href="https://discord.gg/unsloth">
25
+ <img src="https://github.com/unslothai/unsloth/raw/main/images/Discord%20button.png" width="173">
26
+ </a>
27
+ <a href="https://docs.unsloth.ai/">
28
+ <img src="https://raw.githubusercontent.com/unslothai/unsloth/refs/heads/main/images/documentation%20green%20button.png" width="143">
29
+ </a>
30
+ </div>
31
+ </div>
32
+
33
+
34
+ # GLM-4.7-Flash
35
+
36
+ <div align="center">
37
+ <img src=https://raw.githubusercontent.com/zai-org/GLM-4.5/refs/heads/main/resources/logo.svg width="15%"/>
38
+ </div>
39
+ <p align="center">
40
+ 👋 Join our <a href="https://discord.gg/QR7SARHRxK" target="_blank">Discord</a> community.
41
+ <br>
42
+ 📖 Check out the GLM-4.7 <a href="https://z.ai/blog/glm-4.7" target="_blank">technical blog</a>, <a href="https://arxiv.org/abs/2508.06471" target="_blank">technical report(GLM-4.5)</a>.
43
+ <br>
44
+ 📍 Use GLM-4.7-Flash API services on <a href="https://docs.z.ai/guides/llm/glm-4.7">Z.ai API Platform. </a>
45
+ <br>
46
+ 👉 One click to <a href="https://chat.z.ai">GLM-4.7</a>.
47
+ </p>
48
+
49
+ ## Introduction
50
+
51
+ GLM-4.7-Flash is a 30B-A3B MoE model. As the strongest model in the 30B class, GLM-4.7-Flash offers a new option for lightweight deployment that balances performance and efficiency.
52
+
53
+
54
+ ### Performances on Benchmarks
55
+
56
+
57
+ | Benchmark | GLM-4.7-Flash | Qwen3-30B-A3B-Thinking-2507 | GPT-OSS-20B |
58
+ |--------------------|---------------|-----------------------------|-------------|
59
+ | AIME 25 | 91.6 | 85.0 | 91.7 |
60
+ | GPQA | 75.2 | 73.4 | 71.5 |
61
+ | LCB v6 | 64.0 | 66.0 | 61.0 |
62
+ | HLE | 14.4 | 9.8 | 10.9 |
63
+ | SWE-bench Verified | 59.2 | 22.0 | 34.0 |
64
+ | τ²-Bench | 79.5 | 49.0 | 47.7 |
65
+ | BrowseComp | 42.8 | 2.29 | 28.3 |
66
+
67
+
68
+ ## Serve GLM-4.7-Flash Locally
69
+
70
+ For local deployment, GLM-4.7-Flash supports inference frameworks including vLLM and SGLang. Comprehensive deployment
71
+ instructions are available in the official [Github](https://github.com/zai-org/GLM-4.5) repository.
72
+
73
+ vLLM and SGLang only support GLM-4.7-Flash on their main branches.
74
+
75
+ ### vLLM
76
+
77
+ + using pip (must use pypi.org as the index url):
78
+
79
+ ```shell
80
+ pip install -U vllm --pre --index-url https://pypi.org/simple --extra-index-url https://wheels.vllm.ai/nightly
81
+ pip install git+https://github.com/huggingface/transformers.git
82
+ ```
83
+
84
+ ### SGLang
85
+
86
+ + using pip install sglang from source, then update transformers to the latest main branch.
87
+
88
+ ### transformers
89
+
90
+ using with transformers as
91
+
92
+ ```shell
93
+ pip install git+https://github.com/huggingface/transformers.git
94
+ ```
95
+
96
+ and then run:
97
+
98
+ ```python
99
+ import torch
100
+ from transformers import AutoModelForCausalLM, AutoTokenizer
101
+
102
+ MODEL_PATH = "zai-org/GLM-4.7-Flash"
103
+ messages = [{"role": "user", "content": "hello"}]
104
+ tokenizer = AutoTokenizer.from_pretrained(MODEL_PATH)
105
+ inputs = tokenizer.apply_chat_template(
106
+ messages,
107
+ tokenize=True,
108
+ add_generation_prompt=True,
109
+ return_dict=True,
110
+ return_tensors="pt",
111
+ )
112
+ model = AutoModelForCausalLM.from_pretrained(
113
+ pretrained_model_name_or_path=MODEL_PATH,
114
+ torch_dtype=torch.bfloat16,
115
+ device_map="auto",
116
+ )
117
+ inputs = inputs.to(model.device)
118
+ generated_ids = model.generate(**inputs, max_new_tokens=128, do_sample=False)
119
+ output_text = tokenizer.decode(generated_ids[0][inputs.input_ids.shape[1]:])
120
+ print(output_text)
121
+ ```
122
+
123
+ ### vLLM
124
+
125
+ ```shell
126
+ vllm serve zai-org/GLM-4.7-Flash \
127
+ --tensor-parallel-size 4 \
128
+ --speculative-config.method mtp \
129
+ --speculative-config.num_speculative_tokens 1 \
130
+ --tool-call-parser glm47 \
131
+ --reasoning-parser glm45 \
132
+ --enable-auto-tool-choice \
133
+ --served-model-name glm-4.7-flash
134
+ ```
135
+
136
+ ### SGLang
137
+
138
+ ```shell
139
+ python3 -m sglang.launch_server \
140
+ --model-path zai-org/GLM-4.7-Flash \
141
+ --tp-size 4 \
142
+ --tool-call-parser glm47 \
143
+ --reasoning-parser glm45 \
144
+ --speculative-algorithm EAGLE \
145
+ --speculative-num-steps 3 \
146
+ --speculative-eagle-topk 1 \
147
+ --speculative-num-draft-tokens 4 \
148
+ --mem-fraction-static 0.8 \
149
+ --served-model-name glm-4.7-flash \
150
+ --host 0.0.0.0 \
151
+ --port 8000
152
+ ```
153
+
154
+ ## Citation
155
+
156
+ If you find our work useful in your research, please consider citing the following paper:
157
+
158
+ ```bibtex
159
+ @misc{5team2025glm45agenticreasoningcoding,
160
+ title={GLM-4.5: Agentic, Reasoning, and Coding (ARC) Foundation Models},
161
+ author={GLM Team and Aohan Zeng and Xin Lv and Qinkai Zheng and Zhenyu Hou and Bin Chen and Chengxing Xie and Cunxiang Wang and Da Yin and Hao Zeng and Jiajie Zhang and Kedong Wang and Lucen Zhong and Mingdao Liu and Rui Lu and Shulin Cao and Xiaohan Zhang and Xuancheng Huang and Yao Wei and Yean Cheng and Yifan An and Yilin Niu and Yuanhao Wen and Yushi Bai and Zhengxiao Du and Zihan Wang and Zilin Zhu and Bohan Zhang and Bosi Wen and Bowen Wu and Bowen Xu and Can Huang and Casey Zhao and Changpeng Cai and Chao Yu and Chen Li and Chendi Ge and Chenghua Huang and Chenhui Zhang and Chenxi Xu and Chenzheng Zhu and Chuang Li and Congfeng Yin and Daoyan Lin and Dayong Yang and Dazhi Jiang and Ding Ai and Erle Zhu and Fei Wang and Gengzheng Pan and Guo Wang and Hailong Sun and Haitao Li and Haiyang Li and Haiyi Hu and Hanyu Zhang and Hao Peng and Hao Tai and Haoke Zhang and Haoran Wang and Haoyu Yang and He Liu and He Zhao and Hongwei Liu and Hongxi Yan and Huan Liu and Huilong Chen and Ji Li and Jiajing Zhao and Jiamin Ren and Jian Jiao and Jiani Zhao and Jianyang Yan and Jiaqi Wang and Jiayi Gui and Jiayue Zhao and Jie Liu and Jijie Li and Jing Li and Jing Lu and Jingsen Wang and Jingwei Yuan and Jingxuan Li and Jingzhao Du and Jinhua Du and Jinxin Liu and Junkai Zhi and Junli Gao and Ke Wang and Lekang Yang and Liang Xu and Lin Fan and Lindong Wu and Lintao Ding and Lu Wang and Man Zhang and Minghao Li and Minghuan Xu and Mingming Zhao and Mingshu Zhai and Pengfan Du and Qian Dong and Shangde Lei and Shangqing Tu and Shangtong Yang and Shaoyou Lu and Shijie Li and Shuang Li and Shuang-Li and Shuxun Yang and Sibo Yi and Tianshu Yu and Wei Tian and Weihan Wang and Wenbo Yu and Weng Lam Tam and Wenjie Liang and Wentao Liu and Xiao Wang and Xiaohan Jia and Xiaotao Gu and Xiaoying Ling and Xin Wang and Xing Fan and Xingru Pan and Xinyuan Zhang and Xinze Zhang and Xiuqing Fu and Xunkai Zhang and Yabo Xu and Yandong Wu and Yida Lu and Yidong Wang and Yilin Zhou and Yiming Pan and Ying Zhang and Yingli Wang and Yingru Li and Yinpei Su and Yipeng Geng and Yitong Zhu and Yongkun Yang and Yuhang Li and Yuhao Wu and Yujiang Li and Yunan Liu and Yunqing Wang and Yuntao Li and Yuxuan Zhang and Zezhen Liu and Zhen Yang and Zhengda Zhou and Zhongpei Qiao and Zhuoer Feng and Zhuorui Liu and Zichen Zhang and Zihan Wang and Zijun Yao and Zikang Wang and Ziqiang Liu and Ziwei Chai and Zixuan Li and Zuodong Zhao and Wenguang Chen and Jidong Zhai and Bin Xu and Minlie Huang and Hongning Wang and Juanzi Li and Yuxiao Dong and Jie Tang},
162
+ year={2025},
163
+ eprint={2508.06471},
164
+ archivePrefix={arXiv},
165
+ primaryClass={cs.CL},
166
+ url={https://arxiv.org/abs/2508.06471},
167
+ }
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,563 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Glm4MoeLiteForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 0,
8
+ "dtype": "bfloat16",
9
+ "eos_token_id": [
10
+ 154820,
11
+ 154827,
12
+ 154829
13
+ ],
14
+ "first_k_dense_replace": 1,
15
+ "head_dim": 64,
16
+ "hidden_act": "silu",
17
+ "hidden_size": 2048,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 10240,
20
+ "kv_lora_rank": 512,
21
+ "max_position_embeddings": 202752,
22
+ "mlp_layer_types": [
23
+ "dense",
24
+ "sparse",
25
+ "sparse",
26
+ "sparse",
27
+ "sparse",
28
+ "sparse",
29
+ "sparse",
30
+ "sparse",
31
+ "sparse",
32
+ "sparse",
33
+ "sparse",
34
+ "sparse",
35
+ "sparse",
36
+ "sparse",
37
+ "sparse",
38
+ "sparse",
39
+ "sparse",
40
+ "sparse",
41
+ "sparse",
42
+ "sparse",
43
+ "sparse",
44
+ "sparse",
45
+ "sparse",
46
+ "sparse",
47
+ "sparse",
48
+ "sparse",
49
+ "sparse",
50
+ "sparse",
51
+ "sparse",
52
+ "sparse",
53
+ "sparse",
54
+ "sparse",
55
+ "sparse",
56
+ "sparse",
57
+ "sparse",
58
+ "sparse",
59
+ "sparse",
60
+ "sparse",
61
+ "sparse",
62
+ "sparse",
63
+ "sparse",
64
+ "sparse",
65
+ "sparse",
66
+ "sparse",
67
+ "sparse",
68
+ "sparse",
69
+ "sparse"
70
+ ],
71
+ "model_type": "glm4_moe_lite",
72
+ "moe_intermediate_size": 1536,
73
+ "n_group": 1,
74
+ "n_routed_experts": 64,
75
+ "n_shared_experts": 1,
76
+ "norm_topk_prob": true,
77
+ "num_attention_heads": 20,
78
+ "num_experts_per_tok": 4,
79
+ "num_hidden_layers": 47,
80
+ "num_key_value_heads": 20,
81
+ "num_nextn_predict_layers": 1,
82
+ "pad_token_id": 154820,
83
+ "partial_rotary_factor": 1.0,
84
+ "pretraining_tp": 1,
85
+ "q_lora_rank": 768,
86
+ "qk_head_dim": 256,
87
+ "qk_nope_head_dim": 192,
88
+ "qk_rope_head_dim": 64,
89
+ "quantization_config": {
90
+ "config_groups": {
91
+ "group_0": {
92
+ "format": "float-quantized",
93
+ "input_activations": {
94
+ "actorder": null,
95
+ "block_structure": null,
96
+ "dynamic": true,
97
+ "group_size": null,
98
+ "num_bits": 8,
99
+ "observer": null,
100
+ "observer_kwargs": {},
101
+ "scale_dtype": null,
102
+ "strategy": "token",
103
+ "symmetric": true,
104
+ "type": "float",
105
+ "zp_dtype": null
106
+ },
107
+ "output_activations": null,
108
+ "targets": [
109
+ "Linear"
110
+ ],
111
+ "weights": {
112
+ "actorder": null,
113
+ "block_structure": null,
114
+ "dynamic": false,
115
+ "group_size": null,
116
+ "num_bits": 8,
117
+ "observer": "minmax",
118
+ "observer_kwargs": {},
119
+ "scale_dtype": null,
120
+ "strategy": "channel",
121
+ "symmetric": true,
122
+ "type": "float",
123
+ "zp_dtype": null
124
+ }
125
+ }
126
+ },
127
+ "format": "float-quantized",
128
+ "global_compression_ratio": null,
129
+ "ignore": [
130
+ "model.layers.0.self_attn.q_a_proj",
131
+ "model.layers.0.self_attn.q_b_proj",
132
+ "model.layers.0.self_attn.kv_a_proj_with_mqa",
133
+ "model.layers.0.self_attn.kv_b_proj",
134
+ "model.layers.0.self_attn.o_proj",
135
+ "model.layers.0.mlp.gate_proj",
136
+ "model.layers.0.mlp.up_proj",
137
+ "model.layers.0.mlp.down_proj",
138
+ "model.layers.38.self_attn.q_a_proj",
139
+ "model.layers.38.self_attn.q_b_proj",
140
+ "model.layers.38.self_attn.kv_a_proj_with_mqa",
141
+ "model.layers.38.self_attn.kv_b_proj",
142
+ "model.layers.38.self_attn.o_proj",
143
+ "model.layers.38.mlp.experts.0.gate_proj",
144
+ "model.layers.38.mlp.experts.0.up_proj",
145
+ "model.layers.38.mlp.experts.0.down_proj",
146
+ "model.layers.38.mlp.experts.1.gate_proj",
147
+ "model.layers.38.mlp.experts.1.up_proj",
148
+ "model.layers.38.mlp.experts.1.down_proj",
149
+ "model.layers.38.mlp.experts.2.gate_proj",
150
+ "model.layers.38.mlp.experts.2.up_proj",
151
+ "model.layers.38.mlp.experts.2.down_proj",
152
+ "model.layers.38.mlp.experts.3.gate_proj",
153
+ "model.layers.38.mlp.experts.3.up_proj",
154
+ "model.layers.38.mlp.experts.3.down_proj",
155
+ "model.layers.38.mlp.experts.4.gate_proj",
156
+ "model.layers.38.mlp.experts.4.up_proj",
157
+ "model.layers.38.mlp.experts.4.down_proj",
158
+ "model.layers.38.mlp.experts.5.gate_proj",
159
+ "model.layers.38.mlp.experts.5.up_proj",
160
+ "model.layers.38.mlp.experts.5.down_proj",
161
+ "model.layers.38.mlp.experts.6.gate_proj",
162
+ "model.layers.38.mlp.experts.6.up_proj",
163
+ "model.layers.38.mlp.experts.6.down_proj",
164
+ "model.layers.38.mlp.experts.7.gate_proj",
165
+ "model.layers.38.mlp.experts.7.up_proj",
166
+ "model.layers.38.mlp.experts.7.down_proj",
167
+ "model.layers.38.mlp.experts.8.gate_proj",
168
+ "model.layers.38.mlp.experts.8.up_proj",
169
+ "model.layers.38.mlp.experts.8.down_proj",
170
+ "model.layers.38.mlp.experts.9.gate_proj",
171
+ "model.layers.38.mlp.experts.9.up_proj",
172
+ "model.layers.38.mlp.experts.9.down_proj",
173
+ "model.layers.38.mlp.experts.10.gate_proj",
174
+ "model.layers.38.mlp.experts.10.up_proj",
175
+ "model.layers.38.mlp.experts.10.down_proj",
176
+ "model.layers.38.mlp.experts.11.gate_proj",
177
+ "model.layers.38.mlp.experts.11.up_proj",
178
+ "model.layers.38.mlp.experts.11.down_proj",
179
+ "model.layers.38.mlp.experts.12.gate_proj",
180
+ "model.layers.38.mlp.experts.12.up_proj",
181
+ "model.layers.38.mlp.experts.12.down_proj",
182
+ "model.layers.38.mlp.experts.13.gate_proj",
183
+ "model.layers.38.mlp.experts.13.up_proj",
184
+ "model.layers.38.mlp.experts.13.down_proj",
185
+ "model.layers.38.mlp.experts.14.gate_proj",
186
+ "model.layers.38.mlp.experts.14.up_proj",
187
+ "model.layers.38.mlp.experts.14.down_proj",
188
+ "model.layers.38.mlp.experts.15.gate_proj",
189
+ "model.layers.38.mlp.experts.15.up_proj",
190
+ "model.layers.38.mlp.experts.15.down_proj",
191
+ "model.layers.38.mlp.experts.16.gate_proj",
192
+ "model.layers.38.mlp.experts.16.up_proj",
193
+ "model.layers.38.mlp.experts.16.down_proj",
194
+ "model.layers.38.mlp.experts.17.gate_proj",
195
+ "model.layers.38.mlp.experts.17.up_proj",
196
+ "model.layers.38.mlp.experts.17.down_proj",
197
+ "model.layers.38.mlp.experts.18.gate_proj",
198
+ "model.layers.38.mlp.experts.18.up_proj",
199
+ "model.layers.38.mlp.experts.18.down_proj",
200
+ "model.layers.38.mlp.experts.19.gate_proj",
201
+ "model.layers.38.mlp.experts.19.up_proj",
202
+ "model.layers.38.mlp.experts.19.down_proj",
203
+ "model.layers.38.mlp.experts.20.gate_proj",
204
+ "model.layers.38.mlp.experts.20.up_proj",
205
+ "model.layers.38.mlp.experts.20.down_proj",
206
+ "model.layers.38.mlp.experts.21.gate_proj",
207
+ "model.layers.38.mlp.experts.21.up_proj",
208
+ "model.layers.38.mlp.experts.21.down_proj",
209
+ "model.layers.38.mlp.experts.22.gate_proj",
210
+ "model.layers.38.mlp.experts.22.up_proj",
211
+ "model.layers.38.mlp.experts.22.down_proj",
212
+ "model.layers.38.mlp.experts.23.gate_proj",
213
+ "model.layers.38.mlp.experts.23.up_proj",
214
+ "model.layers.38.mlp.experts.23.down_proj",
215
+ "model.layers.38.mlp.experts.24.gate_proj",
216
+ "model.layers.38.mlp.experts.24.up_proj",
217
+ "model.layers.38.mlp.experts.24.down_proj",
218
+ "model.layers.38.mlp.experts.25.gate_proj",
219
+ "model.layers.38.mlp.experts.25.up_proj",
220
+ "model.layers.38.mlp.experts.25.down_proj",
221
+ "model.layers.38.mlp.experts.26.gate_proj",
222
+ "model.layers.38.mlp.experts.26.up_proj",
223
+ "model.layers.38.mlp.experts.26.down_proj",
224
+ "model.layers.38.mlp.experts.27.gate_proj",
225
+ "model.layers.38.mlp.experts.27.up_proj",
226
+ "model.layers.38.mlp.experts.27.down_proj",
227
+ "model.layers.38.mlp.experts.28.gate_proj",
228
+ "model.layers.38.mlp.experts.28.up_proj",
229
+ "model.layers.38.mlp.experts.28.down_proj",
230
+ "model.layers.38.mlp.experts.29.gate_proj",
231
+ "model.layers.38.mlp.experts.29.up_proj",
232
+ "model.layers.38.mlp.experts.29.down_proj",
233
+ "model.layers.38.mlp.experts.30.gate_proj",
234
+ "model.layers.38.mlp.experts.30.up_proj",
235
+ "model.layers.38.mlp.experts.30.down_proj",
236
+ "model.layers.38.mlp.experts.31.gate_proj",
237
+ "model.layers.38.mlp.experts.31.up_proj",
238
+ "model.layers.38.mlp.experts.31.down_proj",
239
+ "model.layers.38.mlp.experts.32.gate_proj",
240
+ "model.layers.38.mlp.experts.32.up_proj",
241
+ "model.layers.38.mlp.experts.32.down_proj",
242
+ "model.layers.38.mlp.experts.33.gate_proj",
243
+ "model.layers.38.mlp.experts.33.up_proj",
244
+ "model.layers.38.mlp.experts.33.down_proj",
245
+ "model.layers.38.mlp.experts.34.gate_proj",
246
+ "model.layers.38.mlp.experts.34.up_proj",
247
+ "model.layers.38.mlp.experts.34.down_proj",
248
+ "model.layers.38.mlp.experts.35.gate_proj",
249
+ "model.layers.38.mlp.experts.35.up_proj",
250
+ "model.layers.38.mlp.experts.35.down_proj",
251
+ "model.layers.38.mlp.experts.36.gate_proj",
252
+ "model.layers.38.mlp.experts.36.up_proj",
253
+ "model.layers.38.mlp.experts.36.down_proj",
254
+ "model.layers.38.mlp.experts.37.gate_proj",
255
+ "model.layers.38.mlp.experts.37.up_proj",
256
+ "model.layers.38.mlp.experts.37.down_proj",
257
+ "model.layers.38.mlp.experts.38.gate_proj",
258
+ "model.layers.38.mlp.experts.38.up_proj",
259
+ "model.layers.38.mlp.experts.38.down_proj",
260
+ "model.layers.38.mlp.experts.39.gate_proj",
261
+ "model.layers.38.mlp.experts.39.up_proj",
262
+ "model.layers.38.mlp.experts.39.down_proj",
263
+ "model.layers.38.mlp.experts.40.gate_proj",
264
+ "model.layers.38.mlp.experts.40.up_proj",
265
+ "model.layers.38.mlp.experts.40.down_proj",
266
+ "model.layers.38.mlp.experts.41.gate_proj",
267
+ "model.layers.38.mlp.experts.41.up_proj",
268
+ "model.layers.38.mlp.experts.41.down_proj",
269
+ "model.layers.38.mlp.experts.42.gate_proj",
270
+ "model.layers.38.mlp.experts.42.up_proj",
271
+ "model.layers.38.mlp.experts.42.down_proj",
272
+ "model.layers.38.mlp.experts.43.gate_proj",
273
+ "model.layers.38.mlp.experts.43.up_proj",
274
+ "model.layers.38.mlp.experts.43.down_proj",
275
+ "model.layers.38.mlp.experts.44.gate_proj",
276
+ "model.layers.38.mlp.experts.44.up_proj",
277
+ "model.layers.38.mlp.experts.44.down_proj",
278
+ "model.layers.38.mlp.experts.45.gate_proj",
279
+ "model.layers.38.mlp.experts.45.up_proj",
280
+ "model.layers.38.mlp.experts.45.down_proj",
281
+ "model.layers.38.mlp.experts.46.gate_proj",
282
+ "model.layers.38.mlp.experts.46.up_proj",
283
+ "model.layers.38.mlp.experts.46.down_proj",
284
+ "model.layers.38.mlp.experts.47.gate_proj",
285
+ "model.layers.38.mlp.experts.47.up_proj",
286
+ "model.layers.38.mlp.experts.47.down_proj",
287
+ "model.layers.38.mlp.experts.48.gate_proj",
288
+ "model.layers.38.mlp.experts.48.up_proj",
289
+ "model.layers.38.mlp.experts.48.down_proj",
290
+ "model.layers.38.mlp.experts.49.gate_proj",
291
+ "model.layers.38.mlp.experts.49.up_proj",
292
+ "model.layers.38.mlp.experts.49.down_proj",
293
+ "model.layers.38.mlp.experts.50.gate_proj",
294
+ "model.layers.38.mlp.experts.50.up_proj",
295
+ "model.layers.38.mlp.experts.50.down_proj",
296
+ "model.layers.38.mlp.experts.51.gate_proj",
297
+ "model.layers.38.mlp.experts.51.up_proj",
298
+ "model.layers.38.mlp.experts.51.down_proj",
299
+ "model.layers.38.mlp.experts.52.gate_proj",
300
+ "model.layers.38.mlp.experts.52.up_proj",
301
+ "model.layers.38.mlp.experts.52.down_proj",
302
+ "model.layers.38.mlp.experts.53.gate_proj",
303
+ "model.layers.38.mlp.experts.53.up_proj",
304
+ "model.layers.38.mlp.experts.53.down_proj",
305
+ "model.layers.38.mlp.experts.54.gate_proj",
306
+ "model.layers.38.mlp.experts.54.up_proj",
307
+ "model.layers.38.mlp.experts.54.down_proj",
308
+ "model.layers.38.mlp.experts.55.gate_proj",
309
+ "model.layers.38.mlp.experts.55.up_proj",
310
+ "model.layers.38.mlp.experts.55.down_proj",
311
+ "model.layers.38.mlp.experts.56.gate_proj",
312
+ "model.layers.38.mlp.experts.56.up_proj",
313
+ "model.layers.38.mlp.experts.56.down_proj",
314
+ "model.layers.38.mlp.experts.57.gate_proj",
315
+ "model.layers.38.mlp.experts.57.up_proj",
316
+ "model.layers.38.mlp.experts.57.down_proj",
317
+ "model.layers.38.mlp.experts.58.gate_proj",
318
+ "model.layers.38.mlp.experts.58.up_proj",
319
+ "model.layers.38.mlp.experts.58.down_proj",
320
+ "model.layers.38.mlp.experts.59.gate_proj",
321
+ "model.layers.38.mlp.experts.59.up_proj",
322
+ "model.layers.38.mlp.experts.59.down_proj",
323
+ "model.layers.38.mlp.experts.60.gate_proj",
324
+ "model.layers.38.mlp.experts.60.up_proj",
325
+ "model.layers.38.mlp.experts.60.down_proj",
326
+ "model.layers.38.mlp.experts.61.gate_proj",
327
+ "model.layers.38.mlp.experts.61.up_proj",
328
+ "model.layers.38.mlp.experts.61.down_proj",
329
+ "model.layers.38.mlp.experts.62.gate_proj",
330
+ "model.layers.38.mlp.experts.62.up_proj",
331
+ "model.layers.38.mlp.experts.62.down_proj",
332
+ "model.layers.38.mlp.experts.63.gate_proj",
333
+ "model.layers.38.mlp.experts.63.up_proj",
334
+ "model.layers.38.mlp.experts.63.down_proj",
335
+ "model.layers.38.mlp.shared_experts.gate_proj",
336
+ "model.layers.38.mlp.shared_experts.up_proj",
337
+ "model.layers.38.mlp.shared_experts.down_proj",
338
+ "model.layers.45.self_attn.q_a_proj",
339
+ "model.layers.45.self_attn.q_b_proj",
340
+ "model.layers.45.self_attn.kv_a_proj_with_mqa",
341
+ "model.layers.45.self_attn.kv_b_proj",
342
+ "model.layers.45.self_attn.o_proj",
343
+ "model.layers.45.mlp.experts.0.gate_proj",
344
+ "model.layers.45.mlp.experts.0.up_proj",
345
+ "model.layers.45.mlp.experts.0.down_proj",
346
+ "model.layers.45.mlp.experts.1.gate_proj",
347
+ "model.layers.45.mlp.experts.1.up_proj",
348
+ "model.layers.45.mlp.experts.1.down_proj",
349
+ "model.layers.45.mlp.experts.2.gate_proj",
350
+ "model.layers.45.mlp.experts.2.up_proj",
351
+ "model.layers.45.mlp.experts.2.down_proj",
352
+ "model.layers.45.mlp.experts.3.gate_proj",
353
+ "model.layers.45.mlp.experts.3.up_proj",
354
+ "model.layers.45.mlp.experts.3.down_proj",
355
+ "model.layers.45.mlp.experts.4.gate_proj",
356
+ "model.layers.45.mlp.experts.4.up_proj",
357
+ "model.layers.45.mlp.experts.4.down_proj",
358
+ "model.layers.45.mlp.experts.5.gate_proj",
359
+ "model.layers.45.mlp.experts.5.up_proj",
360
+ "model.layers.45.mlp.experts.5.down_proj",
361
+ "model.layers.45.mlp.experts.6.gate_proj",
362
+ "model.layers.45.mlp.experts.6.up_proj",
363
+ "model.layers.45.mlp.experts.6.down_proj",
364
+ "model.layers.45.mlp.experts.7.gate_proj",
365
+ "model.layers.45.mlp.experts.7.up_proj",
366
+ "model.layers.45.mlp.experts.7.down_proj",
367
+ "model.layers.45.mlp.experts.8.gate_proj",
368
+ "model.layers.45.mlp.experts.8.up_proj",
369
+ "model.layers.45.mlp.experts.8.down_proj",
370
+ "model.layers.45.mlp.experts.9.gate_proj",
371
+ "model.layers.45.mlp.experts.9.up_proj",
372
+ "model.layers.45.mlp.experts.9.down_proj",
373
+ "model.layers.45.mlp.experts.10.gate_proj",
374
+ "model.layers.45.mlp.experts.10.up_proj",
375
+ "model.layers.45.mlp.experts.10.down_proj",
376
+ "model.layers.45.mlp.experts.11.gate_proj",
377
+ "model.layers.45.mlp.experts.11.up_proj",
378
+ "model.layers.45.mlp.experts.11.down_proj",
379
+ "model.layers.45.mlp.experts.12.gate_proj",
380
+ "model.layers.45.mlp.experts.12.up_proj",
381
+ "model.layers.45.mlp.experts.12.down_proj",
382
+ "model.layers.45.mlp.experts.13.gate_proj",
383
+ "model.layers.45.mlp.experts.13.up_proj",
384
+ "model.layers.45.mlp.experts.13.down_proj",
385
+ "model.layers.45.mlp.experts.14.gate_proj",
386
+ "model.layers.45.mlp.experts.14.up_proj",
387
+ "model.layers.45.mlp.experts.14.down_proj",
388
+ "model.layers.45.mlp.experts.15.gate_proj",
389
+ "model.layers.45.mlp.experts.15.up_proj",
390
+ "model.layers.45.mlp.experts.15.down_proj",
391
+ "model.layers.45.mlp.experts.16.gate_proj",
392
+ "model.layers.45.mlp.experts.16.up_proj",
393
+ "model.layers.45.mlp.experts.16.down_proj",
394
+ "model.layers.45.mlp.experts.17.gate_proj",
395
+ "model.layers.45.mlp.experts.17.up_proj",
396
+ "model.layers.45.mlp.experts.17.down_proj",
397
+ "model.layers.45.mlp.experts.18.gate_proj",
398
+ "model.layers.45.mlp.experts.18.up_proj",
399
+ "model.layers.45.mlp.experts.18.down_proj",
400
+ "model.layers.45.mlp.experts.19.gate_proj",
401
+ "model.layers.45.mlp.experts.19.up_proj",
402
+ "model.layers.45.mlp.experts.19.down_proj",
403
+ "model.layers.45.mlp.experts.20.gate_proj",
404
+ "model.layers.45.mlp.experts.20.up_proj",
405
+ "model.layers.45.mlp.experts.20.down_proj",
406
+ "model.layers.45.mlp.experts.21.gate_proj",
407
+ "model.layers.45.mlp.experts.21.up_proj",
408
+ "model.layers.45.mlp.experts.21.down_proj",
409
+ "model.layers.45.mlp.experts.22.gate_proj",
410
+ "model.layers.45.mlp.experts.22.up_proj",
411
+ "model.layers.45.mlp.experts.22.down_proj",
412
+ "model.layers.45.mlp.experts.23.gate_proj",
413
+ "model.layers.45.mlp.experts.23.up_proj",
414
+ "model.layers.45.mlp.experts.23.down_proj",
415
+ "model.layers.45.mlp.experts.24.gate_proj",
416
+ "model.layers.45.mlp.experts.24.up_proj",
417
+ "model.layers.45.mlp.experts.24.down_proj",
418
+ "model.layers.45.mlp.experts.25.gate_proj",
419
+ "model.layers.45.mlp.experts.25.up_proj",
420
+ "model.layers.45.mlp.experts.25.down_proj",
421
+ "model.layers.45.mlp.experts.26.gate_proj",
422
+ "model.layers.45.mlp.experts.26.up_proj",
423
+ "model.layers.45.mlp.experts.26.down_proj",
424
+ "model.layers.45.mlp.experts.27.gate_proj",
425
+ "model.layers.45.mlp.experts.27.up_proj",
426
+ "model.layers.45.mlp.experts.27.down_proj",
427
+ "model.layers.45.mlp.experts.28.gate_proj",
428
+ "model.layers.45.mlp.experts.28.up_proj",
429
+ "model.layers.45.mlp.experts.28.down_proj",
430
+ "model.layers.45.mlp.experts.29.gate_proj",
431
+ "model.layers.45.mlp.experts.29.up_proj",
432
+ "model.layers.45.mlp.experts.29.down_proj",
433
+ "model.layers.45.mlp.experts.30.gate_proj",
434
+ "model.layers.45.mlp.experts.30.up_proj",
435
+ "model.layers.45.mlp.experts.30.down_proj",
436
+ "model.layers.45.mlp.experts.31.gate_proj",
437
+ "model.layers.45.mlp.experts.31.up_proj",
438
+ "model.layers.45.mlp.experts.31.down_proj",
439
+ "model.layers.45.mlp.experts.32.gate_proj",
440
+ "model.layers.45.mlp.experts.32.up_proj",
441
+ "model.layers.45.mlp.experts.32.down_proj",
442
+ "model.layers.45.mlp.experts.33.gate_proj",
443
+ "model.layers.45.mlp.experts.33.up_proj",
444
+ "model.layers.45.mlp.experts.33.down_proj",
445
+ "model.layers.45.mlp.experts.34.gate_proj",
446
+ "model.layers.45.mlp.experts.34.up_proj",
447
+ "model.layers.45.mlp.experts.34.down_proj",
448
+ "model.layers.45.mlp.experts.35.gate_proj",
449
+ "model.layers.45.mlp.experts.35.up_proj",
450
+ "model.layers.45.mlp.experts.35.down_proj",
451
+ "model.layers.45.mlp.experts.36.gate_proj",
452
+ "model.layers.45.mlp.experts.36.up_proj",
453
+ "model.layers.45.mlp.experts.36.down_proj",
454
+ "model.layers.45.mlp.experts.37.gate_proj",
455
+ "model.layers.45.mlp.experts.37.up_proj",
456
+ "model.layers.45.mlp.experts.37.down_proj",
457
+ "model.layers.45.mlp.experts.38.gate_proj",
458
+ "model.layers.45.mlp.experts.38.up_proj",
459
+ "model.layers.45.mlp.experts.38.down_proj",
460
+ "model.layers.45.mlp.experts.39.gate_proj",
461
+ "model.layers.45.mlp.experts.39.up_proj",
462
+ "model.layers.45.mlp.experts.39.down_proj",
463
+ "model.layers.45.mlp.experts.40.gate_proj",
464
+ "model.layers.45.mlp.experts.40.up_proj",
465
+ "model.layers.45.mlp.experts.40.down_proj",
466
+ "model.layers.45.mlp.experts.41.gate_proj",
467
+ "model.layers.45.mlp.experts.41.up_proj",
468
+ "model.layers.45.mlp.experts.41.down_proj",
469
+ "model.layers.45.mlp.experts.42.gate_proj",
470
+ "model.layers.45.mlp.experts.42.up_proj",
471
+ "model.layers.45.mlp.experts.42.down_proj",
472
+ "model.layers.45.mlp.experts.43.gate_proj",
473
+ "model.layers.45.mlp.experts.43.up_proj",
474
+ "model.layers.45.mlp.experts.43.down_proj",
475
+ "model.layers.45.mlp.experts.44.gate_proj",
476
+ "model.layers.45.mlp.experts.44.up_proj",
477
+ "model.layers.45.mlp.experts.44.down_proj",
478
+ "model.layers.45.mlp.experts.45.gate_proj",
479
+ "model.layers.45.mlp.experts.45.up_proj",
480
+ "model.layers.45.mlp.experts.45.down_proj",
481
+ "model.layers.45.mlp.experts.46.gate_proj",
482
+ "model.layers.45.mlp.experts.46.up_proj",
483
+ "model.layers.45.mlp.experts.46.down_proj",
484
+ "model.layers.45.mlp.experts.47.gate_proj",
485
+ "model.layers.45.mlp.experts.47.up_proj",
486
+ "model.layers.45.mlp.experts.47.down_proj",
487
+ "model.layers.45.mlp.experts.48.gate_proj",
488
+ "model.layers.45.mlp.experts.48.up_proj",
489
+ "model.layers.45.mlp.experts.48.down_proj",
490
+ "model.layers.45.mlp.experts.49.gate_proj",
491
+ "model.layers.45.mlp.experts.49.up_proj",
492
+ "model.layers.45.mlp.experts.49.down_proj",
493
+ "model.layers.45.mlp.experts.50.gate_proj",
494
+ "model.layers.45.mlp.experts.50.up_proj",
495
+ "model.layers.45.mlp.experts.50.down_proj",
496
+ "model.layers.45.mlp.experts.51.gate_proj",
497
+ "model.layers.45.mlp.experts.51.up_proj",
498
+ "model.layers.45.mlp.experts.51.down_proj",
499
+ "model.layers.45.mlp.experts.52.gate_proj",
500
+ "model.layers.45.mlp.experts.52.up_proj",
501
+ "model.layers.45.mlp.experts.52.down_proj",
502
+ "model.layers.45.mlp.experts.53.gate_proj",
503
+ "model.layers.45.mlp.experts.53.up_proj",
504
+ "model.layers.45.mlp.experts.53.down_proj",
505
+ "model.layers.45.mlp.experts.54.gate_proj",
506
+ "model.layers.45.mlp.experts.54.up_proj",
507
+ "model.layers.45.mlp.experts.54.down_proj",
508
+ "model.layers.45.mlp.experts.55.gate_proj",
509
+ "model.layers.45.mlp.experts.55.up_proj",
510
+ "model.layers.45.mlp.experts.55.down_proj",
511
+ "model.layers.45.mlp.experts.56.gate_proj",
512
+ "model.layers.45.mlp.experts.56.up_proj",
513
+ "model.layers.45.mlp.experts.56.down_proj",
514
+ "model.layers.45.mlp.experts.57.gate_proj",
515
+ "model.layers.45.mlp.experts.57.up_proj",
516
+ "model.layers.45.mlp.experts.57.down_proj",
517
+ "model.layers.45.mlp.experts.58.gate_proj",
518
+ "model.layers.45.mlp.experts.58.up_proj",
519
+ "model.layers.45.mlp.experts.58.down_proj",
520
+ "model.layers.45.mlp.experts.59.gate_proj",
521
+ "model.layers.45.mlp.experts.59.up_proj",
522
+ "model.layers.45.mlp.experts.59.down_proj",
523
+ "model.layers.45.mlp.experts.60.gate_proj",
524
+ "model.layers.45.mlp.experts.60.up_proj",
525
+ "model.layers.45.mlp.experts.60.down_proj",
526
+ "model.layers.45.mlp.experts.61.gate_proj",
527
+ "model.layers.45.mlp.experts.61.up_proj",
528
+ "model.layers.45.mlp.experts.61.down_proj",
529
+ "model.layers.45.mlp.experts.62.gate_proj",
530
+ "model.layers.45.mlp.experts.62.up_proj",
531
+ "model.layers.45.mlp.experts.62.down_proj",
532
+ "model.layers.45.mlp.experts.63.gate_proj",
533
+ "model.layers.45.mlp.experts.63.up_proj",
534
+ "model.layers.45.mlp.experts.63.down_proj",
535
+ "model.layers.45.mlp.shared_experts.gate_proj",
536
+ "model.layers.45.mlp.shared_experts.up_proj",
537
+ "model.layers.45.mlp.shared_experts.down_proj",
538
+ "lm_head"
539
+ ],
540
+ "kv_cache_scheme": null,
541
+ "quant_method": "compressed-tensors",
542
+ "quantization_status": "compressed",
543
+ "sparsity_config": {},
544
+ "transform_config": {},
545
+ "version": "0.13.1.a20260123"
546
+ },
547
+ "rms_norm_eps": 1e-05,
548
+ "rope_interleave": true,
549
+ "rope_parameters": {
550
+ "partial_rotary_factor": 1.0,
551
+ "rope_theta": 1000000,
552
+ "rope_type": "default"
553
+ },
554
+ "routed_scaling_factor": 1.8,
555
+ "scoring_func": "sigmoid",
556
+ "tie_word_embeddings": false,
557
+ "topk_group": 1,
558
+ "topk_method": "noaux_tc",
559
+ "transformers_version": "5.0.0rc3",
560
+ "use_cache": true,
561
+ "v_head_dim": 256,
562
+ "vocab_size": 154880
563
+ }
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 154820,
6
+ 154827,
7
+ 154829
8
+ ],
9
+ "pad_token_id": 154820,
10
+ "temperature": 1.0,
11
+ "top_p": 0.95,
12
+ "transformers_version": "5.0.0rc3"
13
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bf109b1f96670f69d046066a06d0137b4c9c04bdda140efa446c916876b8246
3
+ size 31972270376
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19e773648cb4e65de8660ea6365e10acca112d42a854923df93db4a6f333a82d
3
+ size 20217442
tokenizer_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": null,
4
+ "clean_up_tokenization_spaces": false,
5
+ "do_lower_case": false,
6
+ "eos_token": "<|endoftext|>",
7
+ "extra_special_tokens": [
8
+ "<|endoftext|>",
9
+ "[MASK]",
10
+ "[gMASK]",
11
+ "[sMASK]",
12
+ "<sop>",
13
+ "<eop>",
14
+ "<|system|>",
15
+ "<|user|>",
16
+ "<|assistant|>",
17
+ "<|observation|>",
18
+ "<|begin_of_image|>",
19
+ "<|end_of_image|>",
20
+ "<|begin_of_video|>",
21
+ "<|end_of_video|>",
22
+ "<|begin_of_audio|>",
23
+ "<|end_of_audio|>",
24
+ "<|begin_of_transcription|>",
25
+ "<|end_of_transcription|>"
26
+ ],
27
+ "is_local": false,
28
+ "model_max_length": 128000,
29
+ "model_specific_special_tokens": {},
30
+ "pad_token": "[MASK]",
31
+ "padding_side": "left",
32
+ "remove_space": false,
33
+ "tokenizer_class": "TokenizersBackend",
34
+ "unk_token": null
35
+ }