--- base_model: - NousResearch/DeepHermes-3-Mistral-24B-Preview - anthracite-core/Mistral-Small-3.1-24B-Instruct-2503-HF - Kaoeiri/MS-Hempantheonsel-Mull-v5x1.8RP-Cydonia-vXXX-24B-12 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 [Task Arithmetic](https://arxiv.org/abs/2212.04089) merge method using [anthracite-core/Mistral-Small-3.1-24B-Instruct-2503-HF](https://huggingface.co/anthracite-core/Mistral-Small-3.1-24B-Instruct-2503-HF) as a base. ### Models Merged The following models were included in the merge: * [NousResearch/DeepHermes-3-Mistral-24B-Preview](https://huggingface.co/NousResearch/DeepHermes-3-Mistral-24B-Preview) * [Kaoeiri/MS-Hempantheonsel-Mull-v5x1.8RP-Cydonia-vXXX-24B-12](https://huggingface.co/Kaoeiri/MS-Hempantheonsel-Mull-v5x1.8RP-Cydonia-vXXX-24B-12) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: Kaoeiri/MS-Hempantheonsel-Mull-v5x1.8RP-Cydonia-vXXX-24B-12 parameters: weight: 1.0 density: 0.85 - model: NousResearch/DeepHermes-3-Mistral-24B-Preview parameters: weight: 0.35 density: 0.75 - model: anthracite-core/Mistral-Small-3.1-24B-Instruct-2503-HF parameters: weight: 1 density: 0.5 merge_method: task_arithmetic base_model: anthracite-core/Mistral-Small-3.1-24B-Instruct-2503-HF tokenizer_source: union parameters: int8_mask: true normalize: true dtype: bfloat16 ```