--- base_model: - mergekit-community/MN-Sappho-j-12B - anthracite-org/magnum-v2.5-12b-kto - mergekit-community/MN-Sappho-e-12B - Azazelle/MN-Halide-12b-v1.0 - inflatebot/MN-12B-Mag-Mell-R1 - XeroCodes/aurora-12b - mergekit-community/MN-Sappho-b-12B - jtatman/mistral_nemo_12b_reasoning_psychology_lora - Khetterman/AbominationScience-12B-v4 - mistralai/Mistral-Nemo-Instruct-2407 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 [mergekit-community/MN-Sappho-j-12B](https://huggingface.co/mergekit-community/MN-Sappho-j-12B) as a base. ### Models Merged The following models were included in the merge: * [anthracite-org/magnum-v2.5-12b-kto](https://huggingface.co/anthracite-org/magnum-v2.5-12b-kto) * [mergekit-community/MN-Sappho-e-12B](https://huggingface.co/mergekit-community/MN-Sappho-e-12B) * [Azazelle/MN-Halide-12b-v1.0](https://huggingface.co/Azazelle/MN-Halide-12b-v1.0) * [inflatebot/MN-12B-Mag-Mell-R1](https://huggingface.co/inflatebot/MN-12B-Mag-Mell-R1) + [XeroCodes/aurora-12b](https://huggingface.co/XeroCodes/aurora-12b) * [mergekit-community/MN-Sappho-b-12B](https://huggingface.co/mergekit-community/MN-Sappho-b-12B) + [jtatman/mistral_nemo_12b_reasoning_psychology_lora](https://huggingface.co/jtatman/mistral_nemo_12b_reasoning_psychology_lora) * [Khetterman/AbominationScience-12B-v4](https://huggingface.co/Khetterman/AbominationScience-12B-v4) * [mistralai/Mistral-Nemo-Instruct-2407](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407) ### Configuration The following YAML configuration was used to produce this model: ```yaml dtype: float32 out_dtype: bfloat16 merge_method: model_stock base_model: mergekit-community/MN-Sappho-j-12B models: - model: mergekit-community/MN-Sappho-e-12B - model: mergekit-community/MN-Sappho-b-12B+jtatman/mistral_nemo_12b_reasoning_psychology_lora - model: Khetterman/AbominationScience-12B-v4 - model: anthracite-org/magnum-v2.5-12b-kto - model: inflatebot/MN-12B-Mag-Mell-R1+XeroCodes/aurora-12b - model: Azazelle/MN-Halide-12b-v1.0 - model: mistralai/Mistral-Nemo-Instruct-2407 ```