Qwen2.5-7B-HyperMix / README.md
bunnycore's picture
Upload folder using huggingface_hub
63e498a verified
|
raw
history blame
1.68 kB
---
base_model:
- huihui-ai/Qwen2.5-7B-Instruct-abliterated-v2
- Replete-AI/Replete-LLM-V2.5-Qwen-7b
- EVA-UNIT-01/EVA-Qwen2.5-7B-v0.0
- Orion-zhen/Qwen2.5-7B-Instruct-Uncensored
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 [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [Orion-zhen/Qwen2.5-7B-Instruct-Uncensored](https://huggingface.co/Orion-zhen/Qwen2.5-7B-Instruct-Uncensored) as a base.
### Models Merged
The following models were included in the merge:
* [huihui-ai/Qwen2.5-7B-Instruct-abliterated-v2](https://huggingface.co/huihui-ai/Qwen2.5-7B-Instruct-abliterated-v2)
* [Replete-AI/Replete-LLM-V2.5-Qwen-7b](https://huggingface.co/Replete-AI/Replete-LLM-V2.5-Qwen-7b)
* [EVA-UNIT-01/EVA-Qwen2.5-7B-v0.0](https://huggingface.co/EVA-UNIT-01/EVA-Qwen2.5-7B-v0.0)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: Replete-AI/Replete-LLM-V2.5-Qwen-7b
parameters:
density: 0.5
weight: 0.5
- model: huihui-ai/Qwen2.5-7B-Instruct-abliterated-v2
parameters:
density: 0.5
weight: 0.4
- model: Orion-zhen/Qwen2.5-7B-Instruct-Uncensored
parameters:
density: 0.5
weight: 0.5
- model: EVA-UNIT-01/EVA-Qwen2.5-7B-v0.0
parameters:
density: 0.5
weight: 0.5
merge_method: dare_ties
base_model: Orion-zhen/Qwen2.5-7B-Instruct-Uncensored
parameters:
normalize: false
int8_mask: true
dtype: float16
```