108 / README.md
MrRobotoAI's picture
Upload folder using huggingface_hub
30f09ca verified
---
base_model:
- MrRobotoAI/A9
- MrRobotoAI/A11
- MrRobotoAI/R7
- MrRobotoAI/A12
- MrRobotoAI/A10
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 [MrRobotoAI/R7](https://huggingface.co/MrRobotoAI/R7) as a base.
### Models Merged
The following models were included in the merge:
* [MrRobotoAI/A9](https://huggingface.co/MrRobotoAI/A9)
* [MrRobotoAI/A11](https://huggingface.co/MrRobotoAI/A11)
* [MrRobotoAI/A12](https://huggingface.co/MrRobotoAI/A12)
* [MrRobotoAI/A10](https://huggingface.co/MrRobotoAI/A10)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: MrRobotoAI/A9
- model: MrRobotoAI/A10
- model: MrRobotoAI/A11
- model: MrRobotoAI/A12
- model: MrRobotoAI/R7
merge_method: model_stock
base_model: MrRobotoAI/R7
normalize: true
dtype: float16
```