--- base_model: - unsloth/Mistral-Small-24B-Instruct-2501 - Nohobby/ignore_MS3-test-UNHOLY 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 [Linear DELLA](https://arxiv.org/abs/2406.11617) merge method using [Nohobby/ignore_MS3-test-UNHOLY](https://huggingface.co/Nohobby/ignore_MS3-test-UNHOLY) 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) ### Configuration The following YAML configuration was used to produce this model: ```yaml dtype: bfloat16 tokenizer_source: base merge_method: della_linear parameters: density: 0.55 base_model: Nohobby/ignore_MS3-test-UNHOLY models: - model: unsloth/Mistral-Small-24B-Instruct-2501 parameters: weight: - filter: v_proj value: [0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0] - filter: o_proj value: [1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1] - filter: up_proj value: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1] - filter: gate_proj value: [0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0] - filter: down_proj value: [1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] - value: 0 - model: Nohobby/ignore_MS3-test-UNHOLY parameters: weight: - filter: v_proj value: [1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1] - filter: o_proj value: [0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0] - filter: up_proj value: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] - filter: gate_proj value: [1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1] - filter: down_proj value: [0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1] - value: 1 ```