SkunkApe-14b / README.md
MarsupialAI's picture
Upload 8 files
d8f721d verified
|
raw
history blame
770 Bytes
---
base_model: []
library_name: transformers
tags:
- mergekit
- merge
---
# skunk14
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:
* f:\raw\moist14
* f:\raw\solstice14
* f:\raw\fimbul14
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: f:\raw\fimbul14
parameters:
weight: 1.0
- model: f:\raw\moist14
parameters:
weight: 1.0
- model: f:\raw\solstice14
parameters:
weight: 1.0
merge_method: linear
dtype: float16
```