--- base_model: - LLMcompe-Team-Watanabe/Qwen3-32B-sft-HIS-Chem-Engineering-45k-1ep-lr5e6-4096 - LLMcompe-Team-Watanabe/Qwen3-32B-textbookreasoning-UGPhysics-sft - LLMcompe-Team-Watanabe/Qwen3-32B-textbookreasoning-UGPhysics-AoPsInstruct-sft-med-grpo - LLMcompe-Team-Watanabe/Qwen3-32B-openmathreasoning-sft - Qwen/Qwen3-32B library_name: transformers tags: - mergekit - merge --- # qwen32b_stem_output 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 [DARE TIES](https://arxiv.org/abs/2311.03099) merge method using [Qwen/Qwen3-32B](https://huggingface.co/Qwen/Qwen3-32B) as a base. ### Models Merged The following models were included in the merge: * [LLMcompe-Team-Watanabe/Qwen3-32B-sft-HIS-Chem-Engineering-45k-1ep-lr5e6-4096](https://huggingface.co/LLMcompe-Team-Watanabe/Qwen3-32B-sft-HIS-Chem-Engineering-45k-1ep-lr5e6-4096) * [LLMcompe-Team-Watanabe/Qwen3-32B-textbookreasoning-UGPhysics-sft](https://huggingface.co/LLMcompe-Team-Watanabe/Qwen3-32B-textbookreasoning-UGPhysics-sft) * [LLMcompe-Team-Watanabe/Qwen3-32B-textbookreasoning-UGPhysics-AoPsInstruct-sft-med-grpo](https://huggingface.co/LLMcompe-Team-Watanabe/Qwen3-32B-textbookreasoning-UGPhysics-AoPsInstruct-sft-med-grpo) * [LLMcompe-Team-Watanabe/Qwen3-32B-openmathreasoning-sft](https://huggingface.co/LLMcompe-Team-Watanabe/Qwen3-32B-openmathreasoning-sft) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: Qwen/Qwen3-32B - model: LLMcompe-Team-Watanabe/Qwen3-32B-textbookreasoning-UGPhysics-sft parameters: density: 0.60 weight: 0.30 - model: LLMcompe-Team-Watanabe/Qwen3-32B-openmathreasoning-sft parameters: density: 0.60 weight: 0.25 - model: LLMcompe-Team-Watanabe/Qwen3-32B-sft-HIS-Chem-Engineering-45k-1ep-lr5e6-4096 parameters: density: 0.55 weight: 0.20 - model: LLMcompe-Team-Watanabe/Qwen3-32B-textbookreasoning-UGPhysics-AoPsInstruct-sft-med-grpo parameters: density: 0.50 weight: 0.10 - model: Qwen/Qwen3-32B parameters: density: 0.53 weight: 0.15 merge_method: dare_ties base_model: Qwen/Qwen3-32B parameters: int8_mask: true normalize: false dtype: bfloat16 ```