best_models_merge / README.md
Pedro13543's picture
Upload folder using huggingface_hub
9dc6f38 verified
|
raw
history blame
1.05 kB
---
base_model:
- Pedro13543/mega_blend_model
- Pedro13543/good_mix_r1
- Pedro13543/god_mix_v4_R1_base
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 [Pedro13543/mega_blend_model](https://huggingface.co/Pedro13543/mega_blend_model) as a base.
### Models Merged
The following models were included in the merge:
* [Pedro13543/good_mix_r1](https://huggingface.co/Pedro13543/good_mix_r1)
* [Pedro13543/god_mix_v4_R1_base](https://huggingface.co/Pedro13543/god_mix_v4_R1_base)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: Pedro13543/good_mix_r1
- model : Pedro13543/god_mix_v4_R1_base
merge_method: model_stock
base_model: Pedro13543/mega_blend_model
parameters:
normalize: false
int8_mask: true
dtype: float16
```