File size: 264 Bytes
67a5a5f |
1 2 3 4 5 6 7 8 9 |
models:
- model: Qwen/Qwen2.5-0.5B-Instruct
- model: Qwen/Qwen2.5-0.5B
merge_method: slerp
base_model: Qwen/Qwen2.5-0.5B-Instruct
dtype: bfloat16
parameters:
t: [0, 0.25, 0.5, 0.25, 0] # V shaped curve: Instruct for input & output, Both in the middle layers
|