File size: 1,605 Bytes
0c4b172
 
 
 
 
 
 
 
 
e9b81c8
 
 
0c4b172
e9b81c8
 
 
0c4b172
e9b81c8
0c4b172
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e9b81c8
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
55
56
57
58
59
60
---
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

```