--- base_model: - sometimesanotion/Qwenvergence-14B-v11 - Tesslate/UIGEN-T1.5-14B - spacematt/Qwen2.5-Wicked-Coder-14B-Instruct - CultriX/Qwen2.5-14B-Hyperionv3 - Gen-Verse/ReasonFlux-F1-14B - nbeerbower/Dumpling-Qwen2.5-14B - sthenno-com/miscii-14b-1225 - Azure99/Blossom-V6-14B - rombodawg/Rombos-LLM-V2.6-Qwen-14b - EVA-UNIT-01/EVA-Qwen2.5-14B-v0.2 - Triangle104/Robo-Gutenberg_V1.0 - djuna/Q2.5-Veltha-14B library_name: transformers tags: - mergekit - merge license: apache-2.0 --- # 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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [spacematt/Qwen2.5-Wicked-Coder-14B-Instruct](https://huggingface.co/spacematt/Qwen2.5-Wicked-Coder-14B-Instruct) as a base. ### Models Merged The following models were included in the merge: * [sometimesanotion/Qwenvergence-14B-v11](https://huggingface.co/sometimesanotion/Qwenvergence-14B-v11) * [Tesslate/UIGEN-T1.5-14B](https://huggingface.co/Tesslate/UIGEN-T1.5-14B) * [CultriX/Qwen2.5-14B-Hyperionv3](https://huggingface.co/CultriX/Qwen2.5-14B-Hyperionv3) * [Gen-Verse/ReasonFlux-F1-14B](https://huggingface.co/Gen-Verse/ReasonFlux-F1-14B) * [nbeerbower/Dumpling-Qwen2.5-14B](https://huggingface.co/nbeerbower/Dumpling-Qwen2.5-14B) * [sthenno-com/miscii-14b-1225](https://huggingface.co/sthenno-com/miscii-14b-1225) * [Azure99/Blossom-V6-14B](https://huggingface.co/Azure99/Blossom-V6-14B) * [rombodawg/Rombos-LLM-V2.6-Qwen-14b](https://huggingface.co/rombodawg/Rombos-LLM-V2.6-Qwen-14b) * [EVA-UNIT-01/EVA-Qwen2.5-14B-v0.2](https://huggingface.co/EVA-UNIT-01/EVA-Qwen2.5-14B-v0.2) * [Triangle104/Robo-Gutenberg_V1.0](https://huggingface.co/Triangle104/Robo-Gutenberg_V1.0) * [djuna/Q2.5-Veltha-14B](https://huggingface.co/djuna/Q2.5-Veltha-14B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: Tesslate/UIGEN-T1.5-14B - model: Triangle104/Robo-Gutenberg_V1.0 - model: CultriX/Qwen2.5-14B-Hyperionv3 - model: EVA-UNIT-01/EVA-Qwen2.5-14B-v0.2 - model: nbeerbower/Dumpling-Qwen2.5-14B - model: djuna/Q2.5-Veltha-14B - model: sthenno-com/miscii-14b-1225 - model: Gen-Verse/ReasonFlux-F1-14B - model: Azure99/Blossom-V6-14B - model: rombodawg/Rombos-LLM-V2.6-Qwen-14b - model: sometimesanotion/Qwenvergence-14B-v11 - model: spacematt/Qwen2.5-Wicked-Coder-14B-Instruct merge_method: model_stock base_model: spacematt/Qwen2.5-Wicked-Coder-14B-Instruct normalize: true int8_mask: true dtype: bfloat16 ```