This is a merge of pre-trained language models created using
mergekit.
Following up on
tomasmcm/sky-t1-coder-32b-flash, this experiment tries to merge 2 reasoning models based on Qwen 32B with a Coder model. But it seems to have caused the model to loose it's thinking abilities, even when adding
<think> to the prompt.
This model was merged using the
SCE merge method using
Qwen/Qwen2.5-32B as a base.
1models:
2 # Pivot model
3 - model: Qwen/Qwen2.5-32B
4 # Target models
5 - model: Qwen/Qwen2.5-Coder-32B-Instruct
6 - model: deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
7 - model: Qwen/QwQ-32B
8merge_method: sce
9base_model: Qwen/Qwen2.5-32B
10parameters:
11 select_topk: 1.0
12dtype: bfloat16
13