Files
Qwen2.5-1.5b-thinking-task-…/mergekit_config.yml
ModelHub XC 3d34a40c16 初始化项目,由ModelHub XC社区提供模型
Model: quangdung/Qwen2.5-1.5b-thinking-task-arithmetic
Source: Original Platform
2026-04-21 22:25:04 +08:00

20 lines
733 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

merge_method: task_arithmetic
slices:
- sources:
- model: /workspace/dqdung/khoaluan/model/Qwen2.5-1.5B
layer_range: [0, 28]
- model: /workspace/dqdung/khoaluan/model/Qwen2.5-Math-1.5B-Instruct
layer_range: [0, 28]
parameters:
density: 0.8 # k = 0.8 (top-k% of task vectors to keep)
weight: 0.3 # α = 1.0
- model: /workspace/dqdung/khoaluan/model/DeepSeek-R1-Distill-Qwen-1.5B
layer_range: [0, 28]
parameters:
density: 0.8 # k = 0.8
weight: 0.7 # α = 1.0
merge_parameters:
normalize: false # normalize merged task vectors
dtype: bfloat16
base_model: /workspace/dqdung/khoaluan/model/Qwen2.5-1.5B