--- base_model: - AIDC-AI/Marco-o1 - fblgit/cybertron-v4-qw7B-UNAMGS - rombodawg/Rombos-LLM-V2.5-Qwen-7b - Qwen/Qwen2.5-7B-Instruct - bunnycore/Qwen-2.1-7b-Persona-lora_model 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. ### Models Merged The following models were included in the merge: * [AIDC-AI/Marco-o1](https://huggingface.co/AIDC-AI/Marco-o1) * [fblgit/cybertron-v4-qw7B-UNAMGS](https://huggingface.co/fblgit/cybertron-v4-qw7B-UNAMGS) * [rombodawg/Rombos-LLM-V2.5-Qwen-7b](https://huggingface.co/rombodawg/Rombos-LLM-V2.5-Qwen-7b) * [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) + [bunnycore/Qwen-2.1-7b-Persona-lora_model](https://huggingface.co/bunnycore/Qwen-2.1-7b-Persona-lora_model) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: rombodawg/Rombos-LLM-V2.5-Qwen-7b parameters: weight: 1.0 - model: AIDC-AI/Marco-o1 parameters: weight: 1.0 - model: fblgit/cybertron-v4-qw7B-UNAMGS parameters: weight: 1.0 - model: Qwen/Qwen2.5-7B-Instruct+bunnycore/Qwen-2.1-7b-Persona-lora_model parameters: weight: 1.0 merge_method: linear normalize: false int8_mask: true dtype: bfloat16 ```