B4 / README.md
MrRobotoAI's picture
Upload folder using huggingface_hub
06d350a verified
|
raw
history blame
1.12 kB
---
base_model:
- MrRobotoAI/J
- MrRobotoAI/I
- MrRobotoAI/K
- MrRobotoAI/H
- MrRobotoAI/Odin-v2-8b-NOVELIST-128K
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/Odin-v2-8b-NOVELIST-128K](https://huggingface.co/MrRobotoAI/Odin-v2-8b-NOVELIST-128K) as a base.
### Models Merged
The following models were included in the merge:
* [MrRobotoAI/J](https://huggingface.co/MrRobotoAI/J)
* [MrRobotoAI/I](https://huggingface.co/MrRobotoAI/I)
* [MrRobotoAI/K](https://huggingface.co/MrRobotoAI/K)
* [MrRobotoAI/H](https://huggingface.co/MrRobotoAI/H)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: MrRobotoAI/H
- model: MrRobotoAI/I
- model: MrRobotoAI/J
- model: MrRobotoAI/K
merge_method: model_stock
base_model: MrRobotoAI/Odin-v2-8b-NOVELIST-128K
normalize: true
dtype: float16
```