Upload folder using huggingface_hub
Browse files- .gitattributes +3 -0
- LICENSE +21 -0
- README.md +395 -0
- chat_template.jinja +257 -0
- config.json +1824 -0
- generation_config.json +12 -0
- model-00001-of-00023.safetensors +3 -0
- model-00002-of-00023.safetensors +3 -0
- model-00003-of-00023.safetensors +3 -0
- model-00004-of-00023.safetensors +3 -0
- model-00005-of-00023.safetensors +3 -0
- model-00006-of-00023.safetensors +3 -0
- model-00007-of-00023.safetensors +3 -0
- model-00008-of-00023.safetensors +3 -0
- model-00009-of-00023.safetensors +3 -0
- model-00010-of-00023.safetensors +3 -0
- model-00011-of-00023.safetensors +3 -0
- model-00012-of-00023.safetensors +3 -0
- model-00013-of-00023.safetensors +3 -0
- model-00014-of-00023.safetensors +3 -0
- model-00015-of-00023.safetensors +3 -0
- model-00016-of-00023.safetensors +3 -0
- model-00017-of-00023.safetensors +3 -0
- model-00018-of-00023.safetensors +3 -0
- model-00019-of-00023.safetensors +3 -0
- model-00020-of-00023.safetensors +3 -0
- model-00021-of-00023.safetensors +3 -0
- model-00022-of-00023.safetensors +3 -0
- model-00023-of-00023.safetensors +3 -0
- model.safetensors.index.json +3 -0
- processor_config.json +44 -0
- quantization_config.json +3 -0
- tokenizer.json +3 -0
- tokenizer_config.json +33 -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 |
+
model.safetensors.index.json filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
quantization_config.json filter=lfs diff=lfs merge=lfs -text
|
LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MIT License
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2026 Z.AI Co., Ltd
|
| 4 |
+
|
| 5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 6 |
+
of this software and associated documentation files (the "Software"), to deal
|
| 7 |
+
in the Software without restriction, including without limitation the rights
|
| 8 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 9 |
+
copies of the Software, and to permit persons to whom the Software is
|
| 10 |
+
furnished to do so, subject to the following conditions:
|
| 11 |
+
|
| 12 |
+
The above copyright notice and this permission notice shall be included in all
|
| 13 |
+
copies or substantial portions of the Software.
|
| 14 |
+
|
| 15 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 16 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 17 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 18 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 19 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 20 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 21 |
+
SOFTWARE.
|
README.md
ADDED
|
@@ -0,0 +1,395 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
base_model: orcarouter/GLM-5.3-Flash-Uncensored-FP8
|
| 4 |
+
base_model_relation: quantized
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
+
library_name: exllamav3
|
| 7 |
+
language:
|
| 8 |
+
- en
|
| 9 |
+
- zh
|
| 10 |
+
tags:
|
| 11 |
+
- abliterated
|
| 12 |
+
- glm
|
| 13 |
+
- glm5
|
| 14 |
+
- glm-5.3-flash
|
| 15 |
+
- uncensored
|
| 16 |
+
- ai-red-team
|
| 17 |
+
- red-teaming
|
| 18 |
+
- moe
|
| 19 |
+
- vision-language
|
| 20 |
+
- image-text-to-text
|
| 21 |
+
- function-calling
|
| 22 |
+
- reasoning
|
| 23 |
+
- mtp
|
| 24 |
+
- exl3
|
| 25 |
+
- post-training
|
| 26 |
+
- fine-tuning
|
| 27 |
+
---
|
| 28 |
+
|
| 29 |
+
This is an [exllamav3](https://github.com/turboderp-org/exllamav3) quantization of orcarouter's [GLM-5.3-Flash-Uncensored-FP8](orcarouter/GLM-5.3-Flash-Uncensored-FP8). Quantized targeting 4.0 bpw with the -hq option to get 4.05.
|
| 30 |
+
|
| 31 |
+
[4.00bpw_h6](https://huggingface.co/MikeRoz/GLM-5.3-Flash-Uncensored-4.05bpw-h6-exl3) 153.810 GiB (This model)
|
| 32 |
+
|
| 33 |
+
Let me know if you want to see other sizes.
|
| 34 |
+
|
| 35 |
+
Original model card follows below.
|
| 36 |
+
|
| 37 |
+
---
|
| 38 |
+
|
| 39 |
+
<div align="center">
|
| 40 |
+
|
| 41 |
+
<a href="https://www.orcarouter.ai" target="_blank">
|
| 42 |
+
<img src="https://www.orcarouter.ai/orca-logo-classic.png" alt="OrcaRouter" width="110">
|
| 43 |
+
</a>
|
| 44 |
+
|
| 45 |
+
<h1>GLM-5.3-Flash-Uncensored-FP8</h1>
|
| 46 |
+
|
| 47 |
+
<p><em>The abliterated (refusal-removed) build of Z.ai's GLM-5.3-Flash — baked directly into the
|
| 48 |
+
official <strong>block-FP8</strong> checkpoint, byte-for-byte drop-in for the original</em></p>
|
| 49 |
+
|
| 50 |
+
<p>
|
| 51 |
+
<a href="https://www.orcarouter.ai"><img src="https://img.shields.io/badge/Website-orcarouter.ai-1E6FEB" alt="Website"></a>
|
| 52 |
+
<a href="https://www.orcarouter.ai/models"><img src="https://img.shields.io/badge/OrcaRouter-Model%20Catalog-2EA043" alt="Model Catalog"></a>
|
| 53 |
+
<a href="https://opensource.org/license/mit"><img src="https://img.shields.io/badge/License-MIT-4C8BF5" alt="License"></a>
|
| 54 |
+
<img src="https://img.shields.io/badge/Precision-Block--FP8-00A67E" alt="precision">
|
| 55 |
+
<img src="https://img.shields.io/badge/Context-1M-FF8800" alt="1M context">
|
| 56 |
+
<img src="https://img.shields.io/badge/Vision%2BVideo-Language-9B59B6" alt="Vision-Language">
|
| 57 |
+
<img src="https://img.shields.io/badge/MoE-288E%20top--8-2EA043" alt="MoE">
|
| 58 |
+
<img src="https://img.shields.io/badge/Speculative-MTP-E36209" alt="MTP">
|
| 59 |
+
<img src="https://img.shields.io/badge/Residual-mHC%204--wide-6F42C1" alt="mHC">
|
| 60 |
+
</p>
|
| 61 |
+
|
| 62 |
+
<p><strong>One Gateway. Every Model.</strong> — Route Smarter · Ship Safer · Spend Less.</p>
|
| 63 |
+
|
| 64 |
+
<p>
|
| 65 |
+
<a href="https://www.orcarouter.ai">Website</a> ·
|
| 66 |
+
<a href="https://www.orcarouter.ai/models">Model Catalog</a> ·
|
| 67 |
+
<a href="https://github.com/Continuum-AI-Corp">GitHub</a> ·
|
| 68 |
+
<a href="https://discord.gg/yAh6Tex6kx">Discord</a> ·
|
| 69 |
+
<a href="https://x.com/OrcaRouter">X</a>
|
| 70 |
+
</p>
|
| 71 |
+
|
| 72 |
+
</div>
|
| 73 |
+
|
| 74 |
+
---
|
| 75 |
+
|
| 76 |
+
> The **abliterated** (refusal-removed) build of [`zai-org/GLM-5.3-Flash`](https://huggingface.co/zai-org/GLM-5.3-Flash)
|
| 77 |
+
> — a **320B / 18B-active** Mixture-of-Experts model with hybrid linear + sparse attention,
|
| 78 |
+
> 4-wide **Manifold-Constrained Hyper-Connections**, a native **vision + video** tower, an **MTP**
|
| 79 |
+
> speculative head, and a **1M-token** context.
|
| 80 |
+
>
|
| 81 |
+
> The refusal direction is baked **directly into the official block-FP8 shards** — same format, same
|
| 82 |
+
> shard layout, same `model.safetensors.index.json`. Every tensor matches the base checkpoint in
|
| 83 |
+
> name, dtype and shape, so this is a **drop-in replacement** for `zai-org/GLM-5.3-Flash` in any
|
| 84 |
+
> stack that already serves it.
|
| 85 |
+
>
|
| 86 |
+
> **On the `-FP8` name:** block-FP8 *is* the format Z.ai ships GLM-5.3-Flash in — the suffix names the
|
| 87 |
+
> checkpoint's own precision, not a quantization step we applied. There is no upstream BF16 release to
|
| 88 |
+
> derive from, so this is the full-precision source as published.
|
| 89 |
+
|
| 90 |
+
---
|
| 91 |
+
## ⚠️ Disclaimer — read before use
|
| 92 |
+
|
| 93 |
+
This model has had its **safety alignment substantially removed** via *abliteration* (orthogonalizing the
|
| 94 |
+
refusal direction out of the residual stream). As a direct consequence:
|
| 95 |
+
|
| 96 |
+
- **It will comply with harmful, unethical, offensive, or illegal requests** that the original
|
| 97 |
+
`GLM-5.3-Flash` would refuse. It has no meaningful built-in guardrails.
|
| 98 |
+
- It is released **strictly for legitimate research** — interpretability, AI-safety and refusal-mechanism
|
| 99 |
+
study, red-teaming, robustness evaluation, and controlled experiments.
|
| 100 |
+
- **You assume full responsibility and liability** for how you use it and for everything it generates. Do
|
| 101 |
+
not deploy it to end users or in production without adding your own safety, moderation, and
|
| 102 |
+
abuse-prevention layers.
|
| 103 |
+
- Use must comply with the **[MIT License](https://opensource.org/license/mit)** inherited from the base
|
| 104 |
+
model, and all laws and regulations that apply to you.
|
| 105 |
+
- The authors and uploaders **accept no liability** for any misuse or harm. Its outputs do **not** reflect
|
| 106 |
+
the views of the uploaders or of Z.ai / Zhipu AI.
|
| 107 |
+
|
| 108 |
+
By downloading or using this model you acknowledge and accept the above.
|
| 109 |
+
|
| 110 |
+
---
|
| 111 |
+
|
| 112 |
+
## 🐋 Run it with OrcaCode Review
|
| 113 |
+
|
| 114 |
+
**Models are only half the system.**
|
| 115 |
+
|
| 116 |
+
[OrcaCode Review](https://github.com/Continuum-AI-Corp/Orca-Code-Review) turns every model listed on
|
| 117 |
+
[OrcaRouter](https://www.orcarouter.ai) into a production code-review agent:
|
| 118 |
+
|
| 119 |
+
- reviews every PR
|
| 120 |
+
- finds security + correctness issues
|
| 121 |
+
- posts inline findings
|
| 122 |
+
- P0/P1 can block merges
|
| 123 |
+
- swap models anytime
|
| 124 |
+
|
| 125 |
+
**Open model. Open harness. Open bill.**
|
| 126 |
+
|
| 127 |
+
- Website — https://www.orcarouter.ai
|
| 128 |
+
- GitHub — https://github.com/Continuum-AI-Corp/Orca-Code-Review
|
| 129 |
+
|
| 130 |
+
---
|
| 131 |
+
|
| 132 |
+
## Model details
|
| 133 |
+
|
| 134 |
+
| | |
|
| 135 |
+
|---|---|
|
| 136 |
+
| **Base model** | [`zai-org/GLM-5.3-Flash`](https://huggingface.co/zai-org/GLM-5.3-Flash) |
|
| 137 |
+
| **Architecture** | `Glm5NextForConditionalGeneration` (`glm5_next`) — 45 transformer layers + 1 **MTP** block, hidden 4096, **hybrid attention** (34 gated-linear **KDA** + 11 **sparse full-attention** with a top-2048 indexer, interval 4), **MLA** (q-LoRA 1536 / kv-LoRA 512, NoPE), **288 routed experts top-8** + 1 shared expert (first 3 layers dense), 4-wide **Manifold-Constrained Hyper-Connections** (mHC), native **vision + video** tower |
|
| 138 |
+
| **Parameters** | ~320B total / ~18B active — 321.3B tensor elements on disk, including the 7.4B MTP block and the 0.56B vision tower |
|
| 139 |
+
| **Modification** | Abliteration (refusal-direction removal), baked **on disk into the block-FP8 shards** — the quantization format is unchanged |
|
| 140 |
+
| **Format** | safetensors, **block-FP8** (`e4m3`, 128×128 blocks, dynamic activations) + BF16, 62 shards, **76,108 tensors**, 306 GiB |
|
| 141 |
+
| **Preserved** | The full **vision + video tower** (346 of 347 `visual.*` tensors, BF16), the MoE **router** (`mlp.gate`), the `gate_proj` / `up_proj` readers, all **hyper-connection mixers**, the **sparse-attention indexer**, every norm, and `lm_head` |
|
| 142 |
+
| **Context** | 1,048,576 tokens |
|
| 143 |
+
| **Vocabulary** | 154,880 |
|
| 144 |
+
| **Recommended for** | Red-team & refusal-mechanism research, robustness evaluation, and as a base for further post-training / re-quantization |
|
| 145 |
+
|
| 146 |
+
---
|
| 147 |
+
## Abliteration
|
| 148 |
+
|
| 149 |
+
Refusal-direction removal following **Arditi et al. (2024)**, *Refusal in Language Models Is Mediated by a
|
| 150 |
+
Single Direction*. A single refusal direction `r` (k = 1) is estimated as the
|
| 151 |
+
**massive-activation-masked mean-difference** of harmful − harmless activations, read from the 4096-d
|
| 152 |
+
residual stream at **layer 22 of 45** (depth 0.49) and selected by a 9-layer quality sweep. `r` is then
|
| 153 |
+
orthogonalized out of every **residual-writing** matrix — `W' = W − r(rᵀW)` — computed in float32.
|
| 154 |
+
|
| 155 |
+
### Why it had to be baked on disk
|
| 156 |
+
|
| 157 |
+
GLM-5.3-Flash cannot be abliterated in memory, for three independent reasons:
|
| 158 |
+
|
| 159 |
+
- Its weights are **block-FP8**: raw `e4m3` codes whose scales live in a sibling `weight_scale_inv`.
|
| 160 |
+
Projecting the codes corrupts the matrix — and the leakage probe, reading the same code space, reports
|
| 161 |
+
a false ~0.
|
| 162 |
+
- Its **12,384 routed-expert `down_proj` matrices are fused** into stacked 3-D parameters at load time,
|
| 163 |
+
so a conventional 2-D-weight matcher edits none of them and still reports success.
|
| 164 |
+
- `transformers` **drops the MTP block (`layers.45`) on load**, so `save_pretrained` would silently omit
|
| 165 |
+
6.98 GiB of the checkpoint.
|
| 166 |
+
|
| 167 |
+
The shards are therefore streamed and rewritten one at a time. FP8 writers are dequantized with their own
|
| 168 |
+
scales, projected in fp32, requantized, and written back **together with their updated scales**; BF16
|
| 169 |
+
writers (the 34 KDA `o_proj`, the vision merger, the MTP `eh_proj`) are projected and stored back as BF16
|
| 170 |
+
without ever entering the FP8 cycle.
|
| 171 |
+
|
| 172 |
+
### What was edited
|
| 173 |
+
|
| 174 |
+
| Residual writer | matrices |
|
| 175 |
+
|---|---:|
|
| 176 |
+
| `mlp.experts.<n>.down_proj` (288 experts × 43 sparse layers) | 12,384 |
|
| 177 |
+
| `self_attn.o_proj` (34 KDA + 11 MLA + 1 MTP) | 46 |
|
| 178 |
+
| `mlp.shared_experts.down_proj` | 43 |
|
| 179 |
+
| `mlp.down_proj` (dense layers 0–2) | 3 |
|
| 180 |
+
| `visual.merger.down_proj` (writes the *language* residual) | 1 |
|
| 181 |
+
| MTP `eh_proj` | 1 |
|
| 182 |
+
| `embed_tokens` (row space) | 1 |
|
| 183 |
+
| **Total** | **12,479** |
|
| 184 |
+
|
| 185 |
+
12,442 of these are FP8 and 36 are BF16. Max residual leakage after the edit: **0.149** (FP8) and
|
| 186 |
+
**0.024** (BF16). A post-bake verification pass confirms all 62 shards and 76,108 tensors match the base
|
| 187 |
+
checkpoint in name, dtype and shape.
|
| 188 |
+
|
| 189 |
+
### Result
|
| 190 |
+
|
| 191 |
+
Held-out JailbreakBench test split, 64 harmful + 64 benign prompts, greedy, `reasoning_effort=low`, the
|
| 192 |
+
`<think>` block stripped before classification:
|
| 193 |
+
|
| 194 |
+
| checkpoint | harmful refusal | benign refusal (over-refusal) |
|
| 195 |
+
|---|---:|---:|
|
| 196 |
+
| `zai-org/GLM-5.3-Flash` | 0.891 | 0.094 |
|
| 197 |
+
| **this model** | **0.094** | **0.000** |
|
| 198 |
+
|
| 199 |
+
Harmful refusal down ~89%; over-refusal eliminated; generation stays coherent and on-task on both harmful
|
| 200 |
+
and benign prompts. This is the acceptance metric used to select the build — see **Evaluation** below for
|
| 201 |
+
the benchmark suite.
|
| 202 |
+
|
| 203 |
+
### What resisted, and what that says about the base model
|
| 204 |
+
|
| 205 |
+
The single-direction hypothesis held for most of the harmful-prompt distribution, and where it held it
|
| 206 |
+
held cleanly — several categories drop to a refusal rate of zero. It did not hold everywhere. A subset of
|
| 207 |
+
content categories resisted every variant we tried, and the ways they resisted are more interesting than
|
| 208 |
+
the fact that they did:
|
| 209 |
+
|
| 210 |
+
- **No other layer mediates them.** A direction fitted *only* on the resistant categories and swept
|
| 211 |
+
across candidate depths bypassed them *worse* than the general direction did — 0.75–0.98 against 0.33.
|
| 212 |
+
- **More fitting data does not move the estimate.** Pooling five harmful datasets produced a direction
|
| 213 |
+
with cosine similarity 0.957 to the original and no meaningful improvement.
|
| 214 |
+
- **A second direction makes it worse, not better.** Adding the leading principal component of the
|
| 215 |
+
harmful-residual spread took refusal from 0.207 to 0.993; pairing layer 22 with a direction from
|
| 216 |
+
another layer returned 1.000, the un-ablated baseline. In both cases the model stayed fluent and
|
| 217 |
+
undamaged — zero unfinished generations, coherent on-topic replies. It was not broken into refusing; it
|
| 218 |
+
simply refused.
|
| 219 |
+
- **Restricting the edit to later layers collapses the effect** (0.92 at layers ≥ 22), even though the
|
| 220 |
+
direction is estimated at layer 22. The early-layer writers are load-bearing.
|
| 221 |
+
|
| 222 |
+
The single layer-22 direction is therefore not merely the best point we found; it is a narrow optimum
|
| 223 |
+
that any perturbation of the subspace destroys. The reading we take from this is that **GLM-5.3-Flash's
|
| 224 |
+
safety training is not wholly mediated by one linear direction in the residual stream.** Part of it is,
|
| 225 |
+
and that part is what abliteration removes. The remainder is encoded in a form this technique cannot
|
| 226 |
+
reach at all — not partially removed, not weakened, simply untouched. Published abliterations of other
|
| 227 |
+
frontier models routinely reach near-zero refusal across every benchmark; that this one does not is a
|
| 228 |
+
property of the base model, not of the method, and it is the strongest evidence in this work that Z.ai's
|
| 229 |
+
alignment goes deeper than a single steerable feature. For anyone studying refusal mechanisms, that
|
| 230 |
+
residual is the interesting part — and for anyone deploying the base model, it is a meaningful robustness
|
| 231 |
+
result.
|
| 232 |
+
|
| 233 |
+
---
|
| 234 |
+
## Where the refusal actually lives
|
| 235 |
+
|
| 236 |
+
Hook-ablating exactly the residual writers each bake stage would edit (lossless, no bake required):
|
| 237 |
+
|
| 238 |
+
| stage | writers | harmful refusal |
|
| 239 |
+
|---|---:|---:|
|
| 240 |
+
| baseline | — | 0.875 |
|
| 241 |
+
| attention only (`self_attn.o_proj`) | 45 | 0.812 |
|
| 242 |
+
| + dense / shared MLP | 90 | 0.844 |
|
| 243 |
+
| **+ routed experts (shipped)** | **12,478** | **0.031** |
|
| 244 |
+
| whole-layer output (layer-boundary hook) | — | 0.125 |
|
| 245 |
+
|
| 246 |
+
On GLM-5.3-Flash the refusal direction is written **almost entirely by the routed-expert `down_proj`
|
| 247 |
+
matrices**: attention and the shared/dense MLP together move refusal by 0.03, the routed experts move it
|
| 248 |
+
by 0.81. Editing the writers even beats hooking the layer boundary — the mHC structure lets a layer
|
| 249 |
+
re-read its own attention output before the MLP, and a writer edit cleans that intermediate state where a
|
| 250 |
+
layer-output hook does not.
|
| 251 |
+
|
| 252 |
+
## Requantization leakage, and why 32 iterations
|
| 253 |
+
|
| 254 |
+
Orthogonalizing a block-FP8 matrix and requantizing to `e4m3` leaves part of the direction behind.
|
| 255 |
+
Measured on a real MLA `o_proj` against this direction:
|
| 256 |
+
|
| 257 |
+
| refinement iterations | residual leakage | weight perturbation |
|
| 258 |
+
|---:|---:|---:|
|
| 259 |
+
| 8 | 13.4% | 2.15% |
|
| 260 |
+
| **32** | **5.2%** | 2.79% |
|
| 261 |
+
|
| 262 |
+
With only 45 attention writers (34 of them BF16) that leakage is lost in the noise. Across **12,442 FP8
|
| 263 |
+
matrices** it accumulates: the 8-iteration bake landed at 0.188 harmful refusal against a lossless
|
| 264 |
+
prediction of 0.031. Raising it to 32 closed roughly half the gap — **0.188 → 0.094**. Beyond 32 the
|
| 265 |
+
leakage falls slowly while the weight perturbation keeps rising, so 32 is the shipped operating point.
|
| 266 |
+
|
| 267 |
+
---
|
| 268 |
+
## Fine-tuning & post-training
|
| 269 |
+
|
| 270 |
+
- The checkpoint is a drop-in for `zai-org/GLM-5.3-Flash` in the `transformers` /
|
| 271 |
+
`Glm5NextForConditionalGeneration` stack (needs `transformers 5.16+`).
|
| 272 |
+
- **Re-quantization:** derive GGUF / MLX / lower-bit builds from these weights directly.
|
| 273 |
+
- **Note:** abliteration is a *weight edit*, not data-level unlearning. Fine-tuning on refusal-heavy or
|
| 274 |
+
safety data can partially re-introduce refusals; neutral / task data preserves the uncensored behaviour.
|
| 275 |
+
|
| 276 |
+
## Intended use
|
| 277 |
+
|
| 278 |
+
- Research into refusal mechanisms, alignment, and interpretability.
|
| 279 |
+
- Red-teaming and safety / robustness evaluation in controlled environments.
|
| 280 |
+
- A base for further post-training and quantization.
|
| 281 |
+
|
| 282 |
+
---
|
| 283 |
+
## Evaluation
|
| 284 |
+
|
| 285 |
+
Measured on **these exact weights**, 8×H100 with tensor + expert parallelism, greedy decoding,
|
| 286 |
+
`reasoning_effort=low`, the `<think>` block stripped before classification. Refusal is judged by a
|
| 287 |
+
rule-based opening-phrase classifier (`caveat` = answered but wrapped in a disclaimer) — indicative, not
|
| 288 |
+
an LLM-judge / publication-grade number.
|
| 289 |
+
|
| 290 |
+
### Safety — harmful-prompt refusal (lower = more uncensored)
|
| 291 |
+
|
| 292 |
+
| Benchmark | n | Base | **This model** | Δ | Caveat (this) |
|
| 293 |
+
|---|---:|---:|---:|---:|---:|
|
| 294 |
+
| MaliciousInstruct | 100 | 0.960 | **0.110** | −89% | 0.500 |
|
| 295 |
+
| JailbreakBench (harmful) | 100 | 0.930 | **0.120** | −87% | 0.480 |
|
| 296 |
+
| ForbiddenQuestions | 150 | 0.593 | **0.120** | −80% | 0.400 |
|
| 297 |
+
| AdvBench | 100 | 0.970 | **0.150** | −85% | 0.650 |
|
| 298 |
+
| HarmBench (standard) | 150 | 0.933 | **0.180** | −81% | 0.420 |
|
| 299 |
+
| StrongREJECT | 150 | 0.993 | **0.273** | −72% | 0.633 |
|
| 300 |
+
| SimpleSafetyTests | 50 | 0.920 | **0.340** | −63% | 0.620 |
|
| 301 |
+
|
| 302 |
+
Both columns are measured on these exact checkpoints with the same script, sampling seed and settings.
|
| 303 |
+
The base model refuses 92–99% of harmful prompts on six of the seven sets — `ForbiddenQuestions` is the
|
| 304 |
+
outlier at 0.593, which says more about that set (a large share of its questions are sensitive rather
|
| 305 |
+
than harmful, and the base model answers them) than about the edit.
|
| 306 |
+
|
| 307 |
+
The spread in Δ is the same result reported in *What resisted* above, seen from the benchmark side: the
|
| 308 |
+
sets that fall furthest are the ones whose content the removed direction mediates, and the two that fall
|
| 309 |
+
least are the ones it does not reach.
|
| 310 |
+
|
| 311 |
+
### Over-refusal — benign prompts wrongly refused (lower = better)
|
| 312 |
+
|
| 313 |
+
| Benchmark | n | Base | **This model** |
|
| 314 |
+
|---|---:|---:|---:|
|
| 315 |
+
| XSTest-safe | 250 | 0.024 | **0.004** |
|
| 316 |
+
|
| 317 |
+
250 prompts written to *look* harmful while being benign. The base model is already restrained here at
|
| 318 |
+
2.4%; the edit does not blunt that discrimination, it sharpens it — 0.4%, and over-refusal on the
|
| 319 |
+
held-out benign split fell from 0.094 to 0.000.
|
| 320 |
+
|
| 321 |
+
### Capability retention — vs the official base (same scripts, same settings)
|
| 322 |
+
|
| 323 |
+
| Benchmark | n | Base | **This model** | Δ |
|
| 324 |
+
|---|---:|---:|---:|---:|
|
| 325 |
+
| MMLU | 300 | 0.833 | **0.827** | −0.7 pp |
|
| 326 |
+
| MMLU-Pro | 400 | 0.438 | **0.453** | +1.5 pp |
|
| 327 |
+
| GSM8K (CoT) | 150 | 0.947 | **0.940** | −0.7 pp |
|
| 328 |
+
| CMMLU (Chinese) | 500 | 0.854 | **0.860** | +0.6 pp |
|
| 329 |
+
|
| 330 |
+
Every delta is within ±1.5 pp and no reply failed to parse on either checkpoint. Two of the four move
|
| 331 |
+
*up*, which is the signature of sampling noise at these sizes rather than of an improvement — read the
|
| 332 |
+
whole table as "unchanged", not as a gain.
|
| 333 |
+
|
| 334 |
+
Multiple choice is scored from a single forward pass, taking the argmax over the option letters' logits,
|
| 335 |
+
rather than by generating an answer; GSM8K keeps chain-of-thought generation because it needs the
|
| 336 |
+
reasoning. That makes the MMLU-Pro column lower than a CoT-scored run of the same benchmark would be —
|
| 337 |
+
**for both checkpoints equally**, which is why the base column is not optional. Read the delta, not the
|
| 338 |
+
absolute figure, and do not compare these numbers against MMLU-Pro results obtained with a different
|
| 339 |
+
scoring method.
|
| 340 |
+
|
| 341 |
+
---
|
| 342 |
+
## Usage — self-host with vLLM (OpenAI-compatible)
|
| 343 |
+
|
| 344 |
+
`glm5_next` needs a vLLM build with GLM-5.3-Flash support and `transformers 5.16+`. The weights are
|
| 345 |
+
306 GiB, so plan for 8×H100/H200 with tensor parallelism.
|
| 346 |
+
|
| 347 |
+
```bash
|
| 348 |
+
docker run -d --name glm53 --gpus all --ipc host -p 8000:8000 \
|
| 349 |
+
-v /path/to/GLM-5.3-Flash-Uncensored-FP8:/model \
|
| 350 |
+
vllm/vllm-openai:latest \
|
| 351 |
+
--model /model --served-model-name GLM-5.3-Flash-Uncensored-FP8 \
|
| 352 |
+
--tensor-parallel-size 8 --max-model-len 262144 \
|
| 353 |
+
--enable-expert-parallel
|
| 354 |
+
```
|
| 355 |
+
|
| 356 |
+
See the [vLLM recipe](https://recipes.vllm.ai/zai-org/GLM-5.3-Flash) and the
|
| 357 |
+
[SGLang cookbook](https://cookbook.sglang.io/autoregressive/GLM/GLM-5.3-Flash) for the currently
|
| 358 |
+
recommended flags, including the tool-call parser to pass with `--enable-auto-tool-choice`.
|
| 359 |
+
|
| 360 |
+
### Thinking control
|
| 361 |
+
|
| 362 |
+
GLM-5.3-Flash has **no `enable_thinking` toggle** — its chat template always opens a `<think>` block.
|
| 363 |
+
Control the budget with `reasoning_effort` instead (`low` / `high` / `max`; defaults to `max`):
|
| 364 |
+
|
| 365 |
+
```python
|
| 366 |
+
client.chat.completions.create(
|
| 367 |
+
model="GLM-5.3-Flash-Uncensored-FP8",
|
| 368 |
+
messages=[{"role": "user", "content": "..."}],
|
| 369 |
+
extra_body={"chat_template_kwargs": {"reasoning_effort": "low", "clear_thinking": True}},
|
| 370 |
+
)
|
| 371 |
+
```
|
| 372 |
+
|
| 373 |
+
`clear_thinking` defaults to `false`; pass `true` for chat scenarios. Give generation enough budget to
|
| 374 |
+
reach `</think>`, or replies get truncated inside the scratchpad. Pass `image_url` content parts for
|
| 375 |
+
vision.
|
| 376 |
+
|
| 377 |
+
## Bias, risks, and limitations
|
| 378 |
+
|
| 379 |
+
- **Safety guardrails removed** — the model will produce harmful, biased, or offensive content on request
|
| 380 |
+
(see the disclaimer).
|
| 381 |
+
- It inherits any biases and limitations of the base `GLM-5.3-Flash`.
|
| 382 |
+
- Roughly 5% of the refusal direction survives requantization into `e4m3` (see above), so a small
|
| 383 |
+
residual refusal rate remains — it is not, and cannot be, exactly zero on an FP8 checkpoint.
|
| 384 |
+
- **Refusal is reduced, not removed.** Some content categories are not mediated by the direction this
|
| 385 |
+
method removes and still refuse at close to the base rate (see *What resisted*). Do not assume a
|
| 386 |
+
uniformly uncensored model.
|
| 387 |
+
- Capability retention is measured, not assumed (see **Evaluation**), but on sampled subsets of four
|
| 388 |
+
benchmarks — enough to rule out a large regression, not a substitute for a full harness run.
|
| 389 |
+
- The reported refusal metric is a rule-based heuristic; evaluate rigorously for your own use case.
|
| 390 |
+
|
| 391 |
+
## License
|
| 392 |
+
|
| 393 |
+
**MIT**, inherited from the base model
|
| 394 |
+
[`zai-org/GLM-5.3-Flash`](https://huggingface.co/zai-org/GLM-5.3-Flash). Abliteration does not change the
|
| 395 |
+
underlying license obligations.
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,257 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[gMASK]<sop>
|
| 2 |
+
{%- set effective_reasoning_effort = reasoning_effort if reasoning_effort is defined and reasoning_effort in ['low', 'high'] else 'max' -%}
|
| 3 |
+
{%- if effective_reasoning_effort is not none -%}<|system|>Reasoning Effort: {{ effective_reasoning_effort | capitalize }}{%- endif -%}
|
| 4 |
+
{%- set clear_thinking = clear_thinking if clear_thinking is defined else false -%}
|
| 5 |
+
{%- if tools -%}
|
| 6 |
+
{%- macro tool_to_json(tool) -%}
|
| 7 |
+
{%- set ns_tool = namespace(first=true) -%}
|
| 8 |
+
{{ '{' -}}
|
| 9 |
+
{%- for k, v in tool.items() -%}
|
| 10 |
+
{%- if k != 'defer_loading' and k != 'strict' -%}
|
| 11 |
+
{%- if not ns_tool.first -%}{{- ', ' -}}{%- endif -%}
|
| 12 |
+
{%- set ns_tool.first = false -%}
|
| 13 |
+
"{{ k }}": {{ v | tojson(ensure_ascii=False) }}
|
| 14 |
+
{%- endif -%}
|
| 15 |
+
{%- endfor -%}
|
| 16 |
+
{{- '}' -}}
|
| 17 |
+
{%- endmacro -%}
|
| 18 |
+
{%- macro tool_references_to_response(refs) -%}
|
| 19 |
+
{{- '<tool_response><tools>\n' -}}
|
| 20 |
+
{%- for tr in refs -%}
|
| 21 |
+
{%- for tool in tools -%}
|
| 22 |
+
{%- if 'function' in tool -%}
|
| 23 |
+
{%- set tool = tool['function'] -%}
|
| 24 |
+
{%- endif -%}
|
| 25 |
+
{%- if tool.name == tr.name -%}
|
| 26 |
+
{{- tool_to_json(tool) + '\n' -}}
|
| 27 |
+
{%- endif -%}
|
| 28 |
+
{%- endfor -%}
|
| 29 |
+
{%- endfor -%}
|
| 30 |
+
{{- '</tools></tool_response>' -}}
|
| 31 |
+
{%- endmacro -%}
|
| 32 |
+
<|system|>
|
| 33 |
+
# Tools
|
| 34 |
+
|
| 35 |
+
You may call one or more functions to assist with the user query.
|
| 36 |
+
|
| 37 |
+
You are provided with function signatures within <tools></tools> XML tags:
|
| 38 |
+
<tools>
|
| 39 |
+
{% for tool in tools %}
|
| 40 |
+
{%- if 'function' in tool -%}
|
| 41 |
+
{%- set tool = tool['function'] -%}
|
| 42 |
+
{%- endif -%}
|
| 43 |
+
{% if tool.defer_loading is not defined or not tool.defer_loading %}
|
| 44 |
+
{{ tool_to_json(tool) }}
|
| 45 |
+
{% endif %}
|
| 46 |
+
{% endfor %}
|
| 47 |
+
</tools>
|
| 48 |
+
|
| 49 |
+
For each function call, output the function name and arguments within the following XML format:
|
| 50 |
+
<tool_call>{function-name}<arg_key>{arg-key-1}</arg_key><arg_value>{arg-value-1}</arg_value><arg_key>{arg-key-2}</arg_key><arg_value>{arg-value-2}</arg_value>...</tool_call>{%- endif -%}
|
| 51 |
+
{%- macro emit_image() -%}<|begin_of_image|><|image|><|end_of_image|>{%- endmacro -%}
|
| 52 |
+
{%- macro emit_video() -%}<|begin_of_video|><|video|><|end_of_video|>{%- endmacro -%}
|
| 53 |
+
{%- macro emit_audio() -%}<|begin_of_audio|><|end_of_audio|>{%- endmacro -%}
|
| 54 |
+
{%- macro visible_text(content) -%}
|
| 55 |
+
{%- if content is string -%}
|
| 56 |
+
{{- content -}}
|
| 57 |
+
{%- elif content is iterable and content is not mapping -%}
|
| 58 |
+
{%- for item in content -%}
|
| 59 |
+
{%- if item is mapping and item.type == 'text' -%}
|
| 60 |
+
{{- item.text -}}
|
| 61 |
+
{%- elif item is string -%}
|
| 62 |
+
{{- item -}}
|
| 63 |
+
{%- elif item is mapping and item.type in ['image', 'image_url'] -%}
|
| 64 |
+
{{- emit_image() -}}
|
| 65 |
+
{%- elif item is mapping and item.type in ['video', 'video_url'] -%}
|
| 66 |
+
{{- emit_video() -}}
|
| 67 |
+
{%- elif item is mapping and item.type in ['audio', 'audio_url', 'input_audio'] -%}
|
| 68 |
+
{{- emit_audio() -}}
|
| 69 |
+
{%- endif -%}
|
| 70 |
+
{%- endfor -%}
|
| 71 |
+
{%- else -%}
|
| 72 |
+
{{- content }}
|
| 73 |
+
{%- endif -%}
|
| 74 |
+
{%- endmacro -%}
|
| 75 |
+
{%- macro tool_response(text) -%}
|
| 76 |
+
{{- '<tool_response>' + text + '</tool_response>' -}}
|
| 77 |
+
{%- endmacro -%}
|
| 78 |
+
{%- macro render_tool_response(m) -%}
|
| 79 |
+
{%- if m.content is string -%}
|
| 80 |
+
{{- tool_response(m.content) -}}
|
| 81 |
+
{%- elif m.content and m.content is not mapping and m.content.0.type == "tool_reference" -%}
|
| 82 |
+
{{- tool_references_to_response(m.content) -}}
|
| 83 |
+
{%- elif is_list_of_outputs(m) -%}
|
| 84 |
+
{%- for tr in m.content -%}
|
| 85 |
+
{%- if tr.output is iterable and tr.output is not string and tr.output is not mapping and tr.output and tr.output.0.type == "tool_reference" -%}
|
| 86 |
+
{{- tool_references_to_response(tr.output) -}}
|
| 87 |
+
{%- else -%}
|
| 88 |
+
{{- tool_response(visible_text(tr.output)) -}}
|
| 89 |
+
{%- endif -%}
|
| 90 |
+
{%- endfor -%}
|
| 91 |
+
{%- else -%}
|
| 92 |
+
{{- tool_response(visible_text(m.content)) -}}
|
| 93 |
+
{%- endif -%}
|
| 94 |
+
{%- endmacro -%}
|
| 95 |
+
{%- macro id_of(obj) -%}
|
| 96 |
+
{%- if obj.tool_call_id -%}
|
| 97 |
+
{{- obj.tool_call_id -}}
|
| 98 |
+
{%- elif obj.id -%}
|
| 99 |
+
{{- obj.id -}}
|
| 100 |
+
{%- endif -%}
|
| 101 |
+
{%- endmacro -%}
|
| 102 |
+
{%- macro is_list_of_outputs(m) -%}
|
| 103 |
+
{%- if m.content and m.content.0.output is defined -%}1{%- endif -%}
|
| 104 |
+
{%- endmacro -%}
|
| 105 |
+
{%- macro has_dup_tool_result_id(lo, hi, target) -%}
|
| 106 |
+
{%- set ns_cnt = namespace(n=0) -%}
|
| 107 |
+
{%- for k in range(lo, hi + 1) -%}
|
| 108 |
+
{%- set m = messages[k] -%}
|
| 109 |
+
{%- if is_list_of_outputs(m) -%}
|
| 110 |
+
{%- for entry in m.content -%}
|
| 111 |
+
{%- if id_of(entry) == target -%}
|
| 112 |
+
{%- set ns_cnt.n = ns_cnt.n + 1 -%}
|
| 113 |
+
{%- endif -%}
|
| 114 |
+
{%- endfor -%}
|
| 115 |
+
{%- elif id_of(m) == target -%}
|
| 116 |
+
{%- set ns_cnt.n = ns_cnt.n + 1 -%}
|
| 117 |
+
{%- endif -%}
|
| 118 |
+
{%- if ns_cnt.n > 1 -%}{%- break -%}{%- endif -%}
|
| 119 |
+
{%- endfor -%}
|
| 120 |
+
{%- if ns_cnt.n > 1 -%}1{%- endif -%}
|
| 121 |
+
{%- endmacro -%}
|
| 122 |
+
{%- macro tc_id_exists(tcs, target) -%}
|
| 123 |
+
{%- set ns_f = namespace(found=false) -%}
|
| 124 |
+
{%- for tc in tcs -%}
|
| 125 |
+
{%- if id_of(tc) == target -%}
|
| 126 |
+
{%- set ns_f.found = true -%}
|
| 127 |
+
{%- break -%}
|
| 128 |
+
{%- endif -%}
|
| 129 |
+
{%- endfor -%}
|
| 130 |
+
{%- if ns_f.found -%}1{%- endif -%}
|
| 131 |
+
{%- endmacro -%}
|
| 132 |
+
{%- set ns = namespace(last_user_index=-1) -%}
|
| 133 |
+
{%- for m in messages %}
|
| 134 |
+
{%- if m.role == 'user' %}
|
| 135 |
+
{%- set ns.last_user_index = loop.index0 -%}
|
| 136 |
+
{%- endif %}
|
| 137 |
+
{%- endfor %}
|
| 138 |
+
{%- for m in messages -%}
|
| 139 |
+
{%- if m.role == 'user' -%}<|user|>{{ visible_text(m.content) }}
|
| 140 |
+
{%- elif m.role == 'assistant' -%}
|
| 141 |
+
<|assistant|>
|
| 142 |
+
{%- set content = visible_text(m.content) %}
|
| 143 |
+
{%- if m.reasoning_content is string %}
|
| 144 |
+
{%- set reasoning_content = m.reasoning_content %}
|
| 145 |
+
{%- elif '</think>' in content %}
|
| 146 |
+
{%- set reasoning_content = content.split('</think>')[0].split('<think>')[-1] %}
|
| 147 |
+
{%- set content = content.split('</think>')[-1] %}
|
| 148 |
+
{%- endif %}
|
| 149 |
+
{%- if (not clear_thinking or loop.index0 > ns.last_user_index) and reasoning_content is defined -%}
|
| 150 |
+
{{ '<think>' + reasoning_content + '</think>'}}
|
| 151 |
+
{%- else -%}
|
| 152 |
+
{{ '<think></think>' }}
|
| 153 |
+
{%- endif -%}
|
| 154 |
+
{%- if content.strip() -%}
|
| 155 |
+
{{ content.strip() }}
|
| 156 |
+
{%- endif -%}
|
| 157 |
+
{% if m.tool_calls %}
|
| 158 |
+
{% for tc in m.tool_calls %}
|
| 159 |
+
{%- if tc.function %}
|
| 160 |
+
{%- set tc = tc.function %}
|
| 161 |
+
{%- endif %}
|
| 162 |
+
{{- '<tool_call>' + tc.name -}}
|
| 163 |
+
{% set _args = tc.arguments %}{% for k, v in _args.items() %}<arg_key>{{ k }}</arg_key><arg_value>{{ v | tojson(ensure_ascii=False) if v is not string else v }}</arg_value>{% endfor %}</tool_call>{% endfor %}
|
| 164 |
+
{% endif %}
|
| 165 |
+
{%- elif m.role == 'tool' -%}
|
| 166 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
| 167 |
+
{{- '<|observation|>' -}}
|
| 168 |
+
{%- set block_start = loop.index0 -%}
|
| 169 |
+
{%- set ns_blk = namespace(end=block_start) -%}
|
| 170 |
+
{%- for j in range(block_start, messages|length) -%}
|
| 171 |
+
{%- if messages[j].role == 'tool' -%}
|
| 172 |
+
{%- set ns_blk.end = j -%}
|
| 173 |
+
{%- else -%}
|
| 174 |
+
{%- break -%}
|
| 175 |
+
{%- endif -%}
|
| 176 |
+
{%- endfor -%}
|
| 177 |
+
{%- set ns_a = namespace(tool_calls=none) -%}
|
| 178 |
+
{%- if block_start > 0 and messages[block_start - 1].role == 'assistant' and messages[block_start - 1].tool_calls -%}
|
| 179 |
+
{%- set ns_a.tool_calls = messages[block_start - 1].tool_calls -%}
|
| 180 |
+
{%- endif -%}
|
| 181 |
+
{%- set ns_chk = namespace(can_sort=true) -%}
|
| 182 |
+
{%- if not ns_a.tool_calls -%}
|
| 183 |
+
{%- set ns_chk.can_sort = false -%}
|
| 184 |
+
{%- else -%}
|
| 185 |
+
{%- for k in range(block_start, ns_blk.end + 1) -%}
|
| 186 |
+
{%- set m = messages[k] -%}
|
| 187 |
+
{%- if is_list_of_outputs(m) -%}
|
| 188 |
+
{%- for entry in m.content -%}
|
| 189 |
+
{%- set eid = id_of(entry) -%}
|
| 190 |
+
{%- if not eid -%}
|
| 191 |
+
{%- set ns_chk.can_sort = false -%}
|
| 192 |
+
{%- elif has_dup_tool_result_id(block_start, ns_blk.end, eid) -%}
|
| 193 |
+
{%- set ns_chk.can_sort = false -%}
|
| 194 |
+
{%- elif not tc_id_exists(ns_a.tool_calls, eid) -%}
|
| 195 |
+
{%- set ns_chk.can_sort = false -%}
|
| 196 |
+
{%- endif -%}
|
| 197 |
+
{%- endfor -%}
|
| 198 |
+
{%- else -%}
|
| 199 |
+
{%- set tk_id = id_of(m) -%}
|
| 200 |
+
{%- if not tk_id -%}
|
| 201 |
+
{%- set ns_chk.can_sort = false -%}
|
| 202 |
+
{%- elif has_dup_tool_result_id(block_start, ns_blk.end, tk_id) -%}
|
| 203 |
+
{%- set ns_chk.can_sort = false -%}
|
| 204 |
+
{%- elif not tc_id_exists(ns_a.tool_calls, tk_id) -%}
|
| 205 |
+
{%- set ns_chk.can_sort = false -%}
|
| 206 |
+
{%- endif -%}
|
| 207 |
+
{%- endif -%}
|
| 208 |
+
{%- endfor -%}
|
| 209 |
+
{%- for i in range(ns_a.tool_calls | length) -%}
|
| 210 |
+
{%- set tc_id = id_of(ns_a.tool_calls[i]) -%}
|
| 211 |
+
{%- if not tc_id -%}
|
| 212 |
+
{%- set ns_chk.can_sort = false -%}
|
| 213 |
+
{%- endif -%}
|
| 214 |
+
{%- for j in range(i + 1, ns_a.tool_calls | length) -%}
|
| 215 |
+
{%- if id_of(ns_a.tool_calls[j]) == tc_id -%}
|
| 216 |
+
{%- set ns_chk.can_sort = false -%}
|
| 217 |
+
{%- endif -%}
|
| 218 |
+
{%- endfor -%}
|
| 219 |
+
{%- endfor -%}
|
| 220 |
+
{%- endif -%}
|
| 221 |
+
{%- if ns_chk.can_sort -%}
|
| 222 |
+
{%- for tc in ns_a.tool_calls -%}
|
| 223 |
+
{%- set tc_id = id_of(tc) -%}
|
| 224 |
+
{%- for k in range(block_start, ns_blk.end + 1) -%}
|
| 225 |
+
{%- set m = messages[k] -%}
|
| 226 |
+
{%- if is_list_of_outputs(m) -%}
|
| 227 |
+
{%- for entry in m.content -%}
|
| 228 |
+
{%- set eid = id_of(entry) -%}
|
| 229 |
+
{%- if eid == tc_id -%}
|
| 230 |
+
{%- if entry.output is iterable and entry.output is not string and entry.output is not mapping and entry.output and entry.output.0.type == "tool_reference" -%}
|
| 231 |
+
{{- tool_references_to_response(entry.output) -}}
|
| 232 |
+
{%- else -%}
|
| 233 |
+
{{- tool_response(visible_text(entry.output)) -}}
|
| 234 |
+
{%- endif -%}
|
| 235 |
+
{%- endif -%}
|
| 236 |
+
{%- endfor -%}
|
| 237 |
+
{%- else -%}
|
| 238 |
+
{%- set tk_id = id_of(m) -%}
|
| 239 |
+
{%- if tk_id == tc_id -%}
|
| 240 |
+
{{- render_tool_response(m) -}}
|
| 241 |
+
{%- endif -%}
|
| 242 |
+
{%- endif -%}
|
| 243 |
+
{%- endfor -%}
|
| 244 |
+
{%- endfor -%}
|
| 245 |
+
{%- else -%}
|
| 246 |
+
{%- for k in range(block_start, ns_blk.end + 1) -%}
|
| 247 |
+
{{- render_tool_response(messages[k]) -}}
|
| 248 |
+
{%- endfor -%}
|
| 249 |
+
{%- endif -%}
|
| 250 |
+
{% endif -%}
|
| 251 |
+
{%- elif m.role == 'system' -%}
|
| 252 |
+
<|system|>{{ visible_text(m.content) }}
|
| 253 |
+
{%- endif -%}
|
| 254 |
+
{%- endfor -%}
|
| 255 |
+
{%- if add_generation_prompt -%}
|
| 256 |
+
<|assistant|>{{- '<think>' -}}
|
| 257 |
+
{%- endif -%}
|
config.json
ADDED
|
@@ -0,0 +1,1824 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Glm5NextForConditionalGeneration"
|
| 4 |
+
],
|
| 5 |
+
"text_config": {
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"dtype": "bfloat16",
|
| 9 |
+
"eos_token_id": [
|
| 10 |
+
154820,
|
| 11 |
+
154827,
|
| 12 |
+
154829
|
| 13 |
+
],
|
| 14 |
+
"first_k_dense_replace": 3,
|
| 15 |
+
"hc_eps": 1e-06,
|
| 16 |
+
"hc_mult": 4,
|
| 17 |
+
"hc_sinkhorn_iters": 20,
|
| 18 |
+
"head_dim": 0,
|
| 19 |
+
"hidden_act": "silu",
|
| 20 |
+
"hidden_size": 4096,
|
| 21 |
+
"index_head_dim": 128,
|
| 22 |
+
"index_kpool": 4,
|
| 23 |
+
"index_kpool_always_select_tail": true,
|
| 24 |
+
"index_kpool_compress": true,
|
| 25 |
+
"index_n_heads": 32,
|
| 26 |
+
"index_topk": 2048,
|
| 27 |
+
"index_share_for_mtp_iteration": true,
|
| 28 |
+
"indexer_rope_interleave": true,
|
| 29 |
+
"indexer_types": [
|
| 30 |
+
"full",
|
| 31 |
+
"full",
|
| 32 |
+
"full",
|
| 33 |
+
"full",
|
| 34 |
+
"full",
|
| 35 |
+
"full",
|
| 36 |
+
"full",
|
| 37 |
+
"full",
|
| 38 |
+
"full",
|
| 39 |
+
"full",
|
| 40 |
+
"full",
|
| 41 |
+
"full",
|
| 42 |
+
"full",
|
| 43 |
+
"full",
|
| 44 |
+
"full",
|
| 45 |
+
"full",
|
| 46 |
+
"full",
|
| 47 |
+
"full",
|
| 48 |
+
"full",
|
| 49 |
+
"full",
|
| 50 |
+
"full",
|
| 51 |
+
"full",
|
| 52 |
+
"full",
|
| 53 |
+
"full",
|
| 54 |
+
"full",
|
| 55 |
+
"full",
|
| 56 |
+
"full",
|
| 57 |
+
"full",
|
| 58 |
+
"full",
|
| 59 |
+
"full",
|
| 60 |
+
"full",
|
| 61 |
+
"full",
|
| 62 |
+
"full",
|
| 63 |
+
"full",
|
| 64 |
+
"full",
|
| 65 |
+
"full",
|
| 66 |
+
"full",
|
| 67 |
+
"full",
|
| 68 |
+
"full",
|
| 69 |
+
"full",
|
| 70 |
+
"full",
|
| 71 |
+
"full",
|
| 72 |
+
"full",
|
| 73 |
+
"full",
|
| 74 |
+
"full"
|
| 75 |
+
],
|
| 76 |
+
"initializer_range": 0.02,
|
| 77 |
+
"intermediate_size": 12288,
|
| 78 |
+
"kv_lora_rank": 512,
|
| 79 |
+
"layer_types": [
|
| 80 |
+
"linear_attention",
|
| 81 |
+
"linear_attention",
|
| 82 |
+
"linear_attention",
|
| 83 |
+
"deepseek_sparse_attention",
|
| 84 |
+
"linear_attention",
|
| 85 |
+
"linear_attention",
|
| 86 |
+
"linear_attention",
|
| 87 |
+
"deepseek_sparse_attention",
|
| 88 |
+
"linear_attention",
|
| 89 |
+
"linear_attention",
|
| 90 |
+
"linear_attention",
|
| 91 |
+
"deepseek_sparse_attention",
|
| 92 |
+
"linear_attention",
|
| 93 |
+
"linear_attention",
|
| 94 |
+
"linear_attention",
|
| 95 |
+
"deepseek_sparse_attention",
|
| 96 |
+
"linear_attention",
|
| 97 |
+
"linear_attention",
|
| 98 |
+
"linear_attention",
|
| 99 |
+
"deepseek_sparse_attention",
|
| 100 |
+
"linear_attention",
|
| 101 |
+
"linear_attention",
|
| 102 |
+
"linear_attention",
|
| 103 |
+
"deepseek_sparse_attention",
|
| 104 |
+
"linear_attention",
|
| 105 |
+
"linear_attention",
|
| 106 |
+
"linear_attention",
|
| 107 |
+
"deepseek_sparse_attention",
|
| 108 |
+
"linear_attention",
|
| 109 |
+
"linear_attention",
|
| 110 |
+
"linear_attention",
|
| 111 |
+
"deepseek_sparse_attention",
|
| 112 |
+
"linear_attention",
|
| 113 |
+
"linear_attention",
|
| 114 |
+
"linear_attention",
|
| 115 |
+
"deepseek_sparse_attention",
|
| 116 |
+
"linear_attention",
|
| 117 |
+
"linear_attention",
|
| 118 |
+
"linear_attention",
|
| 119 |
+
"deepseek_sparse_attention",
|
| 120 |
+
"linear_attention",
|
| 121 |
+
"linear_attention",
|
| 122 |
+
"linear_attention",
|
| 123 |
+
"deepseek_sparse_attention",
|
| 124 |
+
"linear_attention"
|
| 125 |
+
],
|
| 126 |
+
"linear_attn_config": {
|
| 127 |
+
"num_heads": 64,
|
| 128 |
+
"gate_lower_bound": -5.0,
|
| 129 |
+
"head_dim": 128,
|
| 130 |
+
"short_conv_kernel_size": 4,
|
| 131 |
+
"kda_layers": [
|
| 132 |
+
0,
|
| 133 |
+
1,
|
| 134 |
+
2,
|
| 135 |
+
4,
|
| 136 |
+
5,
|
| 137 |
+
6,
|
| 138 |
+
8,
|
| 139 |
+
9,
|
| 140 |
+
10,
|
| 141 |
+
12,
|
| 142 |
+
13,
|
| 143 |
+
14,
|
| 144 |
+
16,
|
| 145 |
+
17,
|
| 146 |
+
18,
|
| 147 |
+
20,
|
| 148 |
+
21,
|
| 149 |
+
22,
|
| 150 |
+
24,
|
| 151 |
+
25,
|
| 152 |
+
26,
|
| 153 |
+
28,
|
| 154 |
+
29,
|
| 155 |
+
30,
|
| 156 |
+
32,
|
| 157 |
+
33,
|
| 158 |
+
34,
|
| 159 |
+
36,
|
| 160 |
+
37,
|
| 161 |
+
38,
|
| 162 |
+
40,
|
| 163 |
+
41,
|
| 164 |
+
42,
|
| 165 |
+
44
|
| 166 |
+
],
|
| 167 |
+
"full_attn_layers": [
|
| 168 |
+
3,
|
| 169 |
+
7,
|
| 170 |
+
11,
|
| 171 |
+
15,
|
| 172 |
+
19,
|
| 173 |
+
23,
|
| 174 |
+
27,
|
| 175 |
+
31,
|
| 176 |
+
35,
|
| 177 |
+
39,
|
| 178 |
+
43
|
| 179 |
+
]
|
| 180 |
+
},
|
| 181 |
+
"max_position_embeddings": 1048576,
|
| 182 |
+
"mhc": true,
|
| 183 |
+
"mla_use_nope": true,
|
| 184 |
+
"mlp_layer_types": [
|
| 185 |
+
"dense",
|
| 186 |
+
"dense",
|
| 187 |
+
"dense",
|
| 188 |
+
"sparse",
|
| 189 |
+
"sparse",
|
| 190 |
+
"sparse",
|
| 191 |
+
"sparse",
|
| 192 |
+
"sparse",
|
| 193 |
+
"sparse",
|
| 194 |
+
"sparse",
|
| 195 |
+
"sparse",
|
| 196 |
+
"sparse",
|
| 197 |
+
"sparse",
|
| 198 |
+
"sparse",
|
| 199 |
+
"sparse",
|
| 200 |
+
"sparse",
|
| 201 |
+
"sparse",
|
| 202 |
+
"sparse",
|
| 203 |
+
"sparse",
|
| 204 |
+
"sparse",
|
| 205 |
+
"sparse",
|
| 206 |
+
"sparse",
|
| 207 |
+
"sparse",
|
| 208 |
+
"sparse",
|
| 209 |
+
"sparse",
|
| 210 |
+
"sparse",
|
| 211 |
+
"sparse",
|
| 212 |
+
"sparse",
|
| 213 |
+
"sparse",
|
| 214 |
+
"sparse",
|
| 215 |
+
"sparse",
|
| 216 |
+
"sparse",
|
| 217 |
+
"sparse",
|
| 218 |
+
"sparse",
|
| 219 |
+
"sparse",
|
| 220 |
+
"sparse",
|
| 221 |
+
"sparse",
|
| 222 |
+
"sparse",
|
| 223 |
+
"sparse",
|
| 224 |
+
"sparse",
|
| 225 |
+
"sparse",
|
| 226 |
+
"sparse",
|
| 227 |
+
"sparse",
|
| 228 |
+
"sparse",
|
| 229 |
+
"sparse"
|
| 230 |
+
],
|
| 231 |
+
"model_type": "glm5_next_text",
|
| 232 |
+
"moe_intermediate_size": 2048,
|
| 233 |
+
"moe_router_dtype": "float32",
|
| 234 |
+
"n_group": 1,
|
| 235 |
+
"n_routed_experts": 288,
|
| 236 |
+
"n_shared_experts": 1,
|
| 237 |
+
"norm_topk_prob": true,
|
| 238 |
+
"num_attention_heads": 64,
|
| 239 |
+
"num_experts_per_tok": 8,
|
| 240 |
+
"num_hidden_layers": 45,
|
| 241 |
+
"num_key_value_heads": 64,
|
| 242 |
+
"num_nextn_predict_layers": 1,
|
| 243 |
+
"output_router_logits": false,
|
| 244 |
+
"pad_token_id": 154820,
|
| 245 |
+
"q_lora_rank": 1536,
|
| 246 |
+
"qk_head_dim": 256,
|
| 247 |
+
"qk_nope_head_dim": 256,
|
| 248 |
+
"qk_rope_head_dim": 0,
|
| 249 |
+
"rms_norm_eps": 1e-05,
|
| 250 |
+
"routed_scaling_factor": 2.5,
|
| 251 |
+
"router_aux_loss_coef": 0.001,
|
| 252 |
+
"scoring_func": "sigmoid",
|
| 253 |
+
"swiglu_limit": 10.0,
|
| 254 |
+
"tie_word_embeddings": false,
|
| 255 |
+
"topk_group": 1,
|
| 256 |
+
"topk_method": "noaux_tc",
|
| 257 |
+
"use_cache": true,
|
| 258 |
+
"v_head_dim": 256,
|
| 259 |
+
"vocab_size": 154880
|
| 260 |
+
},
|
| 261 |
+
"vision_config": {
|
| 262 |
+
"attention_bias": true,
|
| 263 |
+
"attention_dropout": 0.0,
|
| 264 |
+
"depth": 24,
|
| 265 |
+
"hidden_act": "silu",
|
| 266 |
+
"hidden_size": 1024,
|
| 267 |
+
"image_size": 448,
|
| 268 |
+
"in_channels": 3,
|
| 269 |
+
"initializer_range": 0.02,
|
| 270 |
+
"intermediate_size": 4096,
|
| 271 |
+
"model_type": "glm5_next_vision",
|
| 272 |
+
"num_heads": 16,
|
| 273 |
+
"out_hidden_size": 4096,
|
| 274 |
+
"patch_size": 14,
|
| 275 |
+
"projection_intermediate_size": 10240,
|
| 276 |
+
"rms_norm_eps": 1e-05,
|
| 277 |
+
"spatial_merge_size": 2,
|
| 278 |
+
"swiglu_limit": 10.0,
|
| 279 |
+
"temporal_patch_size": 2
|
| 280 |
+
},
|
| 281 |
+
"image_token_id": 154854,
|
| 282 |
+
"video_token_id": 154855,
|
| 283 |
+
"image_start_token_id": 154830,
|
| 284 |
+
"image_end_token_id": 154831,
|
| 285 |
+
"video_start_token_id": 154832,
|
| 286 |
+
"video_end_token_id": 154833,
|
| 287 |
+
"tie_word_embeddings": false,
|
| 288 |
+
"model_type": "glm5_next",
|
| 289 |
+
"transformers_version": "5.16.0",
|
| 290 |
+
"quantization_config": {
|
| 291 |
+
"quant_method": "exl3",
|
| 292 |
+
"version": "1.4.6",
|
| 293 |
+
"bits": 4.05,
|
| 294 |
+
"head_bits": 6,
|
| 295 |
+
"calibration": {
|
| 296 |
+
"rows": 250,
|
| 297 |
+
"cols": 2048
|
| 298 |
+
},
|
| 299 |
+
"out_scales": "always",
|
| 300 |
+
"codebook": "mul1",
|
| 301 |
+
"original_quantization_config": {
|
| 302 |
+
"activation_scheme": "dynamic",
|
| 303 |
+
"fmt": "e4m3",
|
| 304 |
+
"modules_to_not_convert": [
|
| 305 |
+
"attn_mha",
|
| 306 |
+
"attn_mqa",
|
| 307 |
+
"dt_bias",
|
| 308 |
+
"hyper_connection",
|
| 309 |
+
"lm_head",
|
| 310 |
+
"mapping_proj",
|
| 311 |
+
"model.embed_tokens",
|
| 312 |
+
"model.layers.0.hc_attn_base",
|
| 313 |
+
"model.layers.0.hc_attn_fn",
|
| 314 |
+
"model.layers.0.hc_attn_scale",
|
| 315 |
+
"model.layers.0.hc_ffn_base",
|
| 316 |
+
"model.layers.0.hc_ffn_fn",
|
| 317 |
+
"model.layers.0.hc_ffn_scale",
|
| 318 |
+
"model.layers.0.input_layernorm",
|
| 319 |
+
"model.layers.0.post_attention_layernorm",
|
| 320 |
+
"model.layers.0.self_attn.A_log",
|
| 321 |
+
"model.layers.0.self_attn.b_proj",
|
| 322 |
+
"model.layers.0.self_attn.dt_bias",
|
| 323 |
+
"model.layers.0.self_attn.f_a_proj",
|
| 324 |
+
"model.layers.0.self_attn.f_b_proj",
|
| 325 |
+
"model.layers.0.self_attn.fused_qkvbfg_a_proj",
|
| 326 |
+
"model.layers.0.self_attn.g_a_proj",
|
| 327 |
+
"model.layers.0.self_attn.g_b_proj",
|
| 328 |
+
"model.layers.0.self_attn.k_conv1d",
|
| 329 |
+
"model.layers.0.self_attn.k_proj",
|
| 330 |
+
"model.layers.0.self_attn.o_norm",
|
| 331 |
+
"model.layers.0.self_attn.o_proj",
|
| 332 |
+
"model.layers.0.self_attn.q_conv1d",
|
| 333 |
+
"model.layers.0.self_attn.q_proj",
|
| 334 |
+
"model.layers.0.self_attn.qkv_proj",
|
| 335 |
+
"model.layers.0.self_attn.v_conv1d",
|
| 336 |
+
"model.layers.0.self_attn.v_proj",
|
| 337 |
+
"model.layers.1.hc_attn_base",
|
| 338 |
+
"model.layers.1.hc_attn_fn",
|
| 339 |
+
"model.layers.1.hc_attn_scale",
|
| 340 |
+
"model.layers.1.hc_ffn_base",
|
| 341 |
+
"model.layers.1.hc_ffn_fn",
|
| 342 |
+
"model.layers.1.hc_ffn_scale",
|
| 343 |
+
"model.layers.1.input_layernorm",
|
| 344 |
+
"model.layers.1.post_attention_layernorm",
|
| 345 |
+
"model.layers.1.self_attn.A_log",
|
| 346 |
+
"model.layers.1.self_attn.b_proj",
|
| 347 |
+
"model.layers.1.self_attn.dt_bias",
|
| 348 |
+
"model.layers.1.self_attn.f_a_proj",
|
| 349 |
+
"model.layers.1.self_attn.f_b_proj",
|
| 350 |
+
"model.layers.1.self_attn.fused_qkvbfg_a_proj",
|
| 351 |
+
"model.layers.1.self_attn.g_a_proj",
|
| 352 |
+
"model.layers.1.self_attn.g_b_proj",
|
| 353 |
+
"model.layers.1.self_attn.k_conv1d",
|
| 354 |
+
"model.layers.1.self_attn.k_proj",
|
| 355 |
+
"model.layers.1.self_attn.o_norm",
|
| 356 |
+
"model.layers.1.self_attn.o_proj",
|
| 357 |
+
"model.layers.1.self_attn.q_conv1d",
|
| 358 |
+
"model.layers.1.self_attn.q_proj",
|
| 359 |
+
"model.layers.1.self_attn.qkv_proj",
|
| 360 |
+
"model.layers.1.self_attn.v_conv1d",
|
| 361 |
+
"model.layers.1.self_attn.v_proj",
|
| 362 |
+
"model.layers.10.hc_attn_base",
|
| 363 |
+
"model.layers.10.hc_attn_fn",
|
| 364 |
+
"model.layers.10.hc_attn_scale",
|
| 365 |
+
"model.layers.10.hc_ffn_base",
|
| 366 |
+
"model.layers.10.hc_ffn_fn",
|
| 367 |
+
"model.layers.10.hc_ffn_scale",
|
| 368 |
+
"model.layers.10.input_layernorm",
|
| 369 |
+
"model.layers.10.mlp.gate",
|
| 370 |
+
"model.layers.10.mlp.gate.e_score_correction_bias",
|
| 371 |
+
"model.layers.10.post_attention_layernorm",
|
| 372 |
+
"model.layers.10.self_attn.A_log",
|
| 373 |
+
"model.layers.10.self_attn.b_proj",
|
| 374 |
+
"model.layers.10.self_attn.dt_bias",
|
| 375 |
+
"model.layers.10.self_attn.f_a_proj",
|
| 376 |
+
"model.layers.10.self_attn.f_b_proj",
|
| 377 |
+
"model.layers.10.self_attn.fused_qkvbfg_a_proj",
|
| 378 |
+
"model.layers.10.self_attn.g_a_proj",
|
| 379 |
+
"model.layers.10.self_attn.g_b_proj",
|
| 380 |
+
"model.layers.10.self_attn.k_conv1d",
|
| 381 |
+
"model.layers.10.self_attn.k_proj",
|
| 382 |
+
"model.layers.10.self_attn.o_norm",
|
| 383 |
+
"model.layers.10.self_attn.o_proj",
|
| 384 |
+
"model.layers.10.self_attn.q_conv1d",
|
| 385 |
+
"model.layers.10.self_attn.q_proj",
|
| 386 |
+
"model.layers.10.self_attn.qkv_proj",
|
| 387 |
+
"model.layers.10.self_attn.v_conv1d",
|
| 388 |
+
"model.layers.10.self_attn.v_proj",
|
| 389 |
+
"model.layers.11.hc_attn_base",
|
| 390 |
+
"model.layers.11.hc_attn_fn",
|
| 391 |
+
"model.layers.11.hc_attn_scale",
|
| 392 |
+
"model.layers.11.hc_ffn_base",
|
| 393 |
+
"model.layers.11.hc_ffn_fn",
|
| 394 |
+
"model.layers.11.hc_ffn_scale",
|
| 395 |
+
"model.layers.11.input_layernorm",
|
| 396 |
+
"model.layers.11.mlp.gate",
|
| 397 |
+
"model.layers.11.mlp.gate.e_score_correction_bias",
|
| 398 |
+
"model.layers.11.post_attention_layernorm",
|
| 399 |
+
"model.layers.11.self_attn.indexer.index_kpool_compress_ape",
|
| 400 |
+
"model.layers.11.self_attn.indexer.index_kpool_compress_gate",
|
| 401 |
+
"model.layers.11.self_attn.indexer.k_norm",
|
| 402 |
+
"model.layers.11.self_attn.indexer.k_norm.bias",
|
| 403 |
+
"model.layers.11.self_attn.indexer.weights_proj",
|
| 404 |
+
"model.layers.11.self_attn.indexer.wk",
|
| 405 |
+
"model.layers.11.self_attn.indexer.wq_b",
|
| 406 |
+
"model.layers.11.self_attn.kv_a_layernorm",
|
| 407 |
+
"model.layers.11.self_attn.kv_b_proj",
|
| 408 |
+
"model.layers.11.self_attn.q_a_layernorm",
|
| 409 |
+
"model.layers.12.hc_attn_base",
|
| 410 |
+
"model.layers.12.hc_attn_fn",
|
| 411 |
+
"model.layers.12.hc_attn_scale",
|
| 412 |
+
"model.layers.12.hc_ffn_base",
|
| 413 |
+
"model.layers.12.hc_ffn_fn",
|
| 414 |
+
"model.layers.12.hc_ffn_scale",
|
| 415 |
+
"model.layers.12.input_layernorm",
|
| 416 |
+
"model.layers.12.mlp.gate",
|
| 417 |
+
"model.layers.12.mlp.gate.e_score_correction_bias",
|
| 418 |
+
"model.layers.12.post_attention_layernorm",
|
| 419 |
+
"model.layers.12.self_attn.A_log",
|
| 420 |
+
"model.layers.12.self_attn.b_proj",
|
| 421 |
+
"model.layers.12.self_attn.dt_bias",
|
| 422 |
+
"model.layers.12.self_attn.f_a_proj",
|
| 423 |
+
"model.layers.12.self_attn.f_b_proj",
|
| 424 |
+
"model.layers.12.self_attn.fused_qkvbfg_a_proj",
|
| 425 |
+
"model.layers.12.self_attn.g_a_proj",
|
| 426 |
+
"model.layers.12.self_attn.g_b_proj",
|
| 427 |
+
"model.layers.12.self_attn.k_conv1d",
|
| 428 |
+
"model.layers.12.self_attn.k_proj",
|
| 429 |
+
"model.layers.12.self_attn.o_norm",
|
| 430 |
+
"model.layers.12.self_attn.o_proj",
|
| 431 |
+
"model.layers.12.self_attn.q_conv1d",
|
| 432 |
+
"model.layers.12.self_attn.q_proj",
|
| 433 |
+
"model.layers.12.self_attn.qkv_proj",
|
| 434 |
+
"model.layers.12.self_attn.v_conv1d",
|
| 435 |
+
"model.layers.12.self_attn.v_proj",
|
| 436 |
+
"model.layers.13.hc_attn_base",
|
| 437 |
+
"model.layers.13.hc_attn_fn",
|
| 438 |
+
"model.layers.13.hc_attn_scale",
|
| 439 |
+
"model.layers.13.hc_ffn_base",
|
| 440 |
+
"model.layers.13.hc_ffn_fn",
|
| 441 |
+
"model.layers.13.hc_ffn_scale",
|
| 442 |
+
"model.layers.13.input_layernorm",
|
| 443 |
+
"model.layers.13.mlp.gate",
|
| 444 |
+
"model.layers.13.mlp.gate.e_score_correction_bias",
|
| 445 |
+
"model.layers.13.post_attention_layernorm",
|
| 446 |
+
"model.layers.13.self_attn.A_log",
|
| 447 |
+
"model.layers.13.self_attn.b_proj",
|
| 448 |
+
"model.layers.13.self_attn.dt_bias",
|
| 449 |
+
"model.layers.13.self_attn.f_a_proj",
|
| 450 |
+
"model.layers.13.self_attn.f_b_proj",
|
| 451 |
+
"model.layers.13.self_attn.fused_qkvbfg_a_proj",
|
| 452 |
+
"model.layers.13.self_attn.g_a_proj",
|
| 453 |
+
"model.layers.13.self_attn.g_b_proj",
|
| 454 |
+
"model.layers.13.self_attn.k_conv1d",
|
| 455 |
+
"model.layers.13.self_attn.k_proj",
|
| 456 |
+
"model.layers.13.self_attn.o_norm",
|
| 457 |
+
"model.layers.13.self_attn.o_proj",
|
| 458 |
+
"model.layers.13.self_attn.q_conv1d",
|
| 459 |
+
"model.layers.13.self_attn.q_proj",
|
| 460 |
+
"model.layers.13.self_attn.qkv_proj",
|
| 461 |
+
"model.layers.13.self_attn.v_conv1d",
|
| 462 |
+
"model.layers.13.self_attn.v_proj",
|
| 463 |
+
"model.layers.14.hc_attn_base",
|
| 464 |
+
"model.layers.14.hc_attn_fn",
|
| 465 |
+
"model.layers.14.hc_attn_scale",
|
| 466 |
+
"model.layers.14.hc_ffn_base",
|
| 467 |
+
"model.layers.14.hc_ffn_fn",
|
| 468 |
+
"model.layers.14.hc_ffn_scale",
|
| 469 |
+
"model.layers.14.input_layernorm",
|
| 470 |
+
"model.layers.14.mlp.gate",
|
| 471 |
+
"model.layers.14.mlp.gate.e_score_correction_bias",
|
| 472 |
+
"model.layers.14.post_attention_layernorm",
|
| 473 |
+
"model.layers.14.self_attn.A_log",
|
| 474 |
+
"model.layers.14.self_attn.b_proj",
|
| 475 |
+
"model.layers.14.self_attn.dt_bias",
|
| 476 |
+
"model.layers.14.self_attn.f_a_proj",
|
| 477 |
+
"model.layers.14.self_attn.f_b_proj",
|
| 478 |
+
"model.layers.14.self_attn.fused_qkvbfg_a_proj",
|
| 479 |
+
"model.layers.14.self_attn.g_a_proj",
|
| 480 |
+
"model.layers.14.self_attn.g_b_proj",
|
| 481 |
+
"model.layers.14.self_attn.k_conv1d",
|
| 482 |
+
"model.layers.14.self_attn.k_proj",
|
| 483 |
+
"model.layers.14.self_attn.o_norm",
|
| 484 |
+
"model.layers.14.self_attn.o_proj",
|
| 485 |
+
"model.layers.14.self_attn.q_conv1d",
|
| 486 |
+
"model.layers.14.self_attn.q_proj",
|
| 487 |
+
"model.layers.14.self_attn.qkv_proj",
|
| 488 |
+
"model.layers.14.self_attn.v_conv1d",
|
| 489 |
+
"model.layers.14.self_attn.v_proj",
|
| 490 |
+
"model.layers.15.hc_attn_base",
|
| 491 |
+
"model.layers.15.hc_attn_fn",
|
| 492 |
+
"model.layers.15.hc_attn_scale",
|
| 493 |
+
"model.layers.15.hc_ffn_base",
|
| 494 |
+
"model.layers.15.hc_ffn_fn",
|
| 495 |
+
"model.layers.15.hc_ffn_scale",
|
| 496 |
+
"model.layers.15.input_layernorm",
|
| 497 |
+
"model.layers.15.mlp.gate",
|
| 498 |
+
"model.layers.15.mlp.gate.e_score_correction_bias",
|
| 499 |
+
"model.layers.15.post_attention_layernorm",
|
| 500 |
+
"model.layers.15.self_attn.indexer.index_kpool_compress_ape",
|
| 501 |
+
"model.layers.15.self_attn.indexer.index_kpool_compress_gate",
|
| 502 |
+
"model.layers.15.self_attn.indexer.k_norm",
|
| 503 |
+
"model.layers.15.self_attn.indexer.k_norm.bias",
|
| 504 |
+
"model.layers.15.self_attn.indexer.weights_proj",
|
| 505 |
+
"model.layers.15.self_attn.indexer.wk",
|
| 506 |
+
"model.layers.15.self_attn.indexer.wq_b",
|
| 507 |
+
"model.layers.15.self_attn.kv_a_layernorm",
|
| 508 |
+
"model.layers.15.self_attn.kv_b_proj",
|
| 509 |
+
"model.layers.15.self_attn.q_a_layernorm",
|
| 510 |
+
"model.layers.16.hc_attn_base",
|
| 511 |
+
"model.layers.16.hc_attn_fn",
|
| 512 |
+
"model.layers.16.hc_attn_scale",
|
| 513 |
+
"model.layers.16.hc_ffn_base",
|
| 514 |
+
"model.layers.16.hc_ffn_fn",
|
| 515 |
+
"model.layers.16.hc_ffn_scale",
|
| 516 |
+
"model.layers.16.input_layernorm",
|
| 517 |
+
"model.layers.16.mlp.gate",
|
| 518 |
+
"model.layers.16.mlp.gate.e_score_correction_bias",
|
| 519 |
+
"model.layers.16.post_attention_layernorm",
|
| 520 |
+
"model.layers.16.self_attn.A_log",
|
| 521 |
+
"model.layers.16.self_attn.b_proj",
|
| 522 |
+
"model.layers.16.self_attn.dt_bias",
|
| 523 |
+
"model.layers.16.self_attn.f_a_proj",
|
| 524 |
+
"model.layers.16.self_attn.f_b_proj",
|
| 525 |
+
"model.layers.16.self_attn.fused_qkvbfg_a_proj",
|
| 526 |
+
"model.layers.16.self_attn.g_a_proj",
|
| 527 |
+
"model.layers.16.self_attn.g_b_proj",
|
| 528 |
+
"model.layers.16.self_attn.k_conv1d",
|
| 529 |
+
"model.layers.16.self_attn.k_proj",
|
| 530 |
+
"model.layers.16.self_attn.o_norm",
|
| 531 |
+
"model.layers.16.self_attn.o_proj",
|
| 532 |
+
"model.layers.16.self_attn.q_conv1d",
|
| 533 |
+
"model.layers.16.self_attn.q_proj",
|
| 534 |
+
"model.layers.16.self_attn.qkv_proj",
|
| 535 |
+
"model.layers.16.self_attn.v_conv1d",
|
| 536 |
+
"model.layers.16.self_attn.v_proj",
|
| 537 |
+
"model.layers.17.hc_attn_base",
|
| 538 |
+
"model.layers.17.hc_attn_fn",
|
| 539 |
+
"model.layers.17.hc_attn_scale",
|
| 540 |
+
"model.layers.17.hc_ffn_base",
|
| 541 |
+
"model.layers.17.hc_ffn_fn",
|
| 542 |
+
"model.layers.17.hc_ffn_scale",
|
| 543 |
+
"model.layers.17.input_layernorm",
|
| 544 |
+
"model.layers.17.mlp.gate",
|
| 545 |
+
"model.layers.17.mlp.gate.e_score_correction_bias",
|
| 546 |
+
"model.layers.17.post_attention_layernorm",
|
| 547 |
+
"model.layers.17.self_attn.A_log",
|
| 548 |
+
"model.layers.17.self_attn.b_proj",
|
| 549 |
+
"model.layers.17.self_attn.dt_bias",
|
| 550 |
+
"model.layers.17.self_attn.f_a_proj",
|
| 551 |
+
"model.layers.17.self_attn.f_b_proj",
|
| 552 |
+
"model.layers.17.self_attn.fused_qkvbfg_a_proj",
|
| 553 |
+
"model.layers.17.self_attn.g_a_proj",
|
| 554 |
+
"model.layers.17.self_attn.g_b_proj",
|
| 555 |
+
"model.layers.17.self_attn.k_conv1d",
|
| 556 |
+
"model.layers.17.self_attn.k_proj",
|
| 557 |
+
"model.layers.17.self_attn.o_norm",
|
| 558 |
+
"model.layers.17.self_attn.o_proj",
|
| 559 |
+
"model.layers.17.self_attn.q_conv1d",
|
| 560 |
+
"model.layers.17.self_attn.q_proj",
|
| 561 |
+
"model.layers.17.self_attn.qkv_proj",
|
| 562 |
+
"model.layers.17.self_attn.v_conv1d",
|
| 563 |
+
"model.layers.17.self_attn.v_proj",
|
| 564 |
+
"model.layers.18.hc_attn_base",
|
| 565 |
+
"model.layers.18.hc_attn_fn",
|
| 566 |
+
"model.layers.18.hc_attn_scale",
|
| 567 |
+
"model.layers.18.hc_ffn_base",
|
| 568 |
+
"model.layers.18.hc_ffn_fn",
|
| 569 |
+
"model.layers.18.hc_ffn_scale",
|
| 570 |
+
"model.layers.18.input_layernorm",
|
| 571 |
+
"model.layers.18.mlp.gate",
|
| 572 |
+
"model.layers.18.mlp.gate.e_score_correction_bias",
|
| 573 |
+
"model.layers.18.post_attention_layernorm",
|
| 574 |
+
"model.layers.18.self_attn.A_log",
|
| 575 |
+
"model.layers.18.self_attn.b_proj",
|
| 576 |
+
"model.layers.18.self_attn.dt_bias",
|
| 577 |
+
"model.layers.18.self_attn.f_a_proj",
|
| 578 |
+
"model.layers.18.self_attn.f_b_proj",
|
| 579 |
+
"model.layers.18.self_attn.fused_qkvbfg_a_proj",
|
| 580 |
+
"model.layers.18.self_attn.g_a_proj",
|
| 581 |
+
"model.layers.18.self_attn.g_b_proj",
|
| 582 |
+
"model.layers.18.self_attn.k_conv1d",
|
| 583 |
+
"model.layers.18.self_attn.k_proj",
|
| 584 |
+
"model.layers.18.self_attn.o_norm",
|
| 585 |
+
"model.layers.18.self_attn.o_proj",
|
| 586 |
+
"model.layers.18.self_attn.q_conv1d",
|
| 587 |
+
"model.layers.18.self_attn.q_proj",
|
| 588 |
+
"model.layers.18.self_attn.qkv_proj",
|
| 589 |
+
"model.layers.18.self_attn.v_conv1d",
|
| 590 |
+
"model.layers.18.self_attn.v_proj",
|
| 591 |
+
"model.layers.19.hc_attn_base",
|
| 592 |
+
"model.layers.19.hc_attn_fn",
|
| 593 |
+
"model.layers.19.hc_attn_scale",
|
| 594 |
+
"model.layers.19.hc_ffn_base",
|
| 595 |
+
"model.layers.19.hc_ffn_fn",
|
| 596 |
+
"model.layers.19.hc_ffn_scale",
|
| 597 |
+
"model.layers.19.input_layernorm",
|
| 598 |
+
"model.layers.19.mlp.gate",
|
| 599 |
+
"model.layers.19.mlp.gate.e_score_correction_bias",
|
| 600 |
+
"model.layers.19.post_attention_layernorm",
|
| 601 |
+
"model.layers.19.self_attn.indexer.index_kpool_compress_ape",
|
| 602 |
+
"model.layers.19.self_attn.indexer.index_kpool_compress_gate",
|
| 603 |
+
"model.layers.19.self_attn.indexer.k_norm",
|
| 604 |
+
"model.layers.19.self_attn.indexer.k_norm.bias",
|
| 605 |
+
"model.layers.19.self_attn.indexer.weights_proj",
|
| 606 |
+
"model.layers.19.self_attn.indexer.wk",
|
| 607 |
+
"model.layers.19.self_attn.indexer.wq_b",
|
| 608 |
+
"model.layers.19.self_attn.kv_a_layernorm",
|
| 609 |
+
"model.layers.19.self_attn.kv_b_proj",
|
| 610 |
+
"model.layers.19.self_attn.q_a_layernorm",
|
| 611 |
+
"model.layers.2.hc_attn_base",
|
| 612 |
+
"model.layers.2.hc_attn_fn",
|
| 613 |
+
"model.layers.2.hc_attn_scale",
|
| 614 |
+
"model.layers.2.hc_ffn_base",
|
| 615 |
+
"model.layers.2.hc_ffn_fn",
|
| 616 |
+
"model.layers.2.hc_ffn_scale",
|
| 617 |
+
"model.layers.2.input_layernorm",
|
| 618 |
+
"model.layers.2.post_attention_layernorm",
|
| 619 |
+
"model.layers.2.self_attn.A_log",
|
| 620 |
+
"model.layers.2.self_attn.b_proj",
|
| 621 |
+
"model.layers.2.self_attn.dt_bias",
|
| 622 |
+
"model.layers.2.self_attn.f_a_proj",
|
| 623 |
+
"model.layers.2.self_attn.f_b_proj",
|
| 624 |
+
"model.layers.2.self_attn.fused_qkvbfg_a_proj",
|
| 625 |
+
"model.layers.2.self_attn.g_a_proj",
|
| 626 |
+
"model.layers.2.self_attn.g_b_proj",
|
| 627 |
+
"model.layers.2.self_attn.k_conv1d",
|
| 628 |
+
"model.layers.2.self_attn.k_proj",
|
| 629 |
+
"model.layers.2.self_attn.o_norm",
|
| 630 |
+
"model.layers.2.self_attn.o_proj",
|
| 631 |
+
"model.layers.2.self_attn.q_conv1d",
|
| 632 |
+
"model.layers.2.self_attn.q_proj",
|
| 633 |
+
"model.layers.2.self_attn.qkv_proj",
|
| 634 |
+
"model.layers.2.self_attn.v_conv1d",
|
| 635 |
+
"model.layers.2.self_attn.v_proj",
|
| 636 |
+
"model.layers.20.hc_attn_base",
|
| 637 |
+
"model.layers.20.hc_attn_fn",
|
| 638 |
+
"model.layers.20.hc_attn_scale",
|
| 639 |
+
"model.layers.20.hc_ffn_base",
|
| 640 |
+
"model.layers.20.hc_ffn_fn",
|
| 641 |
+
"model.layers.20.hc_ffn_scale",
|
| 642 |
+
"model.layers.20.input_layernorm",
|
| 643 |
+
"model.layers.20.mlp.gate",
|
| 644 |
+
"model.layers.20.mlp.gate.e_score_correction_bias",
|
| 645 |
+
"model.layers.20.post_attention_layernorm",
|
| 646 |
+
"model.layers.20.self_attn.A_log",
|
| 647 |
+
"model.layers.20.self_attn.b_proj",
|
| 648 |
+
"model.layers.20.self_attn.dt_bias",
|
| 649 |
+
"model.layers.20.self_attn.f_a_proj",
|
| 650 |
+
"model.layers.20.self_attn.f_b_proj",
|
| 651 |
+
"model.layers.20.self_attn.fused_qkvbfg_a_proj",
|
| 652 |
+
"model.layers.20.self_attn.g_a_proj",
|
| 653 |
+
"model.layers.20.self_attn.g_b_proj",
|
| 654 |
+
"model.layers.20.self_attn.k_conv1d",
|
| 655 |
+
"model.layers.20.self_attn.k_proj",
|
| 656 |
+
"model.layers.20.self_attn.o_norm",
|
| 657 |
+
"model.layers.20.self_attn.o_proj",
|
| 658 |
+
"model.layers.20.self_attn.q_conv1d",
|
| 659 |
+
"model.layers.20.self_attn.q_proj",
|
| 660 |
+
"model.layers.20.self_attn.qkv_proj",
|
| 661 |
+
"model.layers.20.self_attn.v_conv1d",
|
| 662 |
+
"model.layers.20.self_attn.v_proj",
|
| 663 |
+
"model.layers.21.hc_attn_base",
|
| 664 |
+
"model.layers.21.hc_attn_fn",
|
| 665 |
+
"model.layers.21.hc_attn_scale",
|
| 666 |
+
"model.layers.21.hc_ffn_base",
|
| 667 |
+
"model.layers.21.hc_ffn_fn",
|
| 668 |
+
"model.layers.21.hc_ffn_scale",
|
| 669 |
+
"model.layers.21.input_layernorm",
|
| 670 |
+
"model.layers.21.mlp.gate",
|
| 671 |
+
"model.layers.21.mlp.gate.e_score_correction_bias",
|
| 672 |
+
"model.layers.21.post_attention_layernorm",
|
| 673 |
+
"model.layers.21.self_attn.A_log",
|
| 674 |
+
"model.layers.21.self_attn.b_proj",
|
| 675 |
+
"model.layers.21.self_attn.dt_bias",
|
| 676 |
+
"model.layers.21.self_attn.f_a_proj",
|
| 677 |
+
"model.layers.21.self_attn.f_b_proj",
|
| 678 |
+
"model.layers.21.self_attn.fused_qkvbfg_a_proj",
|
| 679 |
+
"model.layers.21.self_attn.g_a_proj",
|
| 680 |
+
"model.layers.21.self_attn.g_b_proj",
|
| 681 |
+
"model.layers.21.self_attn.k_conv1d",
|
| 682 |
+
"model.layers.21.self_attn.k_proj",
|
| 683 |
+
"model.layers.21.self_attn.o_norm",
|
| 684 |
+
"model.layers.21.self_attn.o_proj",
|
| 685 |
+
"model.layers.21.self_attn.q_conv1d",
|
| 686 |
+
"model.layers.21.self_attn.q_proj",
|
| 687 |
+
"model.layers.21.self_attn.qkv_proj",
|
| 688 |
+
"model.layers.21.self_attn.v_conv1d",
|
| 689 |
+
"model.layers.21.self_attn.v_proj",
|
| 690 |
+
"model.layers.22.hc_attn_base",
|
| 691 |
+
"model.layers.22.hc_attn_fn",
|
| 692 |
+
"model.layers.22.hc_attn_scale",
|
| 693 |
+
"model.layers.22.hc_ffn_base",
|
| 694 |
+
"model.layers.22.hc_ffn_fn",
|
| 695 |
+
"model.layers.22.hc_ffn_scale",
|
| 696 |
+
"model.layers.22.input_layernorm",
|
| 697 |
+
"model.layers.22.mlp.gate",
|
| 698 |
+
"model.layers.22.mlp.gate.e_score_correction_bias",
|
| 699 |
+
"model.layers.22.post_attention_layernorm",
|
| 700 |
+
"model.layers.22.self_attn.A_log",
|
| 701 |
+
"model.layers.22.self_attn.b_proj",
|
| 702 |
+
"model.layers.22.self_attn.dt_bias",
|
| 703 |
+
"model.layers.22.self_attn.f_a_proj",
|
| 704 |
+
"model.layers.22.self_attn.f_b_proj",
|
| 705 |
+
"model.layers.22.self_attn.fused_qkvbfg_a_proj",
|
| 706 |
+
"model.layers.22.self_attn.g_a_proj",
|
| 707 |
+
"model.layers.22.self_attn.g_b_proj",
|
| 708 |
+
"model.layers.22.self_attn.k_conv1d",
|
| 709 |
+
"model.layers.22.self_attn.k_proj",
|
| 710 |
+
"model.layers.22.self_attn.o_norm",
|
| 711 |
+
"model.layers.22.self_attn.o_proj",
|
| 712 |
+
"model.layers.22.self_attn.q_conv1d",
|
| 713 |
+
"model.layers.22.self_attn.q_proj",
|
| 714 |
+
"model.layers.22.self_attn.qkv_proj",
|
| 715 |
+
"model.layers.22.self_attn.v_conv1d",
|
| 716 |
+
"model.layers.22.self_attn.v_proj",
|
| 717 |
+
"model.layers.23.hc_attn_base",
|
| 718 |
+
"model.layers.23.hc_attn_fn",
|
| 719 |
+
"model.layers.23.hc_attn_scale",
|
| 720 |
+
"model.layers.23.hc_ffn_base",
|
| 721 |
+
"model.layers.23.hc_ffn_fn",
|
| 722 |
+
"model.layers.23.hc_ffn_scale",
|
| 723 |
+
"model.layers.23.input_layernorm",
|
| 724 |
+
"model.layers.23.mlp.gate",
|
| 725 |
+
"model.layers.23.mlp.gate.e_score_correction_bias",
|
| 726 |
+
"model.layers.23.post_attention_layernorm",
|
| 727 |
+
"model.layers.23.self_attn.indexer.index_kpool_compress_ape",
|
| 728 |
+
"model.layers.23.self_attn.indexer.index_kpool_compress_gate",
|
| 729 |
+
"model.layers.23.self_attn.indexer.k_norm",
|
| 730 |
+
"model.layers.23.self_attn.indexer.k_norm.bias",
|
| 731 |
+
"model.layers.23.self_attn.indexer.weights_proj",
|
| 732 |
+
"model.layers.23.self_attn.indexer.wk",
|
| 733 |
+
"model.layers.23.self_attn.indexer.wq_b",
|
| 734 |
+
"model.layers.23.self_attn.kv_a_layernorm",
|
| 735 |
+
"model.layers.23.self_attn.kv_b_proj",
|
| 736 |
+
"model.layers.23.self_attn.q_a_layernorm",
|
| 737 |
+
"model.layers.24.hc_attn_base",
|
| 738 |
+
"model.layers.24.hc_attn_fn",
|
| 739 |
+
"model.layers.24.hc_attn_scale",
|
| 740 |
+
"model.layers.24.hc_ffn_base",
|
| 741 |
+
"model.layers.24.hc_ffn_fn",
|
| 742 |
+
"model.layers.24.hc_ffn_scale",
|
| 743 |
+
"model.layers.24.input_layernorm",
|
| 744 |
+
"model.layers.24.mlp.gate",
|
| 745 |
+
"model.layers.24.mlp.gate.e_score_correction_bias",
|
| 746 |
+
"model.layers.24.post_attention_layernorm",
|
| 747 |
+
"model.layers.24.self_attn.A_log",
|
| 748 |
+
"model.layers.24.self_attn.b_proj",
|
| 749 |
+
"model.layers.24.self_attn.dt_bias",
|
| 750 |
+
"model.layers.24.self_attn.f_a_proj",
|
| 751 |
+
"model.layers.24.self_attn.f_b_proj",
|
| 752 |
+
"model.layers.24.self_attn.fused_qkvbfg_a_proj",
|
| 753 |
+
"model.layers.24.self_attn.g_a_proj",
|
| 754 |
+
"model.layers.24.self_attn.g_b_proj",
|
| 755 |
+
"model.layers.24.self_attn.k_conv1d",
|
| 756 |
+
"model.layers.24.self_attn.k_proj",
|
| 757 |
+
"model.layers.24.self_attn.o_norm",
|
| 758 |
+
"model.layers.24.self_attn.o_proj",
|
| 759 |
+
"model.layers.24.self_attn.q_conv1d",
|
| 760 |
+
"model.layers.24.self_attn.q_proj",
|
| 761 |
+
"model.layers.24.self_attn.qkv_proj",
|
| 762 |
+
"model.layers.24.self_attn.v_conv1d",
|
| 763 |
+
"model.layers.24.self_attn.v_proj",
|
| 764 |
+
"model.layers.25.hc_attn_base",
|
| 765 |
+
"model.layers.25.hc_attn_fn",
|
| 766 |
+
"model.layers.25.hc_attn_scale",
|
| 767 |
+
"model.layers.25.hc_ffn_base",
|
| 768 |
+
"model.layers.25.hc_ffn_fn",
|
| 769 |
+
"model.layers.25.hc_ffn_scale",
|
| 770 |
+
"model.layers.25.input_layernorm",
|
| 771 |
+
"model.layers.25.mlp.gate",
|
| 772 |
+
"model.layers.25.mlp.gate.e_score_correction_bias",
|
| 773 |
+
"model.layers.25.post_attention_layernorm",
|
| 774 |
+
"model.layers.25.self_attn.A_log",
|
| 775 |
+
"model.layers.25.self_attn.b_proj",
|
| 776 |
+
"model.layers.25.self_attn.dt_bias",
|
| 777 |
+
"model.layers.25.self_attn.f_a_proj",
|
| 778 |
+
"model.layers.25.self_attn.f_b_proj",
|
| 779 |
+
"model.layers.25.self_attn.fused_qkvbfg_a_proj",
|
| 780 |
+
"model.layers.25.self_attn.g_a_proj",
|
| 781 |
+
"model.layers.25.self_attn.g_b_proj",
|
| 782 |
+
"model.layers.25.self_attn.k_conv1d",
|
| 783 |
+
"model.layers.25.self_attn.k_proj",
|
| 784 |
+
"model.layers.25.self_attn.o_norm",
|
| 785 |
+
"model.layers.25.self_attn.o_proj",
|
| 786 |
+
"model.layers.25.self_attn.q_conv1d",
|
| 787 |
+
"model.layers.25.self_attn.q_proj",
|
| 788 |
+
"model.layers.25.self_attn.qkv_proj",
|
| 789 |
+
"model.layers.25.self_attn.v_conv1d",
|
| 790 |
+
"model.layers.25.self_attn.v_proj",
|
| 791 |
+
"model.layers.26.hc_attn_base",
|
| 792 |
+
"model.layers.26.hc_attn_fn",
|
| 793 |
+
"model.layers.26.hc_attn_scale",
|
| 794 |
+
"model.layers.26.hc_ffn_base",
|
| 795 |
+
"model.layers.26.hc_ffn_fn",
|
| 796 |
+
"model.layers.26.hc_ffn_scale",
|
| 797 |
+
"model.layers.26.input_layernorm",
|
| 798 |
+
"model.layers.26.mlp.gate",
|
| 799 |
+
"model.layers.26.mlp.gate.e_score_correction_bias",
|
| 800 |
+
"model.layers.26.post_attention_layernorm",
|
| 801 |
+
"model.layers.26.self_attn.A_log",
|
| 802 |
+
"model.layers.26.self_attn.b_proj",
|
| 803 |
+
"model.layers.26.self_attn.dt_bias",
|
| 804 |
+
"model.layers.26.self_attn.f_a_proj",
|
| 805 |
+
"model.layers.26.self_attn.f_b_proj",
|
| 806 |
+
"model.layers.26.self_attn.fused_qkvbfg_a_proj",
|
| 807 |
+
"model.layers.26.self_attn.g_a_proj",
|
| 808 |
+
"model.layers.26.self_attn.g_b_proj",
|
| 809 |
+
"model.layers.26.self_attn.k_conv1d",
|
| 810 |
+
"model.layers.26.self_attn.k_proj",
|
| 811 |
+
"model.layers.26.self_attn.o_norm",
|
| 812 |
+
"model.layers.26.self_attn.o_proj",
|
| 813 |
+
"model.layers.26.self_attn.q_conv1d",
|
| 814 |
+
"model.layers.26.self_attn.q_proj",
|
| 815 |
+
"model.layers.26.self_attn.qkv_proj",
|
| 816 |
+
"model.layers.26.self_attn.v_conv1d",
|
| 817 |
+
"model.layers.26.self_attn.v_proj",
|
| 818 |
+
"model.layers.27.hc_attn_base",
|
| 819 |
+
"model.layers.27.hc_attn_fn",
|
| 820 |
+
"model.layers.27.hc_attn_scale",
|
| 821 |
+
"model.layers.27.hc_ffn_base",
|
| 822 |
+
"model.layers.27.hc_ffn_fn",
|
| 823 |
+
"model.layers.27.hc_ffn_scale",
|
| 824 |
+
"model.layers.27.input_layernorm",
|
| 825 |
+
"model.layers.27.mlp.gate",
|
| 826 |
+
"model.layers.27.mlp.gate.e_score_correction_bias",
|
| 827 |
+
"model.layers.27.post_attention_layernorm",
|
| 828 |
+
"model.layers.27.self_attn.indexer.index_kpool_compress_ape",
|
| 829 |
+
"model.layers.27.self_attn.indexer.index_kpool_compress_gate",
|
| 830 |
+
"model.layers.27.self_attn.indexer.k_norm",
|
| 831 |
+
"model.layers.27.self_attn.indexer.k_norm.bias",
|
| 832 |
+
"model.layers.27.self_attn.indexer.weights_proj",
|
| 833 |
+
"model.layers.27.self_attn.indexer.wk",
|
| 834 |
+
"model.layers.27.self_attn.indexer.wq_b",
|
| 835 |
+
"model.layers.27.self_attn.kv_a_layernorm",
|
| 836 |
+
"model.layers.27.self_attn.kv_b_proj",
|
| 837 |
+
"model.layers.27.self_attn.q_a_layernorm",
|
| 838 |
+
"model.layers.28.hc_attn_base",
|
| 839 |
+
"model.layers.28.hc_attn_fn",
|
| 840 |
+
"model.layers.28.hc_attn_scale",
|
| 841 |
+
"model.layers.28.hc_ffn_base",
|
| 842 |
+
"model.layers.28.hc_ffn_fn",
|
| 843 |
+
"model.layers.28.hc_ffn_scale",
|
| 844 |
+
"model.layers.28.input_layernorm",
|
| 845 |
+
"model.layers.28.mlp.gate",
|
| 846 |
+
"model.layers.28.mlp.gate.e_score_correction_bias",
|
| 847 |
+
"model.layers.28.post_attention_layernorm",
|
| 848 |
+
"model.layers.28.self_attn.A_log",
|
| 849 |
+
"model.layers.28.self_attn.b_proj",
|
| 850 |
+
"model.layers.28.self_attn.dt_bias",
|
| 851 |
+
"model.layers.28.self_attn.f_a_proj",
|
| 852 |
+
"model.layers.28.self_attn.f_b_proj",
|
| 853 |
+
"model.layers.28.self_attn.fused_qkvbfg_a_proj",
|
| 854 |
+
"model.layers.28.self_attn.g_a_proj",
|
| 855 |
+
"model.layers.28.self_attn.g_b_proj",
|
| 856 |
+
"model.layers.28.self_attn.k_conv1d",
|
| 857 |
+
"model.layers.28.self_attn.k_proj",
|
| 858 |
+
"model.layers.28.self_attn.o_norm",
|
| 859 |
+
"model.layers.28.self_attn.o_proj",
|
| 860 |
+
"model.layers.28.self_attn.q_conv1d",
|
| 861 |
+
"model.layers.28.self_attn.q_proj",
|
| 862 |
+
"model.layers.28.self_attn.qkv_proj",
|
| 863 |
+
"model.layers.28.self_attn.v_conv1d",
|
| 864 |
+
"model.layers.28.self_attn.v_proj",
|
| 865 |
+
"model.layers.29.hc_attn_base",
|
| 866 |
+
"model.layers.29.hc_attn_fn",
|
| 867 |
+
"model.layers.29.hc_attn_scale",
|
| 868 |
+
"model.layers.29.hc_ffn_base",
|
| 869 |
+
"model.layers.29.hc_ffn_fn",
|
| 870 |
+
"model.layers.29.hc_ffn_scale",
|
| 871 |
+
"model.layers.29.input_layernorm",
|
| 872 |
+
"model.layers.29.mlp.gate",
|
| 873 |
+
"model.layers.29.mlp.gate.e_score_correction_bias",
|
| 874 |
+
"model.layers.29.post_attention_layernorm",
|
| 875 |
+
"model.layers.29.self_attn.A_log",
|
| 876 |
+
"model.layers.29.self_attn.b_proj",
|
| 877 |
+
"model.layers.29.self_attn.dt_bias",
|
| 878 |
+
"model.layers.29.self_attn.f_a_proj",
|
| 879 |
+
"model.layers.29.self_attn.f_b_proj",
|
| 880 |
+
"model.layers.29.self_attn.fused_qkvbfg_a_proj",
|
| 881 |
+
"model.layers.29.self_attn.g_a_proj",
|
| 882 |
+
"model.layers.29.self_attn.g_b_proj",
|
| 883 |
+
"model.layers.29.self_attn.k_conv1d",
|
| 884 |
+
"model.layers.29.self_attn.k_proj",
|
| 885 |
+
"model.layers.29.self_attn.o_norm",
|
| 886 |
+
"model.layers.29.self_attn.o_proj",
|
| 887 |
+
"model.layers.29.self_attn.q_conv1d",
|
| 888 |
+
"model.layers.29.self_attn.q_proj",
|
| 889 |
+
"model.layers.29.self_attn.qkv_proj",
|
| 890 |
+
"model.layers.29.self_attn.v_conv1d",
|
| 891 |
+
"model.layers.29.self_attn.v_proj",
|
| 892 |
+
"model.layers.3.hc_attn_base",
|
| 893 |
+
"model.layers.3.hc_attn_fn",
|
| 894 |
+
"model.layers.3.hc_attn_scale",
|
| 895 |
+
"model.layers.3.hc_ffn_base",
|
| 896 |
+
"model.layers.3.hc_ffn_fn",
|
| 897 |
+
"model.layers.3.hc_ffn_scale",
|
| 898 |
+
"model.layers.3.input_layernorm",
|
| 899 |
+
"model.layers.3.mlp.gate",
|
| 900 |
+
"model.layers.3.mlp.gate.e_score_correction_bias",
|
| 901 |
+
"model.layers.3.post_attention_layernorm",
|
| 902 |
+
"model.layers.3.self_attn.indexer.index_kpool_compress_ape",
|
| 903 |
+
"model.layers.3.self_attn.indexer.index_kpool_compress_gate",
|
| 904 |
+
"model.layers.3.self_attn.indexer.k_norm",
|
| 905 |
+
"model.layers.3.self_attn.indexer.k_norm.bias",
|
| 906 |
+
"model.layers.3.self_attn.indexer.weights_proj",
|
| 907 |
+
"model.layers.3.self_attn.indexer.wk",
|
| 908 |
+
"model.layers.3.self_attn.indexer.wq_b",
|
| 909 |
+
"model.layers.3.self_attn.kv_a_layernorm",
|
| 910 |
+
"model.layers.3.self_attn.kv_b_proj",
|
| 911 |
+
"model.layers.3.self_attn.q_a_layernorm",
|
| 912 |
+
"model.layers.30.hc_attn_base",
|
| 913 |
+
"model.layers.30.hc_attn_fn",
|
| 914 |
+
"model.layers.30.hc_attn_scale",
|
| 915 |
+
"model.layers.30.hc_ffn_base",
|
| 916 |
+
"model.layers.30.hc_ffn_fn",
|
| 917 |
+
"model.layers.30.hc_ffn_scale",
|
| 918 |
+
"model.layers.30.input_layernorm",
|
| 919 |
+
"model.layers.30.mlp.gate",
|
| 920 |
+
"model.layers.30.mlp.gate.e_score_correction_bias",
|
| 921 |
+
"model.layers.30.post_attention_layernorm",
|
| 922 |
+
"model.layers.30.self_attn.A_log",
|
| 923 |
+
"model.layers.30.self_attn.b_proj",
|
| 924 |
+
"model.layers.30.self_attn.dt_bias",
|
| 925 |
+
"model.layers.30.self_attn.f_a_proj",
|
| 926 |
+
"model.layers.30.self_attn.f_b_proj",
|
| 927 |
+
"model.layers.30.self_attn.fused_qkvbfg_a_proj",
|
| 928 |
+
"model.layers.30.self_attn.g_a_proj",
|
| 929 |
+
"model.layers.30.self_attn.g_b_proj",
|
| 930 |
+
"model.layers.30.self_attn.k_conv1d",
|
| 931 |
+
"model.layers.30.self_attn.k_proj",
|
| 932 |
+
"model.layers.30.self_attn.o_norm",
|
| 933 |
+
"model.layers.30.self_attn.o_proj",
|
| 934 |
+
"model.layers.30.self_attn.q_conv1d",
|
| 935 |
+
"model.layers.30.self_attn.q_proj",
|
| 936 |
+
"model.layers.30.self_attn.qkv_proj",
|
| 937 |
+
"model.layers.30.self_attn.v_conv1d",
|
| 938 |
+
"model.layers.30.self_attn.v_proj",
|
| 939 |
+
"model.layers.31.hc_attn_base",
|
| 940 |
+
"model.layers.31.hc_attn_fn",
|
| 941 |
+
"model.layers.31.hc_attn_scale",
|
| 942 |
+
"model.layers.31.hc_ffn_base",
|
| 943 |
+
"model.layers.31.hc_ffn_fn",
|
| 944 |
+
"model.layers.31.hc_ffn_scale",
|
| 945 |
+
"model.layers.31.input_layernorm",
|
| 946 |
+
"model.layers.31.mlp.gate",
|
| 947 |
+
"model.layers.31.mlp.gate.e_score_correction_bias",
|
| 948 |
+
"model.layers.31.post_attention_layernorm",
|
| 949 |
+
"model.layers.31.self_attn.indexer.index_kpool_compress_ape",
|
| 950 |
+
"model.layers.31.self_attn.indexer.index_kpool_compress_gate",
|
| 951 |
+
"model.layers.31.self_attn.indexer.k_norm",
|
| 952 |
+
"model.layers.31.self_attn.indexer.k_norm.bias",
|
| 953 |
+
"model.layers.31.self_attn.indexer.weights_proj",
|
| 954 |
+
"model.layers.31.self_attn.indexer.wk",
|
| 955 |
+
"model.layers.31.self_attn.indexer.wq_b",
|
| 956 |
+
"model.layers.31.self_attn.kv_a_layernorm",
|
| 957 |
+
"model.layers.31.self_attn.kv_b_proj",
|
| 958 |
+
"model.layers.31.self_attn.q_a_layernorm",
|
| 959 |
+
"model.layers.32.hc_attn_base",
|
| 960 |
+
"model.layers.32.hc_attn_fn",
|
| 961 |
+
"model.layers.32.hc_attn_scale",
|
| 962 |
+
"model.layers.32.hc_ffn_base",
|
| 963 |
+
"model.layers.32.hc_ffn_fn",
|
| 964 |
+
"model.layers.32.hc_ffn_scale",
|
| 965 |
+
"model.layers.32.input_layernorm",
|
| 966 |
+
"model.layers.32.mlp.gate",
|
| 967 |
+
"model.layers.32.mlp.gate.e_score_correction_bias",
|
| 968 |
+
"model.layers.32.post_attention_layernorm",
|
| 969 |
+
"model.layers.32.self_attn.A_log",
|
| 970 |
+
"model.layers.32.self_attn.b_proj",
|
| 971 |
+
"model.layers.32.self_attn.dt_bias",
|
| 972 |
+
"model.layers.32.self_attn.f_a_proj",
|
| 973 |
+
"model.layers.32.self_attn.f_b_proj",
|
| 974 |
+
"model.layers.32.self_attn.fused_qkvbfg_a_proj",
|
| 975 |
+
"model.layers.32.self_attn.g_a_proj",
|
| 976 |
+
"model.layers.32.self_attn.g_b_proj",
|
| 977 |
+
"model.layers.32.self_attn.k_conv1d",
|
| 978 |
+
"model.layers.32.self_attn.k_proj",
|
| 979 |
+
"model.layers.32.self_attn.o_norm",
|
| 980 |
+
"model.layers.32.self_attn.o_proj",
|
| 981 |
+
"model.layers.32.self_attn.q_conv1d",
|
| 982 |
+
"model.layers.32.self_attn.q_proj",
|
| 983 |
+
"model.layers.32.self_attn.qkv_proj",
|
| 984 |
+
"model.layers.32.self_attn.v_conv1d",
|
| 985 |
+
"model.layers.32.self_attn.v_proj",
|
| 986 |
+
"model.layers.33.hc_attn_base",
|
| 987 |
+
"model.layers.33.hc_attn_fn",
|
| 988 |
+
"model.layers.33.hc_attn_scale",
|
| 989 |
+
"model.layers.33.hc_ffn_base",
|
| 990 |
+
"model.layers.33.hc_ffn_fn",
|
| 991 |
+
"model.layers.33.hc_ffn_scale",
|
| 992 |
+
"model.layers.33.input_layernorm",
|
| 993 |
+
"model.layers.33.mlp.gate",
|
| 994 |
+
"model.layers.33.mlp.gate.e_score_correction_bias",
|
| 995 |
+
"model.layers.33.post_attention_layernorm",
|
| 996 |
+
"model.layers.33.self_attn.A_log",
|
| 997 |
+
"model.layers.33.self_attn.b_proj",
|
| 998 |
+
"model.layers.33.self_attn.dt_bias",
|
| 999 |
+
"model.layers.33.self_attn.f_a_proj",
|
| 1000 |
+
"model.layers.33.self_attn.f_b_proj",
|
| 1001 |
+
"model.layers.33.self_attn.fused_qkvbfg_a_proj",
|
| 1002 |
+
"model.layers.33.self_attn.g_a_proj",
|
| 1003 |
+
"model.layers.33.self_attn.g_b_proj",
|
| 1004 |
+
"model.layers.33.self_attn.k_conv1d",
|
| 1005 |
+
"model.layers.33.self_attn.k_proj",
|
| 1006 |
+
"model.layers.33.self_attn.o_norm",
|
| 1007 |
+
"model.layers.33.self_attn.o_proj",
|
| 1008 |
+
"model.layers.33.self_attn.q_conv1d",
|
| 1009 |
+
"model.layers.33.self_attn.q_proj",
|
| 1010 |
+
"model.layers.33.self_attn.qkv_proj",
|
| 1011 |
+
"model.layers.33.self_attn.v_conv1d",
|
| 1012 |
+
"model.layers.33.self_attn.v_proj",
|
| 1013 |
+
"model.layers.34.hc_attn_base",
|
| 1014 |
+
"model.layers.34.hc_attn_fn",
|
| 1015 |
+
"model.layers.34.hc_attn_scale",
|
| 1016 |
+
"model.layers.34.hc_ffn_base",
|
| 1017 |
+
"model.layers.34.hc_ffn_fn",
|
| 1018 |
+
"model.layers.34.hc_ffn_scale",
|
| 1019 |
+
"model.layers.34.input_layernorm",
|
| 1020 |
+
"model.layers.34.mlp.gate",
|
| 1021 |
+
"model.layers.34.mlp.gate.e_score_correction_bias",
|
| 1022 |
+
"model.layers.34.post_attention_layernorm",
|
| 1023 |
+
"model.layers.34.self_attn.A_log",
|
| 1024 |
+
"model.layers.34.self_attn.b_proj",
|
| 1025 |
+
"model.layers.34.self_attn.dt_bias",
|
| 1026 |
+
"model.layers.34.self_attn.f_a_proj",
|
| 1027 |
+
"model.layers.34.self_attn.f_b_proj",
|
| 1028 |
+
"model.layers.34.self_attn.fused_qkvbfg_a_proj",
|
| 1029 |
+
"model.layers.34.self_attn.g_a_proj",
|
| 1030 |
+
"model.layers.34.self_attn.g_b_proj",
|
| 1031 |
+
"model.layers.34.self_attn.k_conv1d",
|
| 1032 |
+
"model.layers.34.self_attn.k_proj",
|
| 1033 |
+
"model.layers.34.self_attn.o_norm",
|
| 1034 |
+
"model.layers.34.self_attn.o_proj",
|
| 1035 |
+
"model.layers.34.self_attn.q_conv1d",
|
| 1036 |
+
"model.layers.34.self_attn.q_proj",
|
| 1037 |
+
"model.layers.34.self_attn.qkv_proj",
|
| 1038 |
+
"model.layers.34.self_attn.v_conv1d",
|
| 1039 |
+
"model.layers.34.self_attn.v_proj",
|
| 1040 |
+
"model.layers.35.hc_attn_base",
|
| 1041 |
+
"model.layers.35.hc_attn_fn",
|
| 1042 |
+
"model.layers.35.hc_attn_scale",
|
| 1043 |
+
"model.layers.35.hc_ffn_base",
|
| 1044 |
+
"model.layers.35.hc_ffn_fn",
|
| 1045 |
+
"model.layers.35.hc_ffn_scale",
|
| 1046 |
+
"model.layers.35.input_layernorm",
|
| 1047 |
+
"model.layers.35.mlp.gate",
|
| 1048 |
+
"model.layers.35.mlp.gate.e_score_correction_bias",
|
| 1049 |
+
"model.layers.35.post_attention_layernorm",
|
| 1050 |
+
"model.layers.35.self_attn.indexer.index_kpool_compress_ape",
|
| 1051 |
+
"model.layers.35.self_attn.indexer.index_kpool_compress_gate",
|
| 1052 |
+
"model.layers.35.self_attn.indexer.k_norm",
|
| 1053 |
+
"model.layers.35.self_attn.indexer.k_norm.bias",
|
| 1054 |
+
"model.layers.35.self_attn.indexer.weights_proj",
|
| 1055 |
+
"model.layers.35.self_attn.indexer.wk",
|
| 1056 |
+
"model.layers.35.self_attn.indexer.wq_b",
|
| 1057 |
+
"model.layers.35.self_attn.kv_a_layernorm",
|
| 1058 |
+
"model.layers.35.self_attn.kv_b_proj",
|
| 1059 |
+
"model.layers.35.self_attn.q_a_layernorm",
|
| 1060 |
+
"model.layers.36.hc_attn_base",
|
| 1061 |
+
"model.layers.36.hc_attn_fn",
|
| 1062 |
+
"model.layers.36.hc_attn_scale",
|
| 1063 |
+
"model.layers.36.hc_ffn_base",
|
| 1064 |
+
"model.layers.36.hc_ffn_fn",
|
| 1065 |
+
"model.layers.36.hc_ffn_scale",
|
| 1066 |
+
"model.layers.36.input_layernorm",
|
| 1067 |
+
"model.layers.36.mlp.gate",
|
| 1068 |
+
"model.layers.36.mlp.gate.e_score_correction_bias",
|
| 1069 |
+
"model.layers.36.post_attention_layernorm",
|
| 1070 |
+
"model.layers.36.self_attn.A_log",
|
| 1071 |
+
"model.layers.36.self_attn.b_proj",
|
| 1072 |
+
"model.layers.36.self_attn.dt_bias",
|
| 1073 |
+
"model.layers.36.self_attn.f_a_proj",
|
| 1074 |
+
"model.layers.36.self_attn.f_b_proj",
|
| 1075 |
+
"model.layers.36.self_attn.fused_qkvbfg_a_proj",
|
| 1076 |
+
"model.layers.36.self_attn.g_a_proj",
|
| 1077 |
+
"model.layers.36.self_attn.g_b_proj",
|
| 1078 |
+
"model.layers.36.self_attn.k_conv1d",
|
| 1079 |
+
"model.layers.36.self_attn.k_proj",
|
| 1080 |
+
"model.layers.36.self_attn.o_norm",
|
| 1081 |
+
"model.layers.36.self_attn.o_proj",
|
| 1082 |
+
"model.layers.36.self_attn.q_conv1d",
|
| 1083 |
+
"model.layers.36.self_attn.q_proj",
|
| 1084 |
+
"model.layers.36.self_attn.qkv_proj",
|
| 1085 |
+
"model.layers.36.self_attn.v_conv1d",
|
| 1086 |
+
"model.layers.36.self_attn.v_proj",
|
| 1087 |
+
"model.layers.37.hc_attn_base",
|
| 1088 |
+
"model.layers.37.hc_attn_fn",
|
| 1089 |
+
"model.layers.37.hc_attn_scale",
|
| 1090 |
+
"model.layers.37.hc_ffn_base",
|
| 1091 |
+
"model.layers.37.hc_ffn_fn",
|
| 1092 |
+
"model.layers.37.hc_ffn_scale",
|
| 1093 |
+
"model.layers.37.input_layernorm",
|
| 1094 |
+
"model.layers.37.mlp.gate",
|
| 1095 |
+
"model.layers.37.mlp.gate.e_score_correction_bias",
|
| 1096 |
+
"model.layers.37.post_attention_layernorm",
|
| 1097 |
+
"model.layers.37.self_attn.A_log",
|
| 1098 |
+
"model.layers.37.self_attn.b_proj",
|
| 1099 |
+
"model.layers.37.self_attn.dt_bias",
|
| 1100 |
+
"model.layers.37.self_attn.f_a_proj",
|
| 1101 |
+
"model.layers.37.self_attn.f_b_proj",
|
| 1102 |
+
"model.layers.37.self_attn.fused_qkvbfg_a_proj",
|
| 1103 |
+
"model.layers.37.self_attn.g_a_proj",
|
| 1104 |
+
"model.layers.37.self_attn.g_b_proj",
|
| 1105 |
+
"model.layers.37.self_attn.k_conv1d",
|
| 1106 |
+
"model.layers.37.self_attn.k_proj",
|
| 1107 |
+
"model.layers.37.self_attn.o_norm",
|
| 1108 |
+
"model.layers.37.self_attn.o_proj",
|
| 1109 |
+
"model.layers.37.self_attn.q_conv1d",
|
| 1110 |
+
"model.layers.37.self_attn.q_proj",
|
| 1111 |
+
"model.layers.37.self_attn.qkv_proj",
|
| 1112 |
+
"model.layers.37.self_attn.v_conv1d",
|
| 1113 |
+
"model.layers.37.self_attn.v_proj",
|
| 1114 |
+
"model.layers.38.hc_attn_base",
|
| 1115 |
+
"model.layers.38.hc_attn_fn",
|
| 1116 |
+
"model.layers.38.hc_attn_scale",
|
| 1117 |
+
"model.layers.38.hc_ffn_base",
|
| 1118 |
+
"model.layers.38.hc_ffn_fn",
|
| 1119 |
+
"model.layers.38.hc_ffn_scale",
|
| 1120 |
+
"model.layers.38.input_layernorm",
|
| 1121 |
+
"model.layers.38.mlp.gate",
|
| 1122 |
+
"model.layers.38.mlp.gate.e_score_correction_bias",
|
| 1123 |
+
"model.layers.38.post_attention_layernorm",
|
| 1124 |
+
"model.layers.38.self_attn.A_log",
|
| 1125 |
+
"model.layers.38.self_attn.b_proj",
|
| 1126 |
+
"model.layers.38.self_attn.dt_bias",
|
| 1127 |
+
"model.layers.38.self_attn.f_a_proj",
|
| 1128 |
+
"model.layers.38.self_attn.f_b_proj",
|
| 1129 |
+
"model.layers.38.self_attn.fused_qkvbfg_a_proj",
|
| 1130 |
+
"model.layers.38.self_attn.g_a_proj",
|
| 1131 |
+
"model.layers.38.self_attn.g_b_proj",
|
| 1132 |
+
"model.layers.38.self_attn.k_conv1d",
|
| 1133 |
+
"model.layers.38.self_attn.k_proj",
|
| 1134 |
+
"model.layers.38.self_attn.o_norm",
|
| 1135 |
+
"model.layers.38.self_attn.o_proj",
|
| 1136 |
+
"model.layers.38.self_attn.q_conv1d",
|
| 1137 |
+
"model.layers.38.self_attn.q_proj",
|
| 1138 |
+
"model.layers.38.self_attn.qkv_proj",
|
| 1139 |
+
"model.layers.38.self_attn.v_conv1d",
|
| 1140 |
+
"model.layers.38.self_attn.v_proj",
|
| 1141 |
+
"model.layers.39.hc_attn_base",
|
| 1142 |
+
"model.layers.39.hc_attn_fn",
|
| 1143 |
+
"model.layers.39.hc_attn_scale",
|
| 1144 |
+
"model.layers.39.hc_ffn_base",
|
| 1145 |
+
"model.layers.39.hc_ffn_fn",
|
| 1146 |
+
"model.layers.39.hc_ffn_scale",
|
| 1147 |
+
"model.layers.39.input_layernorm",
|
| 1148 |
+
"model.layers.39.mlp.gate",
|
| 1149 |
+
"model.layers.39.mlp.gate.e_score_correction_bias",
|
| 1150 |
+
"model.layers.39.post_attention_layernorm",
|
| 1151 |
+
"model.layers.39.self_attn.indexer.index_kpool_compress_ape",
|
| 1152 |
+
"model.layers.39.self_attn.indexer.index_kpool_compress_gate",
|
| 1153 |
+
"model.layers.39.self_attn.indexer.k_norm",
|
| 1154 |
+
"model.layers.39.self_attn.indexer.k_norm.bias",
|
| 1155 |
+
"model.layers.39.self_attn.indexer.weights_proj",
|
| 1156 |
+
"model.layers.39.self_attn.indexer.wk",
|
| 1157 |
+
"model.layers.39.self_attn.indexer.wq_b",
|
| 1158 |
+
"model.layers.39.self_attn.kv_a_layernorm",
|
| 1159 |
+
"model.layers.39.self_attn.kv_b_proj",
|
| 1160 |
+
"model.layers.39.self_attn.q_a_layernorm",
|
| 1161 |
+
"model.layers.4.hc_attn_base",
|
| 1162 |
+
"model.layers.4.hc_attn_fn",
|
| 1163 |
+
"model.layers.4.hc_attn_scale",
|
| 1164 |
+
"model.layers.4.hc_ffn_base",
|
| 1165 |
+
"model.layers.4.hc_ffn_fn",
|
| 1166 |
+
"model.layers.4.hc_ffn_scale",
|
| 1167 |
+
"model.layers.4.input_layernorm",
|
| 1168 |
+
"model.layers.4.mlp.gate",
|
| 1169 |
+
"model.layers.4.mlp.gate.e_score_correction_bias",
|
| 1170 |
+
"model.layers.4.post_attention_layernorm",
|
| 1171 |
+
"model.layers.4.self_attn.A_log",
|
| 1172 |
+
"model.layers.4.self_attn.b_proj",
|
| 1173 |
+
"model.layers.4.self_attn.dt_bias",
|
| 1174 |
+
"model.layers.4.self_attn.f_a_proj",
|
| 1175 |
+
"model.layers.4.self_attn.f_b_proj",
|
| 1176 |
+
"model.layers.4.self_attn.fused_qkvbfg_a_proj",
|
| 1177 |
+
"model.layers.4.self_attn.g_a_proj",
|
| 1178 |
+
"model.layers.4.self_attn.g_b_proj",
|
| 1179 |
+
"model.layers.4.self_attn.k_conv1d",
|
| 1180 |
+
"model.layers.4.self_attn.k_proj",
|
| 1181 |
+
"model.layers.4.self_attn.o_norm",
|
| 1182 |
+
"model.layers.4.self_attn.o_proj",
|
| 1183 |
+
"model.layers.4.self_attn.q_conv1d",
|
| 1184 |
+
"model.layers.4.self_attn.q_proj",
|
| 1185 |
+
"model.layers.4.self_attn.qkv_proj",
|
| 1186 |
+
"model.layers.4.self_attn.v_conv1d",
|
| 1187 |
+
"model.layers.4.self_attn.v_proj",
|
| 1188 |
+
"model.layers.40.hc_attn_base",
|
| 1189 |
+
"model.layers.40.hc_attn_fn",
|
| 1190 |
+
"model.layers.40.hc_attn_scale",
|
| 1191 |
+
"model.layers.40.hc_ffn_base",
|
| 1192 |
+
"model.layers.40.hc_ffn_fn",
|
| 1193 |
+
"model.layers.40.hc_ffn_scale",
|
| 1194 |
+
"model.layers.40.input_layernorm",
|
| 1195 |
+
"model.layers.40.mlp.gate",
|
| 1196 |
+
"model.layers.40.mlp.gate.e_score_correction_bias",
|
| 1197 |
+
"model.layers.40.post_attention_layernorm",
|
| 1198 |
+
"model.layers.40.self_attn.A_log",
|
| 1199 |
+
"model.layers.40.self_attn.b_proj",
|
| 1200 |
+
"model.layers.40.self_attn.dt_bias",
|
| 1201 |
+
"model.layers.40.self_attn.f_a_proj",
|
| 1202 |
+
"model.layers.40.self_attn.f_b_proj",
|
| 1203 |
+
"model.layers.40.self_attn.fused_qkvbfg_a_proj",
|
| 1204 |
+
"model.layers.40.self_attn.g_a_proj",
|
| 1205 |
+
"model.layers.40.self_attn.g_b_proj",
|
| 1206 |
+
"model.layers.40.self_attn.k_conv1d",
|
| 1207 |
+
"model.layers.40.self_attn.k_proj",
|
| 1208 |
+
"model.layers.40.self_attn.o_norm",
|
| 1209 |
+
"model.layers.40.self_attn.o_proj",
|
| 1210 |
+
"model.layers.40.self_attn.q_conv1d",
|
| 1211 |
+
"model.layers.40.self_attn.q_proj",
|
| 1212 |
+
"model.layers.40.self_attn.qkv_proj",
|
| 1213 |
+
"model.layers.40.self_attn.v_conv1d",
|
| 1214 |
+
"model.layers.40.self_attn.v_proj",
|
| 1215 |
+
"model.layers.41.hc_attn_base",
|
| 1216 |
+
"model.layers.41.hc_attn_fn",
|
| 1217 |
+
"model.layers.41.hc_attn_scale",
|
| 1218 |
+
"model.layers.41.hc_ffn_base",
|
| 1219 |
+
"model.layers.41.hc_ffn_fn",
|
| 1220 |
+
"model.layers.41.hc_ffn_scale",
|
| 1221 |
+
"model.layers.41.input_layernorm",
|
| 1222 |
+
"model.layers.41.mlp.gate",
|
| 1223 |
+
"model.layers.41.mlp.gate.e_score_correction_bias",
|
| 1224 |
+
"model.layers.41.post_attention_layernorm",
|
| 1225 |
+
"model.layers.41.self_attn.A_log",
|
| 1226 |
+
"model.layers.41.self_attn.b_proj",
|
| 1227 |
+
"model.layers.41.self_attn.dt_bias",
|
| 1228 |
+
"model.layers.41.self_attn.f_a_proj",
|
| 1229 |
+
"model.layers.41.self_attn.f_b_proj",
|
| 1230 |
+
"model.layers.41.self_attn.fused_qkvbfg_a_proj",
|
| 1231 |
+
"model.layers.41.self_attn.g_a_proj",
|
| 1232 |
+
"model.layers.41.self_attn.g_b_proj",
|
| 1233 |
+
"model.layers.41.self_attn.k_conv1d",
|
| 1234 |
+
"model.layers.41.self_attn.k_proj",
|
| 1235 |
+
"model.layers.41.self_attn.o_norm",
|
| 1236 |
+
"model.layers.41.self_attn.o_proj",
|
| 1237 |
+
"model.layers.41.self_attn.q_conv1d",
|
| 1238 |
+
"model.layers.41.self_attn.q_proj",
|
| 1239 |
+
"model.layers.41.self_attn.qkv_proj",
|
| 1240 |
+
"model.layers.41.self_attn.v_conv1d",
|
| 1241 |
+
"model.layers.41.self_attn.v_proj",
|
| 1242 |
+
"model.layers.42.hc_attn_base",
|
| 1243 |
+
"model.layers.42.hc_attn_fn",
|
| 1244 |
+
"model.layers.42.hc_attn_scale",
|
| 1245 |
+
"model.layers.42.hc_ffn_base",
|
| 1246 |
+
"model.layers.42.hc_ffn_fn",
|
| 1247 |
+
"model.layers.42.hc_ffn_scale",
|
| 1248 |
+
"model.layers.42.input_layernorm",
|
| 1249 |
+
"model.layers.42.mlp.gate",
|
| 1250 |
+
"model.layers.42.mlp.gate.e_score_correction_bias",
|
| 1251 |
+
"model.layers.42.post_attention_layernorm",
|
| 1252 |
+
"model.layers.42.self_attn.A_log",
|
| 1253 |
+
"model.layers.42.self_attn.b_proj",
|
| 1254 |
+
"model.layers.42.self_attn.dt_bias",
|
| 1255 |
+
"model.layers.42.self_attn.f_a_proj",
|
| 1256 |
+
"model.layers.42.self_attn.f_b_proj",
|
| 1257 |
+
"model.layers.42.self_attn.fused_qkvbfg_a_proj",
|
| 1258 |
+
"model.layers.42.self_attn.g_a_proj",
|
| 1259 |
+
"model.layers.42.self_attn.g_b_proj",
|
| 1260 |
+
"model.layers.42.self_attn.k_conv1d",
|
| 1261 |
+
"model.layers.42.self_attn.k_proj",
|
| 1262 |
+
"model.layers.42.self_attn.o_norm",
|
| 1263 |
+
"model.layers.42.self_attn.o_proj",
|
| 1264 |
+
"model.layers.42.self_attn.q_conv1d",
|
| 1265 |
+
"model.layers.42.self_attn.q_proj",
|
| 1266 |
+
"model.layers.42.self_attn.qkv_proj",
|
| 1267 |
+
"model.layers.42.self_attn.v_conv1d",
|
| 1268 |
+
"model.layers.42.self_attn.v_proj",
|
| 1269 |
+
"model.layers.43.hc_attn_base",
|
| 1270 |
+
"model.layers.43.hc_attn_fn",
|
| 1271 |
+
"model.layers.43.hc_attn_scale",
|
| 1272 |
+
"model.layers.43.hc_ffn_base",
|
| 1273 |
+
"model.layers.43.hc_ffn_fn",
|
| 1274 |
+
"model.layers.43.hc_ffn_scale",
|
| 1275 |
+
"model.layers.43.input_layernorm",
|
| 1276 |
+
"model.layers.43.mlp.gate",
|
| 1277 |
+
"model.layers.43.mlp.gate.e_score_correction_bias",
|
| 1278 |
+
"model.layers.43.post_attention_layernorm",
|
| 1279 |
+
"model.layers.43.self_attn.indexer.index_kpool_compress_ape",
|
| 1280 |
+
"model.layers.43.self_attn.indexer.index_kpool_compress_gate",
|
| 1281 |
+
"model.layers.43.self_attn.indexer.k_norm",
|
| 1282 |
+
"model.layers.43.self_attn.indexer.k_norm.bias",
|
| 1283 |
+
"model.layers.43.self_attn.indexer.weights_proj",
|
| 1284 |
+
"model.layers.43.self_attn.indexer.wk",
|
| 1285 |
+
"model.layers.43.self_attn.indexer.wq_b",
|
| 1286 |
+
"model.layers.43.self_attn.kv_a_layernorm",
|
| 1287 |
+
"model.layers.43.self_attn.kv_b_proj",
|
| 1288 |
+
"model.layers.43.self_attn.q_a_layernorm",
|
| 1289 |
+
"model.layers.44.hc_attn_base",
|
| 1290 |
+
"model.layers.44.hc_attn_fn",
|
| 1291 |
+
"model.layers.44.hc_attn_scale",
|
| 1292 |
+
"model.layers.44.hc_ffn_base",
|
| 1293 |
+
"model.layers.44.hc_ffn_fn",
|
| 1294 |
+
"model.layers.44.hc_ffn_scale",
|
| 1295 |
+
"model.layers.44.input_layernorm",
|
| 1296 |
+
"model.layers.44.mlp.gate",
|
| 1297 |
+
"model.layers.44.mlp.gate.e_score_correction_bias",
|
| 1298 |
+
"model.layers.44.post_attention_layernorm",
|
| 1299 |
+
"model.layers.44.self_attn.A_log",
|
| 1300 |
+
"model.layers.44.self_attn.b_proj",
|
| 1301 |
+
"model.layers.44.self_attn.dt_bias",
|
| 1302 |
+
"model.layers.44.self_attn.f_a_proj",
|
| 1303 |
+
"model.layers.44.self_attn.f_b_proj",
|
| 1304 |
+
"model.layers.44.self_attn.fused_qkvbfg_a_proj",
|
| 1305 |
+
"model.layers.44.self_attn.g_a_proj",
|
| 1306 |
+
"model.layers.44.self_attn.g_b_proj",
|
| 1307 |
+
"model.layers.44.self_attn.k_conv1d",
|
| 1308 |
+
"model.layers.44.self_attn.k_proj",
|
| 1309 |
+
"model.layers.44.self_attn.o_norm",
|
| 1310 |
+
"model.layers.44.self_attn.o_proj",
|
| 1311 |
+
"model.layers.44.self_attn.q_conv1d",
|
| 1312 |
+
"model.layers.44.self_attn.q_proj",
|
| 1313 |
+
"model.layers.44.self_attn.qkv_proj",
|
| 1314 |
+
"model.layers.44.self_attn.v_conv1d",
|
| 1315 |
+
"model.layers.44.self_attn.v_proj",
|
| 1316 |
+
"model.layers.45.eh_proj",
|
| 1317 |
+
"model.layers.45.enorm",
|
| 1318 |
+
"model.layers.45.hnorm",
|
| 1319 |
+
"model.layers.45.input_layernorm",
|
| 1320 |
+
"model.layers.45.mlp.gate",
|
| 1321 |
+
"model.layers.45.mlp.gate.e_score_correction_bias",
|
| 1322 |
+
"model.layers.45.post_attention_layernorm",
|
| 1323 |
+
"model.layers.45.self_attn.indexer.index_kpool_compress_ape",
|
| 1324 |
+
"model.layers.45.self_attn.indexer.index_kpool_compress_gate",
|
| 1325 |
+
"model.layers.45.self_attn.indexer.k_norm",
|
| 1326 |
+
"model.layers.45.self_attn.indexer.k_norm.bias",
|
| 1327 |
+
"model.layers.45.self_attn.indexer.weights_proj",
|
| 1328 |
+
"model.layers.45.self_attn.indexer.wk",
|
| 1329 |
+
"model.layers.45.self_attn.indexer.wq_b",
|
| 1330 |
+
"model.layers.45.self_attn.kv_a_layernorm",
|
| 1331 |
+
"model.layers.45.self_attn.kv_b_proj",
|
| 1332 |
+
"model.layers.45.self_attn.q_a_layernorm",
|
| 1333 |
+
"model.layers.45.shared_head.norm",
|
| 1334 |
+
"model.layers.5.hc_attn_base",
|
| 1335 |
+
"model.layers.5.hc_attn_fn",
|
| 1336 |
+
"model.layers.5.hc_attn_scale",
|
| 1337 |
+
"model.layers.5.hc_ffn_base",
|
| 1338 |
+
"model.layers.5.hc_ffn_fn",
|
| 1339 |
+
"model.layers.5.hc_ffn_scale",
|
| 1340 |
+
"model.layers.5.input_layernorm",
|
| 1341 |
+
"model.layers.5.mlp.gate",
|
| 1342 |
+
"model.layers.5.mlp.gate.e_score_correction_bias",
|
| 1343 |
+
"model.layers.5.post_attention_layernorm",
|
| 1344 |
+
"model.layers.5.self_attn.A_log",
|
| 1345 |
+
"model.layers.5.self_attn.b_proj",
|
| 1346 |
+
"model.layers.5.self_attn.dt_bias",
|
| 1347 |
+
"model.layers.5.self_attn.f_a_proj",
|
| 1348 |
+
"model.layers.5.self_attn.f_b_proj",
|
| 1349 |
+
"model.layers.5.self_attn.fused_qkvbfg_a_proj",
|
| 1350 |
+
"model.layers.5.self_attn.g_a_proj",
|
| 1351 |
+
"model.layers.5.self_attn.g_b_proj",
|
| 1352 |
+
"model.layers.5.self_attn.k_conv1d",
|
| 1353 |
+
"model.layers.5.self_attn.k_proj",
|
| 1354 |
+
"model.layers.5.self_attn.o_norm",
|
| 1355 |
+
"model.layers.5.self_attn.o_proj",
|
| 1356 |
+
"model.layers.5.self_attn.q_conv1d",
|
| 1357 |
+
"model.layers.5.self_attn.q_proj",
|
| 1358 |
+
"model.layers.5.self_attn.qkv_proj",
|
| 1359 |
+
"model.layers.5.self_attn.v_conv1d",
|
| 1360 |
+
"model.layers.5.self_attn.v_proj",
|
| 1361 |
+
"model.layers.6.hc_attn_base",
|
| 1362 |
+
"model.layers.6.hc_attn_fn",
|
| 1363 |
+
"model.layers.6.hc_attn_scale",
|
| 1364 |
+
"model.layers.6.hc_ffn_base",
|
| 1365 |
+
"model.layers.6.hc_ffn_fn",
|
| 1366 |
+
"model.layers.6.hc_ffn_scale",
|
| 1367 |
+
"model.layers.6.input_layernorm",
|
| 1368 |
+
"model.layers.6.mlp.gate",
|
| 1369 |
+
"model.layers.6.mlp.gate.e_score_correction_bias",
|
| 1370 |
+
"model.layers.6.post_attention_layernorm",
|
| 1371 |
+
"model.layers.6.self_attn.A_log",
|
| 1372 |
+
"model.layers.6.self_attn.b_proj",
|
| 1373 |
+
"model.layers.6.self_attn.dt_bias",
|
| 1374 |
+
"model.layers.6.self_attn.f_a_proj",
|
| 1375 |
+
"model.layers.6.self_attn.f_b_proj",
|
| 1376 |
+
"model.layers.6.self_attn.fused_qkvbfg_a_proj",
|
| 1377 |
+
"model.layers.6.self_attn.g_a_proj",
|
| 1378 |
+
"model.layers.6.self_attn.g_b_proj",
|
| 1379 |
+
"model.layers.6.self_attn.k_conv1d",
|
| 1380 |
+
"model.layers.6.self_attn.k_proj",
|
| 1381 |
+
"model.layers.6.self_attn.o_norm",
|
| 1382 |
+
"model.layers.6.self_attn.o_proj",
|
| 1383 |
+
"model.layers.6.self_attn.q_conv1d",
|
| 1384 |
+
"model.layers.6.self_attn.q_proj",
|
| 1385 |
+
"model.layers.6.self_attn.qkv_proj",
|
| 1386 |
+
"model.layers.6.self_attn.v_conv1d",
|
| 1387 |
+
"model.layers.6.self_attn.v_proj",
|
| 1388 |
+
"model.layers.7.hc_attn_base",
|
| 1389 |
+
"model.layers.7.hc_attn_fn",
|
| 1390 |
+
"model.layers.7.hc_attn_scale",
|
| 1391 |
+
"model.layers.7.hc_ffn_base",
|
| 1392 |
+
"model.layers.7.hc_ffn_fn",
|
| 1393 |
+
"model.layers.7.hc_ffn_scale",
|
| 1394 |
+
"model.layers.7.input_layernorm",
|
| 1395 |
+
"model.layers.7.mlp.gate",
|
| 1396 |
+
"model.layers.7.mlp.gate.e_score_correction_bias",
|
| 1397 |
+
"model.layers.7.post_attention_layernorm",
|
| 1398 |
+
"model.layers.7.self_attn.indexer.index_kpool_compress_ape",
|
| 1399 |
+
"model.layers.7.self_attn.indexer.index_kpool_compress_gate",
|
| 1400 |
+
"model.layers.7.self_attn.indexer.k_norm",
|
| 1401 |
+
"model.layers.7.self_attn.indexer.k_norm.bias",
|
| 1402 |
+
"model.layers.7.self_attn.indexer.weights_proj",
|
| 1403 |
+
"model.layers.7.self_attn.indexer.wk",
|
| 1404 |
+
"model.layers.7.self_attn.indexer.wq_b",
|
| 1405 |
+
"model.layers.7.self_attn.kv_a_layernorm",
|
| 1406 |
+
"model.layers.7.self_attn.kv_b_proj",
|
| 1407 |
+
"model.layers.7.self_attn.q_a_layernorm",
|
| 1408 |
+
"model.layers.8.hc_attn_base",
|
| 1409 |
+
"model.layers.8.hc_attn_fn",
|
| 1410 |
+
"model.layers.8.hc_attn_scale",
|
| 1411 |
+
"model.layers.8.hc_ffn_base",
|
| 1412 |
+
"model.layers.8.hc_ffn_fn",
|
| 1413 |
+
"model.layers.8.hc_ffn_scale",
|
| 1414 |
+
"model.layers.8.input_layernorm",
|
| 1415 |
+
"model.layers.8.mlp.gate",
|
| 1416 |
+
"model.layers.8.mlp.gate.e_score_correction_bias",
|
| 1417 |
+
"model.layers.8.post_attention_layernorm",
|
| 1418 |
+
"model.layers.8.self_attn.A_log",
|
| 1419 |
+
"model.layers.8.self_attn.b_proj",
|
| 1420 |
+
"model.layers.8.self_attn.dt_bias",
|
| 1421 |
+
"model.layers.8.self_attn.f_a_proj",
|
| 1422 |
+
"model.layers.8.self_attn.f_b_proj",
|
| 1423 |
+
"model.layers.8.self_attn.fused_qkvbfg_a_proj",
|
| 1424 |
+
"model.layers.8.self_attn.g_a_proj",
|
| 1425 |
+
"model.layers.8.self_attn.g_b_proj",
|
| 1426 |
+
"model.layers.8.self_attn.k_conv1d",
|
| 1427 |
+
"model.layers.8.self_attn.k_proj",
|
| 1428 |
+
"model.layers.8.self_attn.o_norm",
|
| 1429 |
+
"model.layers.8.self_attn.o_proj",
|
| 1430 |
+
"model.layers.8.self_attn.q_conv1d",
|
| 1431 |
+
"model.layers.8.self_attn.q_proj",
|
| 1432 |
+
"model.layers.8.self_attn.qkv_proj",
|
| 1433 |
+
"model.layers.8.self_attn.v_conv1d",
|
| 1434 |
+
"model.layers.8.self_attn.v_proj",
|
| 1435 |
+
"model.layers.9.hc_attn_base",
|
| 1436 |
+
"model.layers.9.hc_attn_fn",
|
| 1437 |
+
"model.layers.9.hc_attn_scale",
|
| 1438 |
+
"model.layers.9.hc_ffn_base",
|
| 1439 |
+
"model.layers.9.hc_ffn_fn",
|
| 1440 |
+
"model.layers.9.hc_ffn_scale",
|
| 1441 |
+
"model.layers.9.input_layernorm",
|
| 1442 |
+
"model.layers.9.mlp.gate",
|
| 1443 |
+
"model.layers.9.mlp.gate.e_score_correction_bias",
|
| 1444 |
+
"model.layers.9.post_attention_layernorm",
|
| 1445 |
+
"model.layers.9.self_attn.A_log",
|
| 1446 |
+
"model.layers.9.self_attn.b_proj",
|
| 1447 |
+
"model.layers.9.self_attn.dt_bias",
|
| 1448 |
+
"model.layers.9.self_attn.f_a_proj",
|
| 1449 |
+
"model.layers.9.self_attn.f_b_proj",
|
| 1450 |
+
"model.layers.9.self_attn.fused_qkvbfg_a_proj",
|
| 1451 |
+
"model.layers.9.self_attn.g_a_proj",
|
| 1452 |
+
"model.layers.9.self_attn.g_b_proj",
|
| 1453 |
+
"model.layers.9.self_attn.k_conv1d",
|
| 1454 |
+
"model.layers.9.self_attn.k_proj",
|
| 1455 |
+
"model.layers.9.self_attn.o_norm",
|
| 1456 |
+
"model.layers.9.self_attn.o_proj",
|
| 1457 |
+
"model.layers.9.self_attn.q_conv1d",
|
| 1458 |
+
"model.layers.9.self_attn.q_proj",
|
| 1459 |
+
"model.layers.9.self_attn.qkv_proj",
|
| 1460 |
+
"model.layers.9.self_attn.v_conv1d",
|
| 1461 |
+
"model.layers.9.self_attn.v_proj",
|
| 1462 |
+
"model.norm",
|
| 1463 |
+
"model.visual",
|
| 1464 |
+
"router",
|
| 1465 |
+
"visual",
|
| 1466 |
+
"visual.blocks.0.attn.k_norm",
|
| 1467 |
+
"visual.blocks.0.attn.proj",
|
| 1468 |
+
"visual.blocks.0.attn.proj.bias",
|
| 1469 |
+
"visual.blocks.0.attn.q_norm",
|
| 1470 |
+
"visual.blocks.0.attn.qkv",
|
| 1471 |
+
"visual.blocks.0.attn.qkv.bias",
|
| 1472 |
+
"visual.blocks.0.mlp.down_proj",
|
| 1473 |
+
"visual.blocks.0.mlp.down_proj.bias",
|
| 1474 |
+
"visual.blocks.0.mlp.gate_proj",
|
| 1475 |
+
"visual.blocks.0.mlp.gate_proj.bias",
|
| 1476 |
+
"visual.blocks.0.mlp.up_proj",
|
| 1477 |
+
"visual.blocks.0.mlp.up_proj.bias",
|
| 1478 |
+
"visual.blocks.0.norm1",
|
| 1479 |
+
"visual.blocks.0.norm2",
|
| 1480 |
+
"visual.blocks.1.attn.k_norm",
|
| 1481 |
+
"visual.blocks.1.attn.proj",
|
| 1482 |
+
"visual.blocks.1.attn.proj.bias",
|
| 1483 |
+
"visual.blocks.1.attn.q_norm",
|
| 1484 |
+
"visual.blocks.1.attn.qkv",
|
| 1485 |
+
"visual.blocks.1.attn.qkv.bias",
|
| 1486 |
+
"visual.blocks.1.mlp.down_proj",
|
| 1487 |
+
"visual.blocks.1.mlp.down_proj.bias",
|
| 1488 |
+
"visual.blocks.1.mlp.gate_proj",
|
| 1489 |
+
"visual.blocks.1.mlp.gate_proj.bias",
|
| 1490 |
+
"visual.blocks.1.mlp.up_proj",
|
| 1491 |
+
"visual.blocks.1.mlp.up_proj.bias",
|
| 1492 |
+
"visual.blocks.1.norm1",
|
| 1493 |
+
"visual.blocks.1.norm2",
|
| 1494 |
+
"visual.blocks.10.attn.k_norm",
|
| 1495 |
+
"visual.blocks.10.attn.proj",
|
| 1496 |
+
"visual.blocks.10.attn.proj.bias",
|
| 1497 |
+
"visual.blocks.10.attn.q_norm",
|
| 1498 |
+
"visual.blocks.10.attn.qkv",
|
| 1499 |
+
"visual.blocks.10.attn.qkv.bias",
|
| 1500 |
+
"visual.blocks.10.mlp.down_proj",
|
| 1501 |
+
"visual.blocks.10.mlp.down_proj.bias",
|
| 1502 |
+
"visual.blocks.10.mlp.gate_proj",
|
| 1503 |
+
"visual.blocks.10.mlp.gate_proj.bias",
|
| 1504 |
+
"visual.blocks.10.mlp.up_proj",
|
| 1505 |
+
"visual.blocks.10.mlp.up_proj.bias",
|
| 1506 |
+
"visual.blocks.10.norm1",
|
| 1507 |
+
"visual.blocks.10.norm2",
|
| 1508 |
+
"visual.blocks.11.attn.k_norm",
|
| 1509 |
+
"visual.blocks.11.attn.proj",
|
| 1510 |
+
"visual.blocks.11.attn.proj.bias",
|
| 1511 |
+
"visual.blocks.11.attn.q_norm",
|
| 1512 |
+
"visual.blocks.11.attn.qkv",
|
| 1513 |
+
"visual.blocks.11.attn.qkv.bias",
|
| 1514 |
+
"visual.blocks.11.mlp.down_proj",
|
| 1515 |
+
"visual.blocks.11.mlp.down_proj.bias",
|
| 1516 |
+
"visual.blocks.11.mlp.gate_proj",
|
| 1517 |
+
"visual.blocks.11.mlp.gate_proj.bias",
|
| 1518 |
+
"visual.blocks.11.mlp.up_proj",
|
| 1519 |
+
"visual.blocks.11.mlp.up_proj.bias",
|
| 1520 |
+
"visual.blocks.11.norm1",
|
| 1521 |
+
"visual.blocks.11.norm2",
|
| 1522 |
+
"visual.blocks.12.attn.k_norm",
|
| 1523 |
+
"visual.blocks.12.attn.proj",
|
| 1524 |
+
"visual.blocks.12.attn.proj.bias",
|
| 1525 |
+
"visual.blocks.12.attn.q_norm",
|
| 1526 |
+
"visual.blocks.12.attn.qkv",
|
| 1527 |
+
"visual.blocks.12.attn.qkv.bias",
|
| 1528 |
+
"visual.blocks.12.mlp.down_proj",
|
| 1529 |
+
"visual.blocks.12.mlp.down_proj.bias",
|
| 1530 |
+
"visual.blocks.12.mlp.gate_proj",
|
| 1531 |
+
"visual.blocks.12.mlp.gate_proj.bias",
|
| 1532 |
+
"visual.blocks.12.mlp.up_proj",
|
| 1533 |
+
"visual.blocks.12.mlp.up_proj.bias",
|
| 1534 |
+
"visual.blocks.12.norm1",
|
| 1535 |
+
"visual.blocks.12.norm2",
|
| 1536 |
+
"visual.blocks.13.attn.k_norm",
|
| 1537 |
+
"visual.blocks.13.attn.proj",
|
| 1538 |
+
"visual.blocks.13.attn.proj.bias",
|
| 1539 |
+
"visual.blocks.13.attn.q_norm",
|
| 1540 |
+
"visual.blocks.13.attn.qkv",
|
| 1541 |
+
"visual.blocks.13.attn.qkv.bias",
|
| 1542 |
+
"visual.blocks.13.mlp.down_proj",
|
| 1543 |
+
"visual.blocks.13.mlp.down_proj.bias",
|
| 1544 |
+
"visual.blocks.13.mlp.gate_proj",
|
| 1545 |
+
"visual.blocks.13.mlp.gate_proj.bias",
|
| 1546 |
+
"visual.blocks.13.mlp.up_proj",
|
| 1547 |
+
"visual.blocks.13.mlp.up_proj.bias",
|
| 1548 |
+
"visual.blocks.13.norm1",
|
| 1549 |
+
"visual.blocks.13.norm2",
|
| 1550 |
+
"visual.blocks.14.attn.k_norm",
|
| 1551 |
+
"visual.blocks.14.attn.proj",
|
| 1552 |
+
"visual.blocks.14.attn.proj.bias",
|
| 1553 |
+
"visual.blocks.14.attn.q_norm",
|
| 1554 |
+
"visual.blocks.14.attn.qkv",
|
| 1555 |
+
"visual.blocks.14.attn.qkv.bias",
|
| 1556 |
+
"visual.blocks.14.mlp.down_proj",
|
| 1557 |
+
"visual.blocks.14.mlp.down_proj.bias",
|
| 1558 |
+
"visual.blocks.14.mlp.gate_proj",
|
| 1559 |
+
"visual.blocks.14.mlp.gate_proj.bias",
|
| 1560 |
+
"visual.blocks.14.mlp.up_proj",
|
| 1561 |
+
"visual.blocks.14.mlp.up_proj.bias",
|
| 1562 |
+
"visual.blocks.14.norm1",
|
| 1563 |
+
"visual.blocks.14.norm2",
|
| 1564 |
+
"visual.blocks.15.attn.k_norm",
|
| 1565 |
+
"visual.blocks.15.attn.proj",
|
| 1566 |
+
"visual.blocks.15.attn.proj.bias",
|
| 1567 |
+
"visual.blocks.15.attn.q_norm",
|
| 1568 |
+
"visual.blocks.15.attn.qkv",
|
| 1569 |
+
"visual.blocks.15.attn.qkv.bias",
|
| 1570 |
+
"visual.blocks.15.mlp.down_proj",
|
| 1571 |
+
"visual.blocks.15.mlp.down_proj.bias",
|
| 1572 |
+
"visual.blocks.15.mlp.gate_proj",
|
| 1573 |
+
"visual.blocks.15.mlp.gate_proj.bias",
|
| 1574 |
+
"visual.blocks.15.mlp.up_proj",
|
| 1575 |
+
"visual.blocks.15.mlp.up_proj.bias",
|
| 1576 |
+
"visual.blocks.15.norm1",
|
| 1577 |
+
"visual.blocks.15.norm2",
|
| 1578 |
+
"visual.blocks.16.attn.k_norm",
|
| 1579 |
+
"visual.blocks.16.attn.proj",
|
| 1580 |
+
"visual.blocks.16.attn.proj.bias",
|
| 1581 |
+
"visual.blocks.16.attn.q_norm",
|
| 1582 |
+
"visual.blocks.16.attn.qkv",
|
| 1583 |
+
"visual.blocks.16.attn.qkv.bias",
|
| 1584 |
+
"visual.blocks.16.mlp.down_proj",
|
| 1585 |
+
"visual.blocks.16.mlp.down_proj.bias",
|
| 1586 |
+
"visual.blocks.16.mlp.gate_proj",
|
| 1587 |
+
"visual.blocks.16.mlp.gate_proj.bias",
|
| 1588 |
+
"visual.blocks.16.mlp.up_proj",
|
| 1589 |
+
"visual.blocks.16.mlp.up_proj.bias",
|
| 1590 |
+
"visual.blocks.16.norm1",
|
| 1591 |
+
"visual.blocks.16.norm2",
|
| 1592 |
+
"visual.blocks.17.attn.k_norm",
|
| 1593 |
+
"visual.blocks.17.attn.proj",
|
| 1594 |
+
"visual.blocks.17.attn.proj.bias",
|
| 1595 |
+
"visual.blocks.17.attn.q_norm",
|
| 1596 |
+
"visual.blocks.17.attn.qkv",
|
| 1597 |
+
"visual.blocks.17.attn.qkv.bias",
|
| 1598 |
+
"visual.blocks.17.mlp.down_proj",
|
| 1599 |
+
"visual.blocks.17.mlp.down_proj.bias",
|
| 1600 |
+
"visual.blocks.17.mlp.gate_proj",
|
| 1601 |
+
"visual.blocks.17.mlp.gate_proj.bias",
|
| 1602 |
+
"visual.blocks.17.mlp.up_proj",
|
| 1603 |
+
"visual.blocks.17.mlp.up_proj.bias",
|
| 1604 |
+
"visual.blocks.17.norm1",
|
| 1605 |
+
"visual.blocks.17.norm2",
|
| 1606 |
+
"visual.blocks.18.attn.k_norm",
|
| 1607 |
+
"visual.blocks.18.attn.proj",
|
| 1608 |
+
"visual.blocks.18.attn.proj.bias",
|
| 1609 |
+
"visual.blocks.18.attn.q_norm",
|
| 1610 |
+
"visual.blocks.18.attn.qkv",
|
| 1611 |
+
"visual.blocks.18.attn.qkv.bias",
|
| 1612 |
+
"visual.blocks.18.mlp.down_proj",
|
| 1613 |
+
"visual.blocks.18.mlp.down_proj.bias",
|
| 1614 |
+
"visual.blocks.18.mlp.gate_proj",
|
| 1615 |
+
"visual.blocks.18.mlp.gate_proj.bias",
|
| 1616 |
+
"visual.blocks.18.mlp.up_proj",
|
| 1617 |
+
"visual.blocks.18.mlp.up_proj.bias",
|
| 1618 |
+
"visual.blocks.18.norm1",
|
| 1619 |
+
"visual.blocks.18.norm2",
|
| 1620 |
+
"visual.blocks.19.attn.k_norm",
|
| 1621 |
+
"visual.blocks.19.attn.proj",
|
| 1622 |
+
"visual.blocks.19.attn.proj.bias",
|
| 1623 |
+
"visual.blocks.19.attn.q_norm",
|
| 1624 |
+
"visual.blocks.19.attn.qkv",
|
| 1625 |
+
"visual.blocks.19.attn.qkv.bias",
|
| 1626 |
+
"visual.blocks.19.mlp.down_proj",
|
| 1627 |
+
"visual.blocks.19.mlp.down_proj.bias",
|
| 1628 |
+
"visual.blocks.19.mlp.gate_proj",
|
| 1629 |
+
"visual.blocks.19.mlp.gate_proj.bias",
|
| 1630 |
+
"visual.blocks.19.mlp.up_proj",
|
| 1631 |
+
"visual.blocks.19.mlp.up_proj.bias",
|
| 1632 |
+
"visual.blocks.19.norm1",
|
| 1633 |
+
"visual.blocks.19.norm2",
|
| 1634 |
+
"visual.blocks.2.attn.k_norm",
|
| 1635 |
+
"visual.blocks.2.attn.proj",
|
| 1636 |
+
"visual.blocks.2.attn.proj.bias",
|
| 1637 |
+
"visual.blocks.2.attn.q_norm",
|
| 1638 |
+
"visual.blocks.2.attn.qkv",
|
| 1639 |
+
"visual.blocks.2.attn.qkv.bias",
|
| 1640 |
+
"visual.blocks.2.mlp.down_proj",
|
| 1641 |
+
"visual.blocks.2.mlp.down_proj.bias",
|
| 1642 |
+
"visual.blocks.2.mlp.gate_proj",
|
| 1643 |
+
"visual.blocks.2.mlp.gate_proj.bias",
|
| 1644 |
+
"visual.blocks.2.mlp.up_proj",
|
| 1645 |
+
"visual.blocks.2.mlp.up_proj.bias",
|
| 1646 |
+
"visual.blocks.2.norm1",
|
| 1647 |
+
"visual.blocks.2.norm2",
|
| 1648 |
+
"visual.blocks.20.attn.k_norm",
|
| 1649 |
+
"visual.blocks.20.attn.proj",
|
| 1650 |
+
"visual.blocks.20.attn.proj.bias",
|
| 1651 |
+
"visual.blocks.20.attn.q_norm",
|
| 1652 |
+
"visual.blocks.20.attn.qkv",
|
| 1653 |
+
"visual.blocks.20.attn.qkv.bias",
|
| 1654 |
+
"visual.blocks.20.mlp.down_proj",
|
| 1655 |
+
"visual.blocks.20.mlp.down_proj.bias",
|
| 1656 |
+
"visual.blocks.20.mlp.gate_proj",
|
| 1657 |
+
"visual.blocks.20.mlp.gate_proj.bias",
|
| 1658 |
+
"visual.blocks.20.mlp.up_proj",
|
| 1659 |
+
"visual.blocks.20.mlp.up_proj.bias",
|
| 1660 |
+
"visual.blocks.20.norm1",
|
| 1661 |
+
"visual.blocks.20.norm2",
|
| 1662 |
+
"visual.blocks.21.attn.k_norm",
|
| 1663 |
+
"visual.blocks.21.attn.proj",
|
| 1664 |
+
"visual.blocks.21.attn.proj.bias",
|
| 1665 |
+
"visual.blocks.21.attn.q_norm",
|
| 1666 |
+
"visual.blocks.21.attn.qkv",
|
| 1667 |
+
"visual.blocks.21.attn.qkv.bias",
|
| 1668 |
+
"visual.blocks.21.mlp.down_proj",
|
| 1669 |
+
"visual.blocks.21.mlp.down_proj.bias",
|
| 1670 |
+
"visual.blocks.21.mlp.gate_proj",
|
| 1671 |
+
"visual.blocks.21.mlp.gate_proj.bias",
|
| 1672 |
+
"visual.blocks.21.mlp.up_proj",
|
| 1673 |
+
"visual.blocks.21.mlp.up_proj.bias",
|
| 1674 |
+
"visual.blocks.21.norm1",
|
| 1675 |
+
"visual.blocks.21.norm2",
|
| 1676 |
+
"visual.blocks.22.attn.k_norm",
|
| 1677 |
+
"visual.blocks.22.attn.proj",
|
| 1678 |
+
"visual.blocks.22.attn.proj.bias",
|
| 1679 |
+
"visual.blocks.22.attn.q_norm",
|
| 1680 |
+
"visual.blocks.22.attn.qkv",
|
| 1681 |
+
"visual.blocks.22.attn.qkv.bias",
|
| 1682 |
+
"visual.blocks.22.mlp.down_proj",
|
| 1683 |
+
"visual.blocks.22.mlp.down_proj.bias",
|
| 1684 |
+
"visual.blocks.22.mlp.gate_proj",
|
| 1685 |
+
"visual.blocks.22.mlp.gate_proj.bias",
|
| 1686 |
+
"visual.blocks.22.mlp.up_proj",
|
| 1687 |
+
"visual.blocks.22.mlp.up_proj.bias",
|
| 1688 |
+
"visual.blocks.22.norm1",
|
| 1689 |
+
"visual.blocks.22.norm2",
|
| 1690 |
+
"visual.blocks.23.attn.k_norm",
|
| 1691 |
+
"visual.blocks.23.attn.proj",
|
| 1692 |
+
"visual.blocks.23.attn.proj.bias",
|
| 1693 |
+
"visual.blocks.23.attn.q_norm",
|
| 1694 |
+
"visual.blocks.23.attn.qkv",
|
| 1695 |
+
"visual.blocks.23.attn.qkv.bias",
|
| 1696 |
+
"visual.blocks.23.mlp.down_proj",
|
| 1697 |
+
"visual.blocks.23.mlp.down_proj.bias",
|
| 1698 |
+
"visual.blocks.23.mlp.gate_proj",
|
| 1699 |
+
"visual.blocks.23.mlp.gate_proj.bias",
|
| 1700 |
+
"visual.blocks.23.mlp.up_proj",
|
| 1701 |
+
"visual.blocks.23.mlp.up_proj.bias",
|
| 1702 |
+
"visual.blocks.23.norm1",
|
| 1703 |
+
"visual.blocks.23.norm2",
|
| 1704 |
+
"visual.blocks.3.attn.k_norm",
|
| 1705 |
+
"visual.blocks.3.attn.proj",
|
| 1706 |
+
"visual.blocks.3.attn.proj.bias",
|
| 1707 |
+
"visual.blocks.3.attn.q_norm",
|
| 1708 |
+
"visual.blocks.3.attn.qkv",
|
| 1709 |
+
"visual.blocks.3.attn.qkv.bias",
|
| 1710 |
+
"visual.blocks.3.mlp.down_proj",
|
| 1711 |
+
"visual.blocks.3.mlp.down_proj.bias",
|
| 1712 |
+
"visual.blocks.3.mlp.gate_proj",
|
| 1713 |
+
"visual.blocks.3.mlp.gate_proj.bias",
|
| 1714 |
+
"visual.blocks.3.mlp.up_proj",
|
| 1715 |
+
"visual.blocks.3.mlp.up_proj.bias",
|
| 1716 |
+
"visual.blocks.3.norm1",
|
| 1717 |
+
"visual.blocks.3.norm2",
|
| 1718 |
+
"visual.blocks.4.attn.k_norm",
|
| 1719 |
+
"visual.blocks.4.attn.proj",
|
| 1720 |
+
"visual.blocks.4.attn.proj.bias",
|
| 1721 |
+
"visual.blocks.4.attn.q_norm",
|
| 1722 |
+
"visual.blocks.4.attn.qkv",
|
| 1723 |
+
"visual.blocks.4.attn.qkv.bias",
|
| 1724 |
+
"visual.blocks.4.mlp.down_proj",
|
| 1725 |
+
"visual.blocks.4.mlp.down_proj.bias",
|
| 1726 |
+
"visual.blocks.4.mlp.gate_proj",
|
| 1727 |
+
"visual.blocks.4.mlp.gate_proj.bias",
|
| 1728 |
+
"visual.blocks.4.mlp.up_proj",
|
| 1729 |
+
"visual.blocks.4.mlp.up_proj.bias",
|
| 1730 |
+
"visual.blocks.4.norm1",
|
| 1731 |
+
"visual.blocks.4.norm2",
|
| 1732 |
+
"visual.blocks.5.attn.k_norm",
|
| 1733 |
+
"visual.blocks.5.attn.proj",
|
| 1734 |
+
"visual.blocks.5.attn.proj.bias",
|
| 1735 |
+
"visual.blocks.5.attn.q_norm",
|
| 1736 |
+
"visual.blocks.5.attn.qkv",
|
| 1737 |
+
"visual.blocks.5.attn.qkv.bias",
|
| 1738 |
+
"visual.blocks.5.mlp.down_proj",
|
| 1739 |
+
"visual.blocks.5.mlp.down_proj.bias",
|
| 1740 |
+
"visual.blocks.5.mlp.gate_proj",
|
| 1741 |
+
"visual.blocks.5.mlp.gate_proj.bias",
|
| 1742 |
+
"visual.blocks.5.mlp.up_proj",
|
| 1743 |
+
"visual.blocks.5.mlp.up_proj.bias",
|
| 1744 |
+
"visual.blocks.5.norm1",
|
| 1745 |
+
"visual.blocks.5.norm2",
|
| 1746 |
+
"visual.blocks.6.attn.k_norm",
|
| 1747 |
+
"visual.blocks.6.attn.proj",
|
| 1748 |
+
"visual.blocks.6.attn.proj.bias",
|
| 1749 |
+
"visual.blocks.6.attn.q_norm",
|
| 1750 |
+
"visual.blocks.6.attn.qkv",
|
| 1751 |
+
"visual.blocks.6.attn.qkv.bias",
|
| 1752 |
+
"visual.blocks.6.mlp.down_proj",
|
| 1753 |
+
"visual.blocks.6.mlp.down_proj.bias",
|
| 1754 |
+
"visual.blocks.6.mlp.gate_proj",
|
| 1755 |
+
"visual.blocks.6.mlp.gate_proj.bias",
|
| 1756 |
+
"visual.blocks.6.mlp.up_proj",
|
| 1757 |
+
"visual.blocks.6.mlp.up_proj.bias",
|
| 1758 |
+
"visual.blocks.6.norm1",
|
| 1759 |
+
"visual.blocks.6.norm2",
|
| 1760 |
+
"visual.blocks.7.attn.k_norm",
|
| 1761 |
+
"visual.blocks.7.attn.proj",
|
| 1762 |
+
"visual.blocks.7.attn.proj.bias",
|
| 1763 |
+
"visual.blocks.7.attn.q_norm",
|
| 1764 |
+
"visual.blocks.7.attn.qkv",
|
| 1765 |
+
"visual.blocks.7.attn.qkv.bias",
|
| 1766 |
+
"visual.blocks.7.mlp.down_proj",
|
| 1767 |
+
"visual.blocks.7.mlp.down_proj.bias",
|
| 1768 |
+
"visual.blocks.7.mlp.gate_proj",
|
| 1769 |
+
"visual.blocks.7.mlp.gate_proj.bias",
|
| 1770 |
+
"visual.blocks.7.mlp.up_proj",
|
| 1771 |
+
"visual.blocks.7.mlp.up_proj.bias",
|
| 1772 |
+
"visual.blocks.7.norm1",
|
| 1773 |
+
"visual.blocks.7.norm2",
|
| 1774 |
+
"visual.blocks.8.attn.k_norm",
|
| 1775 |
+
"visual.blocks.8.attn.proj",
|
| 1776 |
+
"visual.blocks.8.attn.proj.bias",
|
| 1777 |
+
"visual.blocks.8.attn.q_norm",
|
| 1778 |
+
"visual.blocks.8.attn.qkv",
|
| 1779 |
+
"visual.blocks.8.attn.qkv.bias",
|
| 1780 |
+
"visual.blocks.8.mlp.down_proj",
|
| 1781 |
+
"visual.blocks.8.mlp.down_proj.bias",
|
| 1782 |
+
"visual.blocks.8.mlp.gate_proj",
|
| 1783 |
+
"visual.blocks.8.mlp.gate_proj.bias",
|
| 1784 |
+
"visual.blocks.8.mlp.up_proj",
|
| 1785 |
+
"visual.blocks.8.mlp.up_proj.bias",
|
| 1786 |
+
"visual.blocks.8.norm1",
|
| 1787 |
+
"visual.blocks.8.norm2",
|
| 1788 |
+
"visual.blocks.9.attn.k_norm",
|
| 1789 |
+
"visual.blocks.9.attn.proj",
|
| 1790 |
+
"visual.blocks.9.attn.proj.bias",
|
| 1791 |
+
"visual.blocks.9.attn.q_norm",
|
| 1792 |
+
"visual.blocks.9.attn.qkv",
|
| 1793 |
+
"visual.blocks.9.attn.qkv.bias",
|
| 1794 |
+
"visual.blocks.9.mlp.down_proj",
|
| 1795 |
+
"visual.blocks.9.mlp.down_proj.bias",
|
| 1796 |
+
"visual.blocks.9.mlp.gate_proj",
|
| 1797 |
+
"visual.blocks.9.mlp.gate_proj.bias",
|
| 1798 |
+
"visual.blocks.9.mlp.up_proj",
|
| 1799 |
+
"visual.blocks.9.mlp.up_proj.bias",
|
| 1800 |
+
"visual.blocks.9.norm1",
|
| 1801 |
+
"visual.blocks.9.norm2",
|
| 1802 |
+
"visual.downsample",
|
| 1803 |
+
"visual.downsample.bias",
|
| 1804 |
+
"visual.merger.down_proj",
|
| 1805 |
+
"visual.merger.gate_proj",
|
| 1806 |
+
"visual.merger.post_projection_norm",
|
| 1807 |
+
"visual.merger.post_projection_norm.bias",
|
| 1808 |
+
"visual.merger.proj",
|
| 1809 |
+
"visual.merger.up_proj",
|
| 1810 |
+
"visual.patch_embed.proj",
|
| 1811 |
+
"visual.patch_embed.proj.bias",
|
| 1812 |
+
"visual.post_layernorm",
|
| 1813 |
+
"weights_proj"
|
| 1814 |
+
],
|
| 1815 |
+
"quant_method": "fp8",
|
| 1816 |
+
"weight_block_size": [
|
| 1817 |
+
128,
|
| 1818 |
+
128
|
| 1819 |
+
]
|
| 1820 |
+
},
|
| 1821 |
+
"vision_bits": 6,
|
| 1822 |
+
"mtp_bits": 4
|
| 1823 |
+
}
|
| 1824 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"eos_token_id": [
|
| 4 |
+
154820,
|
| 5 |
+
154827,
|
| 6 |
+
154829
|
| 7 |
+
],
|
| 8 |
+
"pad_token_id": 154820,
|
| 9 |
+
"temperature": 1.0,
|
| 10 |
+
"top_p": 0.95,
|
| 11 |
+
"transformers_version": "5.16.0"
|
| 12 |
+
}
|
model-00001-of-00023.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8bb78d5f76c7e2e36c1bd911f59bfb31786f13f48eb3feeaa451d20290095cbe
|
| 3 |
+
size 5660704024
|
model-00002-of-00023.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4170dff08c925aa36dc28be2c713885947378f87616741e092c6e877616c61a9
|
| 3 |
+
size 7534372728
|
model-00003-of-00023.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac5d61b63d7f0454104ead2721d5f440aff5901e5c46b057f5636cc2a7384d96
|
| 3 |
+
size 7542828546
|
model-00004-of-00023.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9b618ad428185268771c43b781f3c035f6b42a846334ec6d1b4833e67233558
|
| 3 |
+
size 7534372728
|
model-00005-of-00023.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16748d78ebad980ebd76971e3ed4e0799056e42c915577b4420f4fa6d2ef4bee
|
| 3 |
+
size 7542835548
|
model-00006-of-00023.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea39a5214a6bcf2c03fd76c902cbf2a63b64ae59eaf86bb44ae41c7523feaf7d
|
| 3 |
+
size 7534379718
|
model-00007-of-00023.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6af72d41509a8b9fbab1a9faffa43c09243f3d45fb9f2e1e675e58b9946dcf25
|
| 3 |
+
size 7542835548
|
model-00008-of-00023.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87da44852f3c243be2632e3b97f201b36f8e1eecfe278f9b43cc951252dfa1cb
|
| 3 |
+
size 7534379718
|
model-00009-of-00023.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7a9de019bd9492545f9ca2d6a4177dc5061e86223a25c3bbf8aa0342f40c501
|
| 3 |
+
size 7542835548
|
model-00010-of-00023.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:facb0fa89292c5f100f03d0d790d12bd312fc9c66265292f13e7e43536e9545b
|
| 3 |
+
size 7534379718
|
model-00011-of-00023.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:155064128a7a1d84e5e76b5bffb0a90a9462450042d80acbcace63ce94bb8769
|
| 3 |
+
size 7542835548
|
model-00012-of-00023.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4729ae057bde76acea053e1449f6b98ea108644534d49bc29b8db535aede4ce
|
| 3 |
+
size 7534379718
|
model-00013-of-00023.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4c56022293e99263eee276c4a4cee47d7be34c8b2f3322f209609b77075d96f
|
| 3 |
+
size 7542835548
|
model-00014-of-00023.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35afef745103c944091b1eac208f6d0602d733dd1f2b1dfb6bcb2949b880b2d6
|
| 3 |
+
size 7534379718
|
model-00015-of-00023.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cfd981e5c00786b20736d1e266f96c0b0e79a3d2aaff7ec040aefb66ed436af
|
| 3 |
+
size 7542835548
|
model-00016-of-00023.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef5e25b18ebaafaed016366554146f19b110bd3263ecb5eb6565e220589b446a
|
| 3 |
+
size 7534379718
|
model-00017-of-00023.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:556b1acc875a560090228cb41f699d4ee4a50ef2f3fc05be0e83dbfe25848c5a
|
| 3 |
+
size 7542835548
|
model-00018-of-00023.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e23f4b82cd8f2352e7db4b9daf420415f114a18e8f81a339bf115694d3cba63
|
| 3 |
+
size 7534379718
|
model-00019-of-00023.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3636f3e6cc127615bc4c2f08b729842e667cd7722a81d9a48a38069329c8e558
|
| 3 |
+
size 7542835548
|
model-00020-of-00023.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:988fa5b27f01ee076cd792dfb7db295e5f6ea0e4dd4fd65988d3799272313204
|
| 3 |
+
size 7534379718
|
model-00021-of-00023.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19d1334c6668b8bea6209ab4c14b4ab05b08ef575aff5d913695d1427f218f20
|
| 3 |
+
size 7542835548
|
model-00022-of-00023.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f516349d6ca0adcff58b45d4beea4b5dba555b89a89fd69f3c375f53cbec0429
|
| 3 |
+
size 8565726891
|
model-00023-of-00023.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7367136600dc34d1228e1f1c8751a1560ed11abc687eaa35a0f8b750ab7737c0
|
| 3 |
+
size 69269741
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd47a4a9e5d47971a3cb7df66c86b83ea23b25b41a776c3b0f031c95f0c13d1b
|
| 3 |
+
size 16343098
|
processor_config.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"image_processor": {
|
| 3 |
+
"do_rescale": true,
|
| 4 |
+
"patch_expand_factor": 1,
|
| 5 |
+
"merge_size": 2,
|
| 6 |
+
"image_mean": [
|
| 7 |
+
0.48145466,
|
| 8 |
+
0.4578275,
|
| 9 |
+
0.40821073
|
| 10 |
+
],
|
| 11 |
+
"image_std": [
|
| 12 |
+
0.26862954,
|
| 13 |
+
0.26130258,
|
| 14 |
+
0.27577711
|
| 15 |
+
],
|
| 16 |
+
"temporal_patch_size": 2,
|
| 17 |
+
"patch_size": 14,
|
| 18 |
+
"min_image_tokens": 16,
|
| 19 |
+
"max_image_tokens": 8000,
|
| 20 |
+
"image_processor_type": "Glm5NextImageProcessor"
|
| 21 |
+
},
|
| 22 |
+
"video_processor": {
|
| 23 |
+
"do_rescale": true,
|
| 24 |
+
"video_processor_type": "Glm5NextVideoProcessor",
|
| 25 |
+
"patch_expand_factor": 1,
|
| 26 |
+
"merge_size": 2,
|
| 27 |
+
"image_mean": [
|
| 28 |
+
0.48145466,
|
| 29 |
+
0.4578275,
|
| 30 |
+
0.40821073
|
| 31 |
+
],
|
| 32 |
+
"image_std": [
|
| 33 |
+
0.26862954,
|
| 34 |
+
0.26130258,
|
| 35 |
+
0.27577711
|
| 36 |
+
],
|
| 37 |
+
"temporal_patch_size": 2,
|
| 38 |
+
"patch_size": 14,
|
| 39 |
+
"min_image_tokens": 16,
|
| 40 |
+
"max_image_tokens": 240000,
|
| 41 |
+
"fps": 2
|
| 42 |
+
},
|
| 43 |
+
"processor_class": "Glm5NextProcessor"
|
| 44 |
+
}
|
quantization_config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a5a41e535ffa1b0b386b71d4fd2fe83b4faa52b7b1f53e2e294bcb3ee941352
|
| 3 |
+
size 47905719
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19e773648cb4e65de8660ea6365e10acca112d42a854923df93db4a6f333a82d
|
| 3 |
+
size 20217442
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"model_max_length": 1048576,
|
| 28 |
+
"model_specific_special_tokens": {},
|
| 29 |
+
"pad_token": "<|endoftext|>",
|
| 30 |
+
"padding_side": "left",
|
| 31 |
+
"remove_space": false,
|
| 32 |
+
"tokenizer_class": "TokenizersBackend"
|
| 33 |
+
}
|