--- base_model: - PocketDoc/Dans-PersonalityEngine-V1.1.0-12b - AuriAetherwiing/MN-12B-Starcannon-v3 - pot99rta/PatriSlush-DarkLorablated-LongStock-12B - mrcuddle/NemoMix-Lumimaid-12B - IntervitensInc/Mistral-Nemo-Base-2407-chatml - DoppelReflEx/MN-12B-FoxFrame-Miyuri 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 [pot99rta/PatriSlush-DarkLorablated-LongStock-12B](https://huggingface.co/pot99rta/PatriSlush-DarkLorablated-LongStock-12B) as a base. ### Models Merged The following models were included in the merge: * [PocketDoc/Dans-PersonalityEngine-V1.1.0-12b](https://huggingface.co/PocketDoc/Dans-PersonalityEngine-V1.1.0-12b) * [AuriAetherwiing/MN-12B-Starcannon-v3](https://huggingface.co/AuriAetherwiing/MN-12B-Starcannon-v3) * [mrcuddle/NemoMix-Lumimaid-12B](https://huggingface.co/mrcuddle/NemoMix-Lumimaid-12B) * [IntervitensInc/Mistral-Nemo-Base-2407-chatml](https://huggingface.co/IntervitensInc/Mistral-Nemo-Base-2407-chatml) * [DoppelReflEx/MN-12B-FoxFrame-Miyuri](https://huggingface.co/DoppelReflEx/MN-12B-FoxFrame-Miyuri) ### Configuration The following YAML configuration was used to produce this model: ```yaml base_model: pot99rta/PatriSlush-DarkLorablated-LongStock-12B models: - model: AuriAetherwiing/MN-12B-Starcannon-v3 - model: mrcuddle/NemoMix-Lumimaid-12B - model: PocketDoc/Dans-PersonalityEngine-V1.1.0-12b - model: DoppelReflEx/MN-12B-FoxFrame-Miyuri - model: IntervitensInc/Mistral-Nemo-Base-2407-chatml merge_method: model_stock dtype: bfloat16 out_dtype: bfloat16 parameters: normalize: true tokenizer: source: union ```