Views
No views yet

embed_tokens and lm_head are strictly pinned to 1.0 (Qwen). The model reads and speaks purely using Qwen's vocabulary, completely eliminating the RAG degradation problem.[0, 0.1, 0.2, 0.3, 0.5, 0.7, 0.8, 0.9, 1] to prevent weight interference in deep reasoning steps.| Model | Score |
|---|---|
| khazarai/Qwen3-4B-Qwen3.6-plus-Reasoning-Slerp | 77.18 |
| khazarai/Qwen3-4B-Kimi2.5-Reasoning-Distilled | 76.09 |
| khazarai/Qwen3-4B-Qwen3.6-plus-Reasoning-Distilled | 75.64 |
| Qwen/Qwen3-4B-Thinking-2507 | 73.73 |
1
2models:
3 - model: khazarai/Qwen3-4B-Kimi2.5-Reasoning-Distilled
4 - model: khazarai/Qwen3-4B-Qwen3.6-plus-Reasoning-Distilled
5merge_method: slerp
6base_model: khazarai/Qwen3-4B-Kimi2.5-Reasoning-Distilled
7parameters:
8 t:
9 - filter: embed_tokens
10 value: 1
11
12 - filter: lm_head
13 value: 1
14
15 - value: 1
16
17 - filter: self
18 value: [0, 0.1, 0.2, 0.3, 0.5, 0.7, 0.8, 0.9, 1]
19
20dtype: bfloat16