pipenetwork commited on
Commit
c1c59f4
·
verified ·
1 Parent(s): 3348dd8

Add files using upload-large-folder tool

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. README.md +45 -0
  3. chat_template.jinja +119 -0
  4. config.json +233 -0
  5. generation_config.json +12 -0
  6. model-00003-of-00075.safetensors +3 -0
  7. model-00004-of-00075.safetensors +3 -0
  8. model-00005-of-00075.safetensors +3 -0
  9. model-00006-of-00075.safetensors +3 -0
  10. model-00007-of-00075.safetensors +3 -0
  11. model-00008-of-00075.safetensors +3 -0
  12. model-00009-of-00075.safetensors +3 -0
  13. model-00011-of-00075.safetensors +3 -0
  14. model-00012-of-00075.safetensors +3 -0
  15. model-00014-of-00075.safetensors +3 -0
  16. model-00017-of-00075.safetensors +3 -0
  17. model-00020-of-00075.safetensors +3 -0
  18. model-00023-of-00075.safetensors +3 -0
  19. model-00026-of-00075.safetensors +3 -0
  20. model-00029-of-00075.safetensors +3 -0
  21. model-00030-of-00075.safetensors +3 -0
  22. model-00031-of-00075.safetensors +3 -0
  23. model-00032-of-00075.safetensors +3 -0
  24. model-00034-of-00075.safetensors +3 -0
  25. model-00035-of-00075.safetensors +3 -0
  26. model-00037-of-00075.safetensors +3 -0
  27. model-00038-of-00075.safetensors +3 -0
  28. model-00041-of-00075.safetensors +3 -0
  29. model-00042-of-00075.safetensors +3 -0
  30. model-00044-of-00075.safetensors +3 -0
  31. model-00046-of-00075.safetensors +3 -0
  32. model-00047-of-00075.safetensors +3 -0
  33. model-00048-of-00075.safetensors +3 -0
  34. model-00049-of-00075.safetensors +3 -0
  35. model-00050-of-00075.safetensors +3 -0
  36. model-00053-of-00075.safetensors +3 -0
  37. model-00055-of-00075.safetensors +3 -0
  38. model-00056-of-00075.safetensors +3 -0
  39. model-00061-of-00075.safetensors +3 -0
  40. model-00062-of-00075.safetensors +3 -0
  41. model-00063-of-00075.safetensors +3 -0
  42. model-00067-of-00075.safetensors +3 -0
  43. model-00068-of-00075.safetensors +3 -0
  44. model-00070-of-00075.safetensors +3 -0
  45. model-00071-of-00075.safetensors +3 -0
  46. model-00073-of-00075.safetensors +3 -0
  47. model-00074-of-00075.safetensors +3 -0
  48. model-00075-of-00075.safetensors +3 -0
  49. model.safetensors.index.json +0 -0
  50. tokenizer.json +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
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: zai-org/GLM-5.2
4
+ base_model_relation: quantized
5
+ pipeline_tag: text-generation
6
+ library_name: mlx
7
+ tags:
8
+ - mlx
9
+ - moe
10
+ - glm
11
+ - reap
12
+ - pruned
13
+ - text-generation
14
+ ---
15
+
16
+ # GLM-5.2-REAP25-MLX-4bit
17
+
18
+ **REAP expert-pruned + 4-bit MLX** conversion of [zai-org/GLM-5.2](https://huggingface.co/zai-org/GLM-5.2). Keeps the **192 most-salient experts per layer** (of 256) → **~572B** params, smaller/faster than the full model.
19
+
20
+ ## What is this
21
+
22
+ Pruned with **[REAP](https://github.com/CerebrasResearch/reap)** (Router-weighted Expert Activation Pruning, Cerebras / ICLR 2026): per MoE layer, experts are scored by `mean(router_gate_weight × ‖expert_output‖)` over a calibration set; the lowest-saliency experts are dropped and the router is sliced to the survivors. No retraining. `n_routed_experts` reduced 256→192.
23
+
24
+ ## Quality (held-out perplexity, Frankenstein — not in calibration)
25
+
26
+ | Variant | Experts | ~Params | Held-out PPL | vs full |
27
+ |---|---|---|---|---|
28
+ | full GLM-5.2 ([4-bit](https://huggingface.co/pipenetwork/GLM-5.2-MLX-4bit)) | 256 | ~750B | 1.447 | — |
29
+ | **REAP25** (this repo) | 192 | ~572B | 1.481 | +2.3% |
30
+ | [REAP37](https://huggingface.co/pipenetwork/GLM-5.2-REAP37-MLX-4bit) | 160 | ~480B | 1.553 | +7.3% |
31
+ | [REAP50](https://huggingface.co/pipenetwork/GLM-5.2-REAP50-MLX-4bit) | 128 | ~394B | 1.990 | +37.5% |
32
+
33
+ This variant: **PPL 1.481 (+2.3% vs full)** — near-lossless. (Absolute PPL is low because the eval text is highly predictable; treat the numbers as *relative* degradation.)
34
+
35
+ ## Methodology
36
+ Calibrated on the 4-bit GLM-5.2 (192 seqs × 1024 tok, prose + code); pruned during MLX conversion (no intermediate bf16). Requires the `glm_moe_dsa` / `deepseek_v32` MLX path with per-layer indexer handling.
37
+
38
+ ## Use with mlx-lm
39
+ ```bash
40
+ pip install mlx-lm
41
+ python -m mlx_lm generate --model pipenetwork/GLM-5.2-REAP25-MLX-4bit --prompt "Hello" -m 256
42
+ ```
43
+
44
+ ## License
45
+ MIT (inherited from GLM-5.2). Quantization: `{"group_size": 64, "bits": 4, "mode": "affine"}`.
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,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "n_group": 1,
194
+ "n_routed_experts": 192,
195
+ "n_shared_experts": 1,
196
+ "norm_topk_prob": true,
197
+ "num_attention_heads": 64,
198
+ "num_experts_per_tok": 8,
199
+ "num_hidden_layers": 78,
200
+ "num_key_value_heads": 64,
201
+ "num_nextn_predict_layers": 1,
202
+ "pad_token_id": 154820,
203
+ "pretraining_tp": 1,
204
+ "q_lora_rank": 2048,
205
+ "qk_head_dim": 256,
206
+ "qk_nope_head_dim": 192,
207
+ "qk_rope_head_dim": 64,
208
+ "quantization": {
209
+ "group_size": 64,
210
+ "bits": 4,
211
+ "mode": "affine"
212
+ },
213
+ "quantization_config": {
214
+ "group_size": 64,
215
+ "bits": 4,
216
+ "mode": "affine"
217
+ },
218
+ "rms_norm_eps": 1e-05,
219
+ "rope_interleave": true,
220
+ "rope_parameters": {
221
+ "rope_theta": 8000000,
222
+ "rope_type": "default"
223
+ },
224
+ "routed_scaling_factor": 2.5,
225
+ "scoring_func": "sigmoid",
226
+ "tie_word_embeddings": false,
227
+ "topk_group": 1,
228
+ "topk_method": "noaux_tc",
229
+ "transformers_version": "5.12.0",
230
+ "use_cache": true,
231
+ "v_head_dim": 256,
232
+ "vocab_size": 154880
233
+ }
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-00003-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:437ba13fa4f9133c10084e34ef51c256d5c7108c46009a4e4aea340298f7bfa5
3
+ size 4198588891
model-00004-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32f6cff5afcc08521b84800b5d7cad3fd01cd92157a8fd5b9e7bb5df5dee916c
3
+ size 4193315509
model-00005-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3194d545a45f8a3f6b842e204942d66b5b6e852bf6865029dab2d3cfa36bccce
3
+ size 4193315513
model-00006-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1ce4ec4d5e0c0736423f4e15449864717cd7dbd586c72b326b74dee831a9d2d
3
+ size 4193315535
model-00007-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9f577b240537a09dca21f32cec832d3fef261f578d10eaaae382ddcf05877ce
3
+ size 4198588972
model-00008-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8c7a446dddbcc824084a5168415382ca5a41e1e9307dedc40e5bc03a4cc5390
3
+ size 4193315511
model-00009-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d1f10e66357d8840d73056ad70a9c5863e864ed708fd74cac49c8c20f39e0bd
3
+ size 4193315555
model-00011-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f930fec7d20f386069868e577e06affa4c00243fc768072e74eb827e4c242166
3
+ size 4198588994
model-00012-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67428ea77088b4ef4b9c364a001fa198d37263bd496011a2546f31187c9635f7
3
+ size 4193315551
model-00014-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddf3ee332d581211a15a356e121e399702b7fd3af1beda68f33e771f123e435b
3
+ size 4193315549
model-00017-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4445da422df56f5cbcea919e9e596fccd017a011c5b40ef8e4463631ea1b7ecc
3
+ size 4193315601
model-00020-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ace6454c434164fb2d48ae04ff4f5838156a4b33cdd81107a826132540c44e0
3
+ size 4193315533
model-00023-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbeee238273119417afceb1282ede3ccf366ee94be06b0f872cb8efeaf619833
3
+ size 4198588938
model-00026-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78ada6b3597ac5e4763260b2b9f5e3b336603592582f9e33ce69fa25613c2fc1
3
+ size 4193315573
model-00029-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab0a92dba24e6b5113f9de5a036f55ef8e52172b9d76b2b3623afc6f2f012613
3
+ size 4193315589
model-00030-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8174affa94a7b8202574cc2355ba2f01cd58c4c064044e786904a85067002898
3
+ size 4193315545
model-00031-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:362a760db355c5eb62f64702f5f4ec5632c468784460ea6f8195a3bd81fc5a73
3
+ size 4198588886
model-00032-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b54ed1460e3f9dec799c16cf2372131c75051ab8778b9bdb59d8932e9a398b6
3
+ size 4193315549
model-00034-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05a49744db47e2ba713ea5cdf3b76b67812697b73ee297a11c01557d7de2038b
3
+ size 4193315543
model-00035-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5031feab7933d8c9e4f2fbfda1cad14dd2794913a005f42ebd4d9b7d12127c97
3
+ size 4198588906
model-00037-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af8d7df0ed9d0842f496d36a77ce2c3b54fc2edafdc77a273398020df6bc53bd
3
+ size 4193315539
model-00038-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc88fb9eb11c7f3acea9a7e5b9b11883ca9ecd4619fc3e1e24bd1021b74c1dbd
3
+ size 4193315589
model-00041-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2252bf8aa9760766fcca48d4e4ea2fb4c16917dd7c6bd863379b0533f0773e5
3
+ size 4193315551
model-00042-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5b7515ebf0dc9958d32ceb10705c9f5a812d59cde8018a08909617c710f164c
3
+ size 4193315571
model-00044-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d2cca25ecb671cf4c8c5a1f026b92528d5d39b277c05f255420331c13e9845e
3
+ size 4193315531
model-00046-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0923600bab9115c3fa217bdc7f2431ef33ad18f70905a53c15077da3375f4588
3
+ size 4193315599
model-00047-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bbac1bf815b33d1e0c8de6ac0ed032dbfd69248c23ed3e7c0206e18342d4c1b
3
+ size 4198589010
model-00048-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9fd8c2a8605a5d92937a1ee5b9d64e7b13b50e79429e3be10ea5d1baf7a782a
3
+ size 4193315597
model-00049-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a97f233a4ac6eb53a6369ff79218af6ef5ac9f354363848899bec091fb5a4c3a
3
+ size 4193315555
model-00050-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a523b76ebcde8dec30395e39c974045c01afbc29f3be40478f822b047e40ac8
3
+ size 4193315579
model-00053-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0aa0e842049252cb2773a41190471b46ce57880384daa5cfefa5b59741273fe
3
+ size 4193315575
model-00055-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:133648b17f3e28a9a24cb7cbf85161653c53e8b957d684373b9927aeb57efc32
3
+ size 4198588978
model-00056-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c9231a3abb34f0d5d61c5421cc463a8fb55037367841bfb3fb0775a3d625cd6
3
+ size 4193315545
model-00061-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:249440a7e76b83e17de34013db3a120ac37901945d028a9ca460ccb21828e5b2
3
+ size 4193315547
model-00062-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:845c79476807415f2d8b9728e83b3b03f8db9fa25d9c408d7b9c11ac9747e57f
3
+ size 4193315575
model-00063-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6d87d17f1130ada7728e53b30aff6cf6dc8857b1713391e6697498a659d03cf
3
+ size 4198588888
model-00067-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82c95e315ace427d125bf8231418668b49a475df33bf76e5ee5b2f4d87922ba4
3
+ size 4198588896
model-00068-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d52661d3c11316649d13e50037bc8cb32d4204cf9d818ee53bfd2b38c35db279
3
+ size 4193315567
model-00070-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93cb3de028545f386475d3a11f6dba9074c32cce8812e4e85d3cba46f5f29ec6
3
+ size 4193315569
model-00071-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8524be11ed9df9cdd769ef2237095b419ece124a946303e301b72d8c5c6bedfa
3
+ size 4198588942
model-00073-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4ff6aac55dff6a924dae69d954f34d72b9f3aaed5869b8e0f0c8cc3b1e8ab2d
3
+ size 4193315517
model-00074-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5cbbd33786288b2f045488afdad8595cec37849f64871e09b47ac6dd3692d49
3
+ size 4193315545
model-00075-of-00075.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f76625b0d4cbb0b385923dc86b769634444311348bec632cc7b4a31aa93b2ca5
3
+ size 4635762480
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19e773648cb4e65de8660ea6365e10acca112d42a854923df93db4a6f333a82d
3
+ size 20217442