File size: 358 Bytes
9434410 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
models:
# Pivot model
- model: bunnycore/Qwen2.5-7B-RRP-1M
# Target models
- model: open-thoughts/OpenThinker-7B
- model: open-r1/OpenR1-Qwen-7B
- model: bunnycore/Qwen2.5-7B-MixStock-V0.1
- model: nvidia/AceInstruct-7B
merge_method: sce
base_model: bunnycore/Qwen2.5-7B-RRP-1M
parameters:
select_topk: 1.5
int8_mask: true
dtype: bfloat16
|