--- base_model: - nbeerbower/Mistral-Nemo-Prism-12B-v7 - nbeerbower/Mistral-Nemo-Gutenberg-Doppel-12B-v2 - nbeerbower/mistral-nemo-kartoffel-12B - flammenai/Mahou-1.5-mistral-nemo-12B - flammenai/Flammades-Mistral-Nemo-12B - nbeerbower/mistral-nemo-bophades3-12B - mistralai/Mistral-Nemo-Base-2407 library_name: transformers tags: - mergekit - merge --- # Nemoties-ChatML-12B 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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [mistralai/Mistral-Nemo-Base-2407](https://huggingface.co/mistralai/Mistral-Nemo-Base-2407) as a base. ### Models Merged The following models were included in the merge: * [nbeerbower/Mistral-Nemo-Prism-12B-v7](https://huggingface.co/nbeerbower/Mistral-Nemo-Prism-12B-v7) * [nbeerbower/Mistral-Nemo-Gutenberg-Doppel-12B-v2](https://huggingface.co/nbeerbower/Mistral-Nemo-Gutenberg-Doppel-12B-v2) * [nbeerbower/mistral-nemo-kartoffel-12B](https://huggingface.co/nbeerbower/mistral-nemo-kartoffel-12B) * [flammenai/Mahou-1.5-mistral-nemo-12B](https://huggingface.co/flammenai/Mahou-1.5-mistral-nemo-12B) * [flammenai/Flammades-Mistral-Nemo-12B](https://huggingface.co/flammenai/Flammades-Mistral-Nemo-12B) * [nbeerbower/mistral-nemo-bophades3-12B](https://huggingface.co/nbeerbower/mistral-nemo-bophades3-12B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: flammenai/Mahou-1.5-mistral-nemo-12B parameters: weight: 1 density: 1 - model: nbeerbower/Mistral-Nemo-Gutenberg-Doppel-12B-v2 parameters: weight: 1 density: 1 - model: flammenai/Flammades-Mistral-Nemo-12B parameters: weight: 1 density: 1 - model: nbeerbower/Mistral-Nemo-Prism-12B-v7 parameters: weight: 1 density: 1 - model: nbeerbower/mistral-nemo-kartoffel-12B parameters: weight: 1 density: 1 - model: nbeerbower/mistral-nemo-bophades3-12B parameters: weight: 1 density: 1 merge_method: ties base_model: mistralai/Mistral-Nemo-Base-2407 parameters: weight: 1 density: 1 normalize: true int8_mask: true dtype: bfloat16 tokenizer: source: nbeerbower/mistral-nemo-kartoffel-12B ```