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