Add files using upload-large-folder tool
Browse files- .gitattributes +2 -0
- .quant_summary.txt +0 -0
- README.md +109 -0
- chat_template.jinja +119 -0
- config.json +496 -0
- generation_config.json +13 -0
- hf_quant_config.json +169 -0
- model-00000.safetensors +3 -0
- model-00001.safetensors +3 -0
- model-00004.safetensors +3 -0
- model-00006.safetensors +3 -0
- model-00007.safetensors +3 -0
- model-00008.safetensors +3 -0
- model-00009.safetensors +3 -0
- model-00012.safetensors +3 -0
- model-00013.safetensors +3 -0
- model-00015.safetensors +3 -0
- model-00016.safetensors +3 -0
- model-00018.safetensors +3 -0
- model-00019.safetensors +3 -0
- model-00020.safetensors +3 -0
- model-00021.safetensors +3 -0
- model-00024.safetensors +3 -0
- model-00025.safetensors +3 -0
- model-00026.safetensors +3 -0
- model-00027.safetensors +3 -0
- model-00029.safetensors +3 -0
- model-00030.safetensors +3 -0
- model-00032.safetensors +3 -0
- model-00034.safetensors +3 -0
- model-00035.safetensors +3 -0
- model-00036.safetensors +3 -0
- model-00037.safetensors +3 -0
- model-00039.safetensors +3 -0
- model-00040.safetensors +3 -0
- model-00041.safetensors +3 -0
- model-00042.safetensors +3 -0
- model-00043.safetensors +3 -0
- model-00044.safetensors +3 -0
- model-00045.safetensors +3 -0
- model-00048.safetensors +3 -0
- model-00049.safetensors +3 -0
- model-00050.safetensors +3 -0
- model-00053.safetensors +3 -0
- model-00054.safetensors +3 -0
- model-00058.safetensors +3 -0
- model-00059.safetensors +3 -0
- model-00061.safetensors +3 -0
- model-00062.safetensors +3 -0
- tokenizer_config.json +34 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ 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 |
+
model.safetensors.index.json filter=lfs diff=lfs merge=lfs -text
|
.quant_summary.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
README.md
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
base_model: nvidia/GLM-5.2-NVFP4
|
| 4 |
+
base_model_relation: quantized
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
+
tags:
|
| 7 |
+
- moe
|
| 8 |
+
- reap
|
| 9 |
+
- pruning
|
| 10 |
+
- expert-pruning
|
| 11 |
+
- nvfp4
|
| 12 |
+
- glm
|
| 13 |
+
- glm-5.2
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# GLM-5.2-504B-Nvidia — REAP keep-168 of NVIDIA's official NVFP4 (no retraining)
|
| 17 |
+
|
| 18 |
+
> A **34%-expert-pruned GLM-5.2**, cut directly from **[`nvidia/GLM-5.2-NVFP4`](https://huggingface.co/nvidia/GLM-5.2-NVFP4)**
|
| 19 |
+
> using the **exact same REAP keep-168 expert selection** as [`0xSero/GLM-5.2-504B`](https://huggingface.co/0xSero/GLM-5.2-504B).
|
| 20 |
+
> Whole-expert copy — **NVIDIA's NVFP4 weights and scales are preserved bit-for-bit**; no re-quantization, no fine-tuning.
|
| 21 |
+
|
| 22 |
+
This is a **pure structural prune** of NVIDIA's NVFP4 checkpoint. It keeps the highest-saliency 168 of
|
| 23 |
+
256 routed experts per layer and drops the rest. Unlike [`0xSero/GLM-5.2-504B`](https://huggingface.co/0xSero/GLM-5.2-504B),
|
| 24 |
+
it is **not** Router-KD recovered — the router gates here are the original rows sliced down to the kept
|
| 25 |
+
experts. Use the recommended sampler guardrail below (it fully recovers pruning-induced looping for free).
|
| 26 |
+
|
| 27 |
+
---
|
| 28 |
+
|
| 29 |
+
## What it is
|
| 30 |
+
|
| 31 |
+
GLM-5.2 is a `GlmMoeDsaForCausalLM` MoE — **78 layers** (3 dense + 75 MoE) + **1 MTP** layer,
|
| 32 |
+
**256 routed experts** per layer (top-8) + 1 shared expert, DeepSeek-style **MLA attention with a DSA
|
| 33 |
+
sparse "indexer,"** hidden size 6144.
|
| 34 |
+
|
| 35 |
+
This model keeps **168 of the 256 routed experts per layer** (≈**504B params**, down from ~744–763B),
|
| 36 |
+
**uniformly across every MoE layer and the MTP layer** (`n_routed_experts: 168`), so it loads and
|
| 37 |
+
serves cleanly in vLLM.
|
| 38 |
+
|
| 39 |
+
| | |
|
| 40 |
+
|---|---|
|
| 41 |
+
| **Source** | [`nvidia/GLM-5.2-NVFP4`](https://huggingface.co/nvidia/GLM-5.2-NVFP4) (NVIDIA modelopt NVFP4) |
|
| 42 |
+
| **Prune method** | **REAP** — saliency = `gate_weight × ‖expert_output‖`, top-168 kept per layer |
|
| 43 |
+
| **Expert selection** | **identical** to [`0xSero/GLM-5.2-504B`](https://huggingface.co/0xSero/GLM-5.2-504B) (same REAP plan) |
|
| 44 |
+
| **Recovery** | **none** — raw structural prune (gates sliced, not KD-retrained) |
|
| 45 |
+
| **Quantization** | **NVFP4** on routed experts (3–77) + **FP8 KV cache**, preserved verbatim from NVIDIA; MTP layer 78 BF16 |
|
| 46 |
+
| **Params** | ~504B (34% of routed experts pruned) |
|
| 47 |
+
|
| 48 |
+
## How it was made
|
| 49 |
+
|
| 50 |
+
A direct safetensors transform — **no GPU, no training, no re-quantization**:
|
| 51 |
+
|
| 52 |
+
1. For each MoE layer (3–78), keep the top-168 experts from the REAP saliency plan; **copy each kept
|
| 53 |
+
expert whole** so its NVFP4 packing (`weight`, `weight_scale`, `weight_scale_2`, `input_scale`)
|
| 54 |
+
travels intact. NVIDIA's quantized values are bit-identical to the source.
|
| 55 |
+
2. Renumber surviving experts `0..167` and **slice the router** (`gate.weight`,
|
| 56 |
+
`gate.e_score_correction_bias`) to the same 168 rows.
|
| 57 |
+
3. Everything else — attention, shared expert, norms, embeddings, the MTP block — is copied verbatim.
|
| 58 |
+
`n_routed_experts` is set to 168.
|
| 59 |
+
|
| 60 |
+
The MTP (next-token / multi-token-prediction) layer is preserved at 168 experts, so **self-speculative
|
| 61 |
+
decoding still works**.
|
| 62 |
+
|
| 63 |
+
## Serving (vLLM)
|
| 64 |
+
|
| 65 |
+
```bash
|
| 66 |
+
vllm serve 0xSero/GLM-5.2-504B-Nvidia \
|
| 67 |
+
--tensor-parallel-size 8 \
|
| 68 |
+
--quantization modelopt_fp4 \
|
| 69 |
+
--kv-cache-dtype fp8 \
|
| 70 |
+
--trust-remote-code \
|
| 71 |
+
--max-model-len 262144
|
| 72 |
+
```
|
| 73 |
+
|
| 74 |
+
### Recommended sampler guardrail — recover the loop cost for free
|
| 75 |
+
|
| 76 |
+
REAP pruning roughly doubles GLM-5.2's tendency to fall into repeat / `</think>`-restart loops (the
|
| 77 |
+
dominant agent-use failure mode). As established in the [GLM-5.2-504B report](https://huggingface.co/0xSero/GLM-5.2-504B),
|
| 78 |
+
this is **fully recoverable at serving time with no retraining** via a light sampler guardrail
|
| 79 |
+
(measured at n=2000 on the keep-168 cut):
|
| 80 |
+
|
| 81 |
+
- **`min_p=0.05, repetition_penalty=1.05`** → gentle, safe default.
|
| 82 |
+
- **`min_p=0.05, repetition_penalty=1.10`** → drops looping to ~2.3% (below the unpruned teacher's raw
|
| 83 |
+
3.6%). Start at 1.05; go to 1.10 if you see loops.
|
| 84 |
+
|
| 85 |
+
Because this variant is **not** Router-KD recovered (the gates were not retrained), the guardrail is
|
| 86 |
+
**strongly recommended** rather than optional. For the KD-recovered variant with the full evaluation,
|
| 87 |
+
use [`0xSero/GLM-5.2-504B`](https://huggingface.co/0xSero/GLM-5.2-504B).
|
| 88 |
+
|
| 89 |
+
## Relationship to the GLM-5.2 REAP series
|
| 90 |
+
|
| 91 |
+
| model | source | recovery | use when |
|
| 92 |
+
|---|---|---|---|
|
| 93 |
+
| [`0xSero/GLM-5.2-504B`](https://huggingface.co/0xSero/GLM-5.2-504B) | 0xSero NVFP4 | Router-KD | you want the evaluated, recovered flagship |
|
| 94 |
+
| **this model** | **NVIDIA NVFP4** | none | you want NVIDIA's exact quantization, pruned |
|
| 95 |
+
| [`0xSero/GLM-5.2-REAP-504B-GGUF`](https://huggingface.co/0xSero/GLM-5.2-REAP-504B-GGUF) | BF16 | — | llama.cpp / CPU / Metal |
|
| 96 |
+
|
| 97 |
+
> 📄 **Method, evaluation, and the honest accounting of pruning cost:** see the
|
| 98 |
+
> [GLM-5.2-504B technical report](https://huggingface.co/0xSero/GLM-5.2-504B/blob/main/REPORT.md).
|
| 99 |
+
|
| 100 |
+
## Provenance & honesty
|
| 101 |
+
|
| 102 |
+
- Expert selection is the **same REAP keep-168 plan** that produced `0xSero/GLM-5.2-504B`.
|
| 103 |
+
- NVFP4 routed-expert weights/scales are **NVIDIA's, unmodified** (whole-expert copy; no re-quant).
|
| 104 |
+
- This specific variant was **not separately re-evaluated**; the behavioral numbers cited above come
|
| 105 |
+
from the keep-168 cut in the linked report and are referenced as guidance, not as a fresh measurement
|
| 106 |
+
of this checkpoint. It is **not** Router-KD recovered.
|
| 107 |
+
|
| 108 |
+
---
|
| 109 |
+
*REAP expert-pruning applied to NVIDIA's NVFP4 GLM-5.2. Quantization by NVIDIA; pruning recipe from the GLM-5.2 REAP study.*
|
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,496 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"GlmMoeDsaForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 0,
|
| 8 |
+
"dtype": "bfloat16",
|
| 9 |
+
"eos_token_id": [
|
| 10 |
+
154820,
|
| 11 |
+
154827,
|
| 12 |
+
154829
|
| 13 |
+
],
|
| 14 |
+
"ep_size": 1,
|
| 15 |
+
"first_k_dense_replace": 3,
|
| 16 |
+
"head_dim": 192,
|
| 17 |
+
"hidden_act": "silu",
|
| 18 |
+
"hidden_size": 6144,
|
| 19 |
+
"index_head_dim": 128,
|
| 20 |
+
"index_n_heads": 32,
|
| 21 |
+
"index_share_for_mtp_iteration": true,
|
| 22 |
+
"index_skip_topk_offset": 3,
|
| 23 |
+
"index_topk": 2048,
|
| 24 |
+
"index_topk_freq": 4,
|
| 25 |
+
"index_topk_pattern": null,
|
| 26 |
+
"indexer_rope_interleave": true,
|
| 27 |
+
"indexer_types": [
|
| 28 |
+
"full",
|
| 29 |
+
"full",
|
| 30 |
+
"full",
|
| 31 |
+
"shared",
|
| 32 |
+
"shared",
|
| 33 |
+
"shared",
|
| 34 |
+
"full",
|
| 35 |
+
"shared",
|
| 36 |
+
"shared",
|
| 37 |
+
"shared",
|
| 38 |
+
"full",
|
| 39 |
+
"shared",
|
| 40 |
+
"shared",
|
| 41 |
+
"shared",
|
| 42 |
+
"full",
|
| 43 |
+
"shared",
|
| 44 |
+
"shared",
|
| 45 |
+
"shared",
|
| 46 |
+
"full",
|
| 47 |
+
"shared",
|
| 48 |
+
"shared",
|
| 49 |
+
"shared",
|
| 50 |
+
"full",
|
| 51 |
+
"shared",
|
| 52 |
+
"shared",
|
| 53 |
+
"shared",
|
| 54 |
+
"full",
|
| 55 |
+
"shared",
|
| 56 |
+
"shared",
|
| 57 |
+
"shared",
|
| 58 |
+
"full",
|
| 59 |
+
"shared",
|
| 60 |
+
"shared",
|
| 61 |
+
"shared",
|
| 62 |
+
"full",
|
| 63 |
+
"shared",
|
| 64 |
+
"shared",
|
| 65 |
+
"shared",
|
| 66 |
+
"full",
|
| 67 |
+
"shared",
|
| 68 |
+
"shared",
|
| 69 |
+
"shared",
|
| 70 |
+
"full",
|
| 71 |
+
"shared",
|
| 72 |
+
"shared",
|
| 73 |
+
"shared",
|
| 74 |
+
"full",
|
| 75 |
+
"shared",
|
| 76 |
+
"shared",
|
| 77 |
+
"shared",
|
| 78 |
+
"full",
|
| 79 |
+
"shared",
|
| 80 |
+
"shared",
|
| 81 |
+
"shared",
|
| 82 |
+
"full",
|
| 83 |
+
"shared",
|
| 84 |
+
"shared",
|
| 85 |
+
"shared",
|
| 86 |
+
"full",
|
| 87 |
+
"shared",
|
| 88 |
+
"shared",
|
| 89 |
+
"shared",
|
| 90 |
+
"full",
|
| 91 |
+
"shared",
|
| 92 |
+
"shared",
|
| 93 |
+
"shared",
|
| 94 |
+
"full",
|
| 95 |
+
"shared",
|
| 96 |
+
"shared",
|
| 97 |
+
"shared",
|
| 98 |
+
"full",
|
| 99 |
+
"shared",
|
| 100 |
+
"shared",
|
| 101 |
+
"shared",
|
| 102 |
+
"full",
|
| 103 |
+
"shared",
|
| 104 |
+
"shared",
|
| 105 |
+
"shared"
|
| 106 |
+
],
|
| 107 |
+
"initializer_range": 0.02,
|
| 108 |
+
"intermediate_size": 12288,
|
| 109 |
+
"kv_lora_rank": 512,
|
| 110 |
+
"layer_types": [
|
| 111 |
+
"deepseek_sparse_attention",
|
| 112 |
+
"deepseek_sparse_attention",
|
| 113 |
+
"deepseek_sparse_attention",
|
| 114 |
+
"deepseek_sparse_attention",
|
| 115 |
+
"deepseek_sparse_attention",
|
| 116 |
+
"deepseek_sparse_attention",
|
| 117 |
+
"deepseek_sparse_attention",
|
| 118 |
+
"deepseek_sparse_attention",
|
| 119 |
+
"deepseek_sparse_attention",
|
| 120 |
+
"deepseek_sparse_attention",
|
| 121 |
+
"deepseek_sparse_attention",
|
| 122 |
+
"deepseek_sparse_attention",
|
| 123 |
+
"deepseek_sparse_attention",
|
| 124 |
+
"deepseek_sparse_attention",
|
| 125 |
+
"deepseek_sparse_attention",
|
| 126 |
+
"deepseek_sparse_attention",
|
| 127 |
+
"deepseek_sparse_attention",
|
| 128 |
+
"deepseek_sparse_attention",
|
| 129 |
+
"deepseek_sparse_attention",
|
| 130 |
+
"deepseek_sparse_attention",
|
| 131 |
+
"deepseek_sparse_attention",
|
| 132 |
+
"deepseek_sparse_attention",
|
| 133 |
+
"deepseek_sparse_attention",
|
| 134 |
+
"deepseek_sparse_attention",
|
| 135 |
+
"deepseek_sparse_attention",
|
| 136 |
+
"deepseek_sparse_attention",
|
| 137 |
+
"deepseek_sparse_attention",
|
| 138 |
+
"deepseek_sparse_attention",
|
| 139 |
+
"deepseek_sparse_attention",
|
| 140 |
+
"deepseek_sparse_attention",
|
| 141 |
+
"deepseek_sparse_attention",
|
| 142 |
+
"deepseek_sparse_attention",
|
| 143 |
+
"deepseek_sparse_attention",
|
| 144 |
+
"deepseek_sparse_attention",
|
| 145 |
+
"deepseek_sparse_attention",
|
| 146 |
+
"deepseek_sparse_attention",
|
| 147 |
+
"deepseek_sparse_attention",
|
| 148 |
+
"deepseek_sparse_attention",
|
| 149 |
+
"deepseek_sparse_attention",
|
| 150 |
+
"deepseek_sparse_attention",
|
| 151 |
+
"deepseek_sparse_attention",
|
| 152 |
+
"deepseek_sparse_attention",
|
| 153 |
+
"deepseek_sparse_attention",
|
| 154 |
+
"deepseek_sparse_attention",
|
| 155 |
+
"deepseek_sparse_attention",
|
| 156 |
+
"deepseek_sparse_attention",
|
| 157 |
+
"deepseek_sparse_attention",
|
| 158 |
+
"deepseek_sparse_attention",
|
| 159 |
+
"deepseek_sparse_attention",
|
| 160 |
+
"deepseek_sparse_attention",
|
| 161 |
+
"deepseek_sparse_attention",
|
| 162 |
+
"deepseek_sparse_attention",
|
| 163 |
+
"deepseek_sparse_attention",
|
| 164 |
+
"deepseek_sparse_attention",
|
| 165 |
+
"deepseek_sparse_attention",
|
| 166 |
+
"deepseek_sparse_attention",
|
| 167 |
+
"deepseek_sparse_attention",
|
| 168 |
+
"deepseek_sparse_attention",
|
| 169 |
+
"deepseek_sparse_attention",
|
| 170 |
+
"deepseek_sparse_attention",
|
| 171 |
+
"deepseek_sparse_attention",
|
| 172 |
+
"deepseek_sparse_attention",
|
| 173 |
+
"deepseek_sparse_attention",
|
| 174 |
+
"deepseek_sparse_attention",
|
| 175 |
+
"deepseek_sparse_attention",
|
| 176 |
+
"deepseek_sparse_attention",
|
| 177 |
+
"deepseek_sparse_attention",
|
| 178 |
+
"deepseek_sparse_attention",
|
| 179 |
+
"deepseek_sparse_attention",
|
| 180 |
+
"deepseek_sparse_attention",
|
| 181 |
+
"deepseek_sparse_attention",
|
| 182 |
+
"deepseek_sparse_attention",
|
| 183 |
+
"deepseek_sparse_attention",
|
| 184 |
+
"deepseek_sparse_attention",
|
| 185 |
+
"deepseek_sparse_attention",
|
| 186 |
+
"deepseek_sparse_attention",
|
| 187 |
+
"deepseek_sparse_attention",
|
| 188 |
+
"deepseek_sparse_attention"
|
| 189 |
+
],
|
| 190 |
+
"max_position_embeddings": 1048576,
|
| 191 |
+
"mlp_bias": false,
|
| 192 |
+
"mlp_layer_types": [
|
| 193 |
+
"dense",
|
| 194 |
+
"dense",
|
| 195 |
+
"dense",
|
| 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 |
+
"sparse",
|
| 231 |
+
"sparse",
|
| 232 |
+
"sparse",
|
| 233 |
+
"sparse",
|
| 234 |
+
"sparse",
|
| 235 |
+
"sparse",
|
| 236 |
+
"sparse",
|
| 237 |
+
"sparse",
|
| 238 |
+
"sparse",
|
| 239 |
+
"sparse",
|
| 240 |
+
"sparse",
|
| 241 |
+
"sparse",
|
| 242 |
+
"sparse",
|
| 243 |
+
"sparse",
|
| 244 |
+
"sparse",
|
| 245 |
+
"sparse",
|
| 246 |
+
"sparse",
|
| 247 |
+
"sparse",
|
| 248 |
+
"sparse",
|
| 249 |
+
"sparse",
|
| 250 |
+
"sparse",
|
| 251 |
+
"sparse",
|
| 252 |
+
"sparse",
|
| 253 |
+
"sparse",
|
| 254 |
+
"sparse",
|
| 255 |
+
"sparse",
|
| 256 |
+
"sparse",
|
| 257 |
+
"sparse",
|
| 258 |
+
"sparse",
|
| 259 |
+
"sparse",
|
| 260 |
+
"sparse",
|
| 261 |
+
"sparse",
|
| 262 |
+
"sparse",
|
| 263 |
+
"sparse",
|
| 264 |
+
"sparse",
|
| 265 |
+
"sparse",
|
| 266 |
+
"sparse",
|
| 267 |
+
"sparse",
|
| 268 |
+
"sparse",
|
| 269 |
+
"sparse",
|
| 270 |
+
"sparse"
|
| 271 |
+
],
|
| 272 |
+
"model_type": "glm_moe_dsa",
|
| 273 |
+
"moe_intermediate_size": 2048,
|
| 274 |
+
"moe_layer_freq": 1,
|
| 275 |
+
"n_group": 1,
|
| 276 |
+
"n_routed_experts": 168,
|
| 277 |
+
"n_shared_experts": 1,
|
| 278 |
+
"norm_topk_prob": true,
|
| 279 |
+
"num_attention_heads": 64,
|
| 280 |
+
"num_experts": 256,
|
| 281 |
+
"num_experts_per_tok": 8,
|
| 282 |
+
"num_hidden_layers": 78,
|
| 283 |
+
"num_key_value_heads": 64,
|
| 284 |
+
"num_nextn_predict_layers": 1,
|
| 285 |
+
"pad_token_id": 154820,
|
| 286 |
+
"pretraining_tp": 1,
|
| 287 |
+
"q_lora_rank": 2048,
|
| 288 |
+
"qk_head_dim": 256,
|
| 289 |
+
"qk_nope_head_dim": 192,
|
| 290 |
+
"qk_rope_head_dim": 64,
|
| 291 |
+
"rms_norm_eps": 1e-05,
|
| 292 |
+
"rope_interleave": true,
|
| 293 |
+
"rope_parameters": {
|
| 294 |
+
"rope_theta": 8000000,
|
| 295 |
+
"rope_type": "default"
|
| 296 |
+
},
|
| 297 |
+
"routed_scaling_factor": 2.5,
|
| 298 |
+
"scoring_func": "sigmoid",
|
| 299 |
+
"tie_word_embeddings": false,
|
| 300 |
+
"topk_group": 1,
|
| 301 |
+
"topk_method": "noaux_tc",
|
| 302 |
+
"transformers_version": "5.11.0",
|
| 303 |
+
"use_cache": true,
|
| 304 |
+
"v_head_dim": 256,
|
| 305 |
+
"vocab_size": 154880,
|
| 306 |
+
"quantization_config": {
|
| 307 |
+
"config_groups": {
|
| 308 |
+
"group_0": {
|
| 309 |
+
"input_activations": {
|
| 310 |
+
"dynamic": false,
|
| 311 |
+
"num_bits": 4,
|
| 312 |
+
"type": "float",
|
| 313 |
+
"group_size": 16
|
| 314 |
+
},
|
| 315 |
+
"weights": {
|
| 316 |
+
"dynamic": false,
|
| 317 |
+
"num_bits": 4,
|
| 318 |
+
"type": "float",
|
| 319 |
+
"group_size": 16
|
| 320 |
+
},
|
| 321 |
+
"targets": [
|
| 322 |
+
"Linear"
|
| 323 |
+
]
|
| 324 |
+
}
|
| 325 |
+
},
|
| 326 |
+
"ignore": [
|
| 327 |
+
"lm_head",
|
| 328 |
+
"model.embed_tokens",
|
| 329 |
+
"model.layers.0*",
|
| 330 |
+
"model.layers.1.*",
|
| 331 |
+
"model.layers.10.mlp.shared_experts*",
|
| 332 |
+
"model.layers.10.self_attn*",
|
| 333 |
+
"model.layers.11.mlp.shared_experts*",
|
| 334 |
+
"model.layers.11.self_attn*",
|
| 335 |
+
"model.layers.12.mlp.shared_experts*",
|
| 336 |
+
"model.layers.12.self_attn*",
|
| 337 |
+
"model.layers.13.mlp.shared_experts*",
|
| 338 |
+
"model.layers.13.self_attn*",
|
| 339 |
+
"model.layers.14.mlp.shared_experts*",
|
| 340 |
+
"model.layers.14.self_attn*",
|
| 341 |
+
"model.layers.15.mlp.shared_experts*",
|
| 342 |
+
"model.layers.15.self_attn*",
|
| 343 |
+
"model.layers.16.mlp.shared_experts*",
|
| 344 |
+
"model.layers.16.self_attn*",
|
| 345 |
+
"model.layers.17.mlp.shared_experts*",
|
| 346 |
+
"model.layers.17.self_attn*",
|
| 347 |
+
"model.layers.18.mlp.shared_experts*",
|
| 348 |
+
"model.layers.18.self_attn*",
|
| 349 |
+
"model.layers.19.mlp.shared_experts*",
|
| 350 |
+
"model.layers.19.self_attn*",
|
| 351 |
+
"model.layers.2.*",
|
| 352 |
+
"model.layers.20.mlp.shared_experts*",
|
| 353 |
+
"model.layers.20.self_attn*",
|
| 354 |
+
"model.layers.21.mlp.shared_experts*",
|
| 355 |
+
"model.layers.21.self_attn*",
|
| 356 |
+
"model.layers.22.mlp.shared_experts*",
|
| 357 |
+
"model.layers.22.self_attn*",
|
| 358 |
+
"model.layers.23.mlp.shared_experts*",
|
| 359 |
+
"model.layers.23.self_attn*",
|
| 360 |
+
"model.layers.24.mlp.shared_experts*",
|
| 361 |
+
"model.layers.24.self_attn*",
|
| 362 |
+
"model.layers.25.mlp.shared_experts*",
|
| 363 |
+
"model.layers.25.self_attn*",
|
| 364 |
+
"model.layers.26.mlp.shared_experts*",
|
| 365 |
+
"model.layers.26.self_attn*",
|
| 366 |
+
"model.layers.27.mlp.shared_experts*",
|
| 367 |
+
"model.layers.27.self_attn*",
|
| 368 |
+
"model.layers.28.mlp.shared_experts*",
|
| 369 |
+
"model.layers.28.self_attn*",
|
| 370 |
+
"model.layers.29.mlp.shared_experts*",
|
| 371 |
+
"model.layers.29.self_attn*",
|
| 372 |
+
"model.layers.3.mlp.shared_experts*",
|
| 373 |
+
"model.layers.3.self_attn*",
|
| 374 |
+
"model.layers.30.mlp.shared_experts*",
|
| 375 |
+
"model.layers.30.self_attn*",
|
| 376 |
+
"model.layers.31.mlp.shared_experts*",
|
| 377 |
+
"model.layers.31.self_attn*",
|
| 378 |
+
"model.layers.32.mlp.shared_experts*",
|
| 379 |
+
"model.layers.32.self_attn*",
|
| 380 |
+
"model.layers.33.mlp.shared_experts*",
|
| 381 |
+
"model.layers.33.self_attn*",
|
| 382 |
+
"model.layers.34.mlp.shared_experts*",
|
| 383 |
+
"model.layers.34.self_attn*",
|
| 384 |
+
"model.layers.35.mlp.shared_experts*",
|
| 385 |
+
"model.layers.35.self_attn*",
|
| 386 |
+
"model.layers.36.mlp.shared_experts*",
|
| 387 |
+
"model.layers.36.self_attn*",
|
| 388 |
+
"model.layers.37.mlp.shared_experts*",
|
| 389 |
+
"model.layers.37.self_attn*",
|
| 390 |
+
"model.layers.38.mlp.shared_experts*",
|
| 391 |
+
"model.layers.38.self_attn*",
|
| 392 |
+
"model.layers.39.mlp.shared_experts*",
|
| 393 |
+
"model.layers.39.self_attn*",
|
| 394 |
+
"model.layers.4.mlp.shared_experts*",
|
| 395 |
+
"model.layers.4.self_attn*",
|
| 396 |
+
"model.layers.40.mlp.shared_experts*",
|
| 397 |
+
"model.layers.40.self_attn*",
|
| 398 |
+
"model.layers.41.mlp.shared_experts*",
|
| 399 |
+
"model.layers.41.self_attn*",
|
| 400 |
+
"model.layers.42.mlp.shared_experts*",
|
| 401 |
+
"model.layers.42.self_attn*",
|
| 402 |
+
"model.layers.43.mlp.shared_experts*",
|
| 403 |
+
"model.layers.43.self_attn*",
|
| 404 |
+
"model.layers.44.mlp.shared_experts*",
|
| 405 |
+
"model.layers.44.self_attn*",
|
| 406 |
+
"model.layers.45.mlp.shared_experts*",
|
| 407 |
+
"model.layers.45.self_attn*",
|
| 408 |
+
"model.layers.46.mlp.shared_experts*",
|
| 409 |
+
"model.layers.46.self_attn*",
|
| 410 |
+
"model.layers.47.mlp.shared_experts*",
|
| 411 |
+
"model.layers.47.self_attn*",
|
| 412 |
+
"model.layers.48.mlp.shared_experts*",
|
| 413 |
+
"model.layers.48.self_attn*",
|
| 414 |
+
"model.layers.49.mlp.shared_experts*",
|
| 415 |
+
"model.layers.49.self_attn*",
|
| 416 |
+
"model.layers.5.mlp.shared_experts*",
|
| 417 |
+
"model.layers.5.self_attn*",
|
| 418 |
+
"model.layers.50.mlp.shared_experts*",
|
| 419 |
+
"model.layers.50.self_attn*",
|
| 420 |
+
"model.layers.51.mlp.shared_experts*",
|
| 421 |
+
"model.layers.51.self_attn*",
|
| 422 |
+
"model.layers.52.mlp.shared_experts*",
|
| 423 |
+
"model.layers.52.self_attn*",
|
| 424 |
+
"model.layers.53.mlp.shared_experts*",
|
| 425 |
+
"model.layers.53.self_attn*",
|
| 426 |
+
"model.layers.54.mlp.shared_experts*",
|
| 427 |
+
"model.layers.54.self_attn*",
|
| 428 |
+
"model.layers.55.mlp.shared_experts*",
|
| 429 |
+
"model.layers.55.self_attn*",
|
| 430 |
+
"model.layers.56.mlp.shared_experts*",
|
| 431 |
+
"model.layers.56.self_attn*",
|
| 432 |
+
"model.layers.57.mlp.shared_experts*",
|
| 433 |
+
"model.layers.57.self_attn*",
|
| 434 |
+
"model.layers.58.mlp.shared_experts*",
|
| 435 |
+
"model.layers.58.self_attn*",
|
| 436 |
+
"model.layers.59.mlp.shared_experts*",
|
| 437 |
+
"model.layers.59.self_attn*",
|
| 438 |
+
"model.layers.6.mlp.shared_experts*",
|
| 439 |
+
"model.layers.6.self_attn*",
|
| 440 |
+
"model.layers.60.mlp.shared_experts*",
|
| 441 |
+
"model.layers.60.self_attn*",
|
| 442 |
+
"model.layers.61.mlp.shared_experts*",
|
| 443 |
+
"model.layers.61.self_attn*",
|
| 444 |
+
"model.layers.62.mlp.shared_experts*",
|
| 445 |
+
"model.layers.62.self_attn*",
|
| 446 |
+
"model.layers.63.mlp.shared_experts*",
|
| 447 |
+
"model.layers.63.self_attn*",
|
| 448 |
+
"model.layers.64.mlp.shared_experts*",
|
| 449 |
+
"model.layers.64.self_attn*",
|
| 450 |
+
"model.layers.65.mlp.shared_experts*",
|
| 451 |
+
"model.layers.65.self_attn*",
|
| 452 |
+
"model.layers.66.mlp.shared_experts*",
|
| 453 |
+
"model.layers.66.self_attn*",
|
| 454 |
+
"model.layers.67.mlp.shared_experts*",
|
| 455 |
+
"model.layers.67.self_attn*",
|
| 456 |
+
"model.layers.68.mlp.shared_experts*",
|
| 457 |
+
"model.layers.68.self_attn*",
|
| 458 |
+
"model.layers.69.mlp.shared_experts*",
|
| 459 |
+
"model.layers.69.self_attn*",
|
| 460 |
+
"model.layers.7.mlp.shared_experts*",
|
| 461 |
+
"model.layers.7.self_attn*",
|
| 462 |
+
"model.layers.70.mlp.shared_experts*",
|
| 463 |
+
"model.layers.70.self_attn*",
|
| 464 |
+
"model.layers.71.mlp.shared_experts*",
|
| 465 |
+
"model.layers.71.self_attn*",
|
| 466 |
+
"model.layers.72.mlp.shared_experts*",
|
| 467 |
+
"model.layers.72.self_attn*",
|
| 468 |
+
"model.layers.73.mlp.shared_experts*",
|
| 469 |
+
"model.layers.73.self_attn*",
|
| 470 |
+
"model.layers.74.mlp.shared_experts*",
|
| 471 |
+
"model.layers.74.self_attn*",
|
| 472 |
+
"model.layers.75.mlp.shared_experts*",
|
| 473 |
+
"model.layers.75.self_attn*",
|
| 474 |
+
"model.layers.76.mlp.shared_experts*",
|
| 475 |
+
"model.layers.76.self_attn*",
|
| 476 |
+
"model.layers.77.mlp.shared_experts*",
|
| 477 |
+
"model.layers.77.self_attn*",
|
| 478 |
+
"model.layers.8.mlp.shared_experts*",
|
| 479 |
+
"model.layers.8.self_attn*",
|
| 480 |
+
"model.layers.9.mlp.shared_experts*",
|
| 481 |
+
"model.layers.9.self_attn*",
|
| 482 |
+
"model.layers.78*"
|
| 483 |
+
],
|
| 484 |
+
"quant_algo": "NVFP4",
|
| 485 |
+
"kv_cache_scheme": {
|
| 486 |
+
"dynamic": false,
|
| 487 |
+
"num_bits": 8,
|
| 488 |
+
"type": "float"
|
| 489 |
+
},
|
| 490 |
+
"producer": {
|
| 491 |
+
"name": "modelopt",
|
| 492 |
+
"version": "0.46.0.dev65+g977d34dc3"
|
| 493 |
+
},
|
| 494 |
+
"quant_method": "modelopt"
|
| 495 |
+
}
|
| 496 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
154820,
|
| 6 |
+
154827,
|
| 7 |
+
154829
|
| 8 |
+
],
|
| 9 |
+
"pad_token_id": 154820,
|
| 10 |
+
"temperature": 1.0,
|
| 11 |
+
"top_p": 0.95,
|
| 12 |
+
"transformers_version": "5.11.0"
|
| 13 |
+
}
|
hf_quant_config.json
ADDED
|
@@ -0,0 +1,169 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"producer": {
|
| 3 |
+
"name": "modelopt",
|
| 4 |
+
"version": "0.46.0.dev65+g977d34dc3"
|
| 5 |
+
},
|
| 6 |
+
"quantization": {
|
| 7 |
+
"quant_algo": "NVFP4",
|
| 8 |
+
"kv_cache_quant_algo": "FP8",
|
| 9 |
+
"group_size": 16,
|
| 10 |
+
"exclude_modules": [
|
| 11 |
+
"lm_head",
|
| 12 |
+
"model.embed_tokens",
|
| 13 |
+
"model.layers.0*",
|
| 14 |
+
"model.layers.1.*",
|
| 15 |
+
"model.layers.10.mlp.shared_experts*",
|
| 16 |
+
"model.layers.10.self_attn*",
|
| 17 |
+
"model.layers.11.mlp.shared_experts*",
|
| 18 |
+
"model.layers.11.self_attn*",
|
| 19 |
+
"model.layers.12.mlp.shared_experts*",
|
| 20 |
+
"model.layers.12.self_attn*",
|
| 21 |
+
"model.layers.13.mlp.shared_experts*",
|
| 22 |
+
"model.layers.13.self_attn*",
|
| 23 |
+
"model.layers.14.mlp.shared_experts*",
|
| 24 |
+
"model.layers.14.self_attn*",
|
| 25 |
+
"model.layers.15.mlp.shared_experts*",
|
| 26 |
+
"model.layers.15.self_attn*",
|
| 27 |
+
"model.layers.16.mlp.shared_experts*",
|
| 28 |
+
"model.layers.16.self_attn*",
|
| 29 |
+
"model.layers.17.mlp.shared_experts*",
|
| 30 |
+
"model.layers.17.self_attn*",
|
| 31 |
+
"model.layers.18.mlp.shared_experts*",
|
| 32 |
+
"model.layers.18.self_attn*",
|
| 33 |
+
"model.layers.19.mlp.shared_experts*",
|
| 34 |
+
"model.layers.19.self_attn*",
|
| 35 |
+
"model.layers.2.*",
|
| 36 |
+
"model.layers.20.mlp.shared_experts*",
|
| 37 |
+
"model.layers.20.self_attn*",
|
| 38 |
+
"model.layers.21.mlp.shared_experts*",
|
| 39 |
+
"model.layers.21.self_attn*",
|
| 40 |
+
"model.layers.22.mlp.shared_experts*",
|
| 41 |
+
"model.layers.22.self_attn*",
|
| 42 |
+
"model.layers.23.mlp.shared_experts*",
|
| 43 |
+
"model.layers.23.self_attn*",
|
| 44 |
+
"model.layers.24.mlp.shared_experts*",
|
| 45 |
+
"model.layers.24.self_attn*",
|
| 46 |
+
"model.layers.25.mlp.shared_experts*",
|
| 47 |
+
"model.layers.25.self_attn*",
|
| 48 |
+
"model.layers.26.mlp.shared_experts*",
|
| 49 |
+
"model.layers.26.self_attn*",
|
| 50 |
+
"model.layers.27.mlp.shared_experts*",
|
| 51 |
+
"model.layers.27.self_attn*",
|
| 52 |
+
"model.layers.28.mlp.shared_experts*",
|
| 53 |
+
"model.layers.28.self_attn*",
|
| 54 |
+
"model.layers.29.mlp.shared_experts*",
|
| 55 |
+
"model.layers.29.self_attn*",
|
| 56 |
+
"model.layers.3.mlp.shared_experts*",
|
| 57 |
+
"model.layers.3.self_attn*",
|
| 58 |
+
"model.layers.30.mlp.shared_experts*",
|
| 59 |
+
"model.layers.30.self_attn*",
|
| 60 |
+
"model.layers.31.mlp.shared_experts*",
|
| 61 |
+
"model.layers.31.self_attn*",
|
| 62 |
+
"model.layers.32.mlp.shared_experts*",
|
| 63 |
+
"model.layers.32.self_attn*",
|
| 64 |
+
"model.layers.33.mlp.shared_experts*",
|
| 65 |
+
"model.layers.33.self_attn*",
|
| 66 |
+
"model.layers.34.mlp.shared_experts*",
|
| 67 |
+
"model.layers.34.self_attn*",
|
| 68 |
+
"model.layers.35.mlp.shared_experts*",
|
| 69 |
+
"model.layers.35.self_attn*",
|
| 70 |
+
"model.layers.36.mlp.shared_experts*",
|
| 71 |
+
"model.layers.36.self_attn*",
|
| 72 |
+
"model.layers.37.mlp.shared_experts*",
|
| 73 |
+
"model.layers.37.self_attn*",
|
| 74 |
+
"model.layers.38.mlp.shared_experts*",
|
| 75 |
+
"model.layers.38.self_attn*",
|
| 76 |
+
"model.layers.39.mlp.shared_experts*",
|
| 77 |
+
"model.layers.39.self_attn*",
|
| 78 |
+
"model.layers.4.mlp.shared_experts*",
|
| 79 |
+
"model.layers.4.self_attn*",
|
| 80 |
+
"model.layers.40.mlp.shared_experts*",
|
| 81 |
+
"model.layers.40.self_attn*",
|
| 82 |
+
"model.layers.41.mlp.shared_experts*",
|
| 83 |
+
"model.layers.41.self_attn*",
|
| 84 |
+
"model.layers.42.mlp.shared_experts*",
|
| 85 |
+
"model.layers.42.self_attn*",
|
| 86 |
+
"model.layers.43.mlp.shared_experts*",
|
| 87 |
+
"model.layers.43.self_attn*",
|
| 88 |
+
"model.layers.44.mlp.shared_experts*",
|
| 89 |
+
"model.layers.44.self_attn*",
|
| 90 |
+
"model.layers.45.mlp.shared_experts*",
|
| 91 |
+
"model.layers.45.self_attn*",
|
| 92 |
+
"model.layers.46.mlp.shared_experts*",
|
| 93 |
+
"model.layers.46.self_attn*",
|
| 94 |
+
"model.layers.47.mlp.shared_experts*",
|
| 95 |
+
"model.layers.47.self_attn*",
|
| 96 |
+
"model.layers.48.mlp.shared_experts*",
|
| 97 |
+
"model.layers.48.self_attn*",
|
| 98 |
+
"model.layers.49.mlp.shared_experts*",
|
| 99 |
+
"model.layers.49.self_attn*",
|
| 100 |
+
"model.layers.5.mlp.shared_experts*",
|
| 101 |
+
"model.layers.5.self_attn*",
|
| 102 |
+
"model.layers.50.mlp.shared_experts*",
|
| 103 |
+
"model.layers.50.self_attn*",
|
| 104 |
+
"model.layers.51.mlp.shared_experts*",
|
| 105 |
+
"model.layers.51.self_attn*",
|
| 106 |
+
"model.layers.52.mlp.shared_experts*",
|
| 107 |
+
"model.layers.52.self_attn*",
|
| 108 |
+
"model.layers.53.mlp.shared_experts*",
|
| 109 |
+
"model.layers.53.self_attn*",
|
| 110 |
+
"model.layers.54.mlp.shared_experts*",
|
| 111 |
+
"model.layers.54.self_attn*",
|
| 112 |
+
"model.layers.55.mlp.shared_experts*",
|
| 113 |
+
"model.layers.55.self_attn*",
|
| 114 |
+
"model.layers.56.mlp.shared_experts*",
|
| 115 |
+
"model.layers.56.self_attn*",
|
| 116 |
+
"model.layers.57.mlp.shared_experts*",
|
| 117 |
+
"model.layers.57.self_attn*",
|
| 118 |
+
"model.layers.58.mlp.shared_experts*",
|
| 119 |
+
"model.layers.58.self_attn*",
|
| 120 |
+
"model.layers.59.mlp.shared_experts*",
|
| 121 |
+
"model.layers.59.self_attn*",
|
| 122 |
+
"model.layers.6.mlp.shared_experts*",
|
| 123 |
+
"model.layers.6.self_attn*",
|
| 124 |
+
"model.layers.60.mlp.shared_experts*",
|
| 125 |
+
"model.layers.60.self_attn*",
|
| 126 |
+
"model.layers.61.mlp.shared_experts*",
|
| 127 |
+
"model.layers.61.self_attn*",
|
| 128 |
+
"model.layers.62.mlp.shared_experts*",
|
| 129 |
+
"model.layers.62.self_attn*",
|
| 130 |
+
"model.layers.63.mlp.shared_experts*",
|
| 131 |
+
"model.layers.63.self_attn*",
|
| 132 |
+
"model.layers.64.mlp.shared_experts*",
|
| 133 |
+
"model.layers.64.self_attn*",
|
| 134 |
+
"model.layers.65.mlp.shared_experts*",
|
| 135 |
+
"model.layers.65.self_attn*",
|
| 136 |
+
"model.layers.66.mlp.shared_experts*",
|
| 137 |
+
"model.layers.66.self_attn*",
|
| 138 |
+
"model.layers.67.mlp.shared_experts*",
|
| 139 |
+
"model.layers.67.self_attn*",
|
| 140 |
+
"model.layers.68.mlp.shared_experts*",
|
| 141 |
+
"model.layers.68.self_attn*",
|
| 142 |
+
"model.layers.69.mlp.shared_experts*",
|
| 143 |
+
"model.layers.69.self_attn*",
|
| 144 |
+
"model.layers.7.mlp.shared_experts*",
|
| 145 |
+
"model.layers.7.self_attn*",
|
| 146 |
+
"model.layers.70.mlp.shared_experts*",
|
| 147 |
+
"model.layers.70.self_attn*",
|
| 148 |
+
"model.layers.71.mlp.shared_experts*",
|
| 149 |
+
"model.layers.71.self_attn*",
|
| 150 |
+
"model.layers.72.mlp.shared_experts*",
|
| 151 |
+
"model.layers.72.self_attn*",
|
| 152 |
+
"model.layers.73.mlp.shared_experts*",
|
| 153 |
+
"model.layers.73.self_attn*",
|
| 154 |
+
"model.layers.74.mlp.shared_experts*",
|
| 155 |
+
"model.layers.74.self_attn*",
|
| 156 |
+
"model.layers.75.mlp.shared_experts*",
|
| 157 |
+
"model.layers.75.self_attn*",
|
| 158 |
+
"model.layers.76.mlp.shared_experts*",
|
| 159 |
+
"model.layers.76.self_attn*",
|
| 160 |
+
"model.layers.77.mlp.shared_experts*",
|
| 161 |
+
"model.layers.77.self_attn*",
|
| 162 |
+
"model.layers.8.mlp.shared_experts*",
|
| 163 |
+
"model.layers.8.self_attn*",
|
| 164 |
+
"model.layers.9.mlp.shared_experts*",
|
| 165 |
+
"model.layers.9.self_attn*",
|
| 166 |
+
"model.layers.78*"
|
| 167 |
+
]
|
| 168 |
+
}
|
| 169 |
+
}
|
model-00000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc9b6557d1a737e62890dba5359699abd25f133d85ed6053de5fe2debf9d496d
|
| 3 |
+
size 5001457484
|
model-00001.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:494c5a1b86722444e1df2a722465033279d94d5c46b2cf7f724dfdce6e6d89d2
|
| 3 |
+
size 5001505840
|
model-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1cdd465db311505f383c0d51187ada3d78ca94880ee98eacd7a327b74ac657dd
|
| 3 |
+
size 5000979180
|
model-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39dd7242eec9b65c7cc8235d800ff89db8f3836458f99931615041da90e8f014
|
| 3 |
+
size 5006368128
|
model-00007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7c53a25c9079fe1c4ea62977d80effe150574681977ca714e4df6b42b52a848
|
| 3 |
+
size 5000935528
|
model-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:001119736cb111cdec98d50ba6dabb338db350d44e15d8198a9af19032bcc1ec
|
| 3 |
+
size 5001508136
|
model-00009.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad8263f6d67022eb1192ac3c55a15b7e69afc9869c9f7ec2898fbfbf8dc75a18
|
| 3 |
+
size 5003445816
|
model-00012.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8cfd6a8e50a223d0f45972691154d84d78f7bc08da26c1e928c9aaff448d3b7a
|
| 3 |
+
size 5001508240
|
model-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:671107f5ea50e419939a7611a4f7d0cc291f36c2df53304e2ffde6e54c170eac
|
| 3 |
+
size 5003445520
|
model-00015.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:752d6b2fc4b4c53873cf54e4e67d169b97bc0b26f9df258d0fa1e59ae4d0a0d8
|
| 3 |
+
size 5005650336
|
model-00016.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5ee2157a65077e917ce4947e51734173e59da77072a75a9d107e2eb0b212c49
|
| 3 |
+
size 5006095872
|
model-00018.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d6f6acb413dc22ebaa232523ab2b5c98e21fbc8355df8b2e22b4769c005ddac
|
| 3 |
+
size 5004134504
|
model-00019.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7de3ad207a80ade664284d1c4ca85df095b8261e186eb9fbf7e7aaccb001d73
|
| 3 |
+
size 5003159712
|
model-00020.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:630f50dcd3a01d63c21dca14b167386f2d250a0787ef3e022886ac89cf476492
|
| 3 |
+
size 5001508320
|
model-00021.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c864c9fd65377d2e0bdcc9cee10ca852e4d381415f91496b96352d956d14994f
|
| 3 |
+
size 5005936104
|
model-00024.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d73092a8e321dbfb8d788620c059115d405df60b3d20a46a15687a7d8284f615
|
| 3 |
+
size 5002803872
|
model-00025.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2abfd4f384cef42a25fadd8fc7e0e256e7dbadbe1684657e04e6463f7a5212d
|
| 3 |
+
size 5000961880
|
model-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d89b884ab707ac49ada071dcc899dce2a8622b613dfe0854f5534288507ce2c1
|
| 3 |
+
size 5005309728
|
model-00027.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10f9f3491a9f38b4fcf2c87fe10c8c0725cb625ac168d2f676b16bec7aff41a2
|
| 3 |
+
size 5005662808
|
model-00029.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa22a97b8527611c74b2302576f4a8c5a2dc221602294c51c00f6cb08b0acd63
|
| 3 |
+
size 5004121744
|
model-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2e0ee8bcff43b3f9ca21890133025ab6275787bf4027638cd32b4bd6ce83a5e
|
| 3 |
+
size 5003056084
|
model-00032.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9bd3fc612b1211ff5cb36a00f6e9b6d9be8c7b77c830d5f91ae47eeeaeaf6922
|
| 3 |
+
size 5003445696
|
model-00034.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d78233134153921ee02aa03a49826334a7b32275c8f8d33f793f6480ee69bedd
|
| 3 |
+
size 5084050724
|
model-00035.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba3c4cd9574e15f472962bd183d5ce248f7f8f6eb186a77d5d81f7e91df3ea0f
|
| 3 |
+
size 5005569508
|
model-00036.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d32d9477eb64ad9f0b196694a4d4ff3db8762061ac6f2a95af71129fcf243813
|
| 3 |
+
size 5005936264
|
model-00037.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c040d7e29e274c25fb3c25f5a6abbf93a00c22ef1240b6dac27a45b9ca5102d0
|
| 3 |
+
size 5004134528
|
model-00039.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b50c921139ece85ec6eca3e4f686e48f05b0721fa60a504f914643a0a1be4768
|
| 3 |
+
size 5001508000
|
model-00040.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d39329df4cb9184f36c4d42a51591c6fda04411bfce8f82a5bb58ccecace151
|
| 3 |
+
size 5084312236
|
model-00041.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d1b016dee32292a751e372cb5f8d297098c2d289cc72618ede56c975462085a
|
| 3 |
+
size 5003620628
|
model-00042.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1def347e91cdfd81721a08479232f1810e6f732546a8257ebea51582ce423c0
|
| 3 |
+
size 5003159656
|
model-00043.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad6399c080b44851a2dee122a95c571d26d0e9b5883d7a8889bf1121d65eeb1b
|
| 3 |
+
size 5001508192
|
model-00044.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e464f67964b874303c4f4bb8bfdd2822342df69e53f2a3e1b7a0314668e03822
|
| 3 |
+
size 5001483256
|
model-00045.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de4386a69be80a137229bd468fd25b344d171c415d8189a155fd1bfc23e40430
|
| 3 |
+
size 5006096320
|
model-00048.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86d5c3c89a50ff333a5008f5a23e811bb468f770a28ef04a74e7dd35b2f2de7e
|
| 3 |
+
size 5004121576
|
model-00049.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bfd9752a90bd281cc0132b739e0c42fe2efa7f6fae9e6e718d4a0f4a7a80ab30
|
| 3 |
+
size 5001508472
|
model-00050.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0779e0ca348069ae9173d33b75c069b2e6dfeee99408172c31c5fcd0bbf2667
|
| 3 |
+
size 5005662776
|
model-00053.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d91b982160d99aeef4ac98dc6fe962ee14d53547ff5e7a21557e42a71c9f7cae
|
| 3 |
+
size 5001508200
|
model-00054.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6798ce66409ba255570031edccce42942dce87d2082dea602a144915d78e9b6
|
| 3 |
+
size 5003172128
|
model-00058.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62c45b5e2ad9e412a7e760547646195f7b0b3a95a40d92668a422477fd6bd349
|
| 3 |
+
size 5001863952
|
model-00059.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7889df89bae2af8a9449772717ed73f0f845dc3c38495164e40d75cc310d198b
|
| 3 |
+
size 5084312220
|
model-00061.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28cf2df47c4b7c8dc079c64813bd55f48d8914709d953d067b23799b2c283181
|
| 3 |
+
size 5008036416
|
model-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06a120258a580e4d7c7de23fda1f4cca61fe720c0e6ce12b1f7ff16c939f24ba
|
| 3 |
+
size 5008023872
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"backend": "tokenizers",
|
| 3 |
+
"clean_up_tokenization_spaces": false,
|
| 4 |
+
"do_lower_case": false,
|
| 5 |
+
"eos_token": "<|endoftext|>",
|
| 6 |
+
"extra_special_tokens": [
|
| 7 |
+
"<|endoftext|>",
|
| 8 |
+
"[MASK]",
|
| 9 |
+
"[gMASK]",
|
| 10 |
+
"[sMASK]",
|
| 11 |
+
"<sop>",
|
| 12 |
+
"<eop>",
|
| 13 |
+
"<|system|>",
|
| 14 |
+
"<|user|>",
|
| 15 |
+
"<|assistant|>",
|
| 16 |
+
"<|observation|>",
|
| 17 |
+
"<|begin_of_image|>",
|
| 18 |
+
"<|end_of_image|>",
|
| 19 |
+
"<|begin_of_video|>",
|
| 20 |
+
"<|end_of_video|>",
|
| 21 |
+
"<|begin_of_audio|>",
|
| 22 |
+
"<|end_of_audio|>",
|
| 23 |
+
"<|begin_of_transcription|>",
|
| 24 |
+
"<|end_of_transcription|>"
|
| 25 |
+
],
|
| 26 |
+
"is_local": true,
|
| 27 |
+
"local_files_only": false,
|
| 28 |
+
"model_max_length": 1048576,
|
| 29 |
+
"model_specific_special_tokens": {},
|
| 30 |
+
"pad_token": "<|endoftext|>",
|
| 31 |
+
"padding_side": "left",
|
| 32 |
+
"remove_space": false,
|
| 33 |
+
"tokenizer_class": "TokenizersBackend"
|
| 34 |
+
}
|