--- base_model: - rombodawg/Rombos-LLM-V2.5-Qwen-7b - suayptalha/Clarus-7B-v0.1 - gz987/qwen2.5-7b-cabs-v0.3 - prithivMLmods/WebMind-7B-v0.1 - fblgit/cybertron-v4-qw7B-MGS - Xiaojian9992024/Qwen2.5-THREADRIPPER-Small 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 [gz987/qwen2.5-7b-cabs-v0.3](https://huggingface.co/gz987/qwen2.5-7b-cabs-v0.3) as a base. ### Models Merged The following models were included in the merge: * [rombodawg/Rombos-LLM-V2.5-Qwen-7b](https://huggingface.co/rombodawg/Rombos-LLM-V2.5-Qwen-7b) * [suayptalha/Clarus-7B-v0.1](https://huggingface.co/suayptalha/Clarus-7B-v0.1) * [prithivMLmods/WebMind-7B-v0.1](https://huggingface.co/prithivMLmods/WebMind-7B-v0.1) * [fblgit/cybertron-v4-qw7B-MGS](https://huggingface.co/fblgit/cybertron-v4-qw7B-MGS) * [Xiaojian9992024/Qwen2.5-THREADRIPPER-Small](https://huggingface.co/Xiaojian9992024/Qwen2.5-THREADRIPPER-Small) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: gz987/qwen2.5-7b-cabs-v0.3 #no parameters necessary for base model - model: suayptalha/Clarus-7B-v0.1 parameters: density: 0.2 weight: 0.2 - model: Xiaojian9992024/Qwen2.5-THREADRIPPER-Small parameters: density: 0.2 weight: 0.2 - model: rombodawg/Rombos-LLM-V2.5-Qwen-7b parameters: density: 0.2 weight: 0.2 - model: prithivMLmods/WebMind-7B-v0.1 parameters: density: 0.2 weight: 0.2 - model: fblgit/cybertron-v4-qw7B-MGS parameters: density: 0.2 weight: 0.2 merge_method: ties base_model: gz987/qwen2.5-7b-cabs-v0.3 parameters: normalize: false int8_mask: true dtype: bfloat16 ```