--- license: apache-2.0 tags: - merge - mergekit --- # Mistral-Small24B-sce-merge-v1 Mistral-Small24B-sce-merge-v1 is a merge of the following models using [mergekit](https://github.com/cg123/mergekit): ## 🧩 Configuration ```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.95 int8_mask: true dtype: float32 out_dtype: bfloat16 normalize: true ```