Views
No views yet
1##############################################################################
2# The benefit of L3 models is that all subversions are mergable in some way.
3# So we can create something **REALLY REALLY REALLY** Stupid like this.
4##############################################################################
5# PLEASE DO NOT FOLLOW.
6# This will probably show up on the hf repo. Hi there!
7##############################################################################
8# - KaraKaraWitch.
9# P.S. 3e7aWKeGHFE (15/04/25)
10##############################################################################
11
12models:
13 # Ahh mirai. It's a old model, but it's made by Coffee Vampire.
14 - model: Blackroot/Mirai-3.0-70B
15 parameters:
16 density: 0.2
17 weight: 0.5
18 # Anyone still remember when claude-isms is a still a thing? KaraKaraWitch remembers.
19 - model: Doctor-Shotgun/L3.3-70B-Magnum-v4-SE
20 parameters:
21 density: 0.3
22 weight: 0.5
23 - model: EVA-UNIT-01/EVA-LLaMA-3.33-70B-v0.1
24 parameters:
25 density: 0.75
26 weight: 0.5
27 # Drummer models are drummer models.
28 - model: TheDrummer/Anubis-70B-v1
29 parameters:
30 density: 0.351
31 weight: 0.751
32 # Sao10k
33 - model: Sao10K/L3.3-70B-Euryale-v2.3
34 parameters:
35 density: 0.420
36 weight: 0.679
37 - model: Sao10K/70B-L3.3-Cirrus-x1
38 parameters:
39 density: 0.43
40 weight: 0.3
41 - model: Sao10K/70B-L3.3-mhnnn-x1
42 parameters:
43 density: 0.23
44 weight: 0.11
45 # Weebs represent.
46 - model: nitky/Llama-3.3-SuperSwallowX-70B-Instruct-v0.1
47 parameters:
48 density: 0.25
49 weight: 0.2
50 # I still have no idea what Undi was planning for this
51 - model: Undi95/Sushi-v1.4
52 parameters:
53 density: 0.1457
54 weight: 0.69
55 # ?
56 - model: pankajmathur/orca_mini_v9_3_70B
57 parameters:
58 density: 0.2
59 weight: 0.2
60 # i shall also refuse to credit cognitive computations.
61 - model: Fizzarolli/L3.1-70b-glitz-v0.2
62 parameters:
63 density: 0.34
64 weight: 0.2
65 # more drummer, but this is R1...
66 - model: TheDrummer/Fallen-Llama-3.3-R1-70B-v1
67 parameters:
68 density: 0.04179
69 weight: 0.1696
70 - model: flammenai/Llama3.1-Flammades-70B
71 parameters:
72 density: 0.7234
73 weight: 0.1718
74 # - model: ReadyArt/The-Omega-Directive-L-70B-v1.0
75 # parameters:
76 # density: 0.2437
77 # weight: 0.3198
78 # - model: Black-Ink-Guild/Pernicious_Prophecy_70B
79 # parameters:
80 # density: 0.8129
81 # weight: 0.3378
82 # # De-alignment
83 # - model: PKU-Alignment/alpaca-70b-reproduced-llama-3
84 # parameters:
85 # density: 0.7909
86 # weight: 0.672
87 # # Text Adventure
88 # - model: LatitudeGames/Wayfarer-Large-70B-Llama-3.3
89 # parameters:
90 # density: 0.5435
91 # weight: 0.7619
92 # - model: KaraKaraWitch/Llama-3.3-Amakuro
93 # parameters:
94 # density: 0.37
95 # weight: 0.359
96 # - model: ReadyArt/Forgotten-Safeword-70B-v5.0
97 # parameters:
98 # density: 0.37
99 # weight: 0.359
100 # - model: Undi95/Sushi-v1.4
101 # parameters:
102 # density: 0.623
103 # weight: 0.789
104 # - model: sophosympatheia/Nova-Tempus-70B-v0.1
105 # parameters:
106 # density: 0.344
107 # weight: 0.6382
108 # - model: flammenai/Mahou-1.5-llama3.1-70B
109 # parameters:
110 # density: 0.56490
111 # weight: 0.4597
112 # # Changelog: [ADDED] furries.
113 # - model: Mawdistical/Draconic-Tease-70B
114 # parameters:
115 # density: 0.4706
116 # weight: 0.3697
117 # # R1 causes a lot of alignment. So we avoid it.
118 # - model: Steelskull/L3.3-Electra-R1-70b
119 # parameters:
120 # density: 0.1692
121 # weight: 0.1692
122 # # Blue hair, blue tie... Hiding in your wiifii
123 # # - model: sophosympatheia/Midnight-Miqu-70B-v1.0
124 # # parameters:
125 # # density: 0.4706
126 # # weight: 0.3697
127 # # OpenBioLLM does not use safetensors in the repo. Custom safetensors version.
128 # - model: OpenBioLLM
129 # parameters:
130 # density: 0.267
131 # weight: 0.1817
132 # - model: allura-org/Bigger-Body-70b
133 # parameters:
134 # density: 0.6751
135 # weight: 0.3722
136 # - model: nbeerbower/Llama3-Asobi-70B
137 # parameters:
138 # density: 0.7113
139 # weight: 0.4706
140 # # ...Reminds that anytime that I try and merge in SEALION models
141 # # it ends up overpowering other models. So I'm setting it *really* low.
142 # - model: aisingapore/Llama-SEA-LION-v3-70B-IT
143 # parameters:
144 # density: 0.0527
145 # weight: 0.1193
146
147
148merge_method: ties
149base_model: ReadyArt/The-Omega-Directive-L-70B-v1.0
150parameters:
151 select_topk: 0.50
152dtype: bfloat16
153