--- base_model: - Undi95/Llama3-Unholy-8B-OAS - vicgalle/Humanish-Roleplay-Llama-3.1-8B - Solshine/reflection-llama-3.1-8B-Solshine-Full - Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2 - bluuwhale/L3-SthenoMaidBlackroot-8B-V1 - Undi95/Meta-Llama-3.1-8B-Claude - vicgalle/Roleplay-Hermes-3-Llama-3.1-8B - Skywork/Skywork-o1-Open-Llama-3.1-8B - deepseek-ai/DeepSeek-R1-Distill-Llama-8B - ArliAI/Llama-3.1-8B-ArliAI-RPMax-v1.3 - TheDrummer/Llama-3SOME-8B-v2 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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [deepseek-ai/DeepSeek-R1-Distill-Llama-8B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-8B) as a base. ### Models Merged The following models were included in the merge: * [Undi95/Llama3-Unholy-8B-OAS](https://huggingface.co/Undi95/Llama3-Unholy-8B-OAS) * [vicgalle/Humanish-Roleplay-Llama-3.1-8B](https://huggingface.co/vicgalle/Humanish-Roleplay-Llama-3.1-8B) * [Solshine/reflection-llama-3.1-8B-Solshine-Full](https://huggingface.co/Solshine/reflection-llama-3.1-8B-Solshine-Full) * [Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2](https://huggingface.co/Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2) * [bluuwhale/L3-SthenoMaidBlackroot-8B-V1](https://huggingface.co/bluuwhale/L3-SthenoMaidBlackroot-8B-V1) * [Undi95/Meta-Llama-3.1-8B-Claude](https://huggingface.co/Undi95/Meta-Llama-3.1-8B-Claude) * [vicgalle/Roleplay-Hermes-3-Llama-3.1-8B](https://huggingface.co/vicgalle/Roleplay-Hermes-3-Llama-3.1-8B) * [Skywork/Skywork-o1-Open-Llama-3.1-8B](https://huggingface.co/Skywork/Skywork-o1-Open-Llama-3.1-8B) * [ArliAI/Llama-3.1-8B-ArliAI-RPMax-v1.3](https://huggingface.co/ArliAI/Llama-3.1-8B-ArliAI-RPMax-v1.3) * [TheDrummer/Llama-3SOME-8B-v2](https://huggingface.co/TheDrummer/Llama-3SOME-8B-v2) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: ArliAI/Llama-3.1-8B-ArliAI-RPMax-v1.3 - model: Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2 - model: Undi95/Llama3-Unholy-8B-OAS - model : Undi95/Meta-Llama-3.1-8B-Claude - model : vicgalle/Humanish-Roleplay-Llama-3.1-8B - model: vicgalle/Roleplay-Hermes-3-Llama-3.1-8B - model: TheDrummer/Llama-3SOME-8B-v2 - model: Skywork/Skywork-o1-Open-Llama-3.1-8B - model: Solshine/reflection-llama-3.1-8B-Solshine-Full - model: vicgalle/Humanish-Roleplay-Llama-3.1-8B - model: bluuwhale/L3-SthenoMaidBlackroot-8B-V1 merge_method: model_stock base_model: deepseek-ai/DeepSeek-R1-Distill-Llama-8B parameters: normalize: false int8_mask: true dtype: float16 ```