--- base_model: - Hastagaras/Jamet-8B-L3-MK.V-Blackroot - cgato/L3-TheSpice-8b-v0.8.3 - NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS - Sao10K/L3-8B-Stheno-v3.2 library_name: transformers tags: - mergekit - merge --- # Merge madness. Experimental roleplay model. On a whim, I decided to just merge 4 great Llama 3 roleplay models together and see what happens. Q4_K_M GGUF [here](https://huggingface.co/Revile/ReviledSoup-L3-8B-Q4_K_M-GGUF). Recommended settings: - Temperature: 1.2 - Min-P: 0.1 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 [Sao10K/L3-8B-Stheno-v3.2](https://huggingface.co/Sao10K/L3-8B-Stheno-v3.2) as a base. ### Models Merged The following models were included in the merge: * [Hastagaras/Jamet-8B-L3-MK.V-Blackroot](https://huggingface.co/Hastagaras/Jamet-8B-L3-MK.V-Blackroot) * [cgato/L3-TheSpice-8b-v0.8.3](https://huggingface.co/cgato/L3-TheSpice-8b-v0.8.3) * [NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS](https://huggingface.co/NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: cgato/L3-TheSpice-8b-v0.8.3 - model: Hastagaras/Jamet-8B-L3-MK.V-Blackroot - model: NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS - model: Sao10K/L3-8B-Stheno-v3.2 merge_method: model_stock base_model: Sao10K/L3-8B-Stheno-v3.2 dtype: bfloat16 ```