File size: 8,484 Bytes
01e558d 6482a94 01e558d 6482a94 62ce5b5 6482a94 01e558d |
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 |
---
base_model:
- zerofata/L3.3-GeneticLemonade-Unleashed-70B
library_name: transformers
license: llama3
---
<!DOCTYPE html>
<style>
/* Base styling for cyberpunk theme */
body {font-family: sans-serif; background-color: #080c14; color: #e1e9f0; line-height: 1.6; margin: 0; padding: 0;}
/* Remove flicker keyframes */
/* Remove Basic Background animation test */
/* Animation classes */
/* Remove flicker-text rules */
/* New static style for LEMONADE */
.lemonade-text {
color: #33ff99;
position: relative; /* Keep relative positioning */
z-index: 2;
margin-left: 0.2em;
text-shadow: 0 0 10px #33ff99; /* Add static glow */
}
/* Section styling */
.section-container {background-color: rgba(8, 12, 20, 0.7); margin-bottom: 30px; position: relative; overflow: hidden; border-bottom: 1px solid #33ff99;}
.section-header {display: flex; align-items: center; background-color: rgba(0, 195, 255, 0.1); padding: 10px 20px;}
.section-indicator {width: 8px; height: 20px; background-color: #33ff99; margin-right: 15px;}
.section-title {font-family: 'Orbitron', sans-serif; color: #e1e9f0; font-size: 1.3rem; margin: 0; letter-spacing: 2px; text-transform: uppercase; font-weight: 500;}
.section-content {padding: 20px; font-family: sans-serif; color: #e1e9f0; line-height: 1.6;}
/* Title styling */
.title-container {
background-color: #080c14;
position: relative;
overflow: hidden;
margin-bottom: 40px;
border-left: 3px solid #33ff99;
}
/* Remove basic background animation test rule */
.title-wrapper {
position: relative;
z-index: 2;
padding: 25px 20px 30px 30px;
font-family: 'Orbitron', sans-serif;
}
.title-main {
color: #e1e9f0;
font-size: 2.5rem; /* Reduced font size */
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: #00c3ff;
font-size: 1.2rem; /* Reduced font size */
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(0,0,0,0.1) 1px, rgba(0,0,0,0) 2px);
z-index: 1;
}
/* Data box styling */
.data-box {background-color: rgba(0, 0, 0, 0.2); padding: 15px; border-left: 2px solid #33ff99; margin-bottom: 20px;}
.data-row {display: flex; margin-bottom: 8px;}
.data-arrow {color: #33ff99; width: 20px; display: inline-block;}
.data-label {color: #00c3ff; width: 80px; display: inline-block;}
/* Subheading styling */
.subheading {color: #00c3ff; font-size: 1.1rem; margin-top: 20px; margin-bottom: 15px; font-weight: 400; border-bottom: 1px dashed rgba(0, 195, 255, 0.3); display: inline-block; text-transform: uppercase; letter-spacing: 1px; font-family: 'Orbitron', sans-serif;}
/* Links */
a {color: #00c3ff; text-decoration: none;}
a:hover {text-decoration: underline;}
/* Container */
.container {max-width: 1200px; margin: 0 auto; padding: 40px 20px;}
/* Cyberpunk grid background */
.cyber-grid-bg {position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #05071b; background-image: linear-gradient(rgba(0, 194, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 194, 255, 0.03) 1px, transparent 1px); background-size: 20px 20px; z-index: -1;}
</style>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GENETIC LEMONADE UNLEASHED v2.1</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">UNLEASHED v2.1</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>An experimental release.</p>
<p><a href="https://huggingface.co/zerofata/L3.3-GeneticLemonade-Unleashed-70B">zerofata/GeneticLemonade-Unleashed</a> qlora trained on a test dataset. Performance is improved from the original in my testing, but there are possibly (likely?) areas where the model will underperform which I am looking for feedback on.</p>
<p>This is a creative model intended to excel at character driven RP / ERP. It has not been tested or trained on adventure stories or any large amounts of creative writing.</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.0</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">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 style="margin-left: 20px;">
<span style="color: #33ff99; display: inline-block; margin-right: 10px;">> </span><a href="https://huggingface.co/mradermacher/L3.3-GeneticLemonade-Unleashed-v2.1-70B-i1-GGUF">iMatrix (mradermacher)</a><br>
</div>
</div>
<div>
<h3 class="subheading">EXL2</h3>
<div style="margin-left: 20px;">
<span style="color: #33ff99; display: inline-block; margin-right: 10px;">> </span><a href="https://huggingface.co/zerofata/L3.3-GeneticLemonade-Unleashed-v2.1-70B-4bpw-hb6-exl2">4bpw</a><br>
<span style="color: #33ff99; display: inline-block; margin-right: 10px;">> </span><a href="https://huggingface.co/zerofata/L3.3-GeneticLemonade-Unleashed-v2.1-70B-4.5bpw-hb6-exl2">4.5bpw</a><br>
<span style="color: #33ff99; display: inline-block; margin-right: 10px;">> </span><a href="https://huggingface.co/zerofata/L3.3-GeneticLemonade-Unleashed-v2.1-70B-6bpw-hb8-exl2">6bpw</a>
</div>
</div>
</div>
</div>
<div class="section-container">
<div class="section-header">
<div class="section-indicator"></div>
<h2 class="section-title">04 // DATASET</h2>
</div>
<div class="section-content">
<p>Model was trained on a tiny synthetic dataset of 640k tokens, approximately 190 conversations. Data was generated by script and then manually reviewed / edited.</p>
<p>The dataset is approximately 60% SFW and 40% NSFW. 90% multi turn RP conversations, 5% creative writing and 5% miscellaneous.</p>
<p>It is an experiment to see how models perform when provided with small amounts of high quality synthetic data, as opposed to human data.</p>
</div>
</div>
</div>
</body>
</html> |