--- base_model: - OmnicromsBrain/ToppyCox-7B - Elizezen/Berghof-NSFW-7B - Koriea/StormoPro-7B-NSFW - MrRobotoAI/Hathor-v4.7 - OmnicromsBrain/Eros_Scribe-7b - FPHam/Karen_TheEditor_V2_CREATIVE_Mistral_7B - FPHam/Writing_Partner_Mistral_7B - OmnicromsBrain/NeuralStar_Fusion-7B - OmnicromsBrain/StoryFusion-7B - OmnicromsBrain/EverythingBagel-DPO-7B 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 [MrRobotoAI/Hathor-v4.7](https://huggingface.co/MrRobotoAI/Hathor-v4.7) as a base. ### Models Merged The following models were included in the merge: * [OmnicromsBrain/ToppyCox-7B](https://huggingface.co/OmnicromsBrain/ToppyCox-7B) * [Elizezen/Berghof-NSFW-7B](https://huggingface.co/Elizezen/Berghof-NSFW-7B) * [Koriea/StormoPro-7B-NSFW](https://huggingface.co/Koriea/StormoPro-7B-NSFW) * [OmnicromsBrain/Eros_Scribe-7b](https://huggingface.co/OmnicromsBrain/Eros_Scribe-7b) * [FPHam/Karen_TheEditor_V2_CREATIVE_Mistral_7B](https://huggingface.co/FPHam/Karen_TheEditor_V2_CREATIVE_Mistral_7B) * [FPHam/Writing_Partner_Mistral_7B](https://huggingface.co/FPHam/Writing_Partner_Mistral_7B) * [OmnicromsBrain/NeuralStar_Fusion-7B](https://huggingface.co/OmnicromsBrain/NeuralStar_Fusion-7B) * [OmnicromsBrain/StoryFusion-7B](https://huggingface.co/OmnicromsBrain/StoryFusion-7B) * [OmnicromsBrain/EverythingBagel-DPO-7B](https://huggingface.co/OmnicromsBrain/EverythingBagel-DPO-7B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: OmnicromsBrain/Eros_Scribe-7b - model: OmnicromsBrain/NeuralStar_Fusion-7B - model: OmnicromsBrain/StoryFusion-7B - model: OmnicromsBrain/EverythingBagel-DPO-7B - model: OmnicromsBrain/ToppyCox-7B - model: FPHam/Karen_TheEditor_V2_CREATIVE_Mistral_7B - model: FPHam/Writing_Partner_Mistral_7B - model: Elizezen/Berghof-NSFW-7B - model: Koriea/StormoPro-7B-NSFW - model: MrRobotoAI/Hathor-v4.7 merge_method: model_stock base_model: MrRobotoAI/Hathor-v4.7 normalize: true dtype: float16 ```