File size: 4,133 Bytes
5feda9b
6c25b4c
 
 
5feda9b
 
 
 
 
 
 
 
9b250e4
 
 
 
 
 
 
5feda9b
 
9b250e4
 
 
5feda9b
 
 
 
9b250e4
 
5feda9b
6c25b4c
 
 
 
5feda9b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
---
base_model:
- crestf411/L3-8B-sunfall-v0.4-stheno-v3.2
- crestf411/L3-8B-daybreak-stheno-v3.1
library_name: transformers
tags:
- mergekit
- merge
---

![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/667eea5cdebd46a5ec4dcc3d/cnRSK9WuGMYGvlbyRGEE7.jpeg)

Well, this was hell to make. Passthrough merges aren't fun to start but this was another level of fuck you if the configs say anything. 
Crepus Horizon was an attempt at an expanded merge of Sunfall and Daybreak Stheno by [crestf4ll](https://huggingface.co/crestf411), mainly for the verbosity I was able to get out of it.
This and Blackened Sunfall are what I'm calling 'cracked starters', models that were purposefully broken in ways to force certain attributes at the cost of coherency, context following, etc. 
These models are not stand alone, at all; they're merge fodder. This one especially can misspell and struggles with anatomy, settings, and dialogue. 

So, be careful. Do not use this by itself. 

### Quants

I don't recommend quanting this just to save your GPUs, but I can't stop yall either. 

[OG Q8 GGUF]

### Details & Recommended Settings



Rec. Settings: None, there is no making this model work.

### Models Merged & Merge Theory

* [crestf411/L3-8B-daybreak-stheno-v3.1](https://huggingface.co/crestf411/L3-8B-daybreak-stheno-v3.1)
* [crestf411/L3-8B-sunfall-v0.4-stheno-v3.2](https://huggingface.co/crestf411/L3-8B-sunfall-v0.4-stheno-v3.2)



### Configs

```yaml
models:
slices:
- sources:
  - layer_range: [0, 9] # top cap
    model: crestf411/L3-8B-daybreak-stheno-v3.1
- sources:
  - layer_range: [7, 9] # top bit
    model: crestf411/L3-8B-sunfall-v0.4-stheno-v3.2
- sources:
  - layer_range: [11, 13]
    model: crestf411/L3-8B-daybreak-stheno-v3.1
- sources:
  - layer_range: [8, 13]
    model: crestf411/L3-8B-sunfall-v0.4-stheno-v3.2
- sources:
  - layer_range: [15, 16]
    model: crestf411/L3-8B-daybreak-stheno-v3.1
- sources:
  - layer_range: [10, 16] # mids
    model: crestf411/L3-8B-sunfall-v0.4-stheno-v3.2
- sources:
  - layer_range: [16, 24]
    model: crestf411/L3-8B-daybreak-stheno-v3.1
    parameters:
      scale:
      - filter: k_proj
        value: 0.8
      - filter: down_proj
        value: 0.8
- sources:
  - layer_range: [16, 24]
    model: crestf411/L3-8B-sunfall-v0.4-stheno-v3.2
- sources:
  - layer_range: [24, 26] # end bit
    model: crestf411/L3-8B-daybreak-stheno-v3.1
    parameters:
      scale:
      - filter: v_proj
        value: 0.8
- sources:
  - layer_range: [27, 29]
    model: crestf411/L3-8B-sunfall-v0.4-stheno-v3.2
    parameters:
      scale:
      - filter: v_proj
        value: 0.8
- sources:
  - layer_range: [29, 31]
    model: crestf411/L3-8B-daybreak-stheno-v3.1
- sources:
  - layer_range: [23, 32] # end cap
    model: crestf411/L3-8B-sunfall-v0.4-stheno-v3.2
parameters:
  int8_mask: true
merge_method: passthrough
name: horizon1
---
models:
slices:
- sources:
  - layer_range: [0, 12]
    model: crestf411/L3-8B-daybreak-stheno-v3.1
- sources:
  - layer_range: [3, 8]
    model: crestf411/L3-8B-sunfall-v0.4-stheno-v3.2
- sources:
  - layer_range: [5, 10]
    model: crestf411/L3-8B-daybreak-stheno-v3.1
- sources:
  - layer_range: [9, 13] 
    model: crestf411/L3-8B-sunfall-v0.4-stheno-v3.2
- sources:
  - layer_range: [12, 15]
    model: crestf411/L3-8B-daybreak-stheno-v3.1
- sources:
  - layer_range: [16, 19]
    model: crestf411/L3-8B-sunfall-v0.4-stheno-v3.2
- sources:
  - layer_range: [20, 26]
    model: crestf411/L3-8B-daybreak-stheno-v3.1
- sources:
  - layer_range: [22, 29]
    model: crestf411/L3-8B-sunfall-v0.4-stheno-v3.2
- sources:
  - layer_range: [26, 31]
    model: crestf411/L3-8B-daybreak-stheno-v3.1
- sources:
  - layer_range: [26, 32]
    model: crestf411/L3-8B-sunfall-v0.4-stheno-v3.2
parameters:
  int8_mask: true
merge_method: passthrough
name: horizon3
---
models: 
  - model: parts/horizon1
    parameters:
      weight: [0.9, 1, 0.75]
  - model: parts/horizon3
    parameters:
      weight: [0.1 , 0, 0.25]
merge_method: dare_linear
parameters:
  normalize: false
  int8_mask: true
base_model: parts/horizon1
dtype: bfloat16
```