Wauplin's picture
Wauplin HF Staff
Upload folder using huggingface_hub
8a9ca2e verified
|
raw
history blame
1.06 kB
---
base_model:
- gagan3012/Mistral_arabic_dpo
- mistralai/Mistral-7B-Instruct-v0.2
- Nexusflow/Starling-LM-7B-beta
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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) as a base.
### Models Merged
The following models were included in the merge:
* [gagan3012/Mistral_arabic_dpo](https://huggingface.co/gagan3012/Mistral_arabic_dpo)
* [Nexusflow/Starling-LM-7B-beta](https://huggingface.co/Nexusflow/Starling-LM-7B-beta)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: gagan3012/Mistral_arabic_dpo
- model: Nexusflow/Starling-LM-7B-beta
merge_method: model_stock
base_model: mistralai/Mistral-7B-Instruct-v0.2
dtype: bfloat16
```