File size: 1,157 Bytes
ec2b788
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d08faeb
 
ec2b788
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
base_model:
- grimjim/magnum-consolidatum-v1-12b
- Epiculous/Violet_Twilight-v0.2
library_name: transformers
ipeline_tag: text-generation
tags:
- mergekit
- merge
license: apache-2.0
---
# magnum-twilight-12b

This repo contains a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).

The model prefers ChatML formatted prompts. The addition of Violet Twilight at low weight tempers the Magnum Consolidatum tendency toward lengthy generated responses.

## Merge Details
### Merge Method

This model was merged using the SLERP merge method.

### Models Merged

The following models were included in the merge:
* [grimjim/magnum-consolidatum-v1-12b](https://huggingface.co/grimjim/magnum-consolidatum-v1-12b)
* [Epiculous/Violet_Twilight-v0.2](https://huggingface.co/Epiculous/Violet_Twilight-v0.2)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
models:
  - model: grimjim/magnum-consolidatum-v1-12b
  - model: Epiculous/Violet_Twilight-v0.2
merge_method: slerp
base_model: grimjim/magnum-consolidatum-v1-12b
parameters:
  t:
   - value: 0.1
dtype: bfloat16

```