--- base_model: - Locutusque/StockQwen-2.5-7B - djuna/Q2.5-Fuppavy-7B - fblgit/cybertron-v4-qw7B-MGS - happzy2633/qwen2.5-7b-ins-v3 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 della merge method using [djuna/Q2.5-Fuppavy-7B](https://huggingface.co/djuna/Q2.5-Fuppavy-7B) as a base. ### Models Merged The following models were included in the merge: * [Locutusque/StockQwen-2.5-7B](https://huggingface.co/Locutusque/StockQwen-2.5-7B) * [fblgit/cybertron-v4-qw7B-MGS](https://huggingface.co/fblgit/cybertron-v4-qw7B-MGS) * [happzy2633/qwen2.5-7b-ins-v3](https://huggingface.co/happzy2633/qwen2.5-7b-ins-v3) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: Locutusque/StockQwen-2.5-7B parameters: weight: 0.5 density: 0.5 - model: happzy2633/qwen2.5-7b-ins-v3 parameters: weight: 0.3 density: 1 - model: fblgit/cybertron-v4-qw7B-MGS parameters: weight: 1 density: 0.8 merge_method: della base_model: djuna/Q2.5-Fuppavy-7B parameters: epsilon: 0.04 lambda: 1.05 dtype: float32 out_dtype: bfloat16 ```