--- base_model: - anthracite-org/magnum-v2.5-12b-kto - Nohobby/Insanity - unsloth/Mistral-Nemo-Base-2407 library_name: transformers tags: - mergekit - merge --- # InsanityB 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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [unsloth/Mistral-Nemo-Base-2407](https://huggingface.co/unsloth/Mistral-Nemo-Base-2407) as a base. ### Models Merged The following models were included in the merge: * [anthracite-org/magnum-v2.5-12b-kto](https://huggingface.co/anthracite-org/magnum-v2.5-12b-kto) * [Nohobby/Insanity](https://huggingface.co/Nohobby/Insanity) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: unsloth/Mistral-Nemo-Base-2407 - model: Nohobby/Insanity parameters: weight: [0.50, 0.80] density: [0.75, 0.85] - model: anthracite-org/magnum-v2.5-12b-kto parameters: weight: [0.50, 0.20] density: [0.75, 0.55] merge_method: ties base_model: unsloth/Mistral-Nemo-Base-2407 parameters: int8_mask: true rescale: true normalize: false dtype: float32 out_dtype: bfloat16 ```