--- base_model: - TheDrummer/Cydonia-22B-v1.2 - TheDrummer/Cydonia-22B-v1.3 library_name: transformers tags: - mergekit - merge license: other license_name: mrl inference: false license_link: https://mistral.ai/licenses/MRL-0.1.md --- # Cydonia-v1.25-22B A merge attempt to balance out [Cydonia-22B-v1.2](https://huggingface.co/TheDrummer/Cydonia-22B-v1.2) and [Cydonia-22B-v1.3](https://huggingface.co/TheDrummer/Cydonia-22B-v1.3). It is a part of another merge of mine - [Cydonia-v1.25-Magnum-v4-22B](https://huggingface.co/knifeayumu/Cydonia-v1.2-v1.3-Magnum-v4-22B) (no, I didn't used v1.25 because I don't wanna confuse others). This is a merge of pre-trained language models created using [mergekit](https://github.com/arcee-ai/mergekit). ## Merge Details ### Merge Method This model was merged using the SLERP merge method. ### Models Merged The following models were included in the merge: * [TheDrummer/Cydonia-22B-v1.2](https://huggingface.co/TheDrummer/Cydonia-22B-v1.2) * [TheDrummer/Cydonia-22B-v1.3](https://huggingface.co/TheDrummer/Cydonia-22B-v1.3) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: TheDrummer/Cydonia-22B-v1.2 - model: TheDrummer/Cydonia-22B-v1.3 merge_method: slerp base_model: TheDrummer/Cydonia-22B-v1.2 parameters: t: [0.1, 0.3, 0.5, 0.7, 0.9] dtype: bfloat16 ```