--- base_model: - qingy2024/UwU-7B-Instruct - prithivMLmods/QwQ-LCoT-7B-Instruct - bunnycore/FuseQwQen-7B - bunnycore/QandoraExp-7B-Persona 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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [bunnycore/FuseQwQen-7B](https://huggingface.co/bunnycore/FuseQwQen-7B) as a base. ### Models Merged The following models were included in the merge: * [qingy2024/UwU-7B-Instruct](https://huggingface.co/qingy2024/UwU-7B-Instruct) * [prithivMLmods/QwQ-LCoT-7B-Instruct](https://huggingface.co/prithivMLmods/QwQ-LCoT-7B-Instruct) * [bunnycore/QandoraExp-7B-Persona](https://huggingface.co/bunnycore/QandoraExp-7B-Persona) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: bunnycore/FuseQwQen-7B parameters: weight: 0.5 - model: prithivMLmods/QwQ-LCoT-7B-Instruct parameters: weight: 0.5 - model: bunnycore/QandoraExp-7B-Persona parameters: weight: 0.5 - model: qingy2024/UwU-7B-Instruct parameters: weight: 0.5 base_model: bunnycore/FuseQwQen-7B merge_method: ties ```