base_model: | |
- mistralai/Mistral-7B-v0.1 | |
- NousResearch/Hermes-2-Pro-Mistral-7B | |
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 [task arithmetic](https://arxiv.org/abs/2212.04089) merge method using [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) as a base. | |
### Models Merged | |
The following models were included in the merge: | |
* [NousResearch/Hermes-2-Pro-Mistral-7B](https://huggingface.co/NousResearch/Hermes-2-Pro-Mistral-7B) | |
### Configuration | |
The following YAML configuration was used to produce this model: | |
```yaml | |
merge_method: task_arithmetic | |
dtype: float16 | |
base_model: mistralai/Mistral-7B-v0.1 | |
models: | |
- model: mistralai/Mistral-7B-v0.1 | |
- model: NousResearch/Hermes-2-Pro-Mistral-7B | |
parameters: | |
weight: 1.0 | |
name: Hermes-2-Pro-Mistral-flat-7B | |
``` | |