base_model: | |
- Weyaxi/Einstein-v6.1-Llama3-8B | |
- flammenai/Mahou-1.3-llama3-8B | |
- Danielbrdz/Barcenas-Llama3-8b-ORPO | |
library_name: transformers | |
tags: | |
- mergekit | |
- merge | |
# merged_model | |
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 [linear](https://arxiv.org/abs/2203.05482) merge method. | |
### Models Merged | |
The following models were included in the merge: | |
* [Weyaxi/Einstein-v6.1-Llama3-8B](https://huggingface.co/Weyaxi/Einstein-v6.1-Llama3-8B) | |
* [flammenai/Mahou-1.3-llama3-8B](https://huggingface.co/flammenai/Mahou-1.3-llama3-8B) | |
* [Danielbrdz/Barcenas-Llama3-8b-ORPO](https://huggingface.co/Danielbrdz/Barcenas-Llama3-8b-ORPO) | |
### Configuration | |
The following YAML configuration was used to produce this model: | |
```yaml | |
models: | |
- model: flammenai/Mahou-1.3-llama3-8B | |
parameters: | |
weight: 1.0 | |
- model: Danielbrdz/Barcenas-Llama3-8b-ORPO | |
parameters: | |
weight: 1.0 | |
- model: Weyaxi/Einstein-v6.1-Llama3-8B | |
parameters: | |
weight: 1.0 | |
merge_method: linear | |
tokenizer_source: union | |
dtype: float16 | |
``` | |