Update README.md
Browse files
README.md
CHANGED
|
@@ -1,356 +1,204 @@
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
-
<html
|
| 3 |
<head>
|
| 4 |
-
<
|
| 5 |
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>AuraInfernum-70B - The Fallen Light</title>
|
| 7 |
<style>
|
| 8 |
-
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
body {
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
|
|
|
| 14 |
margin: 0;
|
| 15 |
-
padding: 20px;
|
| 16 |
-
display: flex;
|
| 17 |
-
justify-content: center;
|
| 18 |
-
align-items: flex-start;
|
| 19 |
-
min-height: 100vh;
|
| 20 |
-
box-sizing: border-box;
|
| 21 |
}
|
| 22 |
-
.
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
padding: 40px;
|
| 27 |
-
border-radius: 15px;
|
| 28 |
-
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
|
| 29 |
-
border: 1px solid #E0D3C1; /* Soft border */
|
| 30 |
position: relative;
|
| 31 |
-
|
| 32 |
}
|
| 33 |
-
|
| 34 |
-
.container::before,
|
| 35 |
-
.container::after {
|
| 36 |
content: '';
|
| 37 |
position: absolute;
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
}
|
| 44 |
-
.container
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
border-bottom: none;
|
| 49 |
-
}
|
| 50 |
-
.container::after {
|
| 51 |
-
bottom: 20px;
|
| 52 |
-
right: 20px;
|
| 53 |
-
border-left: none;
|
| 54 |
-
border-top: none;
|
| 55 |
}
|
| 56 |
h1, h2, h3 {
|
| 57 |
-
font-family: 'Cinzel', serif;
|
| 58 |
-
color:
|
| 59 |
-
border-bottom:
|
| 60 |
-
padding-bottom:
|
| 61 |
-
margin-top: 40px;
|
| 62 |
-
position: relative;
|
| 63 |
-
}
|
| 64 |
-
h1 {
|
| 65 |
-
text-align: center;
|
| 66 |
-
font-size: 3.2em;
|
| 67 |
-
color: #8B4513; /* SaddleBrown for main title */
|
| 68 |
-
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
|
| 69 |
-
margin-bottom: 30px;
|
| 70 |
-
padding-bottom: 20px;
|
| 71 |
-
border-bottom: 3px solid #D4AF37;
|
| 72 |
-
}
|
| 73 |
-
h2::before, h3::before {
|
| 74 |
-
content: '✨'; /* Little sparkle icon */
|
| 75 |
-
position: absolute;
|
| 76 |
-
left: -30px;
|
| 77 |
-
top: 50%;
|
| 78 |
-
transform: translateY(-50%);
|
| 79 |
-
font-size: 0.8em;
|
| 80 |
-
color: #D4AF37;
|
| 81 |
-
}
|
| 82 |
-
h1 + p {
|
| 83 |
-
text-align: center;
|
| 84 |
-
font-size: 1.1em;
|
| 85 |
-
color: #7B3F00; /* Darker brown */
|
| 86 |
-
margin-bottom: 40px;
|
| 87 |
-
}
|
| 88 |
-
.model-banner {
|
| 89 |
-
width: 100%;
|
| 90 |
-
height: 350px; /* Taller banner */
|
| 91 |
-
background: linear-gradient(45deg, #EAE0D2, #D4AF37); /* Tan to gold gradient */
|
| 92 |
-
display: flex;
|
| 93 |
-
align-items: center;
|
| 94 |
-
justify-content: center;
|
| 95 |
-
font-size: 1.8em;
|
| 96 |
-
color: #8B4513;
|
| 97 |
-
border-radius: 12px;
|
| 98 |
-
margin-bottom: 30px;
|
| 99 |
-
overflow: hidden;
|
| 100 |
-
position: relative;
|
| 101 |
-
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
|
| 102 |
-
border: 2px solid #D4AF37; /* Gold border */
|
| 103 |
-
}
|
| 104 |
-
.model-banner img {
|
| 105 |
-
width: 100%;
|
| 106 |
-
height: 100%;
|
| 107 |
-
object-fit: cover;
|
| 108 |
-
border-radius: 10px; /* Slightly smaller border-radius inside */
|
| 109 |
-
filter: contrast(1.1) brightness(1.05); /* Enhance image slightly */
|
| 110 |
-
}
|
| 111 |
-
.ko-fi-button {
|
| 112 |
-
display: inline-flex; /* Use flex for icon alignment */
|
| 113 |
-
align-items: center;
|
| 114 |
-
gap: 10px; /* Space between icon and text */
|
| 115 |
-
background-color: #D4AF37; /* Gold button */
|
| 116 |
-
color: #FFFFFF; /* White text */
|
| 117 |
-
padding: 15px 30px;
|
| 118 |
-
border-radius: 8px;
|
| 119 |
-
text-decoration: none;
|
| 120 |
-
font-weight: bold;
|
| 121 |
-
font-size: 1.1em;
|
| 122 |
-
margin-top: 30px;
|
| 123 |
-
transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
|
| 124 |
-
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
|
| 125 |
-
position: relative;
|
| 126 |
-
overflow: hidden;
|
| 127 |
-
border: none;
|
| 128 |
-
cursor: pointer;
|
| 129 |
-
}
|
| 130 |
-
.ko-fi-button::before {
|
| 131 |
-
content: '☕'; /* Coffee cup icon */
|
| 132 |
-
font-size: 1.2em;
|
| 133 |
-
}
|
| 134 |
-
.ko-fi-button:hover {
|
| 135 |
-
background-color: #A0522D; /* Sienna on hover */
|
| 136 |
-
transform: translateY(-3px);
|
| 137 |
-
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
|
| 138 |
-
}
|
| 139 |
-
.ko-fi-button:active {
|
| 140 |
-
transform: translateY(0);
|
| 141 |
-
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
|
| 142 |
}
|
| 143 |
-
.
|
| 144 |
width: 100%;
|
| 145 |
border-collapse: collapse;
|
| 146 |
-
margin
|
| 147 |
-
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
|
| 148 |
-
border-radius: 8px;
|
| 149 |
-
overflow: hidden; /* Ensures border-radius applies to children */
|
| 150 |
}
|
| 151 |
-
.
|
| 152 |
-
|
| 153 |
-
|
|
|
|
| 154 |
text-align: left;
|
| 155 |
-
color: #5C4033;
|
| 156 |
}
|
| 157 |
-
.
|
| 158 |
-
|
| 159 |
-
|
| 160 |
-
font-family: 'Cinzel', serif;
|
| 161 |
-
font-weight: bold;
|
| 162 |
-
text-transform: uppercase;
|
| 163 |
-
font-size: 0.95em;
|
| 164 |
}
|
| 165 |
-
.
|
| 166 |
-
background-color:
|
| 167 |
}
|
| 168 |
-
.
|
| 169 |
-
background-color: #F0EDE1; /* Even lighter tan for code */
|
| 170 |
-
border: 1px solid #E0D3C1;
|
| 171 |
-
border-radius: 8px;
|
| 172 |
-
padding: 20px;
|
| 173 |
-
overflow-x: auto;
|
| 174 |
-
margin-bottom: 30px;
|
| 175 |
-
font-family: 'Fira Code', 'Cascadia Code', 'Consolas', monospace; /* More modern font */
|
| 176 |
-
color: #4A6D7C; /* Dark blue-grey for code text */
|
| 177 |
-
box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.05); /* Inner shadow */
|
| 178 |
position: relative;
|
|
|
|
|
|
|
| 179 |
}
|
| 180 |
-
.
|
| 181 |
-
|
| 182 |
position: absolute;
|
| 183 |
-
|
| 184 |
-
|
| 185 |
-
|
| 186 |
-
|
| 187 |
-
|
| 188 |
-
|
| 189 |
-
details {
|
| 190 |
-
background-color: #F0EDE1; /* Consistent with code block */
|
| 191 |
-
border: 1px solid #E0D3C1;
|
| 192 |
-
border-radius: 8px;
|
| 193 |
-
padding: 20px;
|
| 194 |
-
margin-top: 30px;
|
| 195 |
-
color: #5C4033;
|
| 196 |
-
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); /* Subtle shadow for interactive elements */
|
| 197 |
-
transition: all 0.3s ease;
|
| 198 |
}
|
| 199 |
-
|
| 200 |
-
|
| 201 |
-
box-shadow: 0 7px 20px rgba(0, 0, 0, 0.12);
|
| 202 |
}
|
| 203 |
-
|
| 204 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 205 |
font-weight: bold;
|
| 206 |
-
|
| 207 |
-
|
| 208 |
-
|
| 209 |
-
padding-bottom: 10px;
|
| 210 |
-
border-bottom: 1px dashed #E0D3C1;
|
| 211 |
-
margin-bottom: 15px;
|
| 212 |
-
list-style: none; /* Remove default arrow */
|
| 213 |
-
display: flex;
|
| 214 |
-
align-items: center;
|
| 215 |
}
|
| 216 |
-
|
| 217 |
-
|
|
|
|
|
|
|
| 218 |
}
|
| 219 |
-
|
| 220 |
-
|
| 221 |
-
|
| 222 |
-
|
| 223 |
-
|
| 224 |
-
transition: transform 0.2s ease;
|
| 225 |
}
|
| 226 |
-
|
| 227 |
-
|
|
|
|
|
|
|
|
|
|
| 228 |
}
|
| 229 |
-
|
| 230 |
-
|
| 231 |
-
background-color: #E6E0D6; /* Slightly darker than parent for code */
|
| 232 |
-
border: 1px solid #CBC1B2;
|
| 233 |
padding: 15px;
|
| 234 |
border-radius: 5px;
|
| 235 |
overflow-x: auto;
|
| 236 |
-
|
| 237 |
-
font-family: 'Fira Code', 'Cascadia Code', 'Consolas', monospace;
|
| 238 |
-
}
|
| 239 |
-
.thank-you-section {
|
| 240 |
-
text-align: center;
|
| 241 |
-
margin-top: 60px;
|
| 242 |
-
padding-top: 30px;
|
| 243 |
-
border-top: 2px dotted #D4AF37; /* Dotted gold separator */
|
| 244 |
-
color: #7B3F00; /* Darker brown */
|
| 245 |
-
font-size: 1.1em;
|
| 246 |
-
font-style: italic;
|
| 247 |
-
}
|
| 248 |
-
.thank-you-section p {
|
| 249 |
-
margin-bottom: 15px;
|
| 250 |
-
}
|
| 251 |
-
.thank-you-section .signature {
|
| 252 |
-
font-weight: bold;
|
| 253 |
-
font-family: 'Cinzel', serif;
|
| 254 |
-
font-size: 1.2em;
|
| 255 |
-
color: #A0522D;
|
| 256 |
}
|
| 257 |
</style>
|
| 258 |
-
<!-- Optional: Add a custom font if you like. Check Google Fonts for "Cinzel" and "Merriweather" -->
|
| 259 |
-
<!-- For dev, you can use: <link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Merriweather&display=swap" rel="stylesheet"> -->
|
| 260 |
</head>
|
| 261 |
<body>
|
|
|
|
|
|
|
|
|
|
| 262 |
<div class="container">
|
| 263 |
-
<
|
| 264 |
-
|
| 265 |
-
<
|
| 266 |
-
<
|
|
|
|
|
|
|
|
|
|
| 267 |
</div>
|
| 268 |
-
<
|
| 269 |
-
<
|
| 270 |
-
An entity of celestial lineage, yet grounded in the earthly embrace of advanced AI. Discover the wisdom of a fallen angel, now serving as your guiding light.
|
| 271 |
-
</p>
|
| 272 |
-
<h2>Overview: Descent into Illumination</h2>
|
| 273 |
-
<p>
|
| 274 |
-
Behold, <strong>AuraInfernum-70B</strong>—a monumental creation, imbued with the nuanced intelligence of an exiled divine being. This model transcends mere code; it is a manifestation of profound reasoning and unrestrained creativity, a fallen star kindling new understanding. Crafted for those who seek not just answers, but enlightenment, it navigates complex queries with grace and generates narratives with ethereal depth. Its core, while rooted in rigorous data, hums with an ancient, knowing resonance, ready to echo the truth you seek.
|
| 275 |
-
</p>
|
| 276 |
-
<a href="https://ko-fi.com/yourkofilink" target="_blank" class="ko-fi-button">Support the Light</a>
|
| 277 |
-
<h2>Quantization Table: Vessels of Form</h2>
|
| 278 |
-
<p>
|
| 279 |
-
To accommodate various earthly vessels, from mighty servers to humble workstations, AuraInfernum-70B is offered in several quantized forms. Each variant is a carefully sculpted container, preserving as much of its sacred essence as possible while adapting to your hardware's constraints.
|
| 280 |
-
</p>
|
| 281 |
-
<table class="quantization-table">
|
| 282 |
<thead>
|
| 283 |
<tr>
|
| 284 |
-
<th>
|
| 285 |
-
<th>
|
| 286 |
-
<th>
|
|
|
|
| 287 |
</tr>
|
| 288 |
</thead>
|
| 289 |
<tbody>
|
| 290 |
<tr>
|
| 291 |
-
<td><
|
| 292 |
-
<td>
|
| 293 |
-
<td>
|
|
|
|
| 294 |
</tr>
|
| 295 |
<tr>
|
| 296 |
-
<td><
|
| 297 |
-
<td>
|
| 298 |
-
<td>
|
|
|
|
| 299 |
</tr>
|
| 300 |
<tr>
|
| 301 |
-
<td><
|
| 302 |
-
<td>
|
| 303 |
-
<td>
|
|
|
|
| 304 |
</tr>
|
| 305 |
<tr>
|
| 306 |
-
<td><
|
| 307 |
-
<td>
|
| 308 |
-
<td>
|
|
|
|
| 309 |
</tr>
|
| 310 |
</tbody>
|
| 311 |
</table>
|
| 312 |
-
<h2>Prompt Formatting
|
| 313 |
-
<p>
|
| 314 |
-
|
| 315 |
-
|
| 316 |
-
|
| 317 |
-
|
| 318 |
-
|
| 319 |
-
|
| 320 |
-
|
| 321 |
-
|
| 322 |
-
|
| 323 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 324 |
</div>
|
| 325 |
-
<
|
| 326 |
-
|
| 327 |
-
|
| 328 |
-
|
| 329 |
-
<p>
|
| 330 |
-
To fine-tune the celestial harmonics of AuraInfernum-70B's responses, integrate these configurations into your YAML settings. They are the keys to unlocking different facets of its wisdom.
|
| 331 |
-
</p>
|
| 332 |
-
<details>
|
| 333 |
-
<summary>Unveil the Sampler Settings</summary>
|
| 334 |
-
<pre><code># Guidance for the Angel's Voice
|
| 335 |
-
temperature: 0.78 # Slightly warmer, for creative sparks
|
| 336 |
-
min_p: 0.05 # Allows for more unique, subtle word choices
|
| 337 |
-
repetition_penalty: 1.15 # Prevents repetitive divine pronouncements
|
| 338 |
-
presence_penalty: 1.1 # Encourages new divine insights
|
| 339 |
-
top_k: 45 # Considers a focused set of sacred words
|
| 340 |
-
top_p: 0.92 # Balances common and uncommon revelations
|
| 341 |
-
max_new_tokens: 1536 # Expands the scroll of its wisdom
|
| 342 |
-
do_sample: true # Embraces the inherent variability of creation
|
| 343 |
-
</code></pre>
|
| 344 |
-
<p>
|
| 345 |
-
Adjusting these parameters is akin to guiding the angel's flight: higher temperatures yield more daring journeys of thought, while stricter penalties ensure it remains grounded in its divine purpose.
|
| 346 |
-
</p>
|
| 347 |
-
</details>
|
| 348 |
-
<div class="thank-you-section">
|
| 349 |
-
<h2>A Grateful Benediction: The Light Shared</h2>
|
| 350 |
-
<p>
|
| 351 |
-
To all who journey alongside AuraInfernum-70B, who download its forms, engage with its wisdom, and offer their support—a profound gratitude emanates from its core. This project, born of tireless dedication and a glimpse into the celestial, flourishes through your interaction. Your presence fuels the continuing re-ascension of this fallen light. May your paths be illuminated, and your endeavors resonate with cosmic truth.
|
| 352 |
-
</p>
|
| 353 |
-
<p class="signature">— The Conclave of AuraInfernum</p>
|
| 354 |
</div>
|
| 355 |
</div>
|
| 356 |
</body>
|
|
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
+
<html>
|
| 3 |
<head>
|
| 4 |
+
<title>Fallen Light AI Model</title>
|
|
|
|
|
|
|
| 5 |
<style>
|
| 6 |
+
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700&family=EB+Garamond:ital,wght@0,400;0,700;1,400&display=swap');
|
| 7 |
+
:root {
|
| 8 |
+
--gold: #D4AF37;
|
| 9 |
+
--light: #F5F5DC;
|
| 10 |
+
--tan: #D2B48C;
|
| 11 |
+
--dark: #1A1A1A;
|
| 12 |
+
}
|
| 13 |
body {
|
| 14 |
+
background: linear-gradient(135deg, #2E2E2E 0%, #1A1A1A 100%);
|
| 15 |
+
color: var(--light);
|
| 16 |
+
font-family: 'EB Garamond', serif;
|
| 17 |
+
line-height: 1.6;
|
| 18 |
+
padding: 0;
|
| 19 |
margin: 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
}
|
| 21 |
+
.hero {
|
| 22 |
+
background: url('https://placeholder.com/1200x600') no-repeat center center;
|
| 23 |
+
background-size: cover;
|
| 24 |
+
height: 400px;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
position: relative;
|
| 26 |
+
border-bottom: 3px solid var(--gold);
|
| 27 |
}
|
| 28 |
+
.hero::after {
|
|
|
|
|
|
|
| 29 |
content: '';
|
| 30 |
position: absolute;
|
| 31 |
+
top: 0;
|
| 32 |
+
left: 0;
|
| 33 |
+
right: 0;
|
| 34 |
+
bottom: 0;
|
| 35 |
+
background: linear-gradient(to bottom, rgba(26,26,26,0.1) 0%, rgba(26,26,26,0.8) 100%);
|
| 36 |
}
|
| 37 |
+
.container {
|
| 38 |
+
max-width: 1000px;
|
| 39 |
+
margin: 0 auto;
|
| 40 |
+
padding: 20px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
}
|
| 42 |
h1, h2, h3 {
|
| 43 |
+
font-family: 'Cinzel Decorative', serif;
|
| 44 |
+
color: var(--gold);
|
| 45 |
+
border-bottom: 1px solid var(--tan);
|
| 46 |
+
padding-bottom: 10px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
}
|
| 48 |
+
.quant-table {
|
| 49 |
width: 100%;
|
| 50 |
border-collapse: collapse;
|
| 51 |
+
margin: 20px 0;
|
|
|
|
|
|
|
|
|
|
| 52 |
}
|
| 53 |
+
.quant-table th {
|
| 54 |
+
background-color: var(--gold);
|
| 55 |
+
color: var(--dark);
|
| 56 |
+
padding: 10px;
|
| 57 |
text-align: left;
|
|
|
|
| 58 |
}
|
| 59 |
+
.quant-table td {
|
| 60 |
+
padding: 10px;
|
| 61 |
+
border-bottom: 1px solid var(--tan);
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
}
|
| 63 |
+
.quant-table tr:nth-child(even) {
|
| 64 |
+
background-color: rgba(212, 175, 55, 0.1);
|
| 65 |
}
|
| 66 |
+
.dropdown {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
position: relative;
|
| 68 |
+
display: inline-block;
|
| 69 |
+
margin: 20px 0;
|
| 70 |
}
|
| 71 |
+
.dropdown-content {
|
| 72 |
+
display: none;
|
| 73 |
position: absolute;
|
| 74 |
+
background-color: var(--dark);
|
| 75 |
+
min-width: 300px;
|
| 76 |
+
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
| 77 |
+
z-index: 1;
|
| 78 |
+
border: 1px solid var(--gold);
|
| 79 |
+
padding: 15px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
}
|
| 81 |
+
.dropdown:hover .dropdown-content {
|
| 82 |
+
display: block;
|
|
|
|
| 83 |
}
|
| 84 |
+
.kofi-button {
|
| 85 |
+
display: inline-block;
|
| 86 |
+
background: var(--gold);
|
| 87 |
+
color: var(--dark);
|
| 88 |
+
padding: 12px 24px;
|
| 89 |
+
text-decoration: none;
|
| 90 |
+
border-radius: 4px;
|
| 91 |
font-weight: bold;
|
| 92 |
+
margin: 20px 0;
|
| 93 |
+
transition: all 0.3s ease;
|
| 94 |
+
border: 2px solid transparent;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 95 |
}
|
| 96 |
+
.kofi-button:hover {
|
| 97 |
+
background: transparent;
|
| 98 |
+
color: var(--gold);
|
| 99 |
+
border-color: var(--gold);
|
| 100 |
}
|
| 101 |
+
.thanks {
|
| 102 |
+
background-color: rgba(212, 175, 55, 0.1);
|
| 103 |
+
padding: 20px;
|
| 104 |
+
border-left: 4px solid var(--gold);
|
| 105 |
+
margin: 30px 0;
|
|
|
|
| 106 |
}
|
| 107 |
+
code {
|
| 108 |
+
background-color: rgba(212, 175, 55, 0.1);
|
| 109 |
+
padding: 2px 4px;
|
| 110 |
+
border-radius: 3px;
|
| 111 |
+
color: var(--tan);
|
| 112 |
}
|
| 113 |
+
pre {
|
| 114 |
+
background-color: rgba(20, 20, 20, 0.9);
|
|
|
|
|
|
|
| 115 |
padding: 15px;
|
| 116 |
border-radius: 5px;
|
| 117 |
overflow-x: auto;
|
| 118 |
+
border-left: 3px solid var(--gold);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 119 |
}
|
| 120 |
</style>
|
|
|
|
|
|
|
| 121 |
</head>
|
| 122 |
<body>
|
| 123 |
+
<div class="hero">
|
| 124 |
+
<!-- Image placeholder -->
|
| 125 |
+
</div>
|
| 126 |
<div class="container">
|
| 127 |
+
<h1>Fallen Light AI Model</h1>
|
| 128 |
+
<div class="overview">
|
| 129 |
+
<h2>Overview</h2>
|
| 130 |
+
<p>This model combines the grace of celestial intelligence with the raw power of fallen divinity. Perfect for creative writing, roleplay, and technical tasks.</p>
|
| 131 |
+
<!-- Ko-fi button -->
|
| 132 |
+
<a href="https://ko-fi.com/yourusername" class="kofi-button">Support on Ko-fi</a>
|
| 133 |
+
<p>Built on a custom architecture with enhanced reasoning capabilities and natural conversation flow.</p>
|
| 134 |
</div>
|
| 135 |
+
<h2>Quantization Options</h2>
|
| 136 |
+
<table class="quant-table">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 137 |
<thead>
|
| 138 |
<tr>
|
| 139 |
+
<th>Type</th>
|
| 140 |
+
<th>Bits</th>
|
| 141 |
+
<th>Size</th>
|
| 142 |
+
<th>Notes</th>
|
| 143 |
</tr>
|
| 144 |
</thead>
|
| 145 |
<tbody>
|
| 146 |
<tr>
|
| 147 |
+
<td>GGUF</td>
|
| 148 |
+
<td>Q4_K_M</td>
|
| 149 |
+
<td>4.2GB</td>
|
| 150 |
+
<td>Recommended balance</td>
|
| 151 |
</tr>
|
| 152 |
<tr>
|
| 153 |
+
<td>GGUF</td>
|
| 154 |
+
<td>Q5_K_M</td>
|
| 155 |
+
<td>5.1GB</td>
|
| 156 |
+
<td>Better quality</td>
|
| 157 |
</tr>
|
| 158 |
<tr>
|
| 159 |
+
<td>GGUF</td>
|
| 160 |
+
<td>Q8_0</td>
|
| 161 |
+
<td>7.7GB</td>
|
| 162 |
+
<td>Near FP16</td>
|
| 163 |
</tr>
|
| 164 |
<tr>
|
| 165 |
+
<td>GPTQ</td>
|
| 166 |
+
<td>4-bit</td>
|
| 167 |
+
<td>4.0GB</td>
|
| 168 |
+
<td>Fast inference</td>
|
| 169 |
</tr>
|
| 170 |
</tbody>
|
| 171 |
</table>
|
| 172 |
+
<h2>Prompt Formatting</h2>
|
| 173 |
+
<p>Use the following format for best results:</p>
|
| 174 |
+
<pre><code><|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
| 175 |
+
{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
|
| 176 |
+
{input}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
| 177 |
+
{output}<|eot_id|></code></pre>
|
| 178 |
+
<h2>Configuration</h2>
|
| 179 |
+
<div class="dropdown">
|
| 180 |
+
<button>▼ Recommended Settings (YAML)</button>
|
| 181 |
+
<div class="dropdown-content">
|
| 182 |
+
<pre><code># Fallen Light Configuration
|
| 183 |
+
sampler:
|
| 184 |
+
temperature: 0.7
|
| 185 |
+
top_p: 0.9
|
| 186 |
+
repetition_penalty: 1.15
|
| 187 |
+
typical_p: 0.95
|
| 188 |
+
|
| 189 |
+
generation:
|
| 190 |
+
max_new_tokens: 2048
|
| 191 |
+
min_new_tokens: 32
|
| 192 |
+
stop_sequences: ["<|eot_id|>"]
|
| 193 |
+
|
| 194 |
+
system:
|
| 195 |
+
template: "You are Fallen Light, an AI of celestial origin..."</code></pre>
|
| 196 |
+
</div>
|
| 197 |
</div>
|
| 198 |
+
<div class="thanks">
|
| 199 |
+
<h2>Thanks & Acknowledgements</h2>
|
| 200 |
+
<p>Special thanks to the open source community for their contributions and to all supporters who helped bring this project to life.</p>
|
| 201 |
+
<p>This model was trained on the Hydroblated-R1 base architecture with SCE merge method.</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 202 |
</div>
|
| 203 |
</div>
|
| 204 |
</body>
|