--- base_model: - huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated - unsloth/DeepSeek-R1-Distill-Llama-8B - nbeerbower/Llama3.1-Allades-8B 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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [unsloth/DeepSeek-R1-Distill-Llama-8B](https://huggingface.co/unsloth/DeepSeek-R1-Distill-Llama-8B) as a base. ### Models Merged The following models were included in the merge: * [huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated](https://huggingface.co/huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated) * [nbeerbower/Llama3.1-Allades-8B](https://huggingface.co/nbeerbower/Llama3.1-Allades-8B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: unsloth/DeepSeek-R1-Distill-Llama-8B #no parameters necessary for base model - model: huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated parameters: density: 0.4 weight: 0.5 - model: nbeerbower/Llama3.1-Allades-8B parameters: density: 0.5 weight: 0.6 merge_method: ties base_model: unsloth/DeepSeek-R1-Distill-Llama-8B parameters: normalize: false int8_mask: true dtype: float16 ```