--- base_model: - YOYO-AI/Qwen2.5-14B-it-restore - marcuscedricridia/Cheng-2-Ingredient4 - marcuscedricridia/Cheng-2-Ingredient1 - arcee-ai/Virtuoso-Small-v2 - marcuscedricridia/Cheng-2-Ingredient2 - marcuscedricridia/Cheng-2-Ingredient3 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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [YOYO-AI/Qwen2.5-14B-it-restore](https://huggingface.co/YOYO-AI/Qwen2.5-14B-it-restore) as a base. ### Models Merged The following models were included in the merge: * [marcuscedricridia/Cheng-2-Ingredient4](https://huggingface.co/marcuscedricridia/Cheng-2-Ingredient4) * [marcuscedricridia/Cheng-2-Ingredient1](https://huggingface.co/marcuscedricridia/Cheng-2-Ingredient1) * [arcee-ai/Virtuoso-Small-v2](https://huggingface.co/arcee-ai/Virtuoso-Small-v2) * [marcuscedricridia/Cheng-2-Ingredient2](https://huggingface.co/marcuscedricridia/Cheng-2-Ingredient2) * [marcuscedricridia/Cheng-2-Ingredient3](https://huggingface.co/marcuscedricridia/Cheng-2-Ingredient3) ### Configuration The following YAML configuration was used to produce this model: ```yaml merge_method: model_stock base_model: YOYO-AI/Qwen2.5-14B-it-restore models: - model: marcuscedricridia/Cheng-2-Ingredient1 - model: marcuscedricridia/Cheng-2-Ingredient2 - model: marcuscedricridia/Cheng-2-Ingredient3 - model: marcuscedricridia/Cheng-2-Ingredient4 - model: arcee-ai/Virtuoso-Small-v2 dtype: bfloat16 tokenizer_source: base int8_mask: true normalize: true name: Cheng-2 ```