File size: 1,150 Bytes
c9e0e3a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
models:
- model: ertghiu256/qwen3-math-reasoner
parameters:
weight: 0.8
- model: ertghiu256/qwen3-4b-code-reasoning
parameters:
weight: 0.9
- model: ertghiu256/qwen-3-4b-mixture-of-thought
parameters:
weight: 0.9
- model: POLARIS-Project/Polaris-4B-Preview
parameters:
weight: 0.9
- model: ertghiu256/qwen3-multi-reasoner
parameters:
weight: 0.8
- model: ertghiu256/Qwen3-Hermes-4b
parameters:
weight: 0.8
- model: ValiantLabs/Qwen3-4B-Esper3
parameters:
weight: 0.8
- model: Tesslate/UIGEN-T3-4B-Preview-MAX
parameters:
weight: 0.9
- model: ValiantLabs/Qwen3-4B-ShiningValiant3
parameters:
weight: 0.6
- model: ertghiu256/deepseek-r1-0528-distilled-qwen3
parameters:
weight: 0.1
- model: huihui-ai/Huihui-Qwen3-4B-Thinking-2507-abliterated
parameters:
weight: 0.6
- model: Qwen/Qwen3-4B-Thinking-2507
parameters:
weight: 0.9
merge_method: ties
base_model: Qwen/Qwen3-4B-Thinking-2507
parameters:
normalize: true
int8_mask: true
lambda: 1.0
dtype: float16
|