--- base_model: - Gen-Verse/ReasonFlux-F1-14B - qihoo360/Light-R1-14B-DS - deepcogito/cogito-v1-preview-qwen-14B - agentica-org/DeepCoder-14B-Preview - Qwen/Qwen2.5-Coder-14B-Instruct - Qwen/Qwen2.5-Coder-14B 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 [SCE](https://arxiv.org/abs/2408.07990) merge method using [Qwen/Qwen2.5-Coder-14B](https://huggingface.co/Qwen/Qwen2.5-Coder-14B) as a base. ### Models Merged The following models were included in the merge: * [Gen-Verse/ReasonFlux-F1-14B](https://huggingface.co/Gen-Verse/ReasonFlux-F1-14B) * [qihoo360/Light-R1-14B-DS](https://huggingface.co/qihoo360/Light-R1-14B-DS) * [deepcogito/cogito-v1-preview-qwen-14B](https://huggingface.co/deepcogito/cogito-v1-preview-qwen-14B) * [agentica-org/DeepCoder-14B-Preview](https://huggingface.co/agentica-org/DeepCoder-14B-Preview) * [Qwen/Qwen2.5-Coder-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-14B-Instruct) ### Configuration The following YAML configuration was used to produce this model: ```yaml merge_method: sce models: # Pivot model - model: Qwen/Qwen2.5-Coder-14B # Target models - model: deepcogito/cogito-v1-preview-qwen-14B - model: agentica-org/DeepCoder-14B-Preview - model: qihoo360/Light-R1-14B-DS - model: Gen-Verse/ReasonFlux-F1-14B - model: Qwen/Qwen2.5-Coder-14B-Instruct base_model: Qwen/Qwen2.5-Coder-14B parameters: select_topk: 1 dtype: float16 tokenizer_source: deepcogito/cogito-v1-preview-qwen-14B normalize: true int8_mask: true ```