--- base_model: - ertghiu256/qwen-3-4b-mixture-of-thought - SuperbEmphasis/Qwen3-4B-RP-Test - bunnycore/Qwen3-4B-RP-V2 - fakezeta/amoral-Qwen3-4B - huihui-ai/Huihui-Qwen3-4B-abliterated-v2 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 [huihui-ai/Huihui-Qwen3-4B-abliterated-v2](https://huggingface.co/huihui-ai/Huihui-Qwen3-4B-abliterated-v2) as a base. ### Models Merged The following models were included in the merge: * [ertghiu256/qwen-3-4b-mixture-of-thought](https://huggingface.co/ertghiu256/qwen-3-4b-mixture-of-thought) * [SuperbEmphasis/Qwen3-4B-RP-Test](https://huggingface.co/SuperbEmphasis/Qwen3-4B-RP-Test) * [bunnycore/Qwen3-4B-RP-V2](https://huggingface.co/bunnycore/Qwen3-4B-RP-V2) * [fakezeta/amoral-Qwen3-4B](https://huggingface.co/fakezeta/amoral-Qwen3-4B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: SuperbEmphasis/Qwen3-4B-RP-Test parameters: density: 0.5 weight: 0.5 - model: fakezeta/amoral-Qwen3-4B parameters: density: 0.3 weight: 0.3 - model: bunnycore/Qwen3-4B-RP-V2 parameters: density: 0.4 weight: 0.4 - model: ertghiu256/qwen-3-4b-mixture-of-thought parameters: density: 0.3 weight: 0.3 merge_method: ties base_model: huihui-ai/Huihui-Qwen3-4B-abliterated-v2 parameters: normalize: false int8_mask: true dtype: float16 ```