File size: 411 Bytes
3013400 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
merge_method: sce
models:
# Pivot model
- model: Qwen/Qwen2.5-Coder-14B
# Target models
- model: agentica-org/DeepCoder-14B-Preview
- model: qihoo360/Light-R1-14B-DS
- model: Gen-Verse/ReasonFlux-F1-14B
- model: Qwen/Qwen2.5-Coder-14B-Instruct
base_model: Qwen/Qwen2.5-Coder-14B
parameters:
select_topk: 1
dtype: float16
tokenizer_source: qihoo360/Light-R1-14B-DS
normalize: true
int8_mask: true |