--- base_model: - Qwen/Qwen2.5-Omni-3B - Qwen/Qwen2-Audio-7B library_name: transformers tags: - mergekit - merge --- # merged_qwen_omni_dare_ties_3B 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](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [Qwen/Qwen2.5-Omni-3B](https://huggingface.co/Qwen/Qwen2.5-Omni-3B) as a base. ### Models Merged The following models were included in the merge: * [Qwen/Qwen2-Audio-7B](https://huggingface.co/Qwen/Qwen2-Audio-7B) ### Configuration The following YAML configuration was used to produce this model: ```yaml # mergekit 설정 파일: Qwen/Qwen3-8B 와 Qwen/Qwen2.5-Omni-7B 를 DARE_TIES 방식으로 병합 # 합칠 모델 목록 models: - model: Qwen/Qwen2-Audio-7B parameters: weight: 1.0 density: 1.0 - model: Qwen/Qwen2.5-Omni-3B parameters: weight: 1.0 density: 1.0 merge_method: dare_ties base_model: Qwen/Qwen2.5-Omni-3B # 또는 Qwen/Qwen3-8B parameters: density: 0.5 # 이 값을 조정하며 실험하세요 (예: 0.2, 0.7 등) normalize: false int8_mask: true dtype: bfloat16 ```