--- base_model: - unsloth/Mistral-Nemo-Instruct-2407 - nbeerbower/Mistral-Nemo-Gutenberg-Doppel-12B-v2 - anthracite-org/magnum-v4-12b - nbeerbower/Lyra4-Gutenberg2-12B library_name: transformers tags: - mergekit - merge license: apache-2.0 --- Model details: - First Version of Mistral_Sunair --- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). ### Merge Method This model was merged using the [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [unsloth/Mistral-Nemo-Instruct-2407](https://huggingface.co/unsloth/Mistral-Nemo-Instruct-2407) as a base. ### Models Merged The following models were included in the merge: * [nbeerbower/Mistral-Nemo-Gutenberg-Doppel-12B-v2](https://huggingface.co/nbeerbower/Mistral-Nemo-Gutenberg-Doppel-12B-v2) * [anthracite-org/magnum-v4-12b](https://huggingface.co/anthracite-org/magnum-v4-12b) * [nbeerbower/Lyra4-Gutenberg2-12B](https://huggingface.co/nbeerbower/Lyra4-Gutenberg2-12B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: unsloth/Mistral-Nemo-Instruct-2407 #no parameters necessary for base model - model: nbeerbower/Lyra4-Gutenberg2-12B parameters: density: 0.5 weight: 0.5 - model: nbeerbower/Mistral-Nemo-Gutenberg-Doppel-12B-v2 parameters: density: 0.25 weight: 0.25 - model: anthracite-org/magnum-v4-12b parameters: density: 0.25 weight: 0.25 merge_method: dare_ties base_model: unsloth/Mistral-Nemo-Instruct-2407 parameters: normalize: true int8_mask: true dtype: float16 ```