--- base_model: - prithivMLmods/QwQ-LCoT-3B-Instruct - bunnycore/Qwen2.5-3B-RP-Mix 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 [linear](https://arxiv.org/abs/2203.05482) merge method using [bunnycore/Qwen2.5-3B-RP-Mix](https://huggingface.co/bunnycore/Qwen2.5-3B-RP-Mix) as a base. ### Models Merged The following models were included in the merge: * [prithivMLmods/QwQ-LCoT-3B-Instruct](https://huggingface.co/prithivMLmods/QwQ-LCoT-3B-Instruct) ### Configuration The following YAML configuration was used to produce this model: ```yaml merge_method: linear dtype: bfloat16 normalize: true base_model: bunnycore/Qwen2.5-3B-RP-Mix models: - model: bunnycore/Qwen2.5-3B-RP-Mix parameters: weight: 10 density: 1 - model: prithivMLmods/QwQ-LCoT-3B-Instruct parameters: weight: 7 density: 0.8 ```