hearnoevil2 / README.md
impossibleexchange's picture
Upload model
236ffcb verified
|
raw
history blame
866 Bytes
---
base_model:
- Primeness/pmakks5
- manbeast3b/nanoRunescape_265
library_name: transformers
tags:
- mergekit
- merge
---
# output
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:
* [Primeness/pmakks5](https://huggingface.co/Primeness/pmakks5)
* [manbeast3b/nanoRunescape_265](https://huggingface.co/manbeast3b/nanoRunescape_265)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: manbeast3b/nanoRunescape_265
parameters:
weight: 1.0
- model: Primeness/pmakks5
parameters:
weight: 0.8
merge_method: linear
dtype: float32
```