chargoddard's picture
Upload folder using huggingface_hub
039f537 verified
|
raw
history blame
970 Bytes
---
base_model:
- DazzlingXeno/GutenBerg_Nyxora
- anthracite-org/magnum-v4-27b
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 [linear](https://arxiv.org/abs/2203.05482) merge method using [anthracite-org/magnum-v4-27b](https://huggingface.co/anthracite-org/magnum-v4-27b) as a base.
### Models Merged
The following models were included in the merge:
* [DazzlingXeno/GutenBerg_Nyxora](https://huggingface.co/DazzlingXeno/GutenBerg_Nyxora)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: anthracite-org/magnum-v4-27b
parameters:
weight: 0.25
- model: DazzlingXeno/GutenBerg_Nyxora
parameters:
weight: 0.75
merge_method: linear
base_model: anthracite-org/magnum-v4-27b
dtype: bfloat16
```