--- license: cc-by-nc-nd-4.0 tags: - not-for-all-audiences --- # 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 SLERP merge method. ### Models Merged The following models were included in the merge: * [Kaoeiri/Mistral-magnum_X_Cydonia-v1.3](https://huggingface.co/Kaoeiri/Mistral-magnum_X_Cydonia-v1.3) * [spow12/ChatWaifu_v2.0_22B](https://huggingface.co/spow12/ChatWaifu_v2.0_22B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: Kaoeiri/Mistral-magnum_X_Cydonia-v1.3 - model: spow12/ChatWaifu_v2.0_22B merge_method: slerp base_model: Kaoeiri/Mistral-magnum_X_Cydonia-v1.3 parameters: t: [0.08, 0.32, 0.6, 0.32, 0.08] dtype: bfloat16 ```