--- base_model: - bluryar/DeepSeek-R1-Distill-Qwen-1.5B-sft - thirdeyeai/DeepSeek-R1-Distill-Qwen-1.5B-uncensored - prithivMLmods/QwQ-R1-Distill-1.5B-CoT - deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B 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-1.5B-CoT](https://huggingface.co/prithivMLmods/QwQ-R1-Distill-1.5B-CoT) as a base. ### Models Merged The following models were included in the merge: * [bluryar/DeepSeek-R1-Distill-Qwen-1.5B-sft](https://huggingface.co/bluryar/DeepSeek-R1-Distill-Qwen-1.5B-sft) * [thirdeyeai/DeepSeek-R1-Distill-Qwen-1.5B-uncensored](https://huggingface.co/thirdeyeai/DeepSeek-R1-Distill-Qwen-1.5B-uncensored) * [deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B - model: prithivMLmods/QwQ-R1-Distill-1.5B-CoT - model: bluryar/DeepSeek-R1-Distill-Qwen-1.5B-sft - model: thirdeyeai/DeepSeek-R1-Distill-Qwen-1.5B-uncensored base_model: prithivMLmods/QwQ-R1-Distill-1.5B-CoT merge_method: model_stock parameters: dtype: bfloat16 ```