--- base_model: - bunnycore/Qwen3-4B-RP-V3 - ertghiu256/qwen3-4b-code-reasoning library_name: transformers tags: - mergekit - merge --- # Qwen 3 merged 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 [Arcee Fusion](https://arcee.ai) merge method using [bunnycore/Qwen3-4B-RP-V3](https://huggingface.co/bunnycore/Qwen3-4B-RP-V3) as a base. ### Models Merged The following models were included in the merge: * [ertghiu256/qwen3-4b-code-reasoning](https://huggingface.co/ertghiu256/qwen3-4b-code-reasoning) ### Configuration The following YAML configuration was used to produce this model: ```yaml base_model: bunnycore/Qwen3-4B-RP-V3 dtype: bfloat16 merge_method: arcee_fusion modules: default: slices: - sources: - layer_range: [0, 36] model: bunnycore/Qwen3-4B-RP-V3 - layer_range: [0, 36] model: ertghiu256/qwen3-4b-code-reasoning ```