--- base_model: - TheDrummer/Cydonia-24B-v4.3 - sophosympatheia/Magistry-24B-v1.1 library_name: transformers tags: - mergekit - merge --- # Celestial-Order-24B 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 [DARE TIES](https://arxiv.org/abs/2311.03099) merge method using [TheDrummer/Cydonia-24B-v4.3](https://huggingface.co/TheDrummer/Cydonia-24B-v4.3) as a base. ### Models Merged The following models were included in the merge: * /home/sorihon/Documents/Calculated-Decision-24B/ * [sophosympatheia/Magistry-24B-v1.1](https://huggingface.co/sophosympatheia/Magistry-24B-v1.1) ### Configuration The following YAML configuration was used to produce this model: ```yaml merge_method: dare_ties base_model: TheDrummer/Cydonia-24B-v4.3 models: - model: /home/sorihon/Documents/Calculated-Decision-24B/ parameters: density: 0.75 weight: 0.7 - model: sophosympatheia/Magistry-24B-v1.1 parameters: density: 0.5 weight: 0.5 dtype: bfloat16 ```