| base_model: | |
| - huihui-ai/Qwen2.5-7B-Instruct-abliterated-v2 | |
| - EVA-UNIT-01/EVA-Qwen2.5-7B-v0.1 | |
| - rombodawg/Rombos-LLM-V2.5-Qwen-7b | |
| - Krystalan/DRT-o1-7B | |
| 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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [Krystalan/DRT-o1-7B](https://huggingface.co/Krystalan/DRT-o1-7B) as a base. | |
| ### Models Merged | |
| The following models were included in the merge: | |
| * [huihui-ai/Qwen2.5-7B-Instruct-abliterated-v2](https://huggingface.co/huihui-ai/Qwen2.5-7B-Instruct-abliterated-v2) | |
| * [EVA-UNIT-01/EVA-Qwen2.5-7B-v0.1](https://huggingface.co/EVA-UNIT-01/EVA-Qwen2.5-7B-v0.1) | |
| * [rombodawg/Rombos-LLM-V2.5-Qwen-7b](https://huggingface.co/rombodawg/Rombos-LLM-V2.5-Qwen-7b) | |
| ### Configuration | |
| The following YAML configuration was used to produce this model: | |
| ```yaml | |
| models: | |
| - model: Krystalan/DRT-o1-7B | |
| parameters: | |
| density: 0.75 | |
| weight: 1 | |
| - model: huihui-ai/Qwen2.5-7B-Instruct-abliterated-v2 | |
| parameters: | |
| density: 0.5 | |
| weight: 0.5 | |
| - model: EVA-UNIT-01/EVA-Qwen2.5-7B-v0.1 | |
| parameters: | |
| density: 0.5 | |
| weight: 0.5 | |
| - model: rombodawg/Rombos-LLM-V2.5-Qwen-7b | |
| parameters: | |
| density: 0.5 | |
| weight: 1 | |
| merge_method: ties | |
| base_model: Krystalan/DRT-o1-7B | |
| parameters: | |
| normalize: true | |
| int8_mask: true | |
| dtype: float16 | |
| ``` | |