--- base_model: - Undi95/Toppy-M-7B - maywell/Synatra-7B-v0.3-RP 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 NuSLERP merge method. ### Models Merged The following models were included in the merge: * [Undi95/Toppy-M-7B](https://huggingface.co/Undi95/Toppy-M-7B) * [maywell/Synatra-7B-v0.3-RP](https://huggingface.co/maywell/Synatra-7B-v0.3-RP) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: maywell/Synatra-7B-v0.3-RP parameters: density: 0.5 weight: 0.5 - model: Undi95/Toppy-M-7B parameters: density: 0.5 weight: 0.5 merge_method: nuslerp parameters: normalize: true int8_mask: true dtype: float16 ```