--- base_model: - unsloth/Mistral-Small-24B-Instruct-2501 - trashpanda-org/MS-24B-Mullein-v0 - huihui-ai/Mistral-Small-24B-Instruct-2501-abliterated - cognitivecomputations/Dolphin3.0-Mistral-24B 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 [SCE](https://arxiv.org/abs/2408.07990) merge method using [cognitivecomputations/Dolphin3.0-Mistral-24B](https://huggingface.co/cognitivecomputations/Dolphin3.0-Mistral-24B) as a base. ### Models Merged The following models were included in the merge: * [unsloth/Mistral-Small-24B-Instruct-2501](https://huggingface.co/unsloth/Mistral-Small-24B-Instruct-2501) * [trashpanda-org/MS-24B-Mullein-v0](https://huggingface.co/trashpanda-org/MS-24B-Mullein-v0) * [huihui-ai/Mistral-Small-24B-Instruct-2501-abliterated](https://huggingface.co/huihui-ai/Mistral-Small-24B-Instruct-2501-abliterated) ### Configuration The following YAML configuration was used to produce this model: ```yaml merge_method: sce models: - model: trashpanda-org/MS-24B-Mullein-v0 - model: huihui-ai/Mistral-Small-24B-Instruct-2501-abliterated - model: cognitivecomputations/Dolphin3.0-Mistral-24B - model: unsloth/Mistral-Small-24B-Instruct-2501 base_model: cognitivecomputations/Dolphin3.0-Mistral-24B tokenizer: source: base parameters: select_topk: 0.8 dtype: float32 out_dtype: bfloat16 normalize: true ```