tags: | |
- merge | |
- mergekit | |
# MergedQwen2-7B-Chat | |
MergedQwen2-7B-Chat is a merge of the following models using Mergekit: | |
## Configuration | |
```yaml | |
models: | |
- model: Qwen/Qwen2-7B-Instruct | |
- model: natong19/Qwen2-7B-Instruct-abliterated | |
- model: cognitivecomputations/dolphin-2.9.2-qwen2-7b | |
merge_method: model_stock | |
base_model: Qwen/Qwen2-7B-Instruct | |
dtype: bfloat16 | |
``` |