File size: 6,395 Bytes
c13ff11 c954a39 c13ff11 c954a39 c13ff11 c954a39 c13ff11 c954a39 2fdc556 c954a39 3b8c94e c13ff11 3b8c94e c13ff11 c954a39 c13ff11 c954a39 c13ff11 c954a39 c13ff11 c954a39 c13ff11 c954a39 c13ff11 c954a39 c13ff11 c954a39 |
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 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 |
---
base_model:
- nbeerbower/Llama-3.1-Nemotron-lorablated-70B
- sophosympatheia/New-Dawn-Llama-3.1-70B-v1.1
- ArliAI/Llama-3.3-70B-ArliAI-RPMax-v1.4
- SicariusSicariiStuff/Negative_LLAMA_70B
- Sao10K/70B-L3.3-Cirrus-x1
- Sao10K/L3.3-70B-Euryale-v2.3
- Sao10K/L3.1-70B-Hanami-x1
- TheDrummer/Anubis-70B-v1
- EVA-UNIT-01/EVA-LLaMA-3.33-70B-v0.1
- EVA-UNIT-01/EVA-LLaMA-3.33-70B-v0.0
- Undi95/Sushi-v1.4
- pankajmathur/orca_mini_v9_3_70B
- unsloth/Llama-3.3-70B-Instruct
- Blackroot/Mirai-3.0-70B
- Black-Ink-Guild/Pernicious_Prophecy_70B
library_name: transformers
tags:
- mergekit
- merge
---
# Prikol
> I don't even know anymore

### Overview
99% of mergekit addicts quit before they hit it big.
Gosh, I need to create an org for my test runs - my profile looks like a dumpster.
What was it again? Ah, the new model.
Exactly what I wanted. All I had to do was yank out the cursed official DeepSeek distill and here we are.
From the brief tests it gave me some unusual takes on the character cards I'm used to. Just this makes it worth it imo. Also the writing is kinda nice.
**Settings:**
Prompt format: Llama3
Samplers: 1.15 temp, 0.015 minP (by @Geechan)
### Quants
GGUF: [Imatrix](https://huggingface.co/bartowski/Nohobby_L3.3-Prikol-70B-v0.5-GGUF) | [Static](https://huggingface.co/mradermacher/L3.3-Prikol-70B-v0.5-GGUF)
exl2: [4.0bpw](https://huggingface.co/Inasity/L3.3-Prikol-70B-v0.5-4.0bpw-h8-exl2) | [6.0bpw](https://huggingface.co/Darkhn/L3.3-Prikol-V0.5-6.0bpw-h8-exl2)
## Merge Details
There's a ridiculous amount of insensible mergekit configs, but it could be worse, believe me.
Anyway, here are all the merge steps for this thing combined:
### [Test-Step1](https://huggingface.co/mergekit-community/L3.3-Test-Step1)
```yaml
merge_method: della_linear
dtype: bfloat16
parameters:
normalize: true
int8_mask: true
tokenizer_source: base
base_model: Sao10K/L3.3-70B-Euryale-v2.3
models:
- model: Sao10K/70B-L3.3-Cirrus-x1
parameters:
density: 0.55
weight: 1
- model: SicariusSicariiStuff/Negative_LLAMA_70B
parameters:
density: 0.55
weight: 1
- model: TheDrummer/Anubis-70B-v1
parameters:
density: 0.55
weight: 1
```
### [Test-Step2](https://huggingface.co/mergekit-community/L3.3-Test-Step2)
```yaml
models:
- model: mergekit-community/L3.3-Test-Step1
- model: sophosympatheia/New-Dawn-Llama-3.1-70B-v1.1
parameters:
density: 0.75
gamma: 0.01
weight: 0.05
- model: Nohobby/AbominationSnowPig
parameters:
density: 0.77
gamma: 0.007
weight: 0.07
- model: ArliAI/Llama-3.3-70B-ArliAI-RPMax-v1.4
parameters:
density: 0.88
gamma: 0.008
weight: 0.28
base_model: mergekit-community/L3.3-Test-Step1
merge_method: breadcrumbs_ties
parameters:
int8_mask: true
rescale: true
normalize: false
dtype: bfloat16
tokenizer_source: base
```
### ASP-Step1
```yaml
models:
- model: pankajmathur/orca_mini_v9_3_70B
- model: EVA-UNIT-01/EVA-LLaMA-3.33-70B-v0.1
parameters:
weight: 1
density: 0.55
gamma: 0.03
- model: Undi95/Sushi-v1.4
parameters:
weight: 0.069
gamma: 0.001
density: 0.911
merge_method: breadcrumbs
base_model: pankajmathur/orca_mini_v9_3_70B
parameters:
int8_mask: true
rescale: true
normalize: true
dtype: bfloat16
tokenizer_source: base
```
### [AbominationSnowPig](https://huggingface.co/Nohobby/AbominationSnowPig)
```yaml
dtype: bfloat16
tokenizer_source: base
merge_method: nuslerp
parameters:
nuslerp_row_wise: true
models:
- model: unsloth/Llama-3.3-70B-Instruct
parameters:
weight:
- filter: v_proj
value: [0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0]
- filter: o_proj
value: [1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1]
- filter: up_proj
value: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
- filter: gate_proj
value: [0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0]
- filter: down_proj
value: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
- value: 0
- model: Step1
parameters:
weight:
- filter: v_proj
value: [1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1]
- filter: o_proj
value: [0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0]
- filter: up_proj
value: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
- filter: gate_proj
value: [1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1]
- filter: down_proj
value: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
- value: 1
```
### [Prkiol-v0.1](https://huggingface.co/Nohobby/L3.3-Prikol-70B-v0.1a)
```yaml
base_model: TheDrummer/Anubis-70B-v1
parameters:
epsilon: 0.04
lambda: 1.05
int8_mask: true
rescale: true
normalize: false
dtype: bfloat16
tokenizer_source: union
merge_method: della_linear
models:
- model: TheDrummer/Anubis-70B-v1
parameters:
weight: [0.2, 0.3, 0.2, 0.3, 0.2]
density: [0.45, 0.55, 0.45, 0.55, 0.45]
- model: Blackroot/Mirai-3.0-70B
parameters:
weight: [0.01768, -0.01675, 0.01285, -0.01696, 0.01421]
density: [0.6, 0.4, 0.5, 0.4, 0.6]
- model: Sao10K/L3.3-70B-Euryale-v2.3
parameters:
weight: [0.208, 0.139, 0.139, 0.139, 0.208]
density: [0.7]
- model: EVA-UNIT-01/EVA-LLaMA-3.33-70B-v0.0
parameters:
weight: [0.33]
density: [0.45, 0.55, 0.45, 0.55, 0.45]
```
### [Prkiol-v0.2](https://huggingface.co/Nohobby/L3.3-Prikol-70B-v0.2)
```yaml
base_model: AbominationSnowPig
merge_method: model_stock
dtype: bfloat16
models:
- model: Sao10K/70B-L3.3-Cirrus-x1
- model: Nohobby/L3.3-Prikol-70B-v0.1a
```
### Iamactuallygoinginsane
```yaml
base_model: mergekit-community/L3.3-Test-Step2
merge_method: model_stock
tokenizer_source: base
dtype: bfloat16
models:
- model: Nohobby/L3.3-Prikol-70B-v0.2
- model: Black-Ink-Guild/Pernicious_Prophecy_70B
```
### Imightbeontosmthing (Prikol-v0.5)
```yaml
models:
- model: Nohobby/Iamactuallygoinginsane
- model: Sao10K/L3.1-70B-Hanami-x1
parameters:
density: 0.7
weight: 0.05
- model: nbeerbower/Llama-3.1-Nemotron-lorablated-70B
parameters:
density: 0.5
weight: 0.1
base_model: Nohobby/Iamactuallygoinginsane
merge_method: ties
parameters:
normalize: true
dtype: bfloat16
``` |