patrickbdevaney commited on
Commit
72c5c15
·
verified ·
1 Parent(s): d600948

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. LICENSE +21 -0
  3. README.md +72 -0
  4. adapters/first_moment_gains.json +58 -0
  5. chat_template.jinja +257 -0
  6. config.json +1817 -0
  7. generation_config.json +12 -0
  8. model-00001-of-00062.safetensors +3 -0
  9. model-00002-of-00062.safetensors +3 -0
  10. model-00003-of-00062.safetensors +3 -0
  11. model-00004-of-00062.safetensors +3 -0
  12. model-00005-of-00062.safetensors +3 -0
  13. model-00006-of-00062.safetensors +3 -0
  14. model-00007-of-00062.safetensors +3 -0
  15. model-00008-of-00062.safetensors +3 -0
  16. model-00009-of-00062.safetensors +3 -0
  17. model-00010-of-00062.safetensors +3 -0
  18. model-00011-of-00062.safetensors +3 -0
  19. model-00012-of-00062.safetensors +3 -0
  20. model-00013-of-00062.safetensors +3 -0
  21. model-00014-of-00062.safetensors +3 -0
  22. model-00015-of-00062.safetensors +3 -0
  23. model-00016-of-00062.safetensors +3 -0
  24. model-00017-of-00062.safetensors +3 -0
  25. model-00018-of-00062.safetensors +3 -0
  26. model-00019-of-00062.safetensors +3 -0
  27. model-00020-of-00062.safetensors +3 -0
  28. model-00021-of-00062.safetensors +3 -0
  29. model-00022-of-00062.safetensors +3 -0
  30. model-00023-of-00062.safetensors +3 -0
  31. model-00024-of-00062.safetensors +3 -0
  32. model-00025-of-00062.safetensors +3 -0
  33. model-00026-of-00062.safetensors +3 -0
  34. model-00027-of-00062.safetensors +3 -0
  35. model-00028-of-00062.safetensors +3 -0
  36. model-00029-of-00062.safetensors +3 -0
  37. model-00030-of-00062.safetensors +3 -0
  38. model-00031-of-00062.safetensors +3 -0
  39. model-00032-of-00062.safetensors +3 -0
  40. model-00033-of-00062.safetensors +3 -0
  41. model-00034-of-00062.safetensors +3 -0
  42. model-00035-of-00062.safetensors +3 -0
  43. model-00036-of-00062.safetensors +3 -0
  44. model-00037-of-00062.safetensors +3 -0
  45. model-00038-of-00062.safetensors +3 -0
  46. model-00039-of-00062.safetensors +3 -0
  47. model-00040-of-00062.safetensors +3 -0
  48. model-00041-of-00062.safetensors +3 -0
  49. model-00042-of-00062.safetensors +3 -0
  50. model-00043-of-00062.safetensors +3 -0
.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
LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Z.AI Co., Ltd
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: zai-org/GLM-5.3-Flash
4
+ tags: [reap, moe, pruning, glm5_next, jetson, thor]
5
+ ---
6
+
7
+ # GLM-5.3-Flash REAP-50 (FP8)
8
+
9
+ 50% of routed experts removed with **REAP**
10
+ (Router-weighted Expert Activation Pruning, arXiv:2510.13999), calibrated on a
11
+ permissively-licensed multi-domain corpus that includes real image-text pairs.
12
+
13
+ | | |
14
+ |---|---|
15
+ | Base | `zai-org/GLM-5.3-Flash` (MIT, FP8 E4M3, 128x128 block scales) |
16
+ | Experts | 288 -> 144 per layer, top-8 routing unchanged |
17
+ | Size | 157.0 GiB (FP8) |
18
+ | Healed | yes |
19
+ | MTP block | excluded (see below) |
20
+
21
+ ## Why FP8 and not BF16
22
+
23
+ The upstream release is **FP8**, not BF16. Routed experts are stored per-expert with their own
24
+ `weight_scale_inv` block scales, so pruning is deleting whole tensors - **lossless on every
25
+ retained weight**. The 642 GB BF16 repo elsewhere on the Hub is a dequantised upcast carrying
26
+ no additional information.
27
+
28
+ ## Calibration
29
+
30
+ Mixture weighted for a coding/agentic model that stays empirically grounded: agentic 24%,
31
+ code 21%, math 15%, multimodal 15%, science+bio 10%, finance 8%, ballast 7%.
32
+ Permissive licences only, so this checkpoint keeps the base model's MIT lineage.
33
+
34
+ Vision is first-class: the vision tower contains no MoE and is untouched, but image tokens
35
+ route through the same expert pool as text, so text-only calibration would have deleted
36
+ vision-serving experts with certainty. Real image-text pairs were asserted present.
37
+
38
+ ## Evaluation status: NONE
39
+
40
+ **This checkpoint has not been evaluated.** No benchmark has been run against it - not coding,
41
+ not agentic, not vision, not knowledge. What has been verified is *structural*: expert counts
42
+ match the config, routers are sliced to the retained set, every tensor loads, the vision tower
43
+ is untouched, and the MTP block is cleanly absent.
44
+
45
+ The pruning itself measured **1.29x better than random** at retaining expert output
46
+ contribution (saliency mass 0.643 against 0.50 for random pruning at the same ratio). That says
47
+ the criterion selected well. It does **not** say the model is good.
48
+
49
+ Treat this as a research artifact pending evaluation, not a drop-in replacement.
50
+
51
+ ## Known limitations
52
+
53
+ - **The MTP (multi-token-prediction) block at layer 45 is excluded.** `transformers`'
54
+ `Glm5NextForConditionalGeneration` does not instantiate it, so the pruning path cannot see
55
+ it. Its original tensors are archived unmodified rather than inconsistently pruned.
56
+ - REAP has no published data above 50% compression; this checkpoint sits at the validated
57
+ ceiling, not beyond it.
58
+ - Expect **factual-recall** regression before reasoning or coding regression. That is the
59
+ measured failure mode of expert pruning on this architecture family: the closest published
60
+ analogue (`cerebras/Kimi-Linear-REAP-35B-A3B`, same KDA + full-attention stack) loses 3.4
61
+ points on FRAMES at only 30% pruning while code and maths hold flat.
62
+ - Healing is a **first-moment output-scale correction** derived from the calibration saliency
63
+ (median gain 0.696, applied exactly to the F32 block scales). It is *not* distillation and
64
+ does not attempt to recover lost knowledge.
65
+ - Routing is disrupted more than expert count suggests: the retained experts carry ~0.90x the
66
+ routing mass an average expert would, because REAP preserves rare-but-strong experts over
67
+ common-but-weak ones.
68
+
69
+ ## Serving on Jetson Thor
70
+
71
+ Use the **cutlass** fused-MoE backend (the Marlin FP4 MoE kernel faults at >=256 experts) and
72
+ `TRITON_MLA` for the 11 MLA+DSA layers (FLASHINFER is invalid for MLA).
adapters/first_moment_gains.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "method": "first-moment MoE output-scale correction (no teacher, no forward pass)",
3
+ "gains": {
4
+ "model.language_model.layers.10.mlp": 0.7248485529204297,
5
+ "model.language_model.layers.11.mlp": 0.7688839920978157,
6
+ "model.language_model.layers.12.mlp": 0.720266710081958,
7
+ "model.language_model.layers.13.mlp": 0.696414400741539,
8
+ "model.language_model.layers.14.mlp": 0.7211824227542548,
9
+ "model.language_model.layers.15.mlp": 0.6125752507194004,
10
+ "model.language_model.layers.16.mlp": 0.6266638877989685,
11
+ "model.language_model.layers.17.mlp": 0.6343424894071013,
12
+ "model.language_model.layers.18.mlp": 0.6322330673730951,
13
+ "model.language_model.layers.19.mlp": 0.6993459008759719,
14
+ "model.language_model.layers.20.mlp": 0.6615843635101955,
15
+ "model.language_model.layers.21.mlp": 0.732024506110538,
16
+ "model.language_model.layers.22.mlp": 0.7189183799764408,
17
+ "model.language_model.layers.23.mlp": 0.6901417022089127,
18
+ "model.language_model.layers.24.mlp": 0.6898154806947164,
19
+ "model.language_model.layers.25.mlp": 0.6578422600868652,
20
+ "model.language_model.layers.26.mlp": 0.6879420555565667,
21
+ "model.language_model.layers.27.mlp": 0.6737260687929116,
22
+ "model.language_model.layers.28.mlp": 0.6875200063116345,
23
+ "model.language_model.layers.29.mlp": 0.6157321477126972,
24
+ "model.language_model.layers.30.mlp": 0.7151061947713371,
25
+ "model.language_model.layers.31.mlp": 0.7580117612960523,
26
+ "model.language_model.layers.32.mlp": 0.7367504496510207,
27
+ "model.language_model.layers.33.mlp": 0.7177796212930482,
28
+ "model.language_model.layers.34.mlp": 0.6550129459013841,
29
+ "model.language_model.layers.35.mlp": 0.6104379621205798,
30
+ "model.language_model.layers.36.mlp": 0.7485389193425518,
31
+ "model.language_model.layers.37.mlp": 0.7445576730429859,
32
+ "model.language_model.layers.38.mlp": 0.7484986303732742,
33
+ "model.language_model.layers.39.mlp": 0.7270820959634358,
34
+ "model.language_model.layers.3.mlp": 0.5635186002509643,
35
+ "model.language_model.layers.40.mlp": 0.6251607867418474,
36
+ "model.language_model.layers.41.mlp": 0.6626084032625078,
37
+ "model.language_model.layers.42.mlp": 0.6404987609192929,
38
+ "model.language_model.layers.43.mlp": 0.6514927957884765,
39
+ "model.language_model.layers.44.mlp": 0.6198709771060313,
40
+ "model.language_model.layers.4.mlp": 0.8459079542295754,
41
+ "model.language_model.layers.5.mlp": 0.8389507085980841,
42
+ "model.language_model.layers.6.mlp": 0.7816916664281629,
43
+ "model.language_model.layers.7.mlp": 0.8557034564095768,
44
+ "model.language_model.layers.8.mlp": 0.6330346614389457,
45
+ "model.language_model.layers.9.mlp": 0.7417681296946149
46
+ },
47
+ "stats": {
48
+ "layers": 42,
49
+ "skipped": 0,
50
+ "gain_min": 0.5635,
51
+ "gain_max": 0.8557,
52
+ "gain_median": 0.6964,
53
+ "gain_mean": 0.697
54
+ },
55
+ "experts_scaled": 6048,
56
+ "shards_rewritten": 59,
57
+ "not_done": "layer-local distillation and LoRA SFT - not tractable for 165B on a 117 GiB box; see wiki/70-healing.md"
58
+ }
chat_template.jinja ADDED
@@ -0,0 +1,257 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [gMASK]<sop>
2
+ {%- set effective_reasoning_effort = reasoning_effort if reasoning_effort is defined and reasoning_effort in ['low', 'high'] else 'max' -%}
3
+ {%- if effective_reasoning_effort is not none -%}<|system|>Reasoning Effort: {{ effective_reasoning_effort | capitalize }}{%- endif -%}
4
+ {%- set clear_thinking = clear_thinking if clear_thinking is defined else false -%}
5
+ {%- if tools -%}
6
+ {%- macro tool_to_json(tool) -%}
7
+ {%- set ns_tool = namespace(first=true) -%}
8
+ {{ '{' -}}
9
+ {%- for k, v in tool.items() -%}
10
+ {%- if k != 'defer_loading' and k != 'strict' -%}
11
+ {%- if not ns_tool.first -%}{{- ', ' -}}{%- endif -%}
12
+ {%- set ns_tool.first = false -%}
13
+ "{{ k }}": {{ v | tojson(ensure_ascii=False) }}
14
+ {%- endif -%}
15
+ {%- endfor -%}
16
+ {{- '}' -}}
17
+ {%- endmacro -%}
18
+ {%- macro tool_references_to_response(refs) -%}
19
+ {{- '<tool_response><tools>\n' -}}
20
+ {%- for tr in refs -%}
21
+ {%- for tool in tools -%}
22
+ {%- if 'function' in tool -%}
23
+ {%- set tool = tool['function'] -%}
24
+ {%- endif -%}
25
+ {%- if tool.name == tr.name -%}
26
+ {{- tool_to_json(tool) + '\n' -}}
27
+ {%- endif -%}
28
+ {%- endfor -%}
29
+ {%- endfor -%}
30
+ {{- '</tools></tool_response>' -}}
31
+ {%- endmacro -%}
32
+ <|system|>
33
+ # Tools
34
+
35
+ You may call one or more functions to assist with the user query.
36
+
37
+ You are provided with function signatures within <tools></tools> XML tags:
38
+ <tools>
39
+ {% for tool in tools %}
40
+ {%- if 'function' in tool -%}
41
+ {%- set tool = tool['function'] -%}
42
+ {%- endif -%}
43
+ {% if tool.defer_loading is not defined or not tool.defer_loading %}
44
+ {{ tool_to_json(tool) }}
45
+ {% endif %}
46
+ {% endfor %}
47
+ </tools>
48
+
49
+ For each function call, output the function name and arguments within the following XML format:
50
+ <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 -%}
51
+ {%- macro emit_image() -%}<|begin_of_image|><|image|><|end_of_image|>{%- endmacro -%}
52
+ {%- macro emit_video() -%}<|begin_of_video|><|video|><|end_of_video|>{%- endmacro -%}
53
+ {%- macro emit_audio() -%}<|begin_of_audio|><|end_of_audio|>{%- endmacro -%}
54
+ {%- macro visible_text(content) -%}
55
+ {%- if content is string -%}
56
+ {{- content -}}
57
+ {%- elif content is iterable and content is not mapping -%}
58
+ {%- for item in content -%}
59
+ {%- if item is mapping and item.type == 'text' -%}
60
+ {{- item.text -}}
61
+ {%- elif item is string -%}
62
+ {{- item -}}
63
+ {%- elif item is mapping and item.type in ['image', 'image_url'] -%}
64
+ {{- emit_image() -}}
65
+ {%- elif item is mapping and item.type in ['video', 'video_url'] -%}
66
+ {{- emit_video() -}}
67
+ {%- elif item is mapping and item.type in ['audio', 'audio_url', 'input_audio'] -%}
68
+ {{- emit_audio() -}}
69
+ {%- endif -%}
70
+ {%- endfor -%}
71
+ {%- else -%}
72
+ {{- content }}
73
+ {%- endif -%}
74
+ {%- endmacro -%}
75
+ {%- macro tool_response(text) -%}
76
+ {{- '<tool_response>' + text + '</tool_response>' -}}
77
+ {%- endmacro -%}
78
+ {%- macro render_tool_response(m) -%}
79
+ {%- if m.content is string -%}
80
+ {{- tool_response(m.content) -}}
81
+ {%- elif m.content and m.content is not mapping and m.content.0.type == "tool_reference" -%}
82
+ {{- tool_references_to_response(m.content) -}}
83
+ {%- elif is_list_of_outputs(m) -%}
84
+ {%- for tr in m.content -%}
85
+ {%- if tr.output is iterable and tr.output is not string and tr.output is not mapping and tr.output and tr.output.0.type == "tool_reference" -%}
86
+ {{- tool_references_to_response(tr.output) -}}
87
+ {%- else -%}
88
+ {{- tool_response(visible_text(tr.output)) -}}
89
+ {%- endif -%}
90
+ {%- endfor -%}
91
+ {%- else -%}
92
+ {{- tool_response(visible_text(m.content)) -}}
93
+ {%- endif -%}
94
+ {%- endmacro -%}
95
+ {%- macro id_of(obj) -%}
96
+ {%- if obj.tool_call_id -%}
97
+ {{- obj.tool_call_id -}}
98
+ {%- elif obj.id -%}
99
+ {{- obj.id -}}
100
+ {%- endif -%}
101
+ {%- endmacro -%}
102
+ {%- macro is_list_of_outputs(m) -%}
103
+ {%- if m.content and m.content.0.output is defined -%}1{%- endif -%}
104
+ {%- endmacro -%}
105
+ {%- macro has_dup_tool_result_id(lo, hi, target) -%}
106
+ {%- set ns_cnt = namespace(n=0) -%}
107
+ {%- for k in range(lo, hi + 1) -%}
108
+ {%- set m = messages[k] -%}
109
+ {%- if is_list_of_outputs(m) -%}
110
+ {%- for entry in m.content -%}
111
+ {%- if id_of(entry) == target -%}
112
+ {%- set ns_cnt.n = ns_cnt.n + 1 -%}
113
+ {%- endif -%}
114
+ {%- endfor -%}
115
+ {%- elif id_of(m) == target -%}
116
+ {%- set ns_cnt.n = ns_cnt.n + 1 -%}
117
+ {%- endif -%}
118
+ {%- if ns_cnt.n > 1 -%}{%- break -%}{%- endif -%}
119
+ {%- endfor -%}
120
+ {%- if ns_cnt.n > 1 -%}1{%- endif -%}
121
+ {%- endmacro -%}
122
+ {%- macro tc_id_exists(tcs, target) -%}
123
+ {%- set ns_f = namespace(found=false) -%}
124
+ {%- for tc in tcs -%}
125
+ {%- if id_of(tc) == target -%}
126
+ {%- set ns_f.found = true -%}
127
+ {%- break -%}
128
+ {%- endif -%}
129
+ {%- endfor -%}
130
+ {%- if ns_f.found -%}1{%- endif -%}
131
+ {%- endmacro -%}
132
+ {%- set ns = namespace(last_user_index=-1) -%}
133
+ {%- for m in messages %}
134
+ {%- if m.role == 'user' %}
135
+ {%- set ns.last_user_index = loop.index0 -%}
136
+ {%- endif %}
137
+ {%- endfor %}
138
+ {%- for m in messages -%}
139
+ {%- if m.role == 'user' -%}<|user|>{{ visible_text(m.content) }}
140
+ {%- elif m.role == 'assistant' -%}
141
+ <|assistant|>
142
+ {%- set content = visible_text(m.content) %}
143
+ {%- if m.reasoning_content is string %}
144
+ {%- set reasoning_content = m.reasoning_content %}
145
+ {%- elif '</think>' in content %}
146
+ {%- set reasoning_content = content.split('</think>')[0].split('<think>')[-1] %}
147
+ {%- set content = content.split('</think>')[-1] %}
148
+ {%- endif %}
149
+ {%- if (not clear_thinking or loop.index0 > ns.last_user_index) and reasoning_content is defined -%}
150
+ {{ '<think>' + reasoning_content + '</think>'}}
151
+ {%- else -%}
152
+ {{ '<think></think>' }}
153
+ {%- endif -%}
154
+ {%- if content.strip() -%}
155
+ {{ content.strip() }}
156
+ {%- endif -%}
157
+ {% if m.tool_calls %}
158
+ {% for tc in m.tool_calls %}
159
+ {%- if tc.function %}
160
+ {%- set tc = tc.function %}
161
+ {%- endif %}
162
+ {{- '<tool_call>' + tc.name -}}
163
+ {% 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 %}
164
+ {% endif %}
165
+ {%- elif m.role == 'tool' -%}
166
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
167
+ {{- '<|observation|>' -}}
168
+ {%- set block_start = loop.index0 -%}
169
+ {%- set ns_blk = namespace(end=block_start) -%}
170
+ {%- for j in range(block_start, messages|length) -%}
171
+ {%- if messages[j].role == 'tool' -%}
172
+ {%- set ns_blk.end = j -%}
173
+ {%- else -%}
174
+ {%- break -%}
175
+ {%- endif -%}
176
+ {%- endfor -%}
177
+ {%- set ns_a = namespace(tool_calls=none) -%}
178
+ {%- if block_start > 0 and messages[block_start - 1].role == 'assistant' and messages[block_start - 1].tool_calls -%}
179
+ {%- set ns_a.tool_calls = messages[block_start - 1].tool_calls -%}
180
+ {%- endif -%}
181
+ {%- set ns_chk = namespace(can_sort=true) -%}
182
+ {%- if not ns_a.tool_calls -%}
183
+ {%- set ns_chk.can_sort = false -%}
184
+ {%- else -%}
185
+ {%- for k in range(block_start, ns_blk.end + 1) -%}
186
+ {%- set m = messages[k] -%}
187
+ {%- if is_list_of_outputs(m) -%}
188
+ {%- for entry in m.content -%}
189
+ {%- set eid = id_of(entry) -%}
190
+ {%- if not eid -%}
191
+ {%- set ns_chk.can_sort = false -%}
192
+ {%- elif has_dup_tool_result_id(block_start, ns_blk.end, eid) -%}
193
+ {%- set ns_chk.can_sort = false -%}
194
+ {%- elif not tc_id_exists(ns_a.tool_calls, eid) -%}
195
+ {%- set ns_chk.can_sort = false -%}
196
+ {%- endif -%}
197
+ {%- endfor -%}
198
+ {%- else -%}
199
+ {%- set tk_id = id_of(m) -%}
200
+ {%- if not tk_id -%}
201
+ {%- set ns_chk.can_sort = false -%}
202
+ {%- elif has_dup_tool_result_id(block_start, ns_blk.end, tk_id) -%}
203
+ {%- set ns_chk.can_sort = false -%}
204
+ {%- elif not tc_id_exists(ns_a.tool_calls, tk_id) -%}
205
+ {%- set ns_chk.can_sort = false -%}
206
+ {%- endif -%}
207
+ {%- endif -%}
208
+ {%- endfor -%}
209
+ {%- for i in range(ns_a.tool_calls | length) -%}
210
+ {%- set tc_id = id_of(ns_a.tool_calls[i]) -%}
211
+ {%- if not tc_id -%}
212
+ {%- set ns_chk.can_sort = false -%}
213
+ {%- endif -%}
214
+ {%- for j in range(i + 1, ns_a.tool_calls | length) -%}
215
+ {%- if id_of(ns_a.tool_calls[j]) == tc_id -%}
216
+ {%- set ns_chk.can_sort = false -%}
217
+ {%- endif -%}
218
+ {%- endfor -%}
219
+ {%- endfor -%}
220
+ {%- endif -%}
221
+ {%- if ns_chk.can_sort -%}
222
+ {%- for tc in ns_a.tool_calls -%}
223
+ {%- set tc_id = id_of(tc) -%}
224
+ {%- for k in range(block_start, ns_blk.end + 1) -%}
225
+ {%- set m = messages[k] -%}
226
+ {%- if is_list_of_outputs(m) -%}
227
+ {%- for entry in m.content -%}
228
+ {%- set eid = id_of(entry) -%}
229
+ {%- if eid == tc_id -%}
230
+ {%- if entry.output is iterable and entry.output is not string and entry.output is not mapping and entry.output and entry.output.0.type == "tool_reference" -%}
231
+ {{- tool_references_to_response(entry.output) -}}
232
+ {%- else -%}
233
+ {{- tool_response(visible_text(entry.output)) -}}
234
+ {%- endif -%}
235
+ {%- endif -%}
236
+ {%- endfor -%}
237
+ {%- else -%}
238
+ {%- set tk_id = id_of(m) -%}
239
+ {%- if tk_id == tc_id -%}
240
+ {{- render_tool_response(m) -}}
241
+ {%- endif -%}
242
+ {%- endif -%}
243
+ {%- endfor -%}
244
+ {%- endfor -%}
245
+ {%- else -%}
246
+ {%- for k in range(block_start, ns_blk.end + 1) -%}
247
+ {{- render_tool_response(messages[k]) -}}
248
+ {%- endfor -%}
249
+ {%- endif -%}
250
+ {% endif -%}
251
+ {%- elif m.role == 'system' -%}
252
+ <|system|>{{ visible_text(m.content) }}
253
+ {%- endif -%}
254
+ {%- endfor -%}
255
+ {%- if add_generation_prompt -%}
256
+ <|assistant|>{{- '<think>' -}}
257
+ {%- endif -%}
config.json ADDED
@@ -0,0 +1,1817 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Glm5NextForConditionalGeneration"
4
+ ],
5
+ "text_config": {
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "dtype": "bfloat16",
9
+ "eos_token_id": [
10
+ 154820,
11
+ 154827,
12
+ 154829
13
+ ],
14
+ "first_k_dense_replace": 3,
15
+ "hc_eps": 1e-06,
16
+ "hc_mult": 4,
17
+ "hc_sinkhorn_iters": 20,
18
+ "head_dim": 0,
19
+ "hidden_act": "silu",
20
+ "hidden_size": 4096,
21
+ "index_head_dim": 128,
22
+ "index_kpool": 4,
23
+ "index_kpool_always_select_tail": true,
24
+ "index_kpool_compress": true,
25
+ "index_n_heads": 32,
26
+ "index_topk": 2048,
27
+ "index_share_for_mtp_iteration": true,
28
+ "indexer_rope_interleave": true,
29
+ "indexer_types": [
30
+ "full",
31
+ "full",
32
+ "full",
33
+ "full",
34
+ "full",
35
+ "full",
36
+ "full",
37
+ "full",
38
+ "full",
39
+ "full",
40
+ "full",
41
+ "full",
42
+ "full",
43
+ "full",
44
+ "full",
45
+ "full",
46
+ "full",
47
+ "full",
48
+ "full",
49
+ "full",
50
+ "full",
51
+ "full",
52
+ "full",
53
+ "full",
54
+ "full",
55
+ "full",
56
+ "full",
57
+ "full",
58
+ "full",
59
+ "full",
60
+ "full",
61
+ "full",
62
+ "full",
63
+ "full",
64
+ "full",
65
+ "full",
66
+ "full",
67
+ "full",
68
+ "full",
69
+ "full",
70
+ "full",
71
+ "full",
72
+ "full",
73
+ "full",
74
+ "full"
75
+ ],
76
+ "initializer_range": 0.02,
77
+ "intermediate_size": 12288,
78
+ "kv_lora_rank": 512,
79
+ "layer_types": [
80
+ "linear_attention",
81
+ "linear_attention",
82
+ "linear_attention",
83
+ "deepseek_sparse_attention",
84
+ "linear_attention",
85
+ "linear_attention",
86
+ "linear_attention",
87
+ "deepseek_sparse_attention",
88
+ "linear_attention",
89
+ "linear_attention",
90
+ "linear_attention",
91
+ "deepseek_sparse_attention",
92
+ "linear_attention",
93
+ "linear_attention",
94
+ "linear_attention",
95
+ "deepseek_sparse_attention",
96
+ "linear_attention",
97
+ "linear_attention",
98
+ "linear_attention",
99
+ "deepseek_sparse_attention",
100
+ "linear_attention",
101
+ "linear_attention",
102
+ "linear_attention",
103
+ "deepseek_sparse_attention",
104
+ "linear_attention",
105
+ "linear_attention",
106
+ "linear_attention",
107
+ "deepseek_sparse_attention",
108
+ "linear_attention",
109
+ "linear_attention",
110
+ "linear_attention",
111
+ "deepseek_sparse_attention",
112
+ "linear_attention",
113
+ "linear_attention",
114
+ "linear_attention",
115
+ "deepseek_sparse_attention",
116
+ "linear_attention",
117
+ "linear_attention",
118
+ "linear_attention",
119
+ "deepseek_sparse_attention",
120
+ "linear_attention",
121
+ "linear_attention",
122
+ "linear_attention",
123
+ "deepseek_sparse_attention",
124
+ "linear_attention"
125
+ ],
126
+ "linear_attn_config": {
127
+ "num_heads": 64,
128
+ "gate_lower_bound": -5.0,
129
+ "head_dim": 128,
130
+ "short_conv_kernel_size": 4,
131
+ "kda_layers": [
132
+ 0,
133
+ 1,
134
+ 2,
135
+ 4,
136
+ 5,
137
+ 6,
138
+ 8,
139
+ 9,
140
+ 10,
141
+ 12,
142
+ 13,
143
+ 14,
144
+ 16,
145
+ 17,
146
+ 18,
147
+ 20,
148
+ 21,
149
+ 22,
150
+ 24,
151
+ 25,
152
+ 26,
153
+ 28,
154
+ 29,
155
+ 30,
156
+ 32,
157
+ 33,
158
+ 34,
159
+ 36,
160
+ 37,
161
+ 38,
162
+ 40,
163
+ 41,
164
+ 42,
165
+ 44
166
+ ],
167
+ "full_attn_layers": [
168
+ 3,
169
+ 7,
170
+ 11,
171
+ 15,
172
+ 19,
173
+ 23,
174
+ 27,
175
+ 31,
176
+ 35,
177
+ 39,
178
+ 43
179
+ ]
180
+ },
181
+ "max_position_embeddings": 1048576,
182
+ "mhc": true,
183
+ "mla_use_nope": true,
184
+ "mlp_layer_types": [
185
+ "dense",
186
+ "dense",
187
+ "dense",
188
+ "sparse",
189
+ "sparse",
190
+ "sparse",
191
+ "sparse",
192
+ "sparse",
193
+ "sparse",
194
+ "sparse",
195
+ "sparse",
196
+ "sparse",
197
+ "sparse",
198
+ "sparse",
199
+ "sparse",
200
+ "sparse",
201
+ "sparse",
202
+ "sparse",
203
+ "sparse",
204
+ "sparse",
205
+ "sparse",
206
+ "sparse",
207
+ "sparse",
208
+ "sparse",
209
+ "sparse",
210
+ "sparse",
211
+ "sparse",
212
+ "sparse",
213
+ "sparse",
214
+ "sparse",
215
+ "sparse",
216
+ "sparse",
217
+ "sparse",
218
+ "sparse",
219
+ "sparse",
220
+ "sparse",
221
+ "sparse",
222
+ "sparse",
223
+ "sparse",
224
+ "sparse",
225
+ "sparse",
226
+ "sparse",
227
+ "sparse",
228
+ "sparse",
229
+ "sparse"
230
+ ],
231
+ "model_type": "glm5_next_text",
232
+ "moe_intermediate_size": 2048,
233
+ "moe_router_dtype": "float32",
234
+ "n_group": 1,
235
+ "n_routed_experts": 144,
236
+ "n_shared_experts": 1,
237
+ "norm_topk_prob": true,
238
+ "num_attention_heads": 64,
239
+ "num_experts_per_tok": 8,
240
+ "num_hidden_layers": 45,
241
+ "num_key_value_heads": 64,
242
+ "num_nextn_predict_layers": 0,
243
+ "output_router_logits": false,
244
+ "pad_token_id": 154820,
245
+ "q_lora_rank": 1536,
246
+ "qk_head_dim": 256,
247
+ "qk_nope_head_dim": 256,
248
+ "qk_rope_head_dim": 0,
249
+ "rms_norm_eps": 1e-05,
250
+ "routed_scaling_factor": 2.5,
251
+ "router_aux_loss_coef": 0.001,
252
+ "scoring_func": "sigmoid",
253
+ "swiglu_limit": 10.0,
254
+ "tie_word_embeddings": false,
255
+ "topk_group": 1,
256
+ "topk_method": "noaux_tc",
257
+ "use_cache": true,
258
+ "v_head_dim": 256,
259
+ "vocab_size": 154880,
260
+ "num_local_experts": 144
261
+ },
262
+ "vision_config": {
263
+ "attention_bias": true,
264
+ "attention_dropout": 0.0,
265
+ "depth": 24,
266
+ "hidden_act": "silu",
267
+ "hidden_size": 1024,
268
+ "image_size": 448,
269
+ "in_channels": 3,
270
+ "initializer_range": 0.02,
271
+ "intermediate_size": 4096,
272
+ "model_type": "glm5_next_vision",
273
+ "num_heads": 16,
274
+ "out_hidden_size": 4096,
275
+ "patch_size": 14,
276
+ "projection_intermediate_size": 10240,
277
+ "rms_norm_eps": 1e-05,
278
+ "spatial_merge_size": 2,
279
+ "swiglu_limit": 10.0,
280
+ "temporal_patch_size": 2
281
+ },
282
+ "image_token_id": 154854,
283
+ "video_token_id": 154855,
284
+ "image_start_token_id": 154830,
285
+ "image_end_token_id": 154831,
286
+ "video_start_token_id": 154832,
287
+ "video_end_token_id": 154833,
288
+ "tie_word_embeddings": false,
289
+ "model_type": "glm5_next",
290
+ "transformers_version": "5.16.0",
291
+ "quantization_config": {
292
+ "activation_scheme": "dynamic",
293
+ "fmt": "e4m3",
294
+ "modules_to_not_convert": [
295
+ "attn_mha",
296
+ "attn_mqa",
297
+ "dt_bias",
298
+ "hyper_connection",
299
+ "lm_head",
300
+ "mapping_proj",
301
+ "model.embed_tokens",
302
+ "model.layers.0.hc_attn_base",
303
+ "model.layers.0.hc_attn_fn",
304
+ "model.layers.0.hc_attn_scale",
305
+ "model.layers.0.hc_ffn_base",
306
+ "model.layers.0.hc_ffn_fn",
307
+ "model.layers.0.hc_ffn_scale",
308
+ "model.layers.0.input_layernorm",
309
+ "model.layers.0.post_attention_layernorm",
310
+ "model.layers.0.self_attn.A_log",
311
+ "model.layers.0.self_attn.b_proj",
312
+ "model.layers.0.self_attn.dt_bias",
313
+ "model.layers.0.self_attn.f_a_proj",
314
+ "model.layers.0.self_attn.f_b_proj",
315
+ "model.layers.0.self_attn.fused_qkvbfg_a_proj",
316
+ "model.layers.0.self_attn.g_a_proj",
317
+ "model.layers.0.self_attn.g_b_proj",
318
+ "model.layers.0.self_attn.k_conv1d",
319
+ "model.layers.0.self_attn.k_proj",
320
+ "model.layers.0.self_attn.o_norm",
321
+ "model.layers.0.self_attn.o_proj",
322
+ "model.layers.0.self_attn.q_conv1d",
323
+ "model.layers.0.self_attn.q_proj",
324
+ "model.layers.0.self_attn.qkv_proj",
325
+ "model.layers.0.self_attn.v_conv1d",
326
+ "model.layers.0.self_attn.v_proj",
327
+ "model.layers.1.hc_attn_base",
328
+ "model.layers.1.hc_attn_fn",
329
+ "model.layers.1.hc_attn_scale",
330
+ "model.layers.1.hc_ffn_base",
331
+ "model.layers.1.hc_ffn_fn",
332
+ "model.layers.1.hc_ffn_scale",
333
+ "model.layers.1.input_layernorm",
334
+ "model.layers.1.post_attention_layernorm",
335
+ "model.layers.1.self_attn.A_log",
336
+ "model.layers.1.self_attn.b_proj",
337
+ "model.layers.1.self_attn.dt_bias",
338
+ "model.layers.1.self_attn.f_a_proj",
339
+ "model.layers.1.self_attn.f_b_proj",
340
+ "model.layers.1.self_attn.fused_qkvbfg_a_proj",
341
+ "model.layers.1.self_attn.g_a_proj",
342
+ "model.layers.1.self_attn.g_b_proj",
343
+ "model.layers.1.self_attn.k_conv1d",
344
+ "model.layers.1.self_attn.k_proj",
345
+ "model.layers.1.self_attn.o_norm",
346
+ "model.layers.1.self_attn.o_proj",
347
+ "model.layers.1.self_attn.q_conv1d",
348
+ "model.layers.1.self_attn.q_proj",
349
+ "model.layers.1.self_attn.qkv_proj",
350
+ "model.layers.1.self_attn.v_conv1d",
351
+ "model.layers.1.self_attn.v_proj",
352
+ "model.layers.10.hc_attn_base",
353
+ "model.layers.10.hc_attn_fn",
354
+ "model.layers.10.hc_attn_scale",
355
+ "model.layers.10.hc_ffn_base",
356
+ "model.layers.10.hc_ffn_fn",
357
+ "model.layers.10.hc_ffn_scale",
358
+ "model.layers.10.input_layernorm",
359
+ "model.layers.10.mlp.gate",
360
+ "model.layers.10.mlp.gate.e_score_correction_bias",
361
+ "model.layers.10.post_attention_layernorm",
362
+ "model.layers.10.self_attn.A_log",
363
+ "model.layers.10.self_attn.b_proj",
364
+ "model.layers.10.self_attn.dt_bias",
365
+ "model.layers.10.self_attn.f_a_proj",
366
+ "model.layers.10.self_attn.f_b_proj",
367
+ "model.layers.10.self_attn.fused_qkvbfg_a_proj",
368
+ "model.layers.10.self_attn.g_a_proj",
369
+ "model.layers.10.self_attn.g_b_proj",
370
+ "model.layers.10.self_attn.k_conv1d",
371
+ "model.layers.10.self_attn.k_proj",
372
+ "model.layers.10.self_attn.o_norm",
373
+ "model.layers.10.self_attn.o_proj",
374
+ "model.layers.10.self_attn.q_conv1d",
375
+ "model.layers.10.self_attn.q_proj",
376
+ "model.layers.10.self_attn.qkv_proj",
377
+ "model.layers.10.self_attn.v_conv1d",
378
+ "model.layers.10.self_attn.v_proj",
379
+ "model.layers.11.hc_attn_base",
380
+ "model.layers.11.hc_attn_fn",
381
+ "model.layers.11.hc_attn_scale",
382
+ "model.layers.11.hc_ffn_base",
383
+ "model.layers.11.hc_ffn_fn",
384
+ "model.layers.11.hc_ffn_scale",
385
+ "model.layers.11.input_layernorm",
386
+ "model.layers.11.mlp.gate",
387
+ "model.layers.11.mlp.gate.e_score_correction_bias",
388
+ "model.layers.11.post_attention_layernorm",
389
+ "model.layers.11.self_attn.indexer.index_kpool_compress_ape",
390
+ "model.layers.11.self_attn.indexer.index_kpool_compress_gate",
391
+ "model.layers.11.self_attn.indexer.k_norm",
392
+ "model.layers.11.self_attn.indexer.k_norm.bias",
393
+ "model.layers.11.self_attn.indexer.weights_proj",
394
+ "model.layers.11.self_attn.indexer.wk",
395
+ "model.layers.11.self_attn.indexer.wq_b",
396
+ "model.layers.11.self_attn.kv_a_layernorm",
397
+ "model.layers.11.self_attn.kv_b_proj",
398
+ "model.layers.11.self_attn.q_a_layernorm",
399
+ "model.layers.12.hc_attn_base",
400
+ "model.layers.12.hc_attn_fn",
401
+ "model.layers.12.hc_attn_scale",
402
+ "model.layers.12.hc_ffn_base",
403
+ "model.layers.12.hc_ffn_fn",
404
+ "model.layers.12.hc_ffn_scale",
405
+ "model.layers.12.input_layernorm",
406
+ "model.layers.12.mlp.gate",
407
+ "model.layers.12.mlp.gate.e_score_correction_bias",
408
+ "model.layers.12.post_attention_layernorm",
409
+ "model.layers.12.self_attn.A_log",
410
+ "model.layers.12.self_attn.b_proj",
411
+ "model.layers.12.self_attn.dt_bias",
412
+ "model.layers.12.self_attn.f_a_proj",
413
+ "model.layers.12.self_attn.f_b_proj",
414
+ "model.layers.12.self_attn.fused_qkvbfg_a_proj",
415
+ "model.layers.12.self_attn.g_a_proj",
416
+ "model.layers.12.self_attn.g_b_proj",
417
+ "model.layers.12.self_attn.k_conv1d",
418
+ "model.layers.12.self_attn.k_proj",
419
+ "model.layers.12.self_attn.o_norm",
420
+ "model.layers.12.self_attn.o_proj",
421
+ "model.layers.12.self_attn.q_conv1d",
422
+ "model.layers.12.self_attn.q_proj",
423
+ "model.layers.12.self_attn.qkv_proj",
424
+ "model.layers.12.self_attn.v_conv1d",
425
+ "model.layers.12.self_attn.v_proj",
426
+ "model.layers.13.hc_attn_base",
427
+ "model.layers.13.hc_attn_fn",
428
+ "model.layers.13.hc_attn_scale",
429
+ "model.layers.13.hc_ffn_base",
430
+ "model.layers.13.hc_ffn_fn",
431
+ "model.layers.13.hc_ffn_scale",
432
+ "model.layers.13.input_layernorm",
433
+ "model.layers.13.mlp.gate",
434
+ "model.layers.13.mlp.gate.e_score_correction_bias",
435
+ "model.layers.13.post_attention_layernorm",
436
+ "model.layers.13.self_attn.A_log",
437
+ "model.layers.13.self_attn.b_proj",
438
+ "model.layers.13.self_attn.dt_bias",
439
+ "model.layers.13.self_attn.f_a_proj",
440
+ "model.layers.13.self_attn.f_b_proj",
441
+ "model.layers.13.self_attn.fused_qkvbfg_a_proj",
442
+ "model.layers.13.self_attn.g_a_proj",
443
+ "model.layers.13.self_attn.g_b_proj",
444
+ "model.layers.13.self_attn.k_conv1d",
445
+ "model.layers.13.self_attn.k_proj",
446
+ "model.layers.13.self_attn.o_norm",
447
+ "model.layers.13.self_attn.o_proj",
448
+ "model.layers.13.self_attn.q_conv1d",
449
+ "model.layers.13.self_attn.q_proj",
450
+ "model.layers.13.self_attn.qkv_proj",
451
+ "model.layers.13.self_attn.v_conv1d",
452
+ "model.layers.13.self_attn.v_proj",
453
+ "model.layers.14.hc_attn_base",
454
+ "model.layers.14.hc_attn_fn",
455
+ "model.layers.14.hc_attn_scale",
456
+ "model.layers.14.hc_ffn_base",
457
+ "model.layers.14.hc_ffn_fn",
458
+ "model.layers.14.hc_ffn_scale",
459
+ "model.layers.14.input_layernorm",
460
+ "model.layers.14.mlp.gate",
461
+ "model.layers.14.mlp.gate.e_score_correction_bias",
462
+ "model.layers.14.post_attention_layernorm",
463
+ "model.layers.14.self_attn.A_log",
464
+ "model.layers.14.self_attn.b_proj",
465
+ "model.layers.14.self_attn.dt_bias",
466
+ "model.layers.14.self_attn.f_a_proj",
467
+ "model.layers.14.self_attn.f_b_proj",
468
+ "model.layers.14.self_attn.fused_qkvbfg_a_proj",
469
+ "model.layers.14.self_attn.g_a_proj",
470
+ "model.layers.14.self_attn.g_b_proj",
471
+ "model.layers.14.self_attn.k_conv1d",
472
+ "model.layers.14.self_attn.k_proj",
473
+ "model.layers.14.self_attn.o_norm",
474
+ "model.layers.14.self_attn.o_proj",
475
+ "model.layers.14.self_attn.q_conv1d",
476
+ "model.layers.14.self_attn.q_proj",
477
+ "model.layers.14.self_attn.qkv_proj",
478
+ "model.layers.14.self_attn.v_conv1d",
479
+ "model.layers.14.self_attn.v_proj",
480
+ "model.layers.15.hc_attn_base",
481
+ "model.layers.15.hc_attn_fn",
482
+ "model.layers.15.hc_attn_scale",
483
+ "model.layers.15.hc_ffn_base",
484
+ "model.layers.15.hc_ffn_fn",
485
+ "model.layers.15.hc_ffn_scale",
486
+ "model.layers.15.input_layernorm",
487
+ "model.layers.15.mlp.gate",
488
+ "model.layers.15.mlp.gate.e_score_correction_bias",
489
+ "model.layers.15.post_attention_layernorm",
490
+ "model.layers.15.self_attn.indexer.index_kpool_compress_ape",
491
+ "model.layers.15.self_attn.indexer.index_kpool_compress_gate",
492
+ "model.layers.15.self_attn.indexer.k_norm",
493
+ "model.layers.15.self_attn.indexer.k_norm.bias",
494
+ "model.layers.15.self_attn.indexer.weights_proj",
495
+ "model.layers.15.self_attn.indexer.wk",
496
+ "model.layers.15.self_attn.indexer.wq_b",
497
+ "model.layers.15.self_attn.kv_a_layernorm",
498
+ "model.layers.15.self_attn.kv_b_proj",
499
+ "model.layers.15.self_attn.q_a_layernorm",
500
+ "model.layers.16.hc_attn_base",
501
+ "model.layers.16.hc_attn_fn",
502
+ "model.layers.16.hc_attn_scale",
503
+ "model.layers.16.hc_ffn_base",
504
+ "model.layers.16.hc_ffn_fn",
505
+ "model.layers.16.hc_ffn_scale",
506
+ "model.layers.16.input_layernorm",
507
+ "model.layers.16.mlp.gate",
508
+ "model.layers.16.mlp.gate.e_score_correction_bias",
509
+ "model.layers.16.post_attention_layernorm",
510
+ "model.layers.16.self_attn.A_log",
511
+ "model.layers.16.self_attn.b_proj",
512
+ "model.layers.16.self_attn.dt_bias",
513
+ "model.layers.16.self_attn.f_a_proj",
514
+ "model.layers.16.self_attn.f_b_proj",
515
+ "model.layers.16.self_attn.fused_qkvbfg_a_proj",
516
+ "model.layers.16.self_attn.g_a_proj",
517
+ "model.layers.16.self_attn.g_b_proj",
518
+ "model.layers.16.self_attn.k_conv1d",
519
+ "model.layers.16.self_attn.k_proj",
520
+ "model.layers.16.self_attn.o_norm",
521
+ "model.layers.16.self_attn.o_proj",
522
+ "model.layers.16.self_attn.q_conv1d",
523
+ "model.layers.16.self_attn.q_proj",
524
+ "model.layers.16.self_attn.qkv_proj",
525
+ "model.layers.16.self_attn.v_conv1d",
526
+ "model.layers.16.self_attn.v_proj",
527
+ "model.layers.17.hc_attn_base",
528
+ "model.layers.17.hc_attn_fn",
529
+ "model.layers.17.hc_attn_scale",
530
+ "model.layers.17.hc_ffn_base",
531
+ "model.layers.17.hc_ffn_fn",
532
+ "model.layers.17.hc_ffn_scale",
533
+ "model.layers.17.input_layernorm",
534
+ "model.layers.17.mlp.gate",
535
+ "model.layers.17.mlp.gate.e_score_correction_bias",
536
+ "model.layers.17.post_attention_layernorm",
537
+ "model.layers.17.self_attn.A_log",
538
+ "model.layers.17.self_attn.b_proj",
539
+ "model.layers.17.self_attn.dt_bias",
540
+ "model.layers.17.self_attn.f_a_proj",
541
+ "model.layers.17.self_attn.f_b_proj",
542
+ "model.layers.17.self_attn.fused_qkvbfg_a_proj",
543
+ "model.layers.17.self_attn.g_a_proj",
544
+ "model.layers.17.self_attn.g_b_proj",
545
+ "model.layers.17.self_attn.k_conv1d",
546
+ "model.layers.17.self_attn.k_proj",
547
+ "model.layers.17.self_attn.o_norm",
548
+ "model.layers.17.self_attn.o_proj",
549
+ "model.layers.17.self_attn.q_conv1d",
550
+ "model.layers.17.self_attn.q_proj",
551
+ "model.layers.17.self_attn.qkv_proj",
552
+ "model.layers.17.self_attn.v_conv1d",
553
+ "model.layers.17.self_attn.v_proj",
554
+ "model.layers.18.hc_attn_base",
555
+ "model.layers.18.hc_attn_fn",
556
+ "model.layers.18.hc_attn_scale",
557
+ "model.layers.18.hc_ffn_base",
558
+ "model.layers.18.hc_ffn_fn",
559
+ "model.layers.18.hc_ffn_scale",
560
+ "model.layers.18.input_layernorm",
561
+ "model.layers.18.mlp.gate",
562
+ "model.layers.18.mlp.gate.e_score_correction_bias",
563
+ "model.layers.18.post_attention_layernorm",
564
+ "model.layers.18.self_attn.A_log",
565
+ "model.layers.18.self_attn.b_proj",
566
+ "model.layers.18.self_attn.dt_bias",
567
+ "model.layers.18.self_attn.f_a_proj",
568
+ "model.layers.18.self_attn.f_b_proj",
569
+ "model.layers.18.self_attn.fused_qkvbfg_a_proj",
570
+ "model.layers.18.self_attn.g_a_proj",
571
+ "model.layers.18.self_attn.g_b_proj",
572
+ "model.layers.18.self_attn.k_conv1d",
573
+ "model.layers.18.self_attn.k_proj",
574
+ "model.layers.18.self_attn.o_norm",
575
+ "model.layers.18.self_attn.o_proj",
576
+ "model.layers.18.self_attn.q_conv1d",
577
+ "model.layers.18.self_attn.q_proj",
578
+ "model.layers.18.self_attn.qkv_proj",
579
+ "model.layers.18.self_attn.v_conv1d",
580
+ "model.layers.18.self_attn.v_proj",
581
+ "model.layers.19.hc_attn_base",
582
+ "model.layers.19.hc_attn_fn",
583
+ "model.layers.19.hc_attn_scale",
584
+ "model.layers.19.hc_ffn_base",
585
+ "model.layers.19.hc_ffn_fn",
586
+ "model.layers.19.hc_ffn_scale",
587
+ "model.layers.19.input_layernorm",
588
+ "model.layers.19.mlp.gate",
589
+ "model.layers.19.mlp.gate.e_score_correction_bias",
590
+ "model.layers.19.post_attention_layernorm",
591
+ "model.layers.19.self_attn.indexer.index_kpool_compress_ape",
592
+ "model.layers.19.self_attn.indexer.index_kpool_compress_gate",
593
+ "model.layers.19.self_attn.indexer.k_norm",
594
+ "model.layers.19.self_attn.indexer.k_norm.bias",
595
+ "model.layers.19.self_attn.indexer.weights_proj",
596
+ "model.layers.19.self_attn.indexer.wk",
597
+ "model.layers.19.self_attn.indexer.wq_b",
598
+ "model.layers.19.self_attn.kv_a_layernorm",
599
+ "model.layers.19.self_attn.kv_b_proj",
600
+ "model.layers.19.self_attn.q_a_layernorm",
601
+ "model.layers.2.hc_attn_base",
602
+ "model.layers.2.hc_attn_fn",
603
+ "model.layers.2.hc_attn_scale",
604
+ "model.layers.2.hc_ffn_base",
605
+ "model.layers.2.hc_ffn_fn",
606
+ "model.layers.2.hc_ffn_scale",
607
+ "model.layers.2.input_layernorm",
608
+ "model.layers.2.post_attention_layernorm",
609
+ "model.layers.2.self_attn.A_log",
610
+ "model.layers.2.self_attn.b_proj",
611
+ "model.layers.2.self_attn.dt_bias",
612
+ "model.layers.2.self_attn.f_a_proj",
613
+ "model.layers.2.self_attn.f_b_proj",
614
+ "model.layers.2.self_attn.fused_qkvbfg_a_proj",
615
+ "model.layers.2.self_attn.g_a_proj",
616
+ "model.layers.2.self_attn.g_b_proj",
617
+ "model.layers.2.self_attn.k_conv1d",
618
+ "model.layers.2.self_attn.k_proj",
619
+ "model.layers.2.self_attn.o_norm",
620
+ "model.layers.2.self_attn.o_proj",
621
+ "model.layers.2.self_attn.q_conv1d",
622
+ "model.layers.2.self_attn.q_proj",
623
+ "model.layers.2.self_attn.qkv_proj",
624
+ "model.layers.2.self_attn.v_conv1d",
625
+ "model.layers.2.self_attn.v_proj",
626
+ "model.layers.20.hc_attn_base",
627
+ "model.layers.20.hc_attn_fn",
628
+ "model.layers.20.hc_attn_scale",
629
+ "model.layers.20.hc_ffn_base",
630
+ "model.layers.20.hc_ffn_fn",
631
+ "model.layers.20.hc_ffn_scale",
632
+ "model.layers.20.input_layernorm",
633
+ "model.layers.20.mlp.gate",
634
+ "model.layers.20.mlp.gate.e_score_correction_bias",
635
+ "model.layers.20.post_attention_layernorm",
636
+ "model.layers.20.self_attn.A_log",
637
+ "model.layers.20.self_attn.b_proj",
638
+ "model.layers.20.self_attn.dt_bias",
639
+ "model.layers.20.self_attn.f_a_proj",
640
+ "model.layers.20.self_attn.f_b_proj",
641
+ "model.layers.20.self_attn.fused_qkvbfg_a_proj",
642
+ "model.layers.20.self_attn.g_a_proj",
643
+ "model.layers.20.self_attn.g_b_proj",
644
+ "model.layers.20.self_attn.k_conv1d",
645
+ "model.layers.20.self_attn.k_proj",
646
+ "model.layers.20.self_attn.o_norm",
647
+ "model.layers.20.self_attn.o_proj",
648
+ "model.layers.20.self_attn.q_conv1d",
649
+ "model.layers.20.self_attn.q_proj",
650
+ "model.layers.20.self_attn.qkv_proj",
651
+ "model.layers.20.self_attn.v_conv1d",
652
+ "model.layers.20.self_attn.v_proj",
653
+ "model.layers.21.hc_attn_base",
654
+ "model.layers.21.hc_attn_fn",
655
+ "model.layers.21.hc_attn_scale",
656
+ "model.layers.21.hc_ffn_base",
657
+ "model.layers.21.hc_ffn_fn",
658
+ "model.layers.21.hc_ffn_scale",
659
+ "model.layers.21.input_layernorm",
660
+ "model.layers.21.mlp.gate",
661
+ "model.layers.21.mlp.gate.e_score_correction_bias",
662
+ "model.layers.21.post_attention_layernorm",
663
+ "model.layers.21.self_attn.A_log",
664
+ "model.layers.21.self_attn.b_proj",
665
+ "model.layers.21.self_attn.dt_bias",
666
+ "model.layers.21.self_attn.f_a_proj",
667
+ "model.layers.21.self_attn.f_b_proj",
668
+ "model.layers.21.self_attn.fused_qkvbfg_a_proj",
669
+ "model.layers.21.self_attn.g_a_proj",
670
+ "model.layers.21.self_attn.g_b_proj",
671
+ "model.layers.21.self_attn.k_conv1d",
672
+ "model.layers.21.self_attn.k_proj",
673
+ "model.layers.21.self_attn.o_norm",
674
+ "model.layers.21.self_attn.o_proj",
675
+ "model.layers.21.self_attn.q_conv1d",
676
+ "model.layers.21.self_attn.q_proj",
677
+ "model.layers.21.self_attn.qkv_proj",
678
+ "model.layers.21.self_attn.v_conv1d",
679
+ "model.layers.21.self_attn.v_proj",
680
+ "model.layers.22.hc_attn_base",
681
+ "model.layers.22.hc_attn_fn",
682
+ "model.layers.22.hc_attn_scale",
683
+ "model.layers.22.hc_ffn_base",
684
+ "model.layers.22.hc_ffn_fn",
685
+ "model.layers.22.hc_ffn_scale",
686
+ "model.layers.22.input_layernorm",
687
+ "model.layers.22.mlp.gate",
688
+ "model.layers.22.mlp.gate.e_score_correction_bias",
689
+ "model.layers.22.post_attention_layernorm",
690
+ "model.layers.22.self_attn.A_log",
691
+ "model.layers.22.self_attn.b_proj",
692
+ "model.layers.22.self_attn.dt_bias",
693
+ "model.layers.22.self_attn.f_a_proj",
694
+ "model.layers.22.self_attn.f_b_proj",
695
+ "model.layers.22.self_attn.fused_qkvbfg_a_proj",
696
+ "model.layers.22.self_attn.g_a_proj",
697
+ "model.layers.22.self_attn.g_b_proj",
698
+ "model.layers.22.self_attn.k_conv1d",
699
+ "model.layers.22.self_attn.k_proj",
700
+ "model.layers.22.self_attn.o_norm",
701
+ "model.layers.22.self_attn.o_proj",
702
+ "model.layers.22.self_attn.q_conv1d",
703
+ "model.layers.22.self_attn.q_proj",
704
+ "model.layers.22.self_attn.qkv_proj",
705
+ "model.layers.22.self_attn.v_conv1d",
706
+ "model.layers.22.self_attn.v_proj",
707
+ "model.layers.23.hc_attn_base",
708
+ "model.layers.23.hc_attn_fn",
709
+ "model.layers.23.hc_attn_scale",
710
+ "model.layers.23.hc_ffn_base",
711
+ "model.layers.23.hc_ffn_fn",
712
+ "model.layers.23.hc_ffn_scale",
713
+ "model.layers.23.input_layernorm",
714
+ "model.layers.23.mlp.gate",
715
+ "model.layers.23.mlp.gate.e_score_correction_bias",
716
+ "model.layers.23.post_attention_layernorm",
717
+ "model.layers.23.self_attn.indexer.index_kpool_compress_ape",
718
+ "model.layers.23.self_attn.indexer.index_kpool_compress_gate",
719
+ "model.layers.23.self_attn.indexer.k_norm",
720
+ "model.layers.23.self_attn.indexer.k_norm.bias",
721
+ "model.layers.23.self_attn.indexer.weights_proj",
722
+ "model.layers.23.self_attn.indexer.wk",
723
+ "model.layers.23.self_attn.indexer.wq_b",
724
+ "model.layers.23.self_attn.kv_a_layernorm",
725
+ "model.layers.23.self_attn.kv_b_proj",
726
+ "model.layers.23.self_attn.q_a_layernorm",
727
+ "model.layers.24.hc_attn_base",
728
+ "model.layers.24.hc_attn_fn",
729
+ "model.layers.24.hc_attn_scale",
730
+ "model.layers.24.hc_ffn_base",
731
+ "model.layers.24.hc_ffn_fn",
732
+ "model.layers.24.hc_ffn_scale",
733
+ "model.layers.24.input_layernorm",
734
+ "model.layers.24.mlp.gate",
735
+ "model.layers.24.mlp.gate.e_score_correction_bias",
736
+ "model.layers.24.post_attention_layernorm",
737
+ "model.layers.24.self_attn.A_log",
738
+ "model.layers.24.self_attn.b_proj",
739
+ "model.layers.24.self_attn.dt_bias",
740
+ "model.layers.24.self_attn.f_a_proj",
741
+ "model.layers.24.self_attn.f_b_proj",
742
+ "model.layers.24.self_attn.fused_qkvbfg_a_proj",
743
+ "model.layers.24.self_attn.g_a_proj",
744
+ "model.layers.24.self_attn.g_b_proj",
745
+ "model.layers.24.self_attn.k_conv1d",
746
+ "model.layers.24.self_attn.k_proj",
747
+ "model.layers.24.self_attn.o_norm",
748
+ "model.layers.24.self_attn.o_proj",
749
+ "model.layers.24.self_attn.q_conv1d",
750
+ "model.layers.24.self_attn.q_proj",
751
+ "model.layers.24.self_attn.qkv_proj",
752
+ "model.layers.24.self_attn.v_conv1d",
753
+ "model.layers.24.self_attn.v_proj",
754
+ "model.layers.25.hc_attn_base",
755
+ "model.layers.25.hc_attn_fn",
756
+ "model.layers.25.hc_attn_scale",
757
+ "model.layers.25.hc_ffn_base",
758
+ "model.layers.25.hc_ffn_fn",
759
+ "model.layers.25.hc_ffn_scale",
760
+ "model.layers.25.input_layernorm",
761
+ "model.layers.25.mlp.gate",
762
+ "model.layers.25.mlp.gate.e_score_correction_bias",
763
+ "model.layers.25.post_attention_layernorm",
764
+ "model.layers.25.self_attn.A_log",
765
+ "model.layers.25.self_attn.b_proj",
766
+ "model.layers.25.self_attn.dt_bias",
767
+ "model.layers.25.self_attn.f_a_proj",
768
+ "model.layers.25.self_attn.f_b_proj",
769
+ "model.layers.25.self_attn.fused_qkvbfg_a_proj",
770
+ "model.layers.25.self_attn.g_a_proj",
771
+ "model.layers.25.self_attn.g_b_proj",
772
+ "model.layers.25.self_attn.k_conv1d",
773
+ "model.layers.25.self_attn.k_proj",
774
+ "model.layers.25.self_attn.o_norm",
775
+ "model.layers.25.self_attn.o_proj",
776
+ "model.layers.25.self_attn.q_conv1d",
777
+ "model.layers.25.self_attn.q_proj",
778
+ "model.layers.25.self_attn.qkv_proj",
779
+ "model.layers.25.self_attn.v_conv1d",
780
+ "model.layers.25.self_attn.v_proj",
781
+ "model.layers.26.hc_attn_base",
782
+ "model.layers.26.hc_attn_fn",
783
+ "model.layers.26.hc_attn_scale",
784
+ "model.layers.26.hc_ffn_base",
785
+ "model.layers.26.hc_ffn_fn",
786
+ "model.layers.26.hc_ffn_scale",
787
+ "model.layers.26.input_layernorm",
788
+ "model.layers.26.mlp.gate",
789
+ "model.layers.26.mlp.gate.e_score_correction_bias",
790
+ "model.layers.26.post_attention_layernorm",
791
+ "model.layers.26.self_attn.A_log",
792
+ "model.layers.26.self_attn.b_proj",
793
+ "model.layers.26.self_attn.dt_bias",
794
+ "model.layers.26.self_attn.f_a_proj",
795
+ "model.layers.26.self_attn.f_b_proj",
796
+ "model.layers.26.self_attn.fused_qkvbfg_a_proj",
797
+ "model.layers.26.self_attn.g_a_proj",
798
+ "model.layers.26.self_attn.g_b_proj",
799
+ "model.layers.26.self_attn.k_conv1d",
800
+ "model.layers.26.self_attn.k_proj",
801
+ "model.layers.26.self_attn.o_norm",
802
+ "model.layers.26.self_attn.o_proj",
803
+ "model.layers.26.self_attn.q_conv1d",
804
+ "model.layers.26.self_attn.q_proj",
805
+ "model.layers.26.self_attn.qkv_proj",
806
+ "model.layers.26.self_attn.v_conv1d",
807
+ "model.layers.26.self_attn.v_proj",
808
+ "model.layers.27.hc_attn_base",
809
+ "model.layers.27.hc_attn_fn",
810
+ "model.layers.27.hc_attn_scale",
811
+ "model.layers.27.hc_ffn_base",
812
+ "model.layers.27.hc_ffn_fn",
813
+ "model.layers.27.hc_ffn_scale",
814
+ "model.layers.27.input_layernorm",
815
+ "model.layers.27.mlp.gate",
816
+ "model.layers.27.mlp.gate.e_score_correction_bias",
817
+ "model.layers.27.post_attention_layernorm",
818
+ "model.layers.27.self_attn.indexer.index_kpool_compress_ape",
819
+ "model.layers.27.self_attn.indexer.index_kpool_compress_gate",
820
+ "model.layers.27.self_attn.indexer.k_norm",
821
+ "model.layers.27.self_attn.indexer.k_norm.bias",
822
+ "model.layers.27.self_attn.indexer.weights_proj",
823
+ "model.layers.27.self_attn.indexer.wk",
824
+ "model.layers.27.self_attn.indexer.wq_b",
825
+ "model.layers.27.self_attn.kv_a_layernorm",
826
+ "model.layers.27.self_attn.kv_b_proj",
827
+ "model.layers.27.self_attn.q_a_layernorm",
828
+ "model.layers.28.hc_attn_base",
829
+ "model.layers.28.hc_attn_fn",
830
+ "model.layers.28.hc_attn_scale",
831
+ "model.layers.28.hc_ffn_base",
832
+ "model.layers.28.hc_ffn_fn",
833
+ "model.layers.28.hc_ffn_scale",
834
+ "model.layers.28.input_layernorm",
835
+ "model.layers.28.mlp.gate",
836
+ "model.layers.28.mlp.gate.e_score_correction_bias",
837
+ "model.layers.28.post_attention_layernorm",
838
+ "model.layers.28.self_attn.A_log",
839
+ "model.layers.28.self_attn.b_proj",
840
+ "model.layers.28.self_attn.dt_bias",
841
+ "model.layers.28.self_attn.f_a_proj",
842
+ "model.layers.28.self_attn.f_b_proj",
843
+ "model.layers.28.self_attn.fused_qkvbfg_a_proj",
844
+ "model.layers.28.self_attn.g_a_proj",
845
+ "model.layers.28.self_attn.g_b_proj",
846
+ "model.layers.28.self_attn.k_conv1d",
847
+ "model.layers.28.self_attn.k_proj",
848
+ "model.layers.28.self_attn.o_norm",
849
+ "model.layers.28.self_attn.o_proj",
850
+ "model.layers.28.self_attn.q_conv1d",
851
+ "model.layers.28.self_attn.q_proj",
852
+ "model.layers.28.self_attn.qkv_proj",
853
+ "model.layers.28.self_attn.v_conv1d",
854
+ "model.layers.28.self_attn.v_proj",
855
+ "model.layers.29.hc_attn_base",
856
+ "model.layers.29.hc_attn_fn",
857
+ "model.layers.29.hc_attn_scale",
858
+ "model.layers.29.hc_ffn_base",
859
+ "model.layers.29.hc_ffn_fn",
860
+ "model.layers.29.hc_ffn_scale",
861
+ "model.layers.29.input_layernorm",
862
+ "model.layers.29.mlp.gate",
863
+ "model.layers.29.mlp.gate.e_score_correction_bias",
864
+ "model.layers.29.post_attention_layernorm",
865
+ "model.layers.29.self_attn.A_log",
866
+ "model.layers.29.self_attn.b_proj",
867
+ "model.layers.29.self_attn.dt_bias",
868
+ "model.layers.29.self_attn.f_a_proj",
869
+ "model.layers.29.self_attn.f_b_proj",
870
+ "model.layers.29.self_attn.fused_qkvbfg_a_proj",
871
+ "model.layers.29.self_attn.g_a_proj",
872
+ "model.layers.29.self_attn.g_b_proj",
873
+ "model.layers.29.self_attn.k_conv1d",
874
+ "model.layers.29.self_attn.k_proj",
875
+ "model.layers.29.self_attn.o_norm",
876
+ "model.layers.29.self_attn.o_proj",
877
+ "model.layers.29.self_attn.q_conv1d",
878
+ "model.layers.29.self_attn.q_proj",
879
+ "model.layers.29.self_attn.qkv_proj",
880
+ "model.layers.29.self_attn.v_conv1d",
881
+ "model.layers.29.self_attn.v_proj",
882
+ "model.layers.3.hc_attn_base",
883
+ "model.layers.3.hc_attn_fn",
884
+ "model.layers.3.hc_attn_scale",
885
+ "model.layers.3.hc_ffn_base",
886
+ "model.layers.3.hc_ffn_fn",
887
+ "model.layers.3.hc_ffn_scale",
888
+ "model.layers.3.input_layernorm",
889
+ "model.layers.3.mlp.gate",
890
+ "model.layers.3.mlp.gate.e_score_correction_bias",
891
+ "model.layers.3.post_attention_layernorm",
892
+ "model.layers.3.self_attn.indexer.index_kpool_compress_ape",
893
+ "model.layers.3.self_attn.indexer.index_kpool_compress_gate",
894
+ "model.layers.3.self_attn.indexer.k_norm",
895
+ "model.layers.3.self_attn.indexer.k_norm.bias",
896
+ "model.layers.3.self_attn.indexer.weights_proj",
897
+ "model.layers.3.self_attn.indexer.wk",
898
+ "model.layers.3.self_attn.indexer.wq_b",
899
+ "model.layers.3.self_attn.kv_a_layernorm",
900
+ "model.layers.3.self_attn.kv_b_proj",
901
+ "model.layers.3.self_attn.q_a_layernorm",
902
+ "model.layers.30.hc_attn_base",
903
+ "model.layers.30.hc_attn_fn",
904
+ "model.layers.30.hc_attn_scale",
905
+ "model.layers.30.hc_ffn_base",
906
+ "model.layers.30.hc_ffn_fn",
907
+ "model.layers.30.hc_ffn_scale",
908
+ "model.layers.30.input_layernorm",
909
+ "model.layers.30.mlp.gate",
910
+ "model.layers.30.mlp.gate.e_score_correction_bias",
911
+ "model.layers.30.post_attention_layernorm",
912
+ "model.layers.30.self_attn.A_log",
913
+ "model.layers.30.self_attn.b_proj",
914
+ "model.layers.30.self_attn.dt_bias",
915
+ "model.layers.30.self_attn.f_a_proj",
916
+ "model.layers.30.self_attn.f_b_proj",
917
+ "model.layers.30.self_attn.fused_qkvbfg_a_proj",
918
+ "model.layers.30.self_attn.g_a_proj",
919
+ "model.layers.30.self_attn.g_b_proj",
920
+ "model.layers.30.self_attn.k_conv1d",
921
+ "model.layers.30.self_attn.k_proj",
922
+ "model.layers.30.self_attn.o_norm",
923
+ "model.layers.30.self_attn.o_proj",
924
+ "model.layers.30.self_attn.q_conv1d",
925
+ "model.layers.30.self_attn.q_proj",
926
+ "model.layers.30.self_attn.qkv_proj",
927
+ "model.layers.30.self_attn.v_conv1d",
928
+ "model.layers.30.self_attn.v_proj",
929
+ "model.layers.31.hc_attn_base",
930
+ "model.layers.31.hc_attn_fn",
931
+ "model.layers.31.hc_attn_scale",
932
+ "model.layers.31.hc_ffn_base",
933
+ "model.layers.31.hc_ffn_fn",
934
+ "model.layers.31.hc_ffn_scale",
935
+ "model.layers.31.input_layernorm",
936
+ "model.layers.31.mlp.gate",
937
+ "model.layers.31.mlp.gate.e_score_correction_bias",
938
+ "model.layers.31.post_attention_layernorm",
939
+ "model.layers.31.self_attn.indexer.index_kpool_compress_ape",
940
+ "model.layers.31.self_attn.indexer.index_kpool_compress_gate",
941
+ "model.layers.31.self_attn.indexer.k_norm",
942
+ "model.layers.31.self_attn.indexer.k_norm.bias",
943
+ "model.layers.31.self_attn.indexer.weights_proj",
944
+ "model.layers.31.self_attn.indexer.wk",
945
+ "model.layers.31.self_attn.indexer.wq_b",
946
+ "model.layers.31.self_attn.kv_a_layernorm",
947
+ "model.layers.31.self_attn.kv_b_proj",
948
+ "model.layers.31.self_attn.q_a_layernorm",
949
+ "model.layers.32.hc_attn_base",
950
+ "model.layers.32.hc_attn_fn",
951
+ "model.layers.32.hc_attn_scale",
952
+ "model.layers.32.hc_ffn_base",
953
+ "model.layers.32.hc_ffn_fn",
954
+ "model.layers.32.hc_ffn_scale",
955
+ "model.layers.32.input_layernorm",
956
+ "model.layers.32.mlp.gate",
957
+ "model.layers.32.mlp.gate.e_score_correction_bias",
958
+ "model.layers.32.post_attention_layernorm",
959
+ "model.layers.32.self_attn.A_log",
960
+ "model.layers.32.self_attn.b_proj",
961
+ "model.layers.32.self_attn.dt_bias",
962
+ "model.layers.32.self_attn.f_a_proj",
963
+ "model.layers.32.self_attn.f_b_proj",
964
+ "model.layers.32.self_attn.fused_qkvbfg_a_proj",
965
+ "model.layers.32.self_attn.g_a_proj",
966
+ "model.layers.32.self_attn.g_b_proj",
967
+ "model.layers.32.self_attn.k_conv1d",
968
+ "model.layers.32.self_attn.k_proj",
969
+ "model.layers.32.self_attn.o_norm",
970
+ "model.layers.32.self_attn.o_proj",
971
+ "model.layers.32.self_attn.q_conv1d",
972
+ "model.layers.32.self_attn.q_proj",
973
+ "model.layers.32.self_attn.qkv_proj",
974
+ "model.layers.32.self_attn.v_conv1d",
975
+ "model.layers.32.self_attn.v_proj",
976
+ "model.layers.33.hc_attn_base",
977
+ "model.layers.33.hc_attn_fn",
978
+ "model.layers.33.hc_attn_scale",
979
+ "model.layers.33.hc_ffn_base",
980
+ "model.layers.33.hc_ffn_fn",
981
+ "model.layers.33.hc_ffn_scale",
982
+ "model.layers.33.input_layernorm",
983
+ "model.layers.33.mlp.gate",
984
+ "model.layers.33.mlp.gate.e_score_correction_bias",
985
+ "model.layers.33.post_attention_layernorm",
986
+ "model.layers.33.self_attn.A_log",
987
+ "model.layers.33.self_attn.b_proj",
988
+ "model.layers.33.self_attn.dt_bias",
989
+ "model.layers.33.self_attn.f_a_proj",
990
+ "model.layers.33.self_attn.f_b_proj",
991
+ "model.layers.33.self_attn.fused_qkvbfg_a_proj",
992
+ "model.layers.33.self_attn.g_a_proj",
993
+ "model.layers.33.self_attn.g_b_proj",
994
+ "model.layers.33.self_attn.k_conv1d",
995
+ "model.layers.33.self_attn.k_proj",
996
+ "model.layers.33.self_attn.o_norm",
997
+ "model.layers.33.self_attn.o_proj",
998
+ "model.layers.33.self_attn.q_conv1d",
999
+ "model.layers.33.self_attn.q_proj",
1000
+ "model.layers.33.self_attn.qkv_proj",
1001
+ "model.layers.33.self_attn.v_conv1d",
1002
+ "model.layers.33.self_attn.v_proj",
1003
+ "model.layers.34.hc_attn_base",
1004
+ "model.layers.34.hc_attn_fn",
1005
+ "model.layers.34.hc_attn_scale",
1006
+ "model.layers.34.hc_ffn_base",
1007
+ "model.layers.34.hc_ffn_fn",
1008
+ "model.layers.34.hc_ffn_scale",
1009
+ "model.layers.34.input_layernorm",
1010
+ "model.layers.34.mlp.gate",
1011
+ "model.layers.34.mlp.gate.e_score_correction_bias",
1012
+ "model.layers.34.post_attention_layernorm",
1013
+ "model.layers.34.self_attn.A_log",
1014
+ "model.layers.34.self_attn.b_proj",
1015
+ "model.layers.34.self_attn.dt_bias",
1016
+ "model.layers.34.self_attn.f_a_proj",
1017
+ "model.layers.34.self_attn.f_b_proj",
1018
+ "model.layers.34.self_attn.fused_qkvbfg_a_proj",
1019
+ "model.layers.34.self_attn.g_a_proj",
1020
+ "model.layers.34.self_attn.g_b_proj",
1021
+ "model.layers.34.self_attn.k_conv1d",
1022
+ "model.layers.34.self_attn.k_proj",
1023
+ "model.layers.34.self_attn.o_norm",
1024
+ "model.layers.34.self_attn.o_proj",
1025
+ "model.layers.34.self_attn.q_conv1d",
1026
+ "model.layers.34.self_attn.q_proj",
1027
+ "model.layers.34.self_attn.qkv_proj",
1028
+ "model.layers.34.self_attn.v_conv1d",
1029
+ "model.layers.34.self_attn.v_proj",
1030
+ "model.layers.35.hc_attn_base",
1031
+ "model.layers.35.hc_attn_fn",
1032
+ "model.layers.35.hc_attn_scale",
1033
+ "model.layers.35.hc_ffn_base",
1034
+ "model.layers.35.hc_ffn_fn",
1035
+ "model.layers.35.hc_ffn_scale",
1036
+ "model.layers.35.input_layernorm",
1037
+ "model.layers.35.mlp.gate",
1038
+ "model.layers.35.mlp.gate.e_score_correction_bias",
1039
+ "model.layers.35.post_attention_layernorm",
1040
+ "model.layers.35.self_attn.indexer.index_kpool_compress_ape",
1041
+ "model.layers.35.self_attn.indexer.index_kpool_compress_gate",
1042
+ "model.layers.35.self_attn.indexer.k_norm",
1043
+ "model.layers.35.self_attn.indexer.k_norm.bias",
1044
+ "model.layers.35.self_attn.indexer.weights_proj",
1045
+ "model.layers.35.self_attn.indexer.wk",
1046
+ "model.layers.35.self_attn.indexer.wq_b",
1047
+ "model.layers.35.self_attn.kv_a_layernorm",
1048
+ "model.layers.35.self_attn.kv_b_proj",
1049
+ "model.layers.35.self_attn.q_a_layernorm",
1050
+ "model.layers.36.hc_attn_base",
1051
+ "model.layers.36.hc_attn_fn",
1052
+ "model.layers.36.hc_attn_scale",
1053
+ "model.layers.36.hc_ffn_base",
1054
+ "model.layers.36.hc_ffn_fn",
1055
+ "model.layers.36.hc_ffn_scale",
1056
+ "model.layers.36.input_layernorm",
1057
+ "model.layers.36.mlp.gate",
1058
+ "model.layers.36.mlp.gate.e_score_correction_bias",
1059
+ "model.layers.36.post_attention_layernorm",
1060
+ "model.layers.36.self_attn.A_log",
1061
+ "model.layers.36.self_attn.b_proj",
1062
+ "model.layers.36.self_attn.dt_bias",
1063
+ "model.layers.36.self_attn.f_a_proj",
1064
+ "model.layers.36.self_attn.f_b_proj",
1065
+ "model.layers.36.self_attn.fused_qkvbfg_a_proj",
1066
+ "model.layers.36.self_attn.g_a_proj",
1067
+ "model.layers.36.self_attn.g_b_proj",
1068
+ "model.layers.36.self_attn.k_conv1d",
1069
+ "model.layers.36.self_attn.k_proj",
1070
+ "model.layers.36.self_attn.o_norm",
1071
+ "model.layers.36.self_attn.o_proj",
1072
+ "model.layers.36.self_attn.q_conv1d",
1073
+ "model.layers.36.self_attn.q_proj",
1074
+ "model.layers.36.self_attn.qkv_proj",
1075
+ "model.layers.36.self_attn.v_conv1d",
1076
+ "model.layers.36.self_attn.v_proj",
1077
+ "model.layers.37.hc_attn_base",
1078
+ "model.layers.37.hc_attn_fn",
1079
+ "model.layers.37.hc_attn_scale",
1080
+ "model.layers.37.hc_ffn_base",
1081
+ "model.layers.37.hc_ffn_fn",
1082
+ "model.layers.37.hc_ffn_scale",
1083
+ "model.layers.37.input_layernorm",
1084
+ "model.layers.37.mlp.gate",
1085
+ "model.layers.37.mlp.gate.e_score_correction_bias",
1086
+ "model.layers.37.post_attention_layernorm",
1087
+ "model.layers.37.self_attn.A_log",
1088
+ "model.layers.37.self_attn.b_proj",
1089
+ "model.layers.37.self_attn.dt_bias",
1090
+ "model.layers.37.self_attn.f_a_proj",
1091
+ "model.layers.37.self_attn.f_b_proj",
1092
+ "model.layers.37.self_attn.fused_qkvbfg_a_proj",
1093
+ "model.layers.37.self_attn.g_a_proj",
1094
+ "model.layers.37.self_attn.g_b_proj",
1095
+ "model.layers.37.self_attn.k_conv1d",
1096
+ "model.layers.37.self_attn.k_proj",
1097
+ "model.layers.37.self_attn.o_norm",
1098
+ "model.layers.37.self_attn.o_proj",
1099
+ "model.layers.37.self_attn.q_conv1d",
1100
+ "model.layers.37.self_attn.q_proj",
1101
+ "model.layers.37.self_attn.qkv_proj",
1102
+ "model.layers.37.self_attn.v_conv1d",
1103
+ "model.layers.37.self_attn.v_proj",
1104
+ "model.layers.38.hc_attn_base",
1105
+ "model.layers.38.hc_attn_fn",
1106
+ "model.layers.38.hc_attn_scale",
1107
+ "model.layers.38.hc_ffn_base",
1108
+ "model.layers.38.hc_ffn_fn",
1109
+ "model.layers.38.hc_ffn_scale",
1110
+ "model.layers.38.input_layernorm",
1111
+ "model.layers.38.mlp.gate",
1112
+ "model.layers.38.mlp.gate.e_score_correction_bias",
1113
+ "model.layers.38.post_attention_layernorm",
1114
+ "model.layers.38.self_attn.A_log",
1115
+ "model.layers.38.self_attn.b_proj",
1116
+ "model.layers.38.self_attn.dt_bias",
1117
+ "model.layers.38.self_attn.f_a_proj",
1118
+ "model.layers.38.self_attn.f_b_proj",
1119
+ "model.layers.38.self_attn.fused_qkvbfg_a_proj",
1120
+ "model.layers.38.self_attn.g_a_proj",
1121
+ "model.layers.38.self_attn.g_b_proj",
1122
+ "model.layers.38.self_attn.k_conv1d",
1123
+ "model.layers.38.self_attn.k_proj",
1124
+ "model.layers.38.self_attn.o_norm",
1125
+ "model.layers.38.self_attn.o_proj",
1126
+ "model.layers.38.self_attn.q_conv1d",
1127
+ "model.layers.38.self_attn.q_proj",
1128
+ "model.layers.38.self_attn.qkv_proj",
1129
+ "model.layers.38.self_attn.v_conv1d",
1130
+ "model.layers.38.self_attn.v_proj",
1131
+ "model.layers.39.hc_attn_base",
1132
+ "model.layers.39.hc_attn_fn",
1133
+ "model.layers.39.hc_attn_scale",
1134
+ "model.layers.39.hc_ffn_base",
1135
+ "model.layers.39.hc_ffn_fn",
1136
+ "model.layers.39.hc_ffn_scale",
1137
+ "model.layers.39.input_layernorm",
1138
+ "model.layers.39.mlp.gate",
1139
+ "model.layers.39.mlp.gate.e_score_correction_bias",
1140
+ "model.layers.39.post_attention_layernorm",
1141
+ "model.layers.39.self_attn.indexer.index_kpool_compress_ape",
1142
+ "model.layers.39.self_attn.indexer.index_kpool_compress_gate",
1143
+ "model.layers.39.self_attn.indexer.k_norm",
1144
+ "model.layers.39.self_attn.indexer.k_norm.bias",
1145
+ "model.layers.39.self_attn.indexer.weights_proj",
1146
+ "model.layers.39.self_attn.indexer.wk",
1147
+ "model.layers.39.self_attn.indexer.wq_b",
1148
+ "model.layers.39.self_attn.kv_a_layernorm",
1149
+ "model.layers.39.self_attn.kv_b_proj",
1150
+ "model.layers.39.self_attn.q_a_layernorm",
1151
+ "model.layers.4.hc_attn_base",
1152
+ "model.layers.4.hc_attn_fn",
1153
+ "model.layers.4.hc_attn_scale",
1154
+ "model.layers.4.hc_ffn_base",
1155
+ "model.layers.4.hc_ffn_fn",
1156
+ "model.layers.4.hc_ffn_scale",
1157
+ "model.layers.4.input_layernorm",
1158
+ "model.layers.4.mlp.gate",
1159
+ "model.layers.4.mlp.gate.e_score_correction_bias",
1160
+ "model.layers.4.post_attention_layernorm",
1161
+ "model.layers.4.self_attn.A_log",
1162
+ "model.layers.4.self_attn.b_proj",
1163
+ "model.layers.4.self_attn.dt_bias",
1164
+ "model.layers.4.self_attn.f_a_proj",
1165
+ "model.layers.4.self_attn.f_b_proj",
1166
+ "model.layers.4.self_attn.fused_qkvbfg_a_proj",
1167
+ "model.layers.4.self_attn.g_a_proj",
1168
+ "model.layers.4.self_attn.g_b_proj",
1169
+ "model.layers.4.self_attn.k_conv1d",
1170
+ "model.layers.4.self_attn.k_proj",
1171
+ "model.layers.4.self_attn.o_norm",
1172
+ "model.layers.4.self_attn.o_proj",
1173
+ "model.layers.4.self_attn.q_conv1d",
1174
+ "model.layers.4.self_attn.q_proj",
1175
+ "model.layers.4.self_attn.qkv_proj",
1176
+ "model.layers.4.self_attn.v_conv1d",
1177
+ "model.layers.4.self_attn.v_proj",
1178
+ "model.layers.40.hc_attn_base",
1179
+ "model.layers.40.hc_attn_fn",
1180
+ "model.layers.40.hc_attn_scale",
1181
+ "model.layers.40.hc_ffn_base",
1182
+ "model.layers.40.hc_ffn_fn",
1183
+ "model.layers.40.hc_ffn_scale",
1184
+ "model.layers.40.input_layernorm",
1185
+ "model.layers.40.mlp.gate",
1186
+ "model.layers.40.mlp.gate.e_score_correction_bias",
1187
+ "model.layers.40.post_attention_layernorm",
1188
+ "model.layers.40.self_attn.A_log",
1189
+ "model.layers.40.self_attn.b_proj",
1190
+ "model.layers.40.self_attn.dt_bias",
1191
+ "model.layers.40.self_attn.f_a_proj",
1192
+ "model.layers.40.self_attn.f_b_proj",
1193
+ "model.layers.40.self_attn.fused_qkvbfg_a_proj",
1194
+ "model.layers.40.self_attn.g_a_proj",
1195
+ "model.layers.40.self_attn.g_b_proj",
1196
+ "model.layers.40.self_attn.k_conv1d",
1197
+ "model.layers.40.self_attn.k_proj",
1198
+ "model.layers.40.self_attn.o_norm",
1199
+ "model.layers.40.self_attn.o_proj",
1200
+ "model.layers.40.self_attn.q_conv1d",
1201
+ "model.layers.40.self_attn.q_proj",
1202
+ "model.layers.40.self_attn.qkv_proj",
1203
+ "model.layers.40.self_attn.v_conv1d",
1204
+ "model.layers.40.self_attn.v_proj",
1205
+ "model.layers.41.hc_attn_base",
1206
+ "model.layers.41.hc_attn_fn",
1207
+ "model.layers.41.hc_attn_scale",
1208
+ "model.layers.41.hc_ffn_base",
1209
+ "model.layers.41.hc_ffn_fn",
1210
+ "model.layers.41.hc_ffn_scale",
1211
+ "model.layers.41.input_layernorm",
1212
+ "model.layers.41.mlp.gate",
1213
+ "model.layers.41.mlp.gate.e_score_correction_bias",
1214
+ "model.layers.41.post_attention_layernorm",
1215
+ "model.layers.41.self_attn.A_log",
1216
+ "model.layers.41.self_attn.b_proj",
1217
+ "model.layers.41.self_attn.dt_bias",
1218
+ "model.layers.41.self_attn.f_a_proj",
1219
+ "model.layers.41.self_attn.f_b_proj",
1220
+ "model.layers.41.self_attn.fused_qkvbfg_a_proj",
1221
+ "model.layers.41.self_attn.g_a_proj",
1222
+ "model.layers.41.self_attn.g_b_proj",
1223
+ "model.layers.41.self_attn.k_conv1d",
1224
+ "model.layers.41.self_attn.k_proj",
1225
+ "model.layers.41.self_attn.o_norm",
1226
+ "model.layers.41.self_attn.o_proj",
1227
+ "model.layers.41.self_attn.q_conv1d",
1228
+ "model.layers.41.self_attn.q_proj",
1229
+ "model.layers.41.self_attn.qkv_proj",
1230
+ "model.layers.41.self_attn.v_conv1d",
1231
+ "model.layers.41.self_attn.v_proj",
1232
+ "model.layers.42.hc_attn_base",
1233
+ "model.layers.42.hc_attn_fn",
1234
+ "model.layers.42.hc_attn_scale",
1235
+ "model.layers.42.hc_ffn_base",
1236
+ "model.layers.42.hc_ffn_fn",
1237
+ "model.layers.42.hc_ffn_scale",
1238
+ "model.layers.42.input_layernorm",
1239
+ "model.layers.42.mlp.gate",
1240
+ "model.layers.42.mlp.gate.e_score_correction_bias",
1241
+ "model.layers.42.post_attention_layernorm",
1242
+ "model.layers.42.self_attn.A_log",
1243
+ "model.layers.42.self_attn.b_proj",
1244
+ "model.layers.42.self_attn.dt_bias",
1245
+ "model.layers.42.self_attn.f_a_proj",
1246
+ "model.layers.42.self_attn.f_b_proj",
1247
+ "model.layers.42.self_attn.fused_qkvbfg_a_proj",
1248
+ "model.layers.42.self_attn.g_a_proj",
1249
+ "model.layers.42.self_attn.g_b_proj",
1250
+ "model.layers.42.self_attn.k_conv1d",
1251
+ "model.layers.42.self_attn.k_proj",
1252
+ "model.layers.42.self_attn.o_norm",
1253
+ "model.layers.42.self_attn.o_proj",
1254
+ "model.layers.42.self_attn.q_conv1d",
1255
+ "model.layers.42.self_attn.q_proj",
1256
+ "model.layers.42.self_attn.qkv_proj",
1257
+ "model.layers.42.self_attn.v_conv1d",
1258
+ "model.layers.42.self_attn.v_proj",
1259
+ "model.layers.43.hc_attn_base",
1260
+ "model.layers.43.hc_attn_fn",
1261
+ "model.layers.43.hc_attn_scale",
1262
+ "model.layers.43.hc_ffn_base",
1263
+ "model.layers.43.hc_ffn_fn",
1264
+ "model.layers.43.hc_ffn_scale",
1265
+ "model.layers.43.input_layernorm",
1266
+ "model.layers.43.mlp.gate",
1267
+ "model.layers.43.mlp.gate.e_score_correction_bias",
1268
+ "model.layers.43.post_attention_layernorm",
1269
+ "model.layers.43.self_attn.indexer.index_kpool_compress_ape",
1270
+ "model.layers.43.self_attn.indexer.index_kpool_compress_gate",
1271
+ "model.layers.43.self_attn.indexer.k_norm",
1272
+ "model.layers.43.self_attn.indexer.k_norm.bias",
1273
+ "model.layers.43.self_attn.indexer.weights_proj",
1274
+ "model.layers.43.self_attn.indexer.wk",
1275
+ "model.layers.43.self_attn.indexer.wq_b",
1276
+ "model.layers.43.self_attn.kv_a_layernorm",
1277
+ "model.layers.43.self_attn.kv_b_proj",
1278
+ "model.layers.43.self_attn.q_a_layernorm",
1279
+ "model.layers.44.hc_attn_base",
1280
+ "model.layers.44.hc_attn_fn",
1281
+ "model.layers.44.hc_attn_scale",
1282
+ "model.layers.44.hc_ffn_base",
1283
+ "model.layers.44.hc_ffn_fn",
1284
+ "model.layers.44.hc_ffn_scale",
1285
+ "model.layers.44.input_layernorm",
1286
+ "model.layers.44.mlp.gate",
1287
+ "model.layers.44.mlp.gate.e_score_correction_bias",
1288
+ "model.layers.44.post_attention_layernorm",
1289
+ "model.layers.44.self_attn.A_log",
1290
+ "model.layers.44.self_attn.b_proj",
1291
+ "model.layers.44.self_attn.dt_bias",
1292
+ "model.layers.44.self_attn.f_a_proj",
1293
+ "model.layers.44.self_attn.f_b_proj",
1294
+ "model.layers.44.self_attn.fused_qkvbfg_a_proj",
1295
+ "model.layers.44.self_attn.g_a_proj",
1296
+ "model.layers.44.self_attn.g_b_proj",
1297
+ "model.layers.44.self_attn.k_conv1d",
1298
+ "model.layers.44.self_attn.k_proj",
1299
+ "model.layers.44.self_attn.o_norm",
1300
+ "model.layers.44.self_attn.o_proj",
1301
+ "model.layers.44.self_attn.q_conv1d",
1302
+ "model.layers.44.self_attn.q_proj",
1303
+ "model.layers.44.self_attn.qkv_proj",
1304
+ "model.layers.44.self_attn.v_conv1d",
1305
+ "model.layers.44.self_attn.v_proj",
1306
+ "model.layers.45.eh_proj",
1307
+ "model.layers.45.enorm",
1308
+ "model.layers.45.hnorm",
1309
+ "model.layers.45.input_layernorm",
1310
+ "model.layers.45.mlp.gate",
1311
+ "model.layers.45.mlp.gate.e_score_correction_bias",
1312
+ "model.layers.45.post_attention_layernorm",
1313
+ "model.layers.45.self_attn.indexer.index_kpool_compress_ape",
1314
+ "model.layers.45.self_attn.indexer.index_kpool_compress_gate",
1315
+ "model.layers.45.self_attn.indexer.k_norm",
1316
+ "model.layers.45.self_attn.indexer.k_norm.bias",
1317
+ "model.layers.45.self_attn.indexer.weights_proj",
1318
+ "model.layers.45.self_attn.indexer.wk",
1319
+ "model.layers.45.self_attn.indexer.wq_b",
1320
+ "model.layers.45.self_attn.kv_a_layernorm",
1321
+ "model.layers.45.self_attn.kv_b_proj",
1322
+ "model.layers.45.self_attn.q_a_layernorm",
1323
+ "model.layers.45.shared_head.norm",
1324
+ "model.layers.5.hc_attn_base",
1325
+ "model.layers.5.hc_attn_fn",
1326
+ "model.layers.5.hc_attn_scale",
1327
+ "model.layers.5.hc_ffn_base",
1328
+ "model.layers.5.hc_ffn_fn",
1329
+ "model.layers.5.hc_ffn_scale",
1330
+ "model.layers.5.input_layernorm",
1331
+ "model.layers.5.mlp.gate",
1332
+ "model.layers.5.mlp.gate.e_score_correction_bias",
1333
+ "model.layers.5.post_attention_layernorm",
1334
+ "model.layers.5.self_attn.A_log",
1335
+ "model.layers.5.self_attn.b_proj",
1336
+ "model.layers.5.self_attn.dt_bias",
1337
+ "model.layers.5.self_attn.f_a_proj",
1338
+ "model.layers.5.self_attn.f_b_proj",
1339
+ "model.layers.5.self_attn.fused_qkvbfg_a_proj",
1340
+ "model.layers.5.self_attn.g_a_proj",
1341
+ "model.layers.5.self_attn.g_b_proj",
1342
+ "model.layers.5.self_attn.k_conv1d",
1343
+ "model.layers.5.self_attn.k_proj",
1344
+ "model.layers.5.self_attn.o_norm",
1345
+ "model.layers.5.self_attn.o_proj",
1346
+ "model.layers.5.self_attn.q_conv1d",
1347
+ "model.layers.5.self_attn.q_proj",
1348
+ "model.layers.5.self_attn.qkv_proj",
1349
+ "model.layers.5.self_attn.v_conv1d",
1350
+ "model.layers.5.self_attn.v_proj",
1351
+ "model.layers.6.hc_attn_base",
1352
+ "model.layers.6.hc_attn_fn",
1353
+ "model.layers.6.hc_attn_scale",
1354
+ "model.layers.6.hc_ffn_base",
1355
+ "model.layers.6.hc_ffn_fn",
1356
+ "model.layers.6.hc_ffn_scale",
1357
+ "model.layers.6.input_layernorm",
1358
+ "model.layers.6.mlp.gate",
1359
+ "model.layers.6.mlp.gate.e_score_correction_bias",
1360
+ "model.layers.6.post_attention_layernorm",
1361
+ "model.layers.6.self_attn.A_log",
1362
+ "model.layers.6.self_attn.b_proj",
1363
+ "model.layers.6.self_attn.dt_bias",
1364
+ "model.layers.6.self_attn.f_a_proj",
1365
+ "model.layers.6.self_attn.f_b_proj",
1366
+ "model.layers.6.self_attn.fused_qkvbfg_a_proj",
1367
+ "model.layers.6.self_attn.g_a_proj",
1368
+ "model.layers.6.self_attn.g_b_proj",
1369
+ "model.layers.6.self_attn.k_conv1d",
1370
+ "model.layers.6.self_attn.k_proj",
1371
+ "model.layers.6.self_attn.o_norm",
1372
+ "model.layers.6.self_attn.o_proj",
1373
+ "model.layers.6.self_attn.q_conv1d",
1374
+ "model.layers.6.self_attn.q_proj",
1375
+ "model.layers.6.self_attn.qkv_proj",
1376
+ "model.layers.6.self_attn.v_conv1d",
1377
+ "model.layers.6.self_attn.v_proj",
1378
+ "model.layers.7.hc_attn_base",
1379
+ "model.layers.7.hc_attn_fn",
1380
+ "model.layers.7.hc_attn_scale",
1381
+ "model.layers.7.hc_ffn_base",
1382
+ "model.layers.7.hc_ffn_fn",
1383
+ "model.layers.7.hc_ffn_scale",
1384
+ "model.layers.7.input_layernorm",
1385
+ "model.layers.7.mlp.gate",
1386
+ "model.layers.7.mlp.gate.e_score_correction_bias",
1387
+ "model.layers.7.post_attention_layernorm",
1388
+ "model.layers.7.self_attn.indexer.index_kpool_compress_ape",
1389
+ "model.layers.7.self_attn.indexer.index_kpool_compress_gate",
1390
+ "model.layers.7.self_attn.indexer.k_norm",
1391
+ "model.layers.7.self_attn.indexer.k_norm.bias",
1392
+ "model.layers.7.self_attn.indexer.weights_proj",
1393
+ "model.layers.7.self_attn.indexer.wk",
1394
+ "model.layers.7.self_attn.indexer.wq_b",
1395
+ "model.layers.7.self_attn.kv_a_layernorm",
1396
+ "model.layers.7.self_attn.kv_b_proj",
1397
+ "model.layers.7.self_attn.q_a_layernorm",
1398
+ "model.layers.8.hc_attn_base",
1399
+ "model.layers.8.hc_attn_fn",
1400
+ "model.layers.8.hc_attn_scale",
1401
+ "model.layers.8.hc_ffn_base",
1402
+ "model.layers.8.hc_ffn_fn",
1403
+ "model.layers.8.hc_ffn_scale",
1404
+ "model.layers.8.input_layernorm",
1405
+ "model.layers.8.mlp.gate",
1406
+ "model.layers.8.mlp.gate.e_score_correction_bias",
1407
+ "model.layers.8.post_attention_layernorm",
1408
+ "model.layers.8.self_attn.A_log",
1409
+ "model.layers.8.self_attn.b_proj",
1410
+ "model.layers.8.self_attn.dt_bias",
1411
+ "model.layers.8.self_attn.f_a_proj",
1412
+ "model.layers.8.self_attn.f_b_proj",
1413
+ "model.layers.8.self_attn.fused_qkvbfg_a_proj",
1414
+ "model.layers.8.self_attn.g_a_proj",
1415
+ "model.layers.8.self_attn.g_b_proj",
1416
+ "model.layers.8.self_attn.k_conv1d",
1417
+ "model.layers.8.self_attn.k_proj",
1418
+ "model.layers.8.self_attn.o_norm",
1419
+ "model.layers.8.self_attn.o_proj",
1420
+ "model.layers.8.self_attn.q_conv1d",
1421
+ "model.layers.8.self_attn.q_proj",
1422
+ "model.layers.8.self_attn.qkv_proj",
1423
+ "model.layers.8.self_attn.v_conv1d",
1424
+ "model.layers.8.self_attn.v_proj",
1425
+ "model.layers.9.hc_attn_base",
1426
+ "model.layers.9.hc_attn_fn",
1427
+ "model.layers.9.hc_attn_scale",
1428
+ "model.layers.9.hc_ffn_base",
1429
+ "model.layers.9.hc_ffn_fn",
1430
+ "model.layers.9.hc_ffn_scale",
1431
+ "model.layers.9.input_layernorm",
1432
+ "model.layers.9.mlp.gate",
1433
+ "model.layers.9.mlp.gate.e_score_correction_bias",
1434
+ "model.layers.9.post_attention_layernorm",
1435
+ "model.layers.9.self_attn.A_log",
1436
+ "model.layers.9.self_attn.b_proj",
1437
+ "model.layers.9.self_attn.dt_bias",
1438
+ "model.layers.9.self_attn.f_a_proj",
1439
+ "model.layers.9.self_attn.f_b_proj",
1440
+ "model.layers.9.self_attn.fused_qkvbfg_a_proj",
1441
+ "model.layers.9.self_attn.g_a_proj",
1442
+ "model.layers.9.self_attn.g_b_proj",
1443
+ "model.layers.9.self_attn.k_conv1d",
1444
+ "model.layers.9.self_attn.k_proj",
1445
+ "model.layers.9.self_attn.o_norm",
1446
+ "model.layers.9.self_attn.o_proj",
1447
+ "model.layers.9.self_attn.q_conv1d",
1448
+ "model.layers.9.self_attn.q_proj",
1449
+ "model.layers.9.self_attn.qkv_proj",
1450
+ "model.layers.9.self_attn.v_conv1d",
1451
+ "model.layers.9.self_attn.v_proj",
1452
+ "model.norm",
1453
+ "model.visual",
1454
+ "router",
1455
+ "visual",
1456
+ "visual.blocks.0.attn.k_norm",
1457
+ "visual.blocks.0.attn.proj",
1458
+ "visual.blocks.0.attn.proj.bias",
1459
+ "visual.blocks.0.attn.q_norm",
1460
+ "visual.blocks.0.attn.qkv",
1461
+ "visual.blocks.0.attn.qkv.bias",
1462
+ "visual.blocks.0.mlp.down_proj",
1463
+ "visual.blocks.0.mlp.down_proj.bias",
1464
+ "visual.blocks.0.mlp.gate_proj",
1465
+ "visual.blocks.0.mlp.gate_proj.bias",
1466
+ "visual.blocks.0.mlp.up_proj",
1467
+ "visual.blocks.0.mlp.up_proj.bias",
1468
+ "visual.blocks.0.norm1",
1469
+ "visual.blocks.0.norm2",
1470
+ "visual.blocks.1.attn.k_norm",
1471
+ "visual.blocks.1.attn.proj",
1472
+ "visual.blocks.1.attn.proj.bias",
1473
+ "visual.blocks.1.attn.q_norm",
1474
+ "visual.blocks.1.attn.qkv",
1475
+ "visual.blocks.1.attn.qkv.bias",
1476
+ "visual.blocks.1.mlp.down_proj",
1477
+ "visual.blocks.1.mlp.down_proj.bias",
1478
+ "visual.blocks.1.mlp.gate_proj",
1479
+ "visual.blocks.1.mlp.gate_proj.bias",
1480
+ "visual.blocks.1.mlp.up_proj",
1481
+ "visual.blocks.1.mlp.up_proj.bias",
1482
+ "visual.blocks.1.norm1",
1483
+ "visual.blocks.1.norm2",
1484
+ "visual.blocks.10.attn.k_norm",
1485
+ "visual.blocks.10.attn.proj",
1486
+ "visual.blocks.10.attn.proj.bias",
1487
+ "visual.blocks.10.attn.q_norm",
1488
+ "visual.blocks.10.attn.qkv",
1489
+ "visual.blocks.10.attn.qkv.bias",
1490
+ "visual.blocks.10.mlp.down_proj",
1491
+ "visual.blocks.10.mlp.down_proj.bias",
1492
+ "visual.blocks.10.mlp.gate_proj",
1493
+ "visual.blocks.10.mlp.gate_proj.bias",
1494
+ "visual.blocks.10.mlp.up_proj",
1495
+ "visual.blocks.10.mlp.up_proj.bias",
1496
+ "visual.blocks.10.norm1",
1497
+ "visual.blocks.10.norm2",
1498
+ "visual.blocks.11.attn.k_norm",
1499
+ "visual.blocks.11.attn.proj",
1500
+ "visual.blocks.11.attn.proj.bias",
1501
+ "visual.blocks.11.attn.q_norm",
1502
+ "visual.blocks.11.attn.qkv",
1503
+ "visual.blocks.11.attn.qkv.bias",
1504
+ "visual.blocks.11.mlp.down_proj",
1505
+ "visual.blocks.11.mlp.down_proj.bias",
1506
+ "visual.blocks.11.mlp.gate_proj",
1507
+ "visual.blocks.11.mlp.gate_proj.bias",
1508
+ "visual.blocks.11.mlp.up_proj",
1509
+ "visual.blocks.11.mlp.up_proj.bias",
1510
+ "visual.blocks.11.norm1",
1511
+ "visual.blocks.11.norm2",
1512
+ "visual.blocks.12.attn.k_norm",
1513
+ "visual.blocks.12.attn.proj",
1514
+ "visual.blocks.12.attn.proj.bias",
1515
+ "visual.blocks.12.attn.q_norm",
1516
+ "visual.blocks.12.attn.qkv",
1517
+ "visual.blocks.12.attn.qkv.bias",
1518
+ "visual.blocks.12.mlp.down_proj",
1519
+ "visual.blocks.12.mlp.down_proj.bias",
1520
+ "visual.blocks.12.mlp.gate_proj",
1521
+ "visual.blocks.12.mlp.gate_proj.bias",
1522
+ "visual.blocks.12.mlp.up_proj",
1523
+ "visual.blocks.12.mlp.up_proj.bias",
1524
+ "visual.blocks.12.norm1",
1525
+ "visual.blocks.12.norm2",
1526
+ "visual.blocks.13.attn.k_norm",
1527
+ "visual.blocks.13.attn.proj",
1528
+ "visual.blocks.13.attn.proj.bias",
1529
+ "visual.blocks.13.attn.q_norm",
1530
+ "visual.blocks.13.attn.qkv",
1531
+ "visual.blocks.13.attn.qkv.bias",
1532
+ "visual.blocks.13.mlp.down_proj",
1533
+ "visual.blocks.13.mlp.down_proj.bias",
1534
+ "visual.blocks.13.mlp.gate_proj",
1535
+ "visual.blocks.13.mlp.gate_proj.bias",
1536
+ "visual.blocks.13.mlp.up_proj",
1537
+ "visual.blocks.13.mlp.up_proj.bias",
1538
+ "visual.blocks.13.norm1",
1539
+ "visual.blocks.13.norm2",
1540
+ "visual.blocks.14.attn.k_norm",
1541
+ "visual.blocks.14.attn.proj",
1542
+ "visual.blocks.14.attn.proj.bias",
1543
+ "visual.blocks.14.attn.q_norm",
1544
+ "visual.blocks.14.attn.qkv",
1545
+ "visual.blocks.14.attn.qkv.bias",
1546
+ "visual.blocks.14.mlp.down_proj",
1547
+ "visual.blocks.14.mlp.down_proj.bias",
1548
+ "visual.blocks.14.mlp.gate_proj",
1549
+ "visual.blocks.14.mlp.gate_proj.bias",
1550
+ "visual.blocks.14.mlp.up_proj",
1551
+ "visual.blocks.14.mlp.up_proj.bias",
1552
+ "visual.blocks.14.norm1",
1553
+ "visual.blocks.14.norm2",
1554
+ "visual.blocks.15.attn.k_norm",
1555
+ "visual.blocks.15.attn.proj",
1556
+ "visual.blocks.15.attn.proj.bias",
1557
+ "visual.blocks.15.attn.q_norm",
1558
+ "visual.blocks.15.attn.qkv",
1559
+ "visual.blocks.15.attn.qkv.bias",
1560
+ "visual.blocks.15.mlp.down_proj",
1561
+ "visual.blocks.15.mlp.down_proj.bias",
1562
+ "visual.blocks.15.mlp.gate_proj",
1563
+ "visual.blocks.15.mlp.gate_proj.bias",
1564
+ "visual.blocks.15.mlp.up_proj",
1565
+ "visual.blocks.15.mlp.up_proj.bias",
1566
+ "visual.blocks.15.norm1",
1567
+ "visual.blocks.15.norm2",
1568
+ "visual.blocks.16.attn.k_norm",
1569
+ "visual.blocks.16.attn.proj",
1570
+ "visual.blocks.16.attn.proj.bias",
1571
+ "visual.blocks.16.attn.q_norm",
1572
+ "visual.blocks.16.attn.qkv",
1573
+ "visual.blocks.16.attn.qkv.bias",
1574
+ "visual.blocks.16.mlp.down_proj",
1575
+ "visual.blocks.16.mlp.down_proj.bias",
1576
+ "visual.blocks.16.mlp.gate_proj",
1577
+ "visual.blocks.16.mlp.gate_proj.bias",
1578
+ "visual.blocks.16.mlp.up_proj",
1579
+ "visual.blocks.16.mlp.up_proj.bias",
1580
+ "visual.blocks.16.norm1",
1581
+ "visual.blocks.16.norm2",
1582
+ "visual.blocks.17.attn.k_norm",
1583
+ "visual.blocks.17.attn.proj",
1584
+ "visual.blocks.17.attn.proj.bias",
1585
+ "visual.blocks.17.attn.q_norm",
1586
+ "visual.blocks.17.attn.qkv",
1587
+ "visual.blocks.17.attn.qkv.bias",
1588
+ "visual.blocks.17.mlp.down_proj",
1589
+ "visual.blocks.17.mlp.down_proj.bias",
1590
+ "visual.blocks.17.mlp.gate_proj",
1591
+ "visual.blocks.17.mlp.gate_proj.bias",
1592
+ "visual.blocks.17.mlp.up_proj",
1593
+ "visual.blocks.17.mlp.up_proj.bias",
1594
+ "visual.blocks.17.norm1",
1595
+ "visual.blocks.17.norm2",
1596
+ "visual.blocks.18.attn.k_norm",
1597
+ "visual.blocks.18.attn.proj",
1598
+ "visual.blocks.18.attn.proj.bias",
1599
+ "visual.blocks.18.attn.q_norm",
1600
+ "visual.blocks.18.attn.qkv",
1601
+ "visual.blocks.18.attn.qkv.bias",
1602
+ "visual.blocks.18.mlp.down_proj",
1603
+ "visual.blocks.18.mlp.down_proj.bias",
1604
+ "visual.blocks.18.mlp.gate_proj",
1605
+ "visual.blocks.18.mlp.gate_proj.bias",
1606
+ "visual.blocks.18.mlp.up_proj",
1607
+ "visual.blocks.18.mlp.up_proj.bias",
1608
+ "visual.blocks.18.norm1",
1609
+ "visual.blocks.18.norm2",
1610
+ "visual.blocks.19.attn.k_norm",
1611
+ "visual.blocks.19.attn.proj",
1612
+ "visual.blocks.19.attn.proj.bias",
1613
+ "visual.blocks.19.attn.q_norm",
1614
+ "visual.blocks.19.attn.qkv",
1615
+ "visual.blocks.19.attn.qkv.bias",
1616
+ "visual.blocks.19.mlp.down_proj",
1617
+ "visual.blocks.19.mlp.down_proj.bias",
1618
+ "visual.blocks.19.mlp.gate_proj",
1619
+ "visual.blocks.19.mlp.gate_proj.bias",
1620
+ "visual.blocks.19.mlp.up_proj",
1621
+ "visual.blocks.19.mlp.up_proj.bias",
1622
+ "visual.blocks.19.norm1",
1623
+ "visual.blocks.19.norm2",
1624
+ "visual.blocks.2.attn.k_norm",
1625
+ "visual.blocks.2.attn.proj",
1626
+ "visual.blocks.2.attn.proj.bias",
1627
+ "visual.blocks.2.attn.q_norm",
1628
+ "visual.blocks.2.attn.qkv",
1629
+ "visual.blocks.2.attn.qkv.bias",
1630
+ "visual.blocks.2.mlp.down_proj",
1631
+ "visual.blocks.2.mlp.down_proj.bias",
1632
+ "visual.blocks.2.mlp.gate_proj",
1633
+ "visual.blocks.2.mlp.gate_proj.bias",
1634
+ "visual.blocks.2.mlp.up_proj",
1635
+ "visual.blocks.2.mlp.up_proj.bias",
1636
+ "visual.blocks.2.norm1",
1637
+ "visual.blocks.2.norm2",
1638
+ "visual.blocks.20.attn.k_norm",
1639
+ "visual.blocks.20.attn.proj",
1640
+ "visual.blocks.20.attn.proj.bias",
1641
+ "visual.blocks.20.attn.q_norm",
1642
+ "visual.blocks.20.attn.qkv",
1643
+ "visual.blocks.20.attn.qkv.bias",
1644
+ "visual.blocks.20.mlp.down_proj",
1645
+ "visual.blocks.20.mlp.down_proj.bias",
1646
+ "visual.blocks.20.mlp.gate_proj",
1647
+ "visual.blocks.20.mlp.gate_proj.bias",
1648
+ "visual.blocks.20.mlp.up_proj",
1649
+ "visual.blocks.20.mlp.up_proj.bias",
1650
+ "visual.blocks.20.norm1",
1651
+ "visual.blocks.20.norm2",
1652
+ "visual.blocks.21.attn.k_norm",
1653
+ "visual.blocks.21.attn.proj",
1654
+ "visual.blocks.21.attn.proj.bias",
1655
+ "visual.blocks.21.attn.q_norm",
1656
+ "visual.blocks.21.attn.qkv",
1657
+ "visual.blocks.21.attn.qkv.bias",
1658
+ "visual.blocks.21.mlp.down_proj",
1659
+ "visual.blocks.21.mlp.down_proj.bias",
1660
+ "visual.blocks.21.mlp.gate_proj",
1661
+ "visual.blocks.21.mlp.gate_proj.bias",
1662
+ "visual.blocks.21.mlp.up_proj",
1663
+ "visual.blocks.21.mlp.up_proj.bias",
1664
+ "visual.blocks.21.norm1",
1665
+ "visual.blocks.21.norm2",
1666
+ "visual.blocks.22.attn.k_norm",
1667
+ "visual.blocks.22.attn.proj",
1668
+ "visual.blocks.22.attn.proj.bias",
1669
+ "visual.blocks.22.attn.q_norm",
1670
+ "visual.blocks.22.attn.qkv",
1671
+ "visual.blocks.22.attn.qkv.bias",
1672
+ "visual.blocks.22.mlp.down_proj",
1673
+ "visual.blocks.22.mlp.down_proj.bias",
1674
+ "visual.blocks.22.mlp.gate_proj",
1675
+ "visual.blocks.22.mlp.gate_proj.bias",
1676
+ "visual.blocks.22.mlp.up_proj",
1677
+ "visual.blocks.22.mlp.up_proj.bias",
1678
+ "visual.blocks.22.norm1",
1679
+ "visual.blocks.22.norm2",
1680
+ "visual.blocks.23.attn.k_norm",
1681
+ "visual.blocks.23.attn.proj",
1682
+ "visual.blocks.23.attn.proj.bias",
1683
+ "visual.blocks.23.attn.q_norm",
1684
+ "visual.blocks.23.attn.qkv",
1685
+ "visual.blocks.23.attn.qkv.bias",
1686
+ "visual.blocks.23.mlp.down_proj",
1687
+ "visual.blocks.23.mlp.down_proj.bias",
1688
+ "visual.blocks.23.mlp.gate_proj",
1689
+ "visual.blocks.23.mlp.gate_proj.bias",
1690
+ "visual.blocks.23.mlp.up_proj",
1691
+ "visual.blocks.23.mlp.up_proj.bias",
1692
+ "visual.blocks.23.norm1",
1693
+ "visual.blocks.23.norm2",
1694
+ "visual.blocks.3.attn.k_norm",
1695
+ "visual.blocks.3.attn.proj",
1696
+ "visual.blocks.3.attn.proj.bias",
1697
+ "visual.blocks.3.attn.q_norm",
1698
+ "visual.blocks.3.attn.qkv",
1699
+ "visual.blocks.3.attn.qkv.bias",
1700
+ "visual.blocks.3.mlp.down_proj",
1701
+ "visual.blocks.3.mlp.down_proj.bias",
1702
+ "visual.blocks.3.mlp.gate_proj",
1703
+ "visual.blocks.3.mlp.gate_proj.bias",
1704
+ "visual.blocks.3.mlp.up_proj",
1705
+ "visual.blocks.3.mlp.up_proj.bias",
1706
+ "visual.blocks.3.norm1",
1707
+ "visual.blocks.3.norm2",
1708
+ "visual.blocks.4.attn.k_norm",
1709
+ "visual.blocks.4.attn.proj",
1710
+ "visual.blocks.4.attn.proj.bias",
1711
+ "visual.blocks.4.attn.q_norm",
1712
+ "visual.blocks.4.attn.qkv",
1713
+ "visual.blocks.4.attn.qkv.bias",
1714
+ "visual.blocks.4.mlp.down_proj",
1715
+ "visual.blocks.4.mlp.down_proj.bias",
1716
+ "visual.blocks.4.mlp.gate_proj",
1717
+ "visual.blocks.4.mlp.gate_proj.bias",
1718
+ "visual.blocks.4.mlp.up_proj",
1719
+ "visual.blocks.4.mlp.up_proj.bias",
1720
+ "visual.blocks.4.norm1",
1721
+ "visual.blocks.4.norm2",
1722
+ "visual.blocks.5.attn.k_norm",
1723
+ "visual.blocks.5.attn.proj",
1724
+ "visual.blocks.5.attn.proj.bias",
1725
+ "visual.blocks.5.attn.q_norm",
1726
+ "visual.blocks.5.attn.qkv",
1727
+ "visual.blocks.5.attn.qkv.bias",
1728
+ "visual.blocks.5.mlp.down_proj",
1729
+ "visual.blocks.5.mlp.down_proj.bias",
1730
+ "visual.blocks.5.mlp.gate_proj",
1731
+ "visual.blocks.5.mlp.gate_proj.bias",
1732
+ "visual.blocks.5.mlp.up_proj",
1733
+ "visual.blocks.5.mlp.up_proj.bias",
1734
+ "visual.blocks.5.norm1",
1735
+ "visual.blocks.5.norm2",
1736
+ "visual.blocks.6.attn.k_norm",
1737
+ "visual.blocks.6.attn.proj",
1738
+ "visual.blocks.6.attn.proj.bias",
1739
+ "visual.blocks.6.attn.q_norm",
1740
+ "visual.blocks.6.attn.qkv",
1741
+ "visual.blocks.6.attn.qkv.bias",
1742
+ "visual.blocks.6.mlp.down_proj",
1743
+ "visual.blocks.6.mlp.down_proj.bias",
1744
+ "visual.blocks.6.mlp.gate_proj",
1745
+ "visual.blocks.6.mlp.gate_proj.bias",
1746
+ "visual.blocks.6.mlp.up_proj",
1747
+ "visual.blocks.6.mlp.up_proj.bias",
1748
+ "visual.blocks.6.norm1",
1749
+ "visual.blocks.6.norm2",
1750
+ "visual.blocks.7.attn.k_norm",
1751
+ "visual.blocks.7.attn.proj",
1752
+ "visual.blocks.7.attn.proj.bias",
1753
+ "visual.blocks.7.attn.q_norm",
1754
+ "visual.blocks.7.attn.qkv",
1755
+ "visual.blocks.7.attn.qkv.bias",
1756
+ "visual.blocks.7.mlp.down_proj",
1757
+ "visual.blocks.7.mlp.down_proj.bias",
1758
+ "visual.blocks.7.mlp.gate_proj",
1759
+ "visual.blocks.7.mlp.gate_proj.bias",
1760
+ "visual.blocks.7.mlp.up_proj",
1761
+ "visual.blocks.7.mlp.up_proj.bias",
1762
+ "visual.blocks.7.norm1",
1763
+ "visual.blocks.7.norm2",
1764
+ "visual.blocks.8.attn.k_norm",
1765
+ "visual.blocks.8.attn.proj",
1766
+ "visual.blocks.8.attn.proj.bias",
1767
+ "visual.blocks.8.attn.q_norm",
1768
+ "visual.blocks.8.attn.qkv",
1769
+ "visual.blocks.8.attn.qkv.bias",
1770
+ "visual.blocks.8.mlp.down_proj",
1771
+ "visual.blocks.8.mlp.down_proj.bias",
1772
+ "visual.blocks.8.mlp.gate_proj",
1773
+ "visual.blocks.8.mlp.gate_proj.bias",
1774
+ "visual.blocks.8.mlp.up_proj",
1775
+ "visual.blocks.8.mlp.up_proj.bias",
1776
+ "visual.blocks.8.norm1",
1777
+ "visual.blocks.8.norm2",
1778
+ "visual.blocks.9.attn.k_norm",
1779
+ "visual.blocks.9.attn.proj",
1780
+ "visual.blocks.9.attn.proj.bias",
1781
+ "visual.blocks.9.attn.q_norm",
1782
+ "visual.blocks.9.attn.qkv",
1783
+ "visual.blocks.9.attn.qkv.bias",
1784
+ "visual.blocks.9.mlp.down_proj",
1785
+ "visual.blocks.9.mlp.down_proj.bias",
1786
+ "visual.blocks.9.mlp.gate_proj",
1787
+ "visual.blocks.9.mlp.gate_proj.bias",
1788
+ "visual.blocks.9.mlp.up_proj",
1789
+ "visual.blocks.9.mlp.up_proj.bias",
1790
+ "visual.blocks.9.norm1",
1791
+ "visual.blocks.9.norm2",
1792
+ "visual.downsample",
1793
+ "visual.downsample.bias",
1794
+ "visual.merger.down_proj",
1795
+ "visual.merger.gate_proj",
1796
+ "visual.merger.post_projection_norm",
1797
+ "visual.merger.post_projection_norm.bias",
1798
+ "visual.merger.proj",
1799
+ "visual.merger.up_proj",
1800
+ "visual.patch_embed.proj",
1801
+ "visual.patch_embed.proj.bias",
1802
+ "visual.post_layernorm",
1803
+ "weights_proj"
1804
+ ],
1805
+ "quant_method": "fp8",
1806
+ "weight_block_size": [
1807
+ 128,
1808
+ 128
1809
+ ]
1810
+ },
1811
+ "reap": {
1812
+ "ratio": 0.5,
1813
+ "experts_kept": 144,
1814
+ "experts_original": 288,
1815
+ "mtp_excluded": true
1816
+ }
1817
+ }
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "eos_token_id": [
4
+ 154820,
5
+ 154827,
6
+ 154829
7
+ ],
8
+ "pad_token_id": 154820,
9
+ "temperature": 1.0,
10
+ "top_p": 0.95,
11
+ "transformers_version": "5.16.0"
12
+ }
model-00001-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c062067cf660e92882ca35b6b3c2b9ffcab9db88e768ba75ade2a32f2b15a921
3
+ size 2537554168
model-00002-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ec8a34b8c79249629b770c3c5d784a24a5c72fe74d51ae8b73b0fb12d1eddf6
3
+ size 654753512
model-00003-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e93389dc2c73fa10ba6bf8891152a187791c34aa3000eeb8bf91169d91cf180
3
+ size 2795839728
model-00004-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e4f4413cae838484c433d1818b9aa5f4d221423ba981d24191e86c12ef14c56
3
+ size 2745188952
model-00005-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64bb5a4482fafe071278f1e8a006221de8b36de29255f31bf3bc0849f7b4632b
3
+ size 2820281216
model-00006-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:147a04d96c84cd2db84e27ee49cc0d5f9d738f9819112b2d1dcce10436f14454
3
+ size 2668317768
model-00007-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c4a8c41070d2ffc1fce0e904a219aa692792c6dc061032ac3006a739272351d
3
+ size 2795534688
model-00008-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59e4cf0efff550d3fbda4f3f9d8c47b37a4bc945300fc2301ef8db6fe34199ef
3
+ size 2996917184
model-00009-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d079e34925bc896e9b9cde4a91c08993b66acef7bd09fa026128e0905b50bf8f
3
+ size 2593979784
model-00010-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b47b612de466a8d165fb226197a436c9ae74bf2b9bce7c67844ca676335a83c
3
+ size 2718835928
model-00011-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0f47d05688d9715917fa22105f8e2d9c434b19319621d16297fb0f2e48b4e68
3
+ size 2795108176
model-00012-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:906673a1662d37c84a7823a166a832df0a27554a6c51be93f9967a658433690c
3
+ size 2845880440
model-00013-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f02b5599969b1ac57f08ed4fb9db61d612f4b3baf58d8d2545f6429484682e4d
3
+ size 2643144936
model-00014-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c539b75217633ad6ce2bd61284698eeed4dbc9da684b9fcb4b55cb77b7e46795
3
+ size 2745189048
model-00015-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71734c02a9fa3b191ba7183eec331d3a733b3213b06169097e29a161004d27a5
3
+ size 3072435640
model-00016-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42b99bf1993b38c1617e0e31e269a5be2a6049a43c7ee68be52007f7ba18e18c
3
+ size 2643144952
model-00017-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc31ae1bdb611e8fff50c1dc07ca866639802b1e006fba3a3eb6f7f1f9f4f016
3
+ size 3097350408
model-00018-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea81918f5120f2b86f3448ac8b5b508065c759cbcf807f1dc20a1c5578a13016
3
+ size 2720016192
model-00019-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3941f21856280e45e096f16f4b6969687fc69fd9a186f6797c2b9c389bcc7427
3
+ size 2770362032
model-00020-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0beb28cd38287fb7d5e80b061ccffec8d431c9e877a2bbe2e362023df7abb8fc
3
+ size 2592799320
model-00021-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:831ef0fa345addafc48c3072579cc2390cae3c3cfd0eaca4f89e0018a56f2834
3
+ size 2996917088
model-00022-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9e56462bd1228458b97f5c1075851e8222e1a8f528acc44b1c859da45ca9baa
3
+ size 2820281176
model-00023-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4c6bbb437e936aeaab443c0160a5653766abe83ad443aee5a115d568444d9a1
3
+ size 2617972136
model-00024-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74a1009708c21e47fe5b1f55e71b088c9e152353ec9ab7843f8da1a21f0ae2ea
3
+ size 2921398848
model-00025-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e01e7921832e14d9a2874d38575c34df7f89cfc61563dd4acc86b831d73eeba
3
+ size 2543806520
model-00026-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bb16b4b72b280f499189e13d6d6cbaf155df815ca6a2acd362d720c22596288
3
+ size 3047262936
model-00027-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2020c76d4b1521f126c1e0723e0a87817f99f7de04848e109a02529441a3307
3
+ size 2567626520
model-00028-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f09c9a8a87641f1292d383f246f695c583e8fb00802e5398768c5d8b71655472
3
+ size 2669244136
model-00029-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f03c2501535f499c7cef3b410884cf10df6ae57d50e1e9344b5a548e451c089
3
+ size 2971744456
model-00030-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09f596c2c76f345bb1fa6bec623d898217c030e2e2b0c12bc78d5d54f58a8a07
3
+ size 2844527424
model-00031-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:186b1b595c184d7eda47e5bb2a09dfc79cf34b65faf771e2469fa59417f51904
3
+ size 2720015816
model-00032-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fd5eb70a9d780509e5b8545821709debb09f028cbaaa4d78a41d83a5af8f828
3
+ size 2996490304
model-00033-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6c079e8a882da94b1363b5a9387db371b9c9258481f00b6a501db6f91fcde1f
3
+ size 2619325184
model-00034-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab21dfce6e065033eb32e8380330491a80e4392af11f426045c3f5929cbf80aa
3
+ size 2693490576
model-00035-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:512df6418cfffe8f4b739e4aff98d807c4857388b3089201a634bc64ce01d0d3
3
+ size 2920972272
model-00036-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:198834e9ae5e1cac0efeee258679f63958a4e5c34e45660a577bb039286aefcb
3
+ size 2720016328
model-00037-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4fa264d66679b0d295d6ef7fd4dcc46f9aec51029626bcc849e430b2e97a446
3
+ size 2643144944
model-00038-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54d8f8c52f319aa7ad022eb21d34f6372e701bd2660a361d9121b7d230a0837d
3
+ size 2720016352
model-00039-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa42a642ac4251dc838266d5c4ee198b42b8fb5d9261bc6e887473de95329995
3
+ size 3047262720
model-00040-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa68d96b690f38281a0791e2cc2bf15f409669df2b917d84dc6f2fefaab4f4d8
3
+ size 2719589984
model-00041-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e76304f363a4dea4e16867acad1bf25b84d5153ba738298acabf2760aec6e702
3
+ size 2492108096
model-00042-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c495627b096e7c7037852152c41454e331afd8e8e2862ed2fef5b2149bce8df6
3
+ size 2871053048
model-00043-of-00062.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a89355ce81f7c28a58b202d7e423f995a3aaebdbbc7aad8eeb7e933a8c4c24e9
3
+ size 2871053200