--- base_model: - mobiuslabsgmbh/DeepSeek-R1-ReDistill-Qwen-7B-v1.1 - bunnycore/Qwen2.5-7B-RRP-1M - bunnycore/Qwen-2.5-7b-Cool-lora - bunnycore/Qwen2.5-7B-RRP-1M - bunnycore/Qwen2.5-7B-RRP-1M - bunnycore/Qwen-2.5-7B-1M-RRP-v1-lora - open-thoughts/OpenThinker-7B 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 [bunnycore/Qwen2.5-7B-RRP-1M](https://huggingface.co/bunnycore/Qwen2.5-7B-RRP-1M) as a base. ### Models Merged The following models were included in the merge: * [mobiuslabsgmbh/DeepSeek-R1-ReDistill-Qwen-7B-v1.1](https://huggingface.co/mobiuslabsgmbh/DeepSeek-R1-ReDistill-Qwen-7B-v1.1) * [bunnycore/Qwen2.5-7B-RRP-1M](https://huggingface.co/bunnycore/Qwen2.5-7B-RRP-1M) + [bunnycore/Qwen-2.5-7b-Cool-lora](https://huggingface.co/bunnycore/Qwen-2.5-7b-Cool-lora) * [bunnycore/Qwen2.5-7B-RRP-1M](https://huggingface.co/bunnycore/Qwen2.5-7B-RRP-1M) + [bunnycore/Qwen-2.5-7B-1M-RRP-v1-lora](https://huggingface.co/bunnycore/Qwen-2.5-7B-1M-RRP-v1-lora) * [open-thoughts/OpenThinker-7B](https://huggingface.co/open-thoughts/OpenThinker-7B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: open-thoughts/OpenThinker-7B - model: mobiuslabsgmbh/DeepSeek-R1-ReDistill-Qwen-7B-v1.1 - model: bunnycore/Qwen2.5-7B-RRP-1M+bunnycore/Qwen-2.5-7B-1M-RRP-v1-lora - model: bunnycore/Qwen2.5-7B-RRP-1M+bunnycore/Qwen-2.5-7b-Cool-lora merge_method: model_stock base_model: bunnycore/Qwen2.5-7B-RRP-1M parameters: normalize: true dtype: bfloat16 tokenizer_source: bunnycore/Qwen2.5-7B-RRP-1M ```