--- base_model: - djuna/Q2.5-Fuppavy-7B - jeffmeloy/Qwen2.5-7B-nerd-uncensored-v1.7 - DrNicefellow/Qwen2.5-7B-O1-Journey-1 - bunnycore/Qwen2.5-7B-CyberRombos - C10X/CoT-2.5 - Qwen/Qwen2.5-7B-Instruct - Kaballas/TLetsgo 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 [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) as a base. ### Models Merged The following models were included in the merge: * [djuna/Q2.5-Fuppavy-7B](https://huggingface.co/djuna/Q2.5-Fuppavy-7B) * [jeffmeloy/Qwen2.5-7B-nerd-uncensored-v1.7](https://huggingface.co/jeffmeloy/Qwen2.5-7B-nerd-uncensored-v1.7) * [DrNicefellow/Qwen2.5-7B-O1-Journey-1](https://huggingface.co/DrNicefellow/Qwen2.5-7B-O1-Journey-1) * [bunnycore/Qwen2.5-7B-CyberRombos](https://huggingface.co/bunnycore/Qwen2.5-7B-CyberRombos) * [C10X/CoT-2.5](https://huggingface.co/C10X/CoT-2.5) * [Kaballas/TLetsgo](https://huggingface.co/Kaballas/TLetsgo) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: DrNicefellow/Qwen2.5-7B-O1-Journey-1 - model: C10X/CoT-2.5 - model: bunnycore/Qwen2.5-7B-CyberRombos - model: djuna/Q2.5-Fuppavy-7B - model: Kaballas/TLetsgo - model: jeffmeloy/Qwen2.5-7B-nerd-uncensored-v1.7 merge_method: model_stock base_model: Qwen/Qwen2.5-7B-Instruct dtype: bfloat16 ```