--- base_model: - deepseek-ai/DeepSeek-R1-Distill-Qwen-14B - huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2 - mathdong01/DeepSeek-R1-14B-Finetuned library_name: transformers tags: - mergekit - merge --- # 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 [DARE TIES](https://arxiv.org/abs/2311.03099) merge method using [deepseek-ai/DeepSeek-R1-Distill-Qwen-14B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-14B) as a base. ### Models Merged The following models were included in the merge: * [huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2](https://huggingface.co/huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2) * [mathdong01/DeepSeek-R1-14B-Finetuned](https://huggingface.co/mathdong01/DeepSeek-R1-14B-Finetuned) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: deepseek-ai/DeepSeek-R1-Distill-Qwen-14B # Distilled version of DeepSeek-R1 fine-tuned from Qwen2.5-14B parameters: density: 0.5 weight: 0.3 - model: mathdong01/DeepSeek-R1-14B-Finetuned # Fine-tuned DeepSeek R1 model parameters: density: 0.5 weight: 0.2 - model: huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2 # Distilled model fine-tuned for specific tasks parameters: density: 0.6 weight: 0.3 merge_method: dare_ties base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-14B parameters: normalize: true int8_mask: true dtype: bfloat16 ```