DavidAU's picture
Upload folder using huggingface_hub
5e48f66 verified
|
raw
history blame
1.71 kB
---
base_model: []
library_name: transformers
tags:
- mergekit
- merge
---
# Wordstorm-Cliffhanger-dt
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 [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using H:/David_au-RCM-11-models/MN-WORDSTORM-pt10-RCM-Sway-And-Thud-18.5B-Instruct as a base.
### Models Merged
The following models were included in the merge:
* H:/David_au-RCM-11-models/MN-WORDSTORM-pt5-RCM-Extra-Intense-18.5B-Instruct
* H:/David_au-RCM-11-models/MN-WORDSTORM-pt7-RCM-Into-Darkness-18.5B-Instruct
* H:/David_au-RCM-11-models/MN-WORDSTORM-pt4-RCM-Cliffhanger-18.5B-Instruct
* H:/David_au-RCM-11-models/MN-WORDSTORM-pt9-RCM-Preamble-Bang-18.5B-Instruct
### Configuration
The following YAML configuration was used to produce this model:
```yaml
#
# Dare Ties - Simple.
# [[CLIFFHANGER: "K" + "J" + "H" + "F" + "E"]]
# BASE "K"
models:
models:
- model: H:/David_au-RCM-11-models/MN-WORDSTORM-pt9-RCM-Preamble-Bang-18.5B-Instruct
parameters:
weight: .5
- model: H:/David_au-RCM-11-models/MN-WORDSTORM-pt7-RCM-Into-Darkness-18.5B-Instruct
parameters:
weight: .5
- model: H:/David_au-RCM-11-models/MN-WORDSTORM-pt5-RCM-Extra-Intense-18.5B-Instruct
parameters:
weight: .5
- model: H:/David_au-RCM-11-models/MN-WORDSTORM-pt4-RCM-Cliffhanger-18.5B-Instruct
parameters:
weight: .5
base_model: H:/David_au-RCM-11-models/MN-WORDSTORM-pt10-RCM-Sway-And-Thud-18.5B-Instruct
merge_method: dare_ties
dtype: bfloat16
```