File size: 8,275 Bytes
c90b461 30d5204 9859bfb 30d5204 a6d6885 c90b461 97b2e92 c90b461 30d5204 c90b461 30d5204 c90b461 30d5204 c90b461 30d5204 c90b461 30d5204 c90b461 30d5204 c90b461 30d5204 c90b461 30d5204 872a39c 30d5204 c90b461 30d5204 c90b461 30d5204 |
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 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 |
---
library_name: transformers
base_model_relation: merge
license: llama3
tags:
- mergekit
- merge
base_model:
- shisa-ai/shisa-v2-llama3.3-70b
- zerofata/L3.3-GeneticLemonade-Unleashed-v3-70B
- TheDrummer/Anubis-70B-v1.1
- Delta-Vector/Plesio-70B
---
<!DOCTYPE html>
<style>
body {
font-family: sans-serif;
color: #d1d5db;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #0b0f19;
}
.lemonade-text {
background: linear-gradient(90deg, #f97316, #eab308, #22c55e, #3b82f6, #8b5cf6);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
position: relative;
z-index: 2;
margin-left: 0.2em;
text-shadow: 0 0 10px rgba(249, 115, 22, 0.4);
}
/* Section styling */
.section-container {
background-color: rgba(17, 24, 39, 0.7);
margin-bottom: 30px;
position: relative;
overflow: hidden;
border-bottom: 1px solid #cdaa7d;
}
.section-header {
display: flex;
align-items: center;
background-color: rgba(205, 170, 125, 0.08);
padding: 10px 20px;
}
.section-indicator {
width: 8px;
height: 20px;
background-color: #cdaa7d;
margin-right: 15px;
}
.section-title {
font-family: 'Orbitron', sans-serif;
color: #f3f4f6;
font-size: 1.3rem;
margin: 0;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 500;
}
.section-content {
padding: 20px;
font-family: sans-serif;
color: #d1d5db;
line-height: 1.6;
}
/* Title styling */
.title-container {
background-color: #111827;
position: relative;
overflow: hidden;
margin-bottom: 40px;
border-left: 3px solid #cdaa7d;
}
.title-wrapper {
position: relative;
z-index: 2;
padding: 25px 20px 30px 30px;
font-family: 'Orbitron', sans-serif;
}
.title-main {
color: #f3f4f6;
font-size: 2.5rem;
font-weight: 700;
margin: 0;
letter-spacing: 2px;
display: inline-block;
position: relative;
text-transform: uppercase;
}
.title-prefix {
position: relative;
z-index: 2;
}
.title-subtitle {
padding-left: 15px;
margin-top: 5px;
margin-left: 5px;
}
.subtitle-text {
color: #f3f4f6;
font-size: 1.2rem;
font-family: 'Orbitron', sans-serif;
font-weight: 300;
letter-spacing: 3px;
text-transform: uppercase;
display: inline-block;
}
.glitchy-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: repeating-linear-gradient(0deg, rgba(0,0,0,0) 0, rgba(205, 170, 125, 0.05) 1px, rgba(0,0,0,0) 2px);
z-index: 1;
}
/* Data box styling */
.data-box {
background-color: rgba(17, 24, 39, 0.4);
padding: 15px;
border-left: 2px solid #cdaa7d;
margin-bottom: 20px;
}
.data-row {
display: flex;
margin-bottom: 8px;
}
.data-arrow {
color: #cdaa7d;
width: 20px;
display: inline-block;
}
.data-label {
color: #9ca3af;
width: 80px;
display: inline-block;
}
/* Subheading styling */
.subheading {
color: #f3f4f6;
font-size: 1.1rem;
margin-top: 20px;
margin-bottom: 15px;
font-weight: 400;
border-bottom: 1px dashed rgba(243, 244, 246, 0.4);
display: inline-block;
text-transform: uppercase;
letter-spacing: 1px;
font-family: 'Orbitron', sans-serif;
}
/* Links */
a {
color: #86a8e7;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #eab308;
}
/* Container */
.container {
max-width: 1200px;
margin: 20px auto;
padding: 40px 20px;
background-color: #111827;
background-image:
linear-gradient(rgba(205, 170, 125, 0.05) 1px, transparent 1px),
linear-gradient(90deg, rgba(205, 170, 125, 0.05) 1px, transparent 1px);
background-size: 20px 20px;
min-height: calc(100vh - 40px);
border: 1px solid #cdaa7d;
border-radius: 2px;
}
</style>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GENETIC LEMONADE OPUS</title>
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700&family=JetBrains+Mono:wght@100;300;400;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="cyber-grid-bg"></div>
<div class="container">
<div class="title-container">
<!-- Glitchy overlay -->
<div class="glitchy-overlay"></div>
<!-- Main title -->
<div class="title-wrapper">
<h1 class="title-main">
<span class="title-prefix">GENETIC</span>
<span class="lemonade-text">LEMONADE</span> <!-- Static text with glow -->
</h1>
<div class="title-subtitle">
<span class="subtitle-text">Opus</span>
</div>
</div>
</div>

<div class="section-container">
<div class="section-header">
<div class="section-indicator"></div>
<h2 class="section-title">01 // OVERVIEW</h2>
</div>
<div class="section-content">
<p>Felt like making a merge.</p>
<p>This model combines three individually solid, stable and distinctly different RP models.</p>
<p><a href="https://huggingface.co/zerofata/L3.3-GeneticLemonade-Unleashed-v3-70B">zerofata/GeneticLemonade-Unleashed-v3</a> Creative, generalist RP / ERP model.</p>
<p><a href="https://huggingface.co/Delta-Vector/Plesio-70B">Delta-Vector/Plesio-70B</a> Unique prose and unique dialogue RP / ERP model.</p>
<p><a href="https://huggingface.co/TheDrummer/Anubis-70B-v1.1">TheDrummer/Anubis-70B-v1.1</a> Character portrayal, neutrally aligned RP / ERP model.</p>
</div>
</div>
<div class="section-container">
<div class="section-header">
<div class="section-indicator"></div>
<h2 class="section-title">02 // SILLYTAVERN SETTINGS</h2>
</div>
<div class="section-content">
<p>Play with these, they are not the 'best' settings just a stable baseline.</p>
<h3 class="subheading">Recommended Samplers</h3>
<div class="data-box">
<div class="data-row">
<span class="data-arrow">></span>
<span class="data-label">Temp:</span>
<span>0.9 - 1.2</span>
</div>
<div class="data-row">
<span class="data-arrow">></span>
<span class="data-label">MinP:</span>
<span>0.03 - 0.04</span>
</div>
<div class="data-row">
<span class="data-arrow">></span>
<span class="data-label">TopP:</span>
<span>0.9 - 1.0</span>
</div>
<div class="data-row">
<span class="data-arrow">></span>
<span class="data-label">Dry:</span>
<span>0.8, 1.75, 4</span>
</div>
</div>
<h3 class="subheading">Instruct</h3>
<div class="data-box">
<p style="margin: 0;">Llama-3-Instruct-Names but you will need to uncheck "System same as user".</p>
</div>
</div>
</div>
<div class="section-container">
<div class="section-header">
<div class="section-indicator"></div>
<h2 class="section-title">03 // QUANTIZATIONS</h2>
</div>
<div class="section-content">
<div style="margin-bottom: 20px;">
<h3 class="subheading">GGUF</h3>
<div class="data-box">
<div class="data-row">
<span class="data-arrow">></span><a href="https://huggingface.co/bartowski/zerofata_L3.3-GeneticLemonade-Opus-70B-GGUF">iMatrix (bartowski)</a>
</div>
</div>
</div>
<div>
<h3 class="subheading">EXL3</h3>
<div class="data-box">
<div class="data-row">
<span class="data-arrow">></span><a href="https://huggingface.co/zerofata/L3.3-GeneticLemonade-Opus-70B_exl3-4.25bpw">4.25bpw</a>
</div>
</div>
</div>
</div>
</div>
<div class="section-container">
<div class="section-header">
<div class="section-indicator"></div>
<h2 class="section-title">04 // MERGE CONFIG</h2>
</div>
<div class="section-content">
<pre><code>models:
- model: zerofata/L3.3-GeneticLemonade-Unleashed-v3-70B
- model: Delta-Vector/Plesio-70B
- model: TheDrummer/Anubis-70B-v1.1
base_model: shisa-ai/shisa-v2-llama3.3-70b
merge_method: sce
parameters:
select_topk: 0.16
out_dtype: bfloat16
tokenizer:
source: base</code></pre>
</div>
</div>
</div>
</body>
</html> |