license: apache-2.0 | |
tags: | |
- merge | |
- mergekit | |
- mistralai/Mistral-7B-v0.1+predibase/customer_support | |
- NousResearch/Nous-Hermes-2-Mistral-7B-DPO | |
# Mistral-Hermes-Support-Ties | |
Mistral-Hermes-Support-Ties is a merge of the following models using [mergekit](https://github.com/cg123/mergekit): | |
* [mistralai/Mistral-7B-v0.1+predibase/customer_support](https://huggingface.co/mistralai/Mistral-7B-v0.1+predibase/customer_support) | |
* [NousResearch/Nous-Hermes-2-Mistral-7B-DPO](https://huggingface.co/NousResearch/Nous-Hermes-2-Mistral-7B-DPO) | |
## 🧩 Configuration | |
```yaml | |
models: | |
- model: mistralai/Mistral-7B-Instruct-v0.2 | |
#no parameters necessary for base model | |
- model: mistralai/Mistral-7B-v0.1+predibase/customer_support | |
parameters: | |
density: 0.5 | |
weight: 0.5 | |
- model: NousResearch/Nous-Hermes-2-Mistral-7B-DPO | |
parameters: | |
density: 0.5 | |
weight: 0.5 | |
merge_method: ties | |
base_model: mistralai/Mistral-7B-Instruct-v0.2 | |
parameters: | |
normalize: false | |
int8_mask: true | |
dtype: float16 | |
``` |