Gilded-Tempest-12B / README.md
Vortex5's picture
Update README.md
e9b81c8 verified
---
base_model:
- elinas/Chronos-Gold-12B-1.0
- Nitral-AI/Captain-Eris_Violet-V0.420-12B
- FallenMerick/MN-Violet-Lotus-12B
library_name: transformers
tags:
- mergekit
- merge
- roleplay
- storywriting
license: apache-2.0
---
# Gilded-Tempest-12B
Gilded-Tempest-12B is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6669a3a617b838fda45637b8/t1E39v7DDUunwU29_lgUX.png)
## Merge Details
### Merge Method
This model was merged using the [DARE TIES](https://arxiv.org/abs/2311.03099) merge method using [elinas/Chronos-Gold-12B-1.0](https://huggingface.co/elinas/Chronos-Gold-12B-1.0) as a base.
### Models Merged
The following models were included in the merge:
* [Nitral-AI/Captain-Eris_Violet-V0.420-12B](https://huggingface.co/Nitral-AI/Captain-Eris_Violet-V0.420-12B)
* [FallenMerick/MN-Violet-Lotus-12B](https://huggingface.co/FallenMerick/MN-Violet-Lotus-12B)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
merge_method: dare_ties
base_model: elinas/Chronos-Gold-12B-1.0
models:
- model: elinas/Chronos-Gold-12B-1.0
parameters:
weight: 0.333
density: 0.5
- model: Nitral-AI/Captain-Eris_Violet-V0.420-12B
parameters:
weight: 0.333
density: 0.5
- model: FallenMerick/MN-Violet-Lotus-12B
parameters:
weight: 0.333
density: 0.5
parameters:
int8_mask: true
normalize: true
consistency_tolerance: 0.05
anneal_weights: true
enable_permutation: true
dtype: bfloat16
```