--- base_model: - ReadyArt/Omega-Darker_The-Final-Directive-22B - unsloth/Mistral-Small-Instruct-2409 - allura-org/MS-Meadowlark-22B - crestf411/MS-sunfall-v0.7.0 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 [DARE TIES](https://arxiv.org/abs/2311.03099) merge method using [unsloth/Mistral-Small-Instruct-2409](https://huggingface.co/unsloth/Mistral-Small-Instruct-2409) as a base. ### Models Merged The following models were included in the merge: * [ReadyArt/Omega-Darker_The-Final-Directive-22B](https://huggingface.co/ReadyArt/Omega-Darker_The-Final-Directive-22B) * [allura-org/MS-Meadowlark-22B](https://huggingface.co/allura-org/MS-Meadowlark-22B) * [crestf411/MS-sunfall-v0.7.0](https://huggingface.co/crestf411/MS-sunfall-v0.7.0) ### Configuration The following YAML configuration was used to produce this model: ```yaml merge_method: dare_ties base_model: unsloth/Mistral-Small-Instruct-2409 models: - model: ReadyArt/Omega-Darker_The-Final-Directive-22B parameters: weight: 0.33 - model: crestf411/MS-sunfall-v0.7.0 parameters: weight: 0.33 - model: allura-org/MS-Meadowlark-22B parameters: weight: 0.33 parameters: density: 1.0 tokenizer: source: base parameters: normalize: true ```