--- base_model: - nbeerbower/mistral-nemo-gutenberg-12B-v4 - Gryphe/Pantheon-RP-1.6.1-12b-Nemo - anthracite-org/magnum-v4-12b 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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [anthracite-org/magnum-v4-12b](https://huggingface.co/anthracite-org/magnum-v4-12b) as a base. ### Models Merged The following models were included in the merge: * [nbeerbower/mistral-nemo-gutenberg-12B-v4](https://huggingface.co/nbeerbower/mistral-nemo-gutenberg-12B-v4) * [Gryphe/Pantheon-RP-1.6.1-12b-Nemo](https://huggingface.co/Gryphe/Pantheon-RP-1.6.1-12b-Nemo) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: anthracite-org/magnum-v4-12b #no parameters necessary for base model - model: Gryphe/Pantheon-RP-1.6.1-12b-Nemo parameters: density: 0.5 weight: 0.5 - model: nbeerbower/mistral-nemo-gutenberg-12B-v4 parameters: density: 0.5 weight: 0.5 merge_method: ties base_model: anthracite-org/magnum-v4-12b parameters: normalize: false int8_mask: true dtype: float16 ```