--- base_model: - bunnycore/Qwen-2.5-7B-R1-Stock - deepseek-ai/DeepSeek-R1-Distill-Qwen-7B - prithivMLmods/QwQ-R1-Distill-7B-CoT - ClaudioItaly/Intelligence-R1-Distill-7B library_name: transformers tags: - mergekit - merge license: mit --- # merge This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). ## Merge Details ### Merge Method This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [prithivMLmods/QwQ-R1-Distill-7B-CoT](https://huggingface.co/prithivMLmods/QwQ-R1-Distill-7B-CoT) as a base. ### Models Merged The following models were included in the merge: * [bunnycore/Qwen-2.5-7B-R1-Stock](https://huggingface.co/bunnycore/Qwen-2.5-7B-R1-Stock) * [deepseek-ai/DeepSeek-R1-Distill-Qwen-7B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B) * [ClaudioItaly/Intelligence-R1-Distill-7B](https://huggingface.co/ClaudioItaly/Intelligence-R1-Distill-7B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: deepseek-ai/DeepSeek-R1-Distill-Qwen-7B - model: prithivMLmods/QwQ-R1-Distill-7B-CoT - model: bunnycore/Qwen-2.5-7B-R1-Stock - model: ClaudioItaly/Intelligence-R1-Distill-7B base_model: prithivMLmods/QwQ-R1-Distill-7B-CoT merge_method: model_stock parameters: dtype: bfloat16 ```