--- base_model: - mlabonne/NeuralDaredevil-8B-abliterated - Sao10K/L3-8B-Stheno-v3.2 - Hastagaras/Anjir-8B-L3 - NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS library_name: transformers tags: - mergekit - merge --- # And the kitchen sink too! Similar to DevilSthenoAnjirSoup, except that Stheno has all grown up (Stheno-v3.2), and Lumimaid joins the fray! Experimental roleplay model. Q4_K_M GGUF: [Here](https://huggingface.co/Revile/KitchenSink-V2-L3-8B-Q4_K_M-GGUF) Llama 3 Instruct template. Recommended sampler settings: - Temperature: 0.7 - 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: * [mlabonne/NeuralDaredevil-8B-abliterated](https://huggingface.co/mlabonne/NeuralDaredevil-8B-abliterated) * [Hastagaras/Anjir-8B-L3](https://huggingface.co/Hastagaras/Anjir-8B-L3) * [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: mlabonne/NeuralDaredevil-8B-abliterated - model: Hastagaras/Anjir-8B-L3 - 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 ```