--- base_model: - BarraHome/Mistroll-7B-v2.2 - jeiku/Alpaca_NSFW_Shuffled_Mistral - Endevor/EndlessRP-v3-7B - jeiku/Gnosis_Reformatted_Mistral - ajibawa-2023/WikiHow-Mistral-Instruct-7B - jeiku/Theory_of_Mind_Mistral - cognitivecomputations/dolphin-2.6-mistral-7b-dpo-laser - jeiku/Theory_of_Mind_Roleplay_Mistral - ResplendentAI/Paradigm_Shift_7B - jeiku/Synthetic_Soul_1k_Mistral_128 - ajibawa-2023/Code-Mistral-7B library_name: transformers tags: - mergekit - merge license: apache-2.0 --- # 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 [BarraHome/Mistroll-7B-v2.2](https://huggingface.co/BarraHome/Mistroll-7B-v2.2) + [jeiku/Alpaca_NSFW_Shuffled_Mistral](https://huggingface.co/jeiku/Alpaca_NSFW_Shuffled_Mistral) as a base. ### Models Merged The following models were included in the merge: * [Endevor/EndlessRP-v3-7B](https://huggingface.co/Endevor/EndlessRP-v3-7B) + [jeiku/Gnosis_Reformatted_Mistral](https://huggingface.co/jeiku/Gnosis_Reformatted_Mistral) * [ajibawa-2023/WikiHow-Mistral-Instruct-7B](https://huggingface.co/ajibawa-2023/WikiHow-Mistral-Instruct-7B) + [jeiku/Theory_of_Mind_Mistral](https://huggingface.co/jeiku/Theory_of_Mind_Mistral) * [cognitivecomputations/dolphin-2.6-mistral-7b-dpo-laser](https://huggingface.co/cognitivecomputations/dolphin-2.6-mistral-7b-dpo-laser) + [jeiku/Theory_of_Mind_Roleplay_Mistral](https://huggingface.co/jeiku/Theory_of_Mind_Roleplay_Mistral) * [ResplendentAI/Paradigm_Shift_7B](https://huggingface.co/ResplendentAI/Paradigm_Shift_7B) + [jeiku/Synthetic_Soul_1k_Mistral_128](https://huggingface.co/jeiku/Synthetic_Soul_1k_Mistral_128) * [ajibawa-2023/Code-Mistral-7B](https://huggingface.co/ajibawa-2023/Code-Mistral-7B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: ajibawa-2023/Code-Mistral-7B - model: ajibawa-2023/WikiHow-Mistral-Instruct-7B+jeiku/Theory_of_Mind_Mistral - model: cognitivecomputations/dolphin-2.6-mistral-7b-dpo-laser+jeiku/Theory_of_Mind_Roleplay_Mistral - model: ResplendentAI/Paradigm_Shift_7B+jeiku/Synthetic_Soul_1k_Mistral_128 - model: Endevor/EndlessRP-v3-7B+jeiku/Gnosis_Reformatted_Mistral merge_method: model_stock base_model: BarraHome/Mistroll-7B-v2.2+jeiku/Alpaca_NSFW_Shuffled_Mistral normalize: false int8_mask: true dtype: bfloat16 ```