--- base_model: - huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated - crestf411/L3.1-8B-Slush-v1.1 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 [SLERP](https://en.wikipedia.org/wiki/Slerp) merge method. ### 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) * [crestf411/L3.1-8B-Slush-v1.1](https://huggingface.co/crestf411/L3.1-8B-Slush-v1.1) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: crestf411/L3.1-8B-Slush-v1.1 - model: huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated merge_method: slerp base_model: crestf411/L3.1-8B-Slush-v1.1 dtype: bfloat16 parameters: t: [0, 0.5, 1, 0.5, 0] # V shaped curve: Slush for input & output, DeepSeek in the middle layers ```