robertmyers commited on
Commit
4b03ed5
·
verified ·
1 Parent(s): 661cb62

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 +3 -0
  2. .omo/run-continuation/ses_0c21e7031ffeinIgwbwfijjAzG.json +10 -0
  3. LICENSE +21 -0
  4. README.md +61 -0
  5. SYBIL.md +45 -0
  6. chat_template.jinja +119 -0
  7. config.json +776 -0
  8. generation_config.json +12 -0
  9. model-00001-of-00141.safetensors +3 -0
  10. model-00002-of-00141.safetensors +3 -0
  11. model-00003-of-00141.safetensors +3 -0
  12. model-00004-of-00141.safetensors +3 -0
  13. model-00005-of-00141.safetensors +3 -0
  14. model-00006-of-00141.safetensors +3 -0
  15. model-00007-of-00141.safetensors +3 -0
  16. model-00008-of-00141.safetensors +3 -0
  17. model-00009-of-00141.safetensors +3 -0
  18. model-00010-of-00141.safetensors +3 -0
  19. model-00011-of-00141.safetensors +3 -0
  20. model-00012-of-00141.safetensors +3 -0
  21. model-00013-of-00141.safetensors +3 -0
  22. model-00014-of-00141.safetensors +3 -0
  23. model-00015-of-00141.safetensors +3 -0
  24. model-00016-of-00141.safetensors +3 -0
  25. model-00017-of-00141.safetensors +3 -0
  26. model-00018-of-00141.safetensors +3 -0
  27. model-00019-of-00141.safetensors +3 -0
  28. model-00020-of-00141.safetensors +3 -0
  29. model-00021-of-00141.safetensors +3 -0
  30. model-00022-of-00141.safetensors +3 -0
  31. model-00023-of-00141.safetensors +3 -0
  32. model-00024-of-00141.safetensors +3 -0
  33. model-00025-of-00141.safetensors +3 -0
  34. model-00026-of-00141.safetensors +3 -0
  35. model-00027-of-00141.safetensors +3 -0
  36. model-00028-of-00141.safetensors +3 -0
  37. model-00029-of-00141.safetensors +3 -0
  38. model-00030-of-00141.safetensors +3 -0
  39. model-00031-of-00141.safetensors +3 -0
  40. model-00032-of-00141.safetensors +3 -0
  41. model-00033-of-00141.safetensors +3 -0
  42. model-00034-of-00141.safetensors +3 -0
  43. model-00035-of-00141.safetensors +3 -0
  44. model-00036-of-00141.safetensors +3 -0
  45. model-00037-of-00141.safetensors +3 -0
  46. model-00038-of-00141.safetensors +3 -0
  47. model-00039-of-00141.safetensors +3 -0
  48. model-00040-of-00141.safetensors +3 -0
  49. model-00041-of-00141.safetensors +3 -0
  50. model-00042-of-00141.safetensors +3 -0
.gitattributes CHANGED
@@ -33,3 +33,6 @@ 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
37
+ .tmpUMarya filter=lfs diff=lfs merge=lfs -text
38
+ model.safetensors.index.json filter=lfs diff=lfs merge=lfs -text
.omo/run-continuation/ses_0c21e7031ffeinIgwbwfijjAzG.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sessionID": "ses_0c21e7031ffeinIgwbwfijjAzG",
3
+ "updatedAt": "2026-07-07T18:40:56.589Z",
4
+ "sources": {
5
+ "background-task": {
6
+ "state": "idle",
7
+ "updatedAt": "2026-07-07T18:40:56.589Z"
8
+ }
9
+ }
10
+ }
LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Zhipu AI
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 CHANGED
@@ -1,3 +1,64 @@
1
  ---
 
 
 
 
2
  license: mit
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ - zh
5
+ library_name: transformers
6
  license: mit
7
+ pipeline_tag: text-generation
8
  ---
9
+
10
+ # Sybil 0.1
11
+
12
+ Sybil 0.1 is an experimental base language model derived from GLM-5.2. It is
13
+ intended for researchers and builders who want a GLM-5.2-lineage foundation
14
+ checkpoint for further evaluation, adaptation, and text-generation experiments.
15
+
16
+ This is a base model, not an instruction-tuned assistant. Prompts should be
17
+ designed accordingly, and downstream behavior depends heavily on sampling
18
+ settings, prompt format, and any additional fine-tuning or alignment applied by
19
+ the user.
20
+
21
+ ## Model Lineage
22
+
23
+ - **Model name:** Sybil 0.1
24
+ - **Base lineage:** GLM-5.2
25
+ - **Model type:** Base text-generation model
26
+ - **Languages:** English and Chinese
27
+ - **License:** MIT
28
+ - **Library:** Transformers-compatible GLM architecture
29
+
30
+ Sybil 0.1 preserves the GLM-5.2 model family as its foundation while being
31
+ packaged as a separate base checkpoint for experimentation.
32
+
33
+ ## Intended Use
34
+
35
+ Sybil 0.1 is suitable for:
36
+
37
+ - Research on GLM-5.2-derived base models
38
+ - Continued pretraining or supervised adaptation
39
+ - Prompting and sampling experiments
40
+ - Evaluation of base-model behavior before downstream tuning
41
+
42
+ It is not presented as a production assistant, safety-filtered chatbot, or
43
+ drop-in replacement for an instruction-tuned model.
44
+
45
+ ## Usage Notes
46
+
47
+ Use an inference stack that supports the GLM-5.2 architecture and the model's
48
+ checkpoint format. Because this is a base model, start with conservative
49
+ generation settings and evaluate outputs carefully for your use case.
50
+
51
+ Example areas to validate before deployment include instruction following,
52
+ factuality, multilingual behavior, long-context behavior, refusal behavior,
53
+ domain-specific accuracy, and safety characteristics.
54
+
55
+ ## Evaluation
56
+
57
+ No Sybil 0.1-specific benchmark results are claimed in this README. Users should
58
+ run their own evaluations on the tasks, prompts, and inference settings relevant
59
+ to their intended use.
60
+
61
+ ## Attribution
62
+
63
+ Sybil 0.1 is derived from GLM-5.2. For details on the original GLM-5 model
64
+ family, see the GLM-5 technical report and upstream project materials.
SYBIL.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Sybil 0.1
2
+
3
+ Derived from `zai-org/GLM-5.2-FP8` by transferring the huihui-ai GLM-5.2 abliteration
4
+ onto the official FP8 weights.
5
+
6
+ ## Method (shared-subspace coefficient-replace)
7
+
8
+ 1. **Recover the refusal direction.** For each residual-writing target tensor, compute
9
+ `delta = dequant(base_fp8) - dequant(huihui_gguf)`. Per-tensor Q8_0 quant noise is
10
+ independent and averages out in a per-tensor-normalized delta covariance, while the
11
+ abliteration direction is shared across all target tensors and dominates. The top-3
12
+ eigenvectors form the refusal subspace `Q` (rank-1 energy ~0.57; the edit is
13
+ effectively rank-1, rank-3 kept to match the published spec).
14
+ 2. **Re-apply to the official weights.** For each target tensor:
15
+ `W_sybil = W_base - Q^T (Q W_base) + Q^T (Q W_ablit)`, i.e. replace the official
16
+ weight's component in `span(Q)` with huihui's component (the abliteration *amplifies*
17
+ this direction; it is not nulled — consistent with the huihui note that final weights
18
+ increase). Then requantize to block-FP8 (128x128) with error feedback so the injected
19
+ coefficient survives quantization.
20
+ 3. **Leave everything else untouched.** All non-target shards are hardlinked byte-identical;
21
+ non-target tensors inside touched shards are passed through byte-for-byte.
22
+
23
+ ## Target set (132 tensors)
24
+
25
+ Layers **13-78** inclusive (the huihui model card states the first 12 layers and all
26
+ expert modules are not ablated), on the residual-writing paths:
27
+ `self_attn.o_proj.weight` (66) and `mlp.shared_experts.down_proj.weight` (66). Routed
28
+ experts and all gate/up projections are unchanged.
29
+
30
+ ## Validation
31
+
32
+ - Targets changed: 132/132.
33
+ - Coefficient moved toward abliterated (dst > base): 132/132.
34
+ - Coefficient error to abliterated reduced >65%: 129/132.
35
+ - Mean subspace coefficient: base 8.474 -> sybil 8.717 (abliterated target 8.712).
36
+ - Non-target tensors in touched shards: 57,039 checked, 0 mismatches.
37
+ - Non-target shards inode/byte-identical: 73/73.
38
+
39
+ ## Source
40
+
41
+ - Base: `zai-org/GLM-5.2-FP8`
42
+ - Abliteration: `huihui-ai/Huihui-GLM-5.2-abliterated-GGUF` (UD-Q3_K_M; the 132 target
43
+ tensors are stored Q8_0 in that quant).
44
+
45
+ Provenance artifacts: `sybil_provenance/` and `/home/cvm/abliterate/sybil/reports/`.
chat_template.jinja ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [gMASK]<sop>
2
+ {%- set effective_reasoning_effort = 'high' if reasoning_effort is defined and reasoning_effort == 'high' else 'max' -%}
3
+ {%- if (enable_thinking is not defined or enable_thinking) and effective_reasoning_effort is not none -%}<|system|>Reasoning Effort: {{ effective_reasoning_effort | capitalize }}{%- endif -%}
4
+ {%- if tools -%}
5
+ {%- macro tool_to_json(tool) -%}
6
+ {%- set ns_tool = namespace(first=true) -%}
7
+ {{ '{' -}}
8
+ {%- for k, v in tool.items() -%}
9
+ {%- if k != 'defer_loading' and k != 'strict' -%}
10
+ {%- if not ns_tool.first -%}{{- ', ' -}}{%- endif -%}
11
+ {%- set ns_tool.first = false -%}
12
+ "{{ k }}": {{ v | tojson(ensure_ascii=False) }}
13
+ {%- endif -%}
14
+ {%- endfor -%}
15
+ {{- '}' -}}
16
+ {%- endmacro -%}
17
+ <|system|>
18
+ # Tools
19
+
20
+ You may call one or more functions to assist with the user query.
21
+
22
+ You are provided with function signatures within <tools></tools> XML tags:
23
+ <tools>
24
+ {% for tool in tools %}
25
+ {%- if 'function' in tool -%}
26
+ {%- set tool = tool['function'] -%}
27
+ {%- endif -%}
28
+ {% if tool.defer_loading is not defined or not tool.defer_loading %}
29
+ {{ tool_to_json(tool) }}
30
+ {% endif %}
31
+ {% endfor %}
32
+ </tools>
33
+
34
+ For each function call, output the function name and arguments within the following XML format:
35
+ <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 -%}
36
+ {%- macro visible_text(content) -%}
37
+ {%- if content is string -%}
38
+ {{- content }}
39
+ {%- elif content is iterable and content is not mapping -%}
40
+ {%- for item in content -%}
41
+ {%- if item is mapping and item.type == 'text' -%}
42
+ {{- item.text }}
43
+ {%- elif item is string -%}
44
+ {{- item }}
45
+ {%- elif item is mapping and item.type in ['image', 'image_url', 'video', 'video_url', 'audio', 'audio_url', 'input_audio'] -%}
46
+ {%- set media_type = item.type | replace('_url', '') | replace('input_', '') -%}
47
+ {{- "<reminder>You are unable to process this " ~ media_type ~ " because you don't have multi-modal input ability. Try different methods.</reminder>" }}
48
+ {%- endif -%}
49
+ {%- endfor -%}
50
+ {%- else -%}
51
+ {{- content }}
52
+ {%- endif -%}
53
+ {%- endmacro -%}
54
+ {%- set ns = namespace(last_user_index=-1) -%}
55
+ {%- for m in messages %}
56
+ {%- if m.role == 'user' %}
57
+ {%- set ns.last_user_index = loop.index0 -%}
58
+ {%- endif %}
59
+ {%- endfor %}
60
+ {%- for m in messages -%}
61
+ {%- if m.role == 'user' -%}<|user|>{{ visible_text(m.content) }}
62
+ {%- elif m.role == 'assistant' -%}
63
+ <|assistant|>
64
+ {%- set content = visible_text(m.content) %}
65
+ {%- if m.reasoning_content is string %}
66
+ {%- set reasoning_content = m.reasoning_content %}
67
+ {%- elif '</think>' in content %}
68
+ {%- set reasoning_content = content.split('</think>')[0].split('<think>')[-1] %}
69
+ {%- set content = content.split('</think>')[-1] %}
70
+ {%- endif %}
71
+ {%- if ((clear_thinking is defined and not clear_thinking) or loop.index0 > ns.last_user_index) and reasoning_content is defined -%}
72
+ {{ '<think>' + reasoning_content + '</think>'}}
73
+ {%- else -%}
74
+ {{ '<think></think>' }}
75
+ {%- endif -%}
76
+ {%- if content.strip() -%}
77
+ {{ content.strip() }}
78
+ {%- endif -%}
79
+ {% if m.tool_calls %}
80
+ {% for tc in m.tool_calls %}
81
+ {%- if tc.function %}
82
+ {%- set tc = tc.function %}
83
+ {%- endif %}
84
+ {{- '<tool_call>' + tc.name -}}
85
+ {% 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 %}
86
+ {% endif %}
87
+ {%- elif m.role == 'tool' -%}
88
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
89
+ {{- '<|observation|>' -}}
90
+ {%- endif %}
91
+ {%- if m.content is string -%}
92
+ {{- '<tool_response>' + m.content + '</tool_response>' -}}
93
+ {%- elif m.content is iterable and m.content is not mapping and m.content and m.content.0.type == "tool_reference" -%}
94
+ {{- '<tool_response><tools>\n' -}}
95
+ {% for tr in m.content %}
96
+ {%- for tool in tools -%}
97
+ {%- if 'function' in tool -%}
98
+ {%- set tool = tool['function'] -%}
99
+ {%- endif -%}
100
+ {%- if tool.name == tr.name -%}
101
+ {{- tool_to_json(tool) + '\n' -}}
102
+ {%- endif -%}
103
+ {%- endfor -%}
104
+ {%- endfor -%}
105
+ {{- '</tools></tool_response>' -}}
106
+ {%- elif m.content is iterable and m.content is not mapping and m.content and m.content.0 is mapping and m.content.0.output is defined -%}
107
+ {%- for tr in m.content -%}
108
+ {{- '<tool_response>' + tr.output + '</tool_response>' -}}
109
+ {%- endfor -%}
110
+ {%- else -%}
111
+ {{- '<tool_response>' + visible_text(m.content) + '</tool_response>' -}}
112
+ {% endif -%}
113
+ {%- elif m.role == 'system' -%}
114
+ <|system|>{{ visible_text(m.content) }}
115
+ {%- endif -%}
116
+ {%- endfor -%}
117
+ {%- if add_generation_prompt -%}
118
+ <|assistant|>{{- '<think></think>' if (enable_thinking is defined and not enable_thinking) else '<think>' -}}
119
+ {%- endif -%}
config.json ADDED
@@ -0,0 +1,776 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GlmMoeDsaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "dtype": "bfloat16",
8
+ "eos_token_id": [
9
+ 154820,
10
+ 154827,
11
+ 154829
12
+ ],
13
+ "ep_size": 1,
14
+ "first_k_dense_replace": 3,
15
+ "head_dim": 192,
16
+ "hidden_act": "silu",
17
+ "hidden_size": 6144,
18
+ "index_head_dim": 128,
19
+ "index_n_heads": 32,
20
+ "index_share_for_mtp_iteration": true,
21
+ "index_skip_topk_offset": 3,
22
+ "index_topk": 2048,
23
+ "index_topk_freq": 4,
24
+ "index_topk_pattern": null,
25
+ "indexer_rope_interleave": true,
26
+ "indexer_types": [
27
+ "full",
28
+ "full",
29
+ "full",
30
+ "shared",
31
+ "shared",
32
+ "shared",
33
+ "full",
34
+ "shared",
35
+ "shared",
36
+ "shared",
37
+ "full",
38
+ "shared",
39
+ "shared",
40
+ "shared",
41
+ "full",
42
+ "shared",
43
+ "shared",
44
+ "shared",
45
+ "full",
46
+ "shared",
47
+ "shared",
48
+ "shared",
49
+ "full",
50
+ "shared",
51
+ "shared",
52
+ "shared",
53
+ "full",
54
+ "shared",
55
+ "shared",
56
+ "shared",
57
+ "full",
58
+ "shared",
59
+ "shared",
60
+ "shared",
61
+ "full",
62
+ "shared",
63
+ "shared",
64
+ "shared",
65
+ "full",
66
+ "shared",
67
+ "shared",
68
+ "shared",
69
+ "full",
70
+ "shared",
71
+ "shared",
72
+ "shared",
73
+ "full",
74
+ "shared",
75
+ "shared",
76
+ "shared",
77
+ "full",
78
+ "shared",
79
+ "shared",
80
+ "shared",
81
+ "full",
82
+ "shared",
83
+ "shared",
84
+ "shared",
85
+ "full",
86
+ "shared",
87
+ "shared",
88
+ "shared",
89
+ "full",
90
+ "shared",
91
+ "shared",
92
+ "shared",
93
+ "full",
94
+ "shared",
95
+ "shared",
96
+ "shared",
97
+ "full",
98
+ "shared",
99
+ "shared",
100
+ "shared",
101
+ "full",
102
+ "shared",
103
+ "shared",
104
+ "shared"
105
+ ],
106
+ "initializer_range": 0.02,
107
+ "intermediate_size": 12288,
108
+ "kv_lora_rank": 512,
109
+ "max_position_embeddings": 1048576,
110
+ "mlp_layer_types": [
111
+ "dense",
112
+ "dense",
113
+ "dense",
114
+ "sparse",
115
+ "sparse",
116
+ "sparse",
117
+ "sparse",
118
+ "sparse",
119
+ "sparse",
120
+ "sparse",
121
+ "sparse",
122
+ "sparse",
123
+ "sparse",
124
+ "sparse",
125
+ "sparse",
126
+ "sparse",
127
+ "sparse",
128
+ "sparse",
129
+ "sparse",
130
+ "sparse",
131
+ "sparse",
132
+ "sparse",
133
+ "sparse",
134
+ "sparse",
135
+ "sparse",
136
+ "sparse",
137
+ "sparse",
138
+ "sparse",
139
+ "sparse",
140
+ "sparse",
141
+ "sparse",
142
+ "sparse",
143
+ "sparse",
144
+ "sparse",
145
+ "sparse",
146
+ "sparse",
147
+ "sparse",
148
+ "sparse",
149
+ "sparse",
150
+ "sparse",
151
+ "sparse",
152
+ "sparse",
153
+ "sparse",
154
+ "sparse",
155
+ "sparse",
156
+ "sparse",
157
+ "sparse",
158
+ "sparse",
159
+ "sparse",
160
+ "sparse",
161
+ "sparse",
162
+ "sparse",
163
+ "sparse",
164
+ "sparse",
165
+ "sparse",
166
+ "sparse",
167
+ "sparse",
168
+ "sparse",
169
+ "sparse",
170
+ "sparse",
171
+ "sparse",
172
+ "sparse",
173
+ "sparse",
174
+ "sparse",
175
+ "sparse",
176
+ "sparse",
177
+ "sparse",
178
+ "sparse",
179
+ "sparse",
180
+ "sparse",
181
+ "sparse",
182
+ "sparse",
183
+ "sparse",
184
+ "sparse",
185
+ "sparse",
186
+ "sparse",
187
+ "sparse",
188
+ "sparse"
189
+ ],
190
+ "model_type": "glm_moe_dsa",
191
+ "moe_intermediate_size": 2048,
192
+ "moe_layer_freq": 1,
193
+ "moe_router_dtype": "float32",
194
+ "n_group": 1,
195
+ "n_routed_experts": 256,
196
+ "n_shared_experts": 1,
197
+ "norm_topk_prob": true,
198
+ "num_attention_heads": 64,
199
+ "num_experts_per_tok": 8,
200
+ "num_hidden_layers": 78,
201
+ "num_key_value_heads": 64,
202
+ "num_nextn_predict_layers": 1,
203
+ "pad_token_id": 154820,
204
+ "pretraining_tp": 1,
205
+ "q_lora_rank": 2048,
206
+ "qk_head_dim": 256,
207
+ "qk_nope_head_dim": 192,
208
+ "qk_rope_head_dim": 64,
209
+ "rms_norm_eps": 1e-05,
210
+ "rope_interleave": true,
211
+ "rope_parameters": {
212
+ "rope_theta": 8000000,
213
+ "rope_type": "default"
214
+ },
215
+ "routed_scaling_factor": 2.5,
216
+ "scoring_func": "sigmoid",
217
+ "tie_word_embeddings": false,
218
+ "topk_group": 1,
219
+ "topk_method": "noaux_tc",
220
+ "transformers_version": "5.12.0",
221
+ "use_cache": true,
222
+ "v_head_dim": 256,
223
+ "vocab_size": 154880,
224
+ "quantization_config": {
225
+ "activation_scheme": "dynamic",
226
+ "fmt": "e4m3",
227
+ "quant_method": "fp8",
228
+ "weight_block_size": [
229
+ 128,
230
+ 128
231
+ ],
232
+ "modules_to_not_convert": [
233
+ "model.layers.59.post_attention_layernorm",
234
+ "model.layers.47.mlp.gate.e_score_correction_bias",
235
+ "model.layers.71.self_attn.kv_a_layernorm",
236
+ "model.layers.46.mlp.gate.e_score_correction_bias",
237
+ "model.layers.30.self_attn.kv_a_layernorm",
238
+ "model.layers.23.self_attn.kv_a_layernorm",
239
+ "model.layers.73.mlp.gate.e_score_correction_bias",
240
+ "model.layers.36.mlp.gate",
241
+ "model.layers.12.self_attn.q_a_layernorm",
242
+ "model.layers.51.mlp.gate",
243
+ "model.layers.47.self_attn.kv_a_layernorm",
244
+ "model.layers.45.self_attn.q_a_layernorm",
245
+ "model.layers.15.self_attn.q_a_layernorm",
246
+ "model.layers.39.input_layernorm",
247
+ "model.layers.50.self_attn.kv_a_layernorm",
248
+ "model.layers.19.post_attention_layernorm",
249
+ "model.layers.71.input_layernorm",
250
+ "model.layers.72.self_attn.kv_a_layernorm",
251
+ "model.layers.70.mlp.gate",
252
+ "model.layers.52.input_layernorm",
253
+ "model.layers.78.self_attn.kv_a_layernorm",
254
+ "model.layers.48.post_attention_layernorm",
255
+ "model.layers.4.self_attn.q_a_layernorm",
256
+ "model.layers.62.self_attn.q_a_layernorm",
257
+ "model.layers.4.post_attention_layernorm",
258
+ "model.layers.38.self_attn.indexers_proj",
259
+ "model.layers.61.mlp.gate.e_score_correction_bias",
260
+ "model.layers.14.mlp.gate.e_score_correction_bias",
261
+ "model.layers.36.self_attn.kv_a_layernorm",
262
+ "model.layers.65.mlp.gate",
263
+ "model.layers.13.self_attn.kv_a_layernorm",
264
+ "model.layers.57.mlp.gate",
265
+ "model.layers.65.self_attn.kv_a_layernorm",
266
+ "model.layers.68.input_layernorm",
267
+ "model.layers.70.self_attn.kv_a_layernorm",
268
+ "model.layers.24.mlp.gate.e_score_correction_bias",
269
+ "model.layers.4.input_layernorm",
270
+ "model.layers.20.input_layernorm",
271
+ "model.layers.65.self_attn.q_a_layernorm",
272
+ "model.layers.38.mlp.gate",
273
+ "model.layers.76.mlp.gate.e_score_correction_bias",
274
+ "model.layers.62.input_layernorm",
275
+ "model.layers.45.input_layernorm",
276
+ "model.layers.68.post_attention_layernorm",
277
+ "model.layers.72.input_layernorm",
278
+ "model.layers.32.mlp.gate.e_score_correction_bias",
279
+ "model.layers.27.input_layernorm",
280
+ "model.layers.16.post_attention_layernorm",
281
+ "model.layers.35.self_attn.q_a_layernorm",
282
+ "model.layers.58.self_attn.indexers_proj",
283
+ "model.layers.3.mlp.gate.e_score_correction_bias",
284
+ "model.layers.49.self_attn.q_a_layernorm",
285
+ "model.layers.66.mlp.gate.e_score_correction_bias",
286
+ "model.layers.10.self_attn.q_a_layernorm",
287
+ "model.layers.51.mlp.gate.e_score_correction_bias",
288
+ "model.layers.64.self_attn.q_a_layernorm",
289
+ "model.layers.70.input_layernorm",
290
+ "model.layers.71.post_attention_layernorm",
291
+ "model.layers.67.post_attention_layernorm",
292
+ "model.layers.6.self_attn.indexer.k_norm",
293
+ "model.layers.3.mlp.gate",
294
+ "model.layers.11.mlp.gate",
295
+ "model.layers.17.input_layernorm",
296
+ "model.layers.13.mlp.gate",
297
+ "model.layers.15.mlp.gate",
298
+ "model.layers.71.self_attn.q_a_layernorm",
299
+ "model.layers.33.mlp.gate.e_score_correction_bias",
300
+ "model.layers.72.mlp.gate.e_score_correction_bias",
301
+ "model.layers.65.post_attention_layernorm",
302
+ "model.layers.78.hnorm",
303
+ "model.layers.40.post_attention_layernorm",
304
+ "model.layers.12.mlp.gate.e_score_correction_bias",
305
+ "model.layers.8.input_layernorm",
306
+ "model.layers.73.mlp.gate",
307
+ "model.layers.11.post_attention_layernorm",
308
+ "model.layers.61.input_layernorm",
309
+ "model.layers.14.self_attn.kv_a_layernorm",
310
+ "model.layers.39.self_attn.kv_a_layernorm",
311
+ "model.layers.70.self_attn.indexer.k_norm",
312
+ "model.layers.45.mlp.gate",
313
+ "model.layers.51.self_attn.q_a_layernorm",
314
+ "model.layers.64.post_attention_layernorm",
315
+ "model.layers.20.post_attention_layernorm",
316
+ "model.layers.66.self_attn.kv_a_layernorm",
317
+ "model.layers.10.self_attn.indexer.k_norm.bias",
318
+ "model.layers.23.input_layernorm",
319
+ "model.layers.38.self_attn.indexer.k_norm",
320
+ "model.layers.19.self_attn.kv_a_layernorm",
321
+ "model.layers.40.self_attn.q_a_layernorm",
322
+ "model.layers.10.self_attn.indexer.k_norm",
323
+ "model.layers.44.post_attention_layernorm",
324
+ "model.layers.70.post_attention_layernorm",
325
+ "model.layers.41.mlp.gate.e_score_correction_bias",
326
+ "model.layers.36.post_attention_layernorm",
327
+ "model.layers.30.self_attn.indexer.k_norm.bias",
328
+ "model.layers.54.self_attn.q_a_layernorm",
329
+ "model.layers.59.mlp.gate",
330
+ "model.layers.69.post_attention_layernorm",
331
+ "lm_head",
332
+ "model.layers.77.self_attn.kv_a_layernorm",
333
+ "model.layers.75.self_attn.q_a_layernorm",
334
+ "model.layers.56.self_attn.q_a_layernorm",
335
+ "model.layers.50.self_attn.indexer.k_norm.bias",
336
+ "model.layers.54.mlp.gate",
337
+ "model.layers.6.self_attn.indexer.k_norm.bias",
338
+ "model.layers.15.input_layernorm",
339
+ "model.layers.29.self_attn.q_a_layernorm",
340
+ "model.layers.54.self_attn.indexers_proj",
341
+ "model.layers.73.self_attn.kv_a_layernorm",
342
+ "model.layers.0.self_attn.indexer.k_norm",
343
+ "model.layers.58.self_attn.indexer.k_norm",
344
+ "model.layers.36.input_layernorm",
345
+ "model.layers.47.self_attn.q_a_layernorm",
346
+ "model.layers.26.mlp.gate.e_score_correction_bias",
347
+ "model.layers.50.input_layernorm",
348
+ "model.layers.16.self_attn.q_a_layernorm",
349
+ "model.layers.19.mlp.gate.e_score_correction_bias",
350
+ "model.layers.78.input_layernorm",
351
+ "model.layers.27.mlp.gate",
352
+ "model.layers.19.self_attn.q_a_layernorm",
353
+ "model.layers.25.input_layernorm",
354
+ "model.layers.33.self_attn.kv_a_layernorm",
355
+ "model.layers.32.mlp.gate",
356
+ "model.layers.61.self_attn.kv_a_layernorm",
357
+ "model.layers.50.self_attn.indexers_proj",
358
+ "model.layers.34.self_attn.indexers_proj",
359
+ "model.layers.4.mlp.gate.e_score_correction_bias",
360
+ "model.layers.76.post_attention_layernorm",
361
+ "model.layers.57.post_attention_layernorm",
362
+ "model.layers.73.post_attention_layernorm",
363
+ "model.layers.68.mlp.gate.e_score_correction_bias",
364
+ "model.layers.34.self_attn.kv_a_layernorm",
365
+ "model.layers.78.enorm",
366
+ "model.layers.30.mlp.gate",
367
+ "model.layers.10.self_attn.indexers_proj",
368
+ "model.layers.34.input_layernorm",
369
+ "model.layers.34.post_attention_layernorm",
370
+ "model.layers.20.mlp.gate.e_score_correction_bias",
371
+ "model.layers.54.self_attn.indexer.k_norm.bias",
372
+ "model.layers.44.mlp.gate",
373
+ "model.layers.25.mlp.gate.e_score_correction_bias",
374
+ "model.layers.26.self_attn.indexers_proj",
375
+ "model.layers.66.self_attn.indexer.k_norm.bias",
376
+ "model.layers.41.post_attention_layernorm",
377
+ "model.layers.51.post_attention_layernorm",
378
+ "model.layers.22.self_attn.indexer.k_norm.bias",
379
+ "model.layers.21.mlp.gate.e_score_correction_bias",
380
+ "model.layers.15.self_attn.kv_a_layernorm",
381
+ "model.layers.25.self_attn.kv_a_layernorm",
382
+ "model.layers.55.mlp.gate",
383
+ "model.layers.11.self_attn.q_a_layernorm",
384
+ "model.layers.72.mlp.gate",
385
+ "model.layers.21.self_attn.kv_a_layernorm",
386
+ "model.layers.59.mlp.gate.e_score_correction_bias",
387
+ "model.layers.2.input_layernorm",
388
+ "model.layers.5.mlp.gate",
389
+ "model.layers.54.self_attn.kv_a_layernorm",
390
+ "model.layers.0.self_attn.indexers_proj",
391
+ "model.layers.71.mlp.gate.e_score_correction_bias",
392
+ "model.layers.6.self_attn.q_a_layernorm",
393
+ "model.layers.14.mlp.gate",
394
+ "model.layers.44.self_attn.kv_a_layernorm",
395
+ "model.layers.61.post_attention_layernorm",
396
+ "model.layers.64.self_attn.kv_a_layernorm",
397
+ "model.layers.1.post_attention_layernorm",
398
+ "model.layers.4.mlp.gate",
399
+ "model.layers.22.post_attention_layernorm",
400
+ "model.layers.21.self_attn.q_a_layernorm",
401
+ "model.layers.74.self_attn.q_a_layernorm",
402
+ "model.layers.18.self_attn.indexers_proj",
403
+ "model.layers.75.input_layernorm",
404
+ "model.layers.70.self_attn.q_a_layernorm",
405
+ "model.layers.22.self_attn.indexer.k_norm",
406
+ "model.layers.42.mlp.gate.e_score_correction_bias",
407
+ "model.layers.5.self_attn.kv_a_layernorm",
408
+ "model.layers.31.mlp.gate.e_score_correction_bias",
409
+ "model.layers.62.self_attn.indexer.k_norm.bias",
410
+ "model.layers.29.post_attention_layernorm",
411
+ "model.layers.6.self_attn.kv_a_layernorm",
412
+ "model.layers.48.input_layernorm",
413
+ "model.layers.74.self_attn.indexer.k_norm.bias",
414
+ "model.layers.7.input_layernorm",
415
+ "model.layers.39.self_attn.q_a_layernorm",
416
+ "model.layers.41.input_layernorm",
417
+ "model.layers.54.self_attn.indexer.k_norm",
418
+ "model.layers.32.self_attn.q_a_layernorm",
419
+ "model.layers.39.mlp.gate.e_score_correction_bias",
420
+ "model.layers.42.input_layernorm",
421
+ "model.layers.43.mlp.gate",
422
+ "model.layers.72.self_attn.q_a_layernorm",
423
+ "model.layers.37.mlp.gate.e_score_correction_bias",
424
+ "model.layers.5.post_attention_layernorm",
425
+ "model.layers.28.mlp.gate",
426
+ "model.layers.2.post_attention_layernorm",
427
+ "model.layers.49.post_attention_layernorm",
428
+ "model.layers.43.self_attn.kv_a_layernorm",
429
+ "model.layers.12.input_layernorm",
430
+ "model.layers.56.mlp.gate",
431
+ "model.layers.5.input_layernorm",
432
+ "model.layers.29.mlp.gate.e_score_correction_bias",
433
+ "model.layers.4.self_attn.kv_a_layernorm",
434
+ "model.layers.20.self_attn.q_a_layernorm",
435
+ "model.layers.59.self_attn.q_a_layernorm",
436
+ "model.layers.68.mlp.gate",
437
+ "model.layers.21.post_attention_layernorm",
438
+ "model.layers.26.self_attn.q_a_layernorm",
439
+ "model.layers.52.self_attn.q_a_layernorm",
440
+ "model.layers.29.self_attn.kv_a_layernorm",
441
+ "model.layers.24.input_layernorm",
442
+ "model.layers.34.self_attn.indexer.k_norm.bias",
443
+ "model.layers.43.input_layernorm",
444
+ "model.layers.27.self_attn.kv_a_layernorm",
445
+ "model.layers.31.input_layernorm",
446
+ "model.layers.69.mlp.gate",
447
+ "model.layers.26.post_attention_layernorm",
448
+ "model.layers.3.self_attn.q_a_layernorm",
449
+ "model.layers.37.post_attention_layernorm",
450
+ "model.layers.52.mlp.gate",
451
+ "model.layers.73.input_layernorm",
452
+ "model.layers.19.input_layernorm",
453
+ "model.layers.13.self_attn.q_a_layernorm",
454
+ "model.layers.76.input_layernorm",
455
+ "model.layers.8.mlp.gate",
456
+ "model.layers.63.post_attention_layernorm",
457
+ "model.layers.58.mlp.gate",
458
+ "model.layers.31.post_attention_layernorm",
459
+ "model.layers.23.mlp.gate.e_score_correction_bias",
460
+ "model.layers.34.self_attn.q_a_layernorm",
461
+ "model.layers.78.self_attn.indexer.k_norm.bias",
462
+ "model.layers.13.mlp.gate.e_score_correction_bias",
463
+ "model.layers.71.mlp.gate",
464
+ "model.layers.14.input_layernorm",
465
+ "model.layers.17.mlp.gate.e_score_correction_bias",
466
+ "model.layers.8.post_attention_layernorm",
467
+ "model.layers.45.self_attn.kv_a_layernorm",
468
+ "model.layers.46.self_attn.indexer.k_norm",
469
+ "model.layers.20.self_attn.kv_a_layernorm",
470
+ "model.layers.78.self_attn.indexer.k_norm",
471
+ "model.layers.37.mlp.gate",
472
+ "model.layers.7.mlp.gate",
473
+ "model.layers.30.mlp.gate.e_score_correction_bias",
474
+ "model.layers.67.mlp.gate",
475
+ "model.layers.73.self_attn.q_a_layernorm",
476
+ "model.layers.10.self_attn.kv_a_layernorm",
477
+ "model.layers.61.mlp.gate",
478
+ "model.layers.22.mlp.gate.e_score_correction_bias",
479
+ "model.layers.58.input_layernorm",
480
+ "model.layers.8.self_attn.kv_a_layernorm",
481
+ "model.layers.33.self_attn.q_a_layernorm",
482
+ "model.layers.55.self_attn.q_a_layernorm",
483
+ "model.layers.32.input_layernorm",
484
+ "model.layers.17.self_attn.kv_a_layernorm",
485
+ "model.layers.46.self_attn.indexer.k_norm.bias",
486
+ "model.layers.11.mlp.gate.e_score_correction_bias",
487
+ "model.layers.9.input_layernorm",
488
+ "model.layers.77.input_layernorm",
489
+ "model.layers.16.self_attn.kv_a_layernorm",
490
+ "model.layers.45.post_attention_layernorm",
491
+ "model.layers.74.mlp.gate",
492
+ "model.layers.68.self_attn.q_a_layernorm",
493
+ "model.layers.55.self_attn.kv_a_layernorm",
494
+ "model.layers.44.input_layernorm",
495
+ "model.layers.60.self_attn.kv_a_layernorm",
496
+ "model.layers.14.post_attention_layernorm",
497
+ "model.layers.62.self_attn.indexers_proj",
498
+ "model.layers.0.self_attn.q_a_layernorm",
499
+ "model.layers.72.post_attention_layernorm",
500
+ "model.layers.78.post_attention_layernorm",
501
+ "model.layers.60.mlp.gate.e_score_correction_bias",
502
+ "model.layers.26.self_attn.indexer.k_norm.bias",
503
+ "model.layers.38.post_attention_layernorm",
504
+ "model.layers.50.post_attention_layernorm",
505
+ "model.layers.28.input_layernorm",
506
+ "model.layers.30.self_attn.indexer.k_norm",
507
+ "model.layers.37.self_attn.q_a_layernorm",
508
+ "model.layers.56.input_layernorm",
509
+ "model.layers.27.post_attention_layernorm",
510
+ "model.layers.74.input_layernorm",
511
+ "model.layers.78.self_attn.q_a_layernorm",
512
+ "model.layers.42.self_attn.q_a_layernorm",
513
+ "model.layers.26.self_attn.indexer.k_norm",
514
+ "model.layers.42.self_attn.kv_a_layernorm",
515
+ "model.layers.1.self_attn.indexer.k_norm",
516
+ "model.layers.39.post_attention_layernorm",
517
+ "model.layers.48.mlp.gate.e_score_correction_bias",
518
+ "model.layers.74.post_attention_layernorm",
519
+ "model.layers.69.self_attn.q_a_layernorm",
520
+ "model.layers.13.input_layernorm",
521
+ "model.layers.74.self_attn.indexer.k_norm",
522
+ "model.layers.29.mlp.gate",
523
+ "model.layers.7.mlp.gate.e_score_correction_bias",
524
+ "model.layers.3.self_attn.kv_a_layernorm",
525
+ "model.layers.35.self_attn.kv_a_layernorm",
526
+ "model.layers.46.self_attn.indexers_proj",
527
+ "model.layers.0.self_attn.kv_a_layernorm",
528
+ "model.layers.43.self_attn.q_a_layernorm",
529
+ "model.norm",
530
+ "model.layers.1.self_attn.kv_a_layernorm",
531
+ "model.layers.38.self_attn.indexer.k_norm.bias",
532
+ "model.layers.30.self_attn.q_a_layernorm",
533
+ "model.layers.0.input_layernorm",
534
+ "model.layers.47.input_layernorm",
535
+ "model.layers.8.self_attn.q_a_layernorm",
536
+ "model.layers.61.self_attn.q_a_layernorm",
537
+ "model.layers.1.self_attn.indexer.k_norm.bias",
538
+ "model.layers.62.mlp.gate.e_score_correction_bias",
539
+ "model.layers.66.self_attn.q_a_layernorm",
540
+ "model.layers.46.self_attn.kv_a_layernorm",
541
+ "model.layers.66.mlp.gate",
542
+ "model.layers.69.input_layernorm",
543
+ "model.layers.69.self_attn.kv_a_layernorm",
544
+ "model.layers.22.input_layernorm",
545
+ "model.layers.30.post_attention_layernorm",
546
+ "model.layers.24.self_attn.q_a_layernorm",
547
+ "model.layers.48.mlp.gate",
548
+ "model.layers.7.self_attn.kv_a_layernorm",
549
+ "model.layers.67.input_layernorm",
550
+ "model.layers.27.self_attn.q_a_layernorm",
551
+ "model.layers.23.mlp.gate",
552
+ "model.layers.45.mlp.gate.e_score_correction_bias",
553
+ "model.layers.76.self_attn.kv_a_layernorm",
554
+ "model.layers.22.self_attn.q_a_layernorm",
555
+ "model.layers.78.mlp.gate",
556
+ "model.layers.9.mlp.gate",
557
+ "model.layers.57.self_attn.q_a_layernorm",
558
+ "model.layers.78.mlp.gate.e_score_correction_bias",
559
+ "model.layers.23.post_attention_layernorm",
560
+ "model.layers.38.self_attn.q_a_layernorm",
561
+ "model.layers.53.mlp.gate",
562
+ "model.layers.77.self_attn.q_a_layernorm",
563
+ "model.layers.62.self_attn.kv_a_layernorm",
564
+ "model.layers.12.mlp.gate",
565
+ "model.layers.34.self_attn.indexer.k_norm",
566
+ "model.layers.46.self_attn.q_a_layernorm",
567
+ "model.layers.36.self_attn.q_a_layernorm",
568
+ "model.layers.58.self_attn.indexer.k_norm.bias",
569
+ "model.layers.60.post_attention_layernorm",
570
+ "model.layers.28.post_attention_layernorm",
571
+ "model.layers.2.self_attn.kv_a_layernorm",
572
+ "model.layers.70.self_attn.indexers_proj",
573
+ "model.layers.16.mlp.gate.e_score_correction_bias",
574
+ "model.layers.2.self_attn.indexer.k_norm",
575
+ "model.layers.31.self_attn.kv_a_layernorm",
576
+ "model.layers.64.input_layernorm",
577
+ "model.layers.6.mlp.gate.e_score_correction_bias",
578
+ "model.layers.50.self_attn.indexer.k_norm",
579
+ "model.layers.58.self_attn.q_a_layernorm",
580
+ "model.layers.57.mlp.gate.e_score_correction_bias",
581
+ "model.layers.13.post_attention_layernorm",
582
+ "model.layers.28.self_attn.kv_a_layernorm",
583
+ "model.layers.31.self_attn.q_a_layernorm",
584
+ "model.layers.1.self_attn.q_a_layernorm",
585
+ "model.layers.17.mlp.gate",
586
+ "model.layers.15.post_attention_layernorm",
587
+ "model.layers.18.self_attn.indexer.k_norm.bias",
588
+ "model.layers.18.self_attn.indexer.k_norm",
589
+ "model.layers.43.mlp.gate.e_score_correction_bias",
590
+ "model.layers.11.input_layernorm",
591
+ "model.layers.9.post_attention_layernorm",
592
+ "model.layers.33.input_layernorm",
593
+ "model.layers.66.input_layernorm",
594
+ "model.layers.78.self_attn.indexers_proj",
595
+ "model.layers.54.post_attention_layernorm",
596
+ "model.layers.53.mlp.gate.e_score_correction_bias",
597
+ "model.layers.5.mlp.gate.e_score_correction_bias",
598
+ "model.layers.19.mlp.gate",
599
+ "model.layers.49.mlp.gate",
600
+ "model.layers.66.self_attn.indexers_proj",
601
+ "model.layers.14.self_attn.indexer.k_norm.bias",
602
+ "model.layers.41.mlp.gate",
603
+ "model.layers.42.self_attn.indexer.k_norm.bias",
604
+ "model.layers.65.input_layernorm",
605
+ "model.layers.75.mlp.gate",
606
+ "model.layers.12.self_attn.kv_a_layernorm",
607
+ "model.layers.53.input_layernorm",
608
+ "model.layers.58.self_attn.kv_a_layernorm",
609
+ "model.layers.60.self_attn.q_a_layernorm",
610
+ "model.layers.6.mlp.gate",
611
+ "model.layers.49.self_attn.kv_a_layernorm",
612
+ "model.layers.16.mlp.gate",
613
+ "model.layers.22.mlp.gate",
614
+ "model.layers.58.post_attention_layernorm",
615
+ "model.layers.15.mlp.gate.e_score_correction_bias",
616
+ "model.layers.26.input_layernorm",
617
+ "model.layers.3.post_attention_layernorm",
618
+ "model.layers.6.input_layernorm",
619
+ "model.layers.22.self_attn.kv_a_layernorm",
620
+ "model.layers.16.input_layernorm",
621
+ "model.layers.33.post_attention_layernorm",
622
+ "model.layers.17.post_attention_layernorm",
623
+ "model.layers.35.mlp.gate",
624
+ "model.layers.56.post_attention_layernorm",
625
+ "model.layers.7.self_attn.q_a_layernorm",
626
+ "model.layers.24.mlp.gate",
627
+ "model.layers.24.post_attention_layernorm",
628
+ "model.layers.36.mlp.gate.e_score_correction_bias",
629
+ "model.layers.56.mlp.gate.e_score_correction_bias",
630
+ "model.layers.32.post_attention_layernorm",
631
+ "model.layers.47.post_attention_layernorm",
632
+ "model.layers.40.mlp.gate",
633
+ "model.layers.41.self_attn.kv_a_layernorm",
634
+ "model.layers.52.self_attn.kv_a_layernorm",
635
+ "model.layers.9.self_attn.kv_a_layernorm",
636
+ "model.layers.77.mlp.gate.e_score_correction_bias",
637
+ "model.layers.78.shared_head.norm",
638
+ "model.layers.53.post_attention_layernorm",
639
+ "model.layers.63.self_attn.kv_a_layernorm",
640
+ "model.layers.48.self_attn.kv_a_layernorm",
641
+ "model.layers.28.mlp.gate.e_score_correction_bias",
642
+ "model.layers.8.mlp.gate.e_score_correction_bias",
643
+ "model.layers.52.mlp.gate.e_score_correction_bias",
644
+ "model.layers.52.post_attention_layernorm",
645
+ "model.layers.18.self_attn.q_a_layernorm",
646
+ "model.layers.50.mlp.gate.e_score_correction_bias",
647
+ "model.layers.64.mlp.gate.e_score_correction_bias",
648
+ "model.layers.38.mlp.gate.e_score_correction_bias",
649
+ "model.layers.59.input_layernorm",
650
+ "model.layers.21.input_layernorm",
651
+ "model.layers.39.mlp.gate",
652
+ "model.layers.77.post_attention_layernorm",
653
+ "model.layers.76.self_attn.q_a_layernorm",
654
+ "model.layers.12.post_attention_layernorm",
655
+ "model.layers.43.post_attention_layernorm",
656
+ "model.layers.35.input_layernorm",
657
+ "model.layers.62.mlp.gate",
658
+ "model.layers.38.self_attn.kv_a_layernorm",
659
+ "model.layers.63.mlp.gate",
660
+ "model.layers.27.mlp.gate.e_score_correction_bias",
661
+ "model.layers.18.mlp.gate",
662
+ "model.layers.25.post_attention_layernorm",
663
+ "model.layers.55.mlp.gate.e_score_correction_bias",
664
+ "model.layers.66.self_attn.indexer.k_norm",
665
+ "model.layers.48.self_attn.q_a_layernorm",
666
+ "model.layers.78.eh_proj",
667
+ "model.layers.77.mlp.gate",
668
+ "model.layers.6.self_attn.indexers_proj",
669
+ "model.layers.14.self_attn.q_a_layernorm",
670
+ "model.layers.2.self_attn.q_a_layernorm",
671
+ "model.layers.42.mlp.gate",
672
+ "model.layers.54.mlp.gate.e_score_correction_bias",
673
+ "model.layers.60.input_layernorm",
674
+ "model.layers.40.self_attn.kv_a_layernorm",
675
+ "model.layers.51.self_attn.kv_a_layernorm",
676
+ "model.layers.18.input_layernorm",
677
+ "model.layers.30.self_attn.indexers_proj",
678
+ "model.layers.53.self_attn.kv_a_layernorm",
679
+ "model.layers.6.post_attention_layernorm",
680
+ "model.layers.70.self_attn.indexer.k_norm.bias",
681
+ "model.layers.54.input_layernorm",
682
+ "model.layers.41.self_attn.q_a_layernorm",
683
+ "model.layers.18.mlp.gate.e_score_correction_bias",
684
+ "model.layers.34.mlp.gate.e_score_correction_bias",
685
+ "model.layers.47.mlp.gate",
686
+ "model.layers.46.mlp.gate",
687
+ "model.layers.25.self_attn.q_a_layernorm",
688
+ "model.layers.63.mlp.gate.e_score_correction_bias",
689
+ "model.layers.66.post_attention_layernorm",
690
+ "model.layers.76.mlp.gate",
691
+ "model.embed_tokens",
692
+ "model.layers.67.self_attn.kv_a_layernorm",
693
+ "model.layers.67.mlp.gate.e_score_correction_bias",
694
+ "model.layers.26.self_attn.kv_a_layernorm",
695
+ "model.layers.31.mlp.gate",
696
+ "model.layers.18.self_attn.kv_a_layernorm",
697
+ "model.layers.34.mlp.gate",
698
+ "model.layers.55.post_attention_layernorm",
699
+ "model.layers.30.input_layernorm",
700
+ "model.layers.50.mlp.gate",
701
+ "model.layers.63.input_layernorm",
702
+ "model.layers.11.self_attn.kv_a_layernorm",
703
+ "model.layers.24.self_attn.kv_a_layernorm",
704
+ "model.layers.75.mlp.gate.e_score_correction_bias",
705
+ "model.layers.10.post_attention_layernorm",
706
+ "model.layers.1.self_attn.indexers_proj",
707
+ "model.layers.42.self_attn.indexers_proj",
708
+ "model.layers.46.input_layernorm",
709
+ "model.layers.23.self_attn.q_a_layernorm",
710
+ "model.layers.63.self_attn.q_a_layernorm",
711
+ "model.layers.14.self_attn.indexer.k_norm",
712
+ "model.layers.14.self_attn.indexers_proj",
713
+ "model.layers.60.mlp.gate",
714
+ "model.layers.70.mlp.gate.e_score_correction_bias",
715
+ "model.layers.53.self_attn.q_a_layernorm",
716
+ "model.layers.0.post_attention_layernorm",
717
+ "model.layers.35.mlp.gate.e_score_correction_bias",
718
+ "model.layers.75.self_attn.kv_a_layernorm",
719
+ "model.layers.1.input_layernorm",
720
+ "model.layers.42.post_attention_layernorm",
721
+ "model.layers.37.input_layernorm",
722
+ "model.layers.9.mlp.gate.e_score_correction_bias",
723
+ "model.layers.46.post_attention_layernorm",
724
+ "model.layers.26.mlp.gate",
725
+ "model.layers.65.mlp.gate.e_score_correction_bias",
726
+ "model.layers.67.self_attn.q_a_layernorm",
727
+ "model.layers.44.mlp.gate.e_score_correction_bias",
728
+ "model.layers.33.mlp.gate",
729
+ "model.layers.29.input_layernorm",
730
+ "model.layers.18.post_attention_layernorm",
731
+ "model.layers.75.post_attention_layernorm",
732
+ "model.layers.44.self_attn.q_a_layernorm",
733
+ "model.layers.10.mlp.gate",
734
+ "model.layers.21.mlp.gate",
735
+ "model.layers.58.mlp.gate.e_score_correction_bias",
736
+ "model.layers.7.post_attention_layernorm",
737
+ "model.layers.50.self_attn.q_a_layernorm",
738
+ "model.layers.9.self_attn.q_a_layernorm",
739
+ "model.layers.2.self_attn.indexers_proj",
740
+ "model.layers.0.self_attn.indexer.k_norm.bias",
741
+ "model.layers.74.self_attn.kv_a_layernorm",
742
+ "model.layers.74.mlp.gate.e_score_correction_bias",
743
+ "model.layers.49.mlp.gate.e_score_correction_bias",
744
+ "model.layers.62.post_attention_layernorm",
745
+ "model.layers.57.self_attn.kv_a_layernorm",
746
+ "model.layers.40.input_layernorm",
747
+ "model.layers.69.mlp.gate.e_score_correction_bias",
748
+ "model.layers.35.post_attention_layernorm",
749
+ "model.layers.74.self_attn.indexers_proj",
750
+ "model.layers.55.input_layernorm",
751
+ "model.layers.49.input_layernorm",
752
+ "model.layers.40.mlp.gate.e_score_correction_bias",
753
+ "model.layers.25.mlp.gate",
754
+ "model.layers.2.self_attn.indexer.k_norm.bias",
755
+ "model.layers.68.self_attn.kv_a_layernorm",
756
+ "model.layers.51.input_layernorm",
757
+ "model.layers.22.self_attn.indexers_proj",
758
+ "model.layers.10.input_layernorm",
759
+ "model.layers.42.self_attn.indexer.k_norm",
760
+ "model.layers.56.self_attn.kv_a_layernorm",
761
+ "model.layers.17.self_attn.q_a_layernorm",
762
+ "model.layers.59.self_attn.kv_a_layernorm",
763
+ "model.layers.3.input_layernorm",
764
+ "model.layers.57.input_layernorm",
765
+ "model.layers.38.input_layernorm",
766
+ "model.layers.62.self_attn.indexer.k_norm",
767
+ "model.layers.20.mlp.gate",
768
+ "model.layers.64.mlp.gate",
769
+ "model.layers.28.self_attn.q_a_layernorm",
770
+ "model.layers.32.self_attn.kv_a_layernorm",
771
+ "model.layers.10.mlp.gate.e_score_correction_bias",
772
+ "model.layers.5.self_attn.q_a_layernorm",
773
+ "model.layers.37.self_attn.kv_a_layernorm"
774
+ ]
775
+ }
776
+ }
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.12.0"
12
+ }
model-00001-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd4b389324d8ed223c28a9e16a718228fa4d24ce09cdc0d0db92fd722df8e6d8
3
+ size 5363940952
model-00002-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11b80a3a469fe8ab1d6bd2d88c9bb53cfeb3ce54357be876bbacc5f6fc26db30
3
+ size 5361736696
model-00003-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3960cfbfa5e2f7bbdd195c8becbe712a4eb9d2d68a2bb912bdba72dc7dafbe43
3
+ size 5363339120
model-00004-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf88f32b6d8f43ec1c066d5953e120fc5bbc85dc99947f0971dc3b502199d4f0
3
+ size 5361736640
model-00005-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff48f71f3a005abf34724f6db856071d3e9b0a3d1b80c94c26bbe06842108b2b
3
+ size 5366353560
model-00006-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e9ce4ee588a5c73ac16a7190b7df88115498f056f70fe164b47c2fe9963d658
3
+ size 5361736504
model-00007-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99f92392fd0b9fc37a773029c313f27653749441623d7f5893c78497d64b9ee6
3
+ size 5366353704
model-00008-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af41af526c10de5197c7aee9b92094c0adb6650d2ffcea333640cbbb66654e2f
3
+ size 5361736368
model-00009-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0c2a36ec35c81bd449d0ec782e03a7c40c06cdd0f0e0fde34d1ae44b708aa2d
3
+ size 5366353864
model-00010-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:512b70194c08d5b36ce5e51968b75b424fd262abac21cd276aa41eeb0d34cddb
3
+ size 5361736232
model-00011-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe9006a00c5effaa86531681bfc8a3deee51705b48d7ea9cc7f2a2061192a619
3
+ size 5363339632
model-00012-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d2218574b71338aabcaafd1a4a5a5b600e99e70946ac29ff55d15e7361fdcc7
3
+ size 5366353520
model-00013-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae74ec25db1cedd85894edf5926cb4aae6d8bdf5daf463434497310ee86aa26a
3
+ size 5361736696
model-00014-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a918797e80263a04bfb751f06ef59f93f6e394e6c2175c574af80835fd01bae
3
+ size 5366353528
model-00015-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b0749ad2ad5307543d1e9593518c614116f701f06618986f8d4574efd52c292
3
+ size 5361736680
model-00016-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10fe18edff4d9a6fc128e464d51660f434b1d6280aeb06797097d2f5a1bdf56e
3
+ size 5366353552
model-00017-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcb77ae2f687e27b91fe04432515e18d3e19a5888be98b1dfd5df123e93de2d0
3
+ size 5361736544
model-00018-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc5b34d2134559e539fdf22a93c9dbb93ae8b41ff27a0557c3927cc19a129c95
3
+ size 5363339296
model-00019-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dd4ec5b07f1d12b576049d435ac158fbf3442ff6335250bfea3f15577a83154
3
+ size 5361736408
model-00020-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b73980acbe04846ef0a8a84fc2a23aab1316441e7eb62f6b6370241b8dece634
3
+ size 5364805872
model-00021-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13aa866d1b48ee5341c020ba314954909ff16ee0b36f9c4bed21919e3ab2c958
3
+ size 5361736336
model-00022-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd4b425b8e3c8e8436082263068b9c4b6318fe5d58e3c344e69fe0af8e7ad274
3
+ size 5366353904
model-00023-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a81fe3a7dfdfdc393e4b87ed14f2ab7999bde981916e0923944f18f69e418ed
3
+ size 5357948360
model-00024-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d763a7acdf42dee6889bd86ead7b92e746082cb9f928c965018c0e41e053fdb
3
+ size 5357555720
model-00025-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea59b096a9326d8a64bb2d5c155c6cc6be089158577bc2570027490bbe9faeee
3
+ size 5363339136
model-00026-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12a4f637a50fe23663b52425fb5d75c50a3fcca4211485aecc4a4e7b1bba2817
3
+ size 5361736696
model-00027-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6647c089345eb4f3f0773aff06d16e3c98010eb4d80536b0d041ddefd6b9082
3
+ size 5366353536
model-00028-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68d45c421cac6851303032f5ea4c93d74be84e70b8418ceb0d58fd0d95e2e46b
3
+ size 5361736648
model-00029-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdb3d744fe0eb7f982216980c8aecbc6ef61273232023deb6aa963922c14daf1
3
+ size 5366353592
model-00030-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:128b570a6fb59ae7b153f0da4cf713b1087aa89c6977a376fd359b72086256f2
3
+ size 5361736512
model-00031-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:022f044e8335fed63781c287d3356d8f69ce85a0d6c098823027dbdd5af2b120
3
+ size 5366353720
model-00032-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa6396111a23f21191ab964d456e039562aee26415c193eee66818a65e371157
3
+ size 5361736376
model-00033-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ce451853809950e25a1d1505f42521d15d9c9872b9d76689ee56e29af62cff6
3
+ size 5363339472
model-00034-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:140be56abe6eb707904e920186acde09f6f68a2516a05de8c0cddf74d31794b3
3
+ size 5361736240
model-00035-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5196454d49c13e033991552daad0c5cdcf662e10f561c4a78b2facea7bde8dd
3
+ size 5366354008
model-00036-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0725d762b36c20687f0754defa34adc4672c58a96edaaa977c97436ec8b3d14e
3
+ size 5366353520
model-00037-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94482035358945bdb4e22d4de84229db613f9e1130ee54c7b8eb8dd5183639b5
3
+ size 5361736696
model-00038-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48e2d7601c7e3af919ad977ae548d0b137c00b7b7e8561782bb2f10e1bebaf8c
3
+ size 5366353328
model-00039-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dd05deff86bb3522953f76d38a11886484609350d73e6271d1c96a06c69e6ea
3
+ size 5361735832
model-00040-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ae0969cb9eb6afab66b747fe6a440fe053a9db97f0d51ed0786353a9cabda78
3
+ size 5366353016
model-00041-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1cf4c756326aae74b455b8af67a1b01f7aba179b00c8c745dd88d5ea6168a9c
3
+ size 5361736552
model-00042-of-00141.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57a54f0423b2a96b2b602e2f1764df61111316007de3065d4f30c6cc4c039214
3
+ size 5363339296