File size: 1,423 Bytes
78b9440 0a27f98 78b9440 7cfb9ec 78b9440 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
---
base_model:
- allura-org/Mistral-Small-Sisyphus-24b-2503
- PocketDoc/Dans-DangerousWinds-V1.1.1-24b
- ReadyArt/Forgotten-Safeword-24B
library_name: transformers
tags:
- mergekit
- merge
---
# EXPERIMENTAL - NOT FOR PUBLIC USE - TO BE DELETED
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
## Merge Details
Experimental 24B merge. Not very good. I'm iterating on it.
### Merge Method
This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [allura-org/Mistral-Small-Sisyphus-24b-2503](https://huggingface.co/allura-org/Mistral-Small-Sisyphus-24b-2503) as a base.
### Models Merged
The following models were included in the merge:
* [PocketDoc/Dans-DangerousWinds-V1.1.1-24b](https://huggingface.co/PocketDoc/Dans-DangerousWinds-V1.1.1-24b)
* [ReadyArt/Forgotten-Safeword-24B](https://huggingface.co/ReadyArt/Forgotten-Safeword-24B)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
# removing Thinker for now
models:
- model: ReadyArt/Forgotten-Safeword-24B
parameters:
weight: 0.9
density: 0.95
- model: PocketDoc/Dans-DangerousWinds-V1.1.1-24b
parameters:
weight: 0.7
density: 0.8
merge_method: ties
base_model: allura-org/Mistral-Small-Sisyphus-24b-2503
parameters:
normalize: true
tokenizer:
source: base
dtype: bfloat16
```
|