mergekit-uploader's picture
Upload folder using huggingface_hub
4b1fd69 verified
---
base_model:
- OpenLLM-Ro/RoMistral-7b-Instruct
- mistralai/Mistral-7B-Instruct-v0.3
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 [OpenLLM-Ro/RoMistral-7b-Instruct](https://huggingface.co/OpenLLM-Ro/RoMistral-7b-Instruct) as a base.
### Models Merged
The following models were included in the merge:
* [mistralai/Mistral-7B-Instruct-v0.3](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: OpenLLM-Ro/RoMistral-7b-Instruct
parameters:
density: 0.7
weight: 0.7
- model: mistralai/Mistral-7B-Instruct-v0.3
parameters:
density: 0.3
weight: 0.3
merge_method: ties
base_model: OpenLLM-Ro/RoMistral-7b-Instruct
parameters:
normalize: false
int8_mask: true
dtype: float16
```