Qwen3-4B-Thinking-Slerp-FH

This model is a Spherical Linear Interpolation (SLERP) merge of two specialized Qwen3-4B variants. It aims to combine high-level reasoning capabilities from distilled thinking models with refined instruction-following from SFT (Supervised Fine-Tuning).

Merge Details

Merge Method

This model was merged using the SLERP (Spherical Linear Interpolation) method. SLERP is ideal for merging models of the same architecture as it preserves the geometric characteristics of the weight space better than traditional linear averaging.

Models Merged

The following models were included in the merge:

Configuration

The merge used a dynamic interpolation factor ($t$) to balance attention and MLP weights across the model layers:

slices:
  - sources:
      - model: TeichAI/Qwen3-4B-Thinking-2507-Gemini-3-Pro-Preview-High-Reasoning-Distill
        layer_range: [0, 36]
      - model: Losa10/Qwen3-4B-Thinking-2507-G3P-F-SFT
        layer_range: [0, 36]
merge_method: slerp
base_model: TeichAI/Qwen3-4B-Thinking-2507-Gemini-3-Pro-Preview-High-Reasoning-Distill
parameters:
  t:
    - filter: self_attn
      value: [0.4, 0.6] # Favors SFT in deeper attention layers
    - filter: mlp
      value: [0.6, 0.4] # Favors Reasoning in deeper MLP layers
    - value: 0.5
dtype: bfloat16
Downloads last month
7
Safetensors
Model size
4B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Losa10/Qwen3-4B-Thinking-Slerp-F