File size: 554 Bytes
58abd89 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
models:
- model: happzy2633/qwen2.5-7b-ins-v3
parameters:
density: [1, 0.7, 0.1] # density gradient
weight: 1.0
- model: prithivMLmods/QwQ-LCoT2-7B-Instruct
parameters:
density: 0.5
weight: [0, 0.3, 0.7, 1] # weight gradient
- model: happzy2633/qwen2.5-7b-ins-v3
parameters:
density: 0.33
weight:
- filter: mlp
value: 0.5
- value: 0
merge_method: task_arithmetic
base_model: prithivMLmods/QwQ-LCoT2-7B-Instruct
parameters:
normalize: true
int8_mask: true
dtype: float16
|