Daring-Hyst / README.md
Because-It-Asks's picture
Upload 8 files
bed3fc6 verified
|
raw
history blame
No virus
1.06 kB
---
base_model:
- Kooten/DaringMaid-20B
- Undi95/Emerhyst-20B
library_name: transformers
tags:
- mergekit
- merge
---
# OUTPUTMERGE
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 SLERP merge method.
### Models Merged
The following models were included in the merge:
* [Kooten/DaringMaid-20B](https://huggingface.co/Kooten/DaringMaid-20B)
* [Undi95/Emerhyst-20B](https://huggingface.co/Undi95/Emerhyst-20B)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
slices:
- sources:
- model: Kooten/DaringMaid-20B
layer_range: [0, 62]
- model: Undi95/Emerhyst-20B
layer_range: [0, 62]
merge_method: slerp
base_model: Kooten/DaringMaid-20B
parameters:
t:
- filter: self_attn
value: [0, 0.4, 0.2, 0.6, 0.9]
- filter: mlp
value: [0.9, 0.4, 0.6, 0.2, 0]
- value: 0.35
dtype: bfloat16
```