Darkknight535's picture
Upload folder using huggingface_hub
7f72b2d verified
---
base_model:
- Darkknight535/Patricide-21B-Unslop-Mell
- TheDrummer/Theia-21B-v2
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 NuSLERP merge method.
### Models Merged
The following models were included in the merge:
* [Darkknight535/Patricide-21B-Unslop-Mell](https://huggingface.co/Darkknight535/Patricide-21B-Unslop-Mell)
* [TheDrummer/Theia-21B-v2](https://huggingface.co/TheDrummer/Theia-21B-v2)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: TheDrummer/Theia-21B-v2
parameters:
weight: [0.6, 0.5, 0.3, 0.5, 0.6]
- model: Darkknight535/Patricide-21B-Unslop-Mell
parameters:
weight: [0.4, 0.5, 0.7, 0.5, 0.4]
merge_method: nuslerp
dtype: bfloat16
chat_template: "chatml"
tokenizer:
source: union
parameters:
normalize: true
int8_mask: true
```