sleepdeprived3 commited on
Commit
f70ba94
Β·
verified Β·
1 Parent(s): f014f6c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +614 -0
README.md ADDED
@@ -0,0 +1,614 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - mistralai/Mistral-Small-24B-Instruct-2501
7
+ base_model_relation: finetune
8
+ pipeline_tag: text-generation
9
+ tags:
10
+ - roleplay
11
+ - storytelling
12
+ - creative
13
+ - character
14
+ - narrative
15
+ - nsfw
16
+ - explicit
17
+ - unaligned
18
+ - ERP
19
+ - Erotic
20
+ ---
21
+
22
+ <style>
23
+ strong {
24
+ color: #FF1493 !important;
25
+ }
26
+
27
+ body {
28
+ font-family: 'Quicksand', sans-serif;
29
+ background: linear-gradient(135deg, #d6e3ff 0%, #c0d0ff 100%);
30
+ color: #0077ff !important;
31
+ text-shadow: 0 0 3px rgba(192, 203, 255, 0.7);
32
+ margin: 0;
33
+ padding: 20px;
34
+ transition: all 0.5s ease;
35
+ }
36
+
37
+ @media (prefers-color-scheme: light) {
38
+ body {
39
+ background: linear-gradient(135deg, #e6eeff 0%, #d1dcff 100%);
40
+ color: #005ed4 !important;
41
+ text-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
42
+ }
43
+ }
44
+
45
+ .container {
46
+ min-width: 100%;
47
+ margin: 0 auto;
48
+ max-width: 1200px;
49
+ background: rgba(220, 235, 255, 0.95);
50
+ border-radius: 12极;
51
+ padding: 30px;
52
+ box-shadow: 0 0 20px rgba(105, 180, 255, 0.1);
53
+ border: 1px solid rgba(20, 147, 255, 0.2);
54
+ position: relative;
55
+ overflow: hidden;
56
+ }
57
+
58
+ .container::before {
59
+ content: '';
60
+ position: absolute;
61
+ top: -1px;
62
+ left: -1px;
63
+ right: -1px;
64
+ bottom: -1px;
65
+ border: 1px solid rgba(105, 180, 255, 0.5);
66
+ border-radius: 12px;
67
+ pointer-events: none;
68
+ animation: borderGlow 3s ease-in-out infinite alternate;
69
+ }
70
+
71
+ @keyframes borderGlow {
72
+ 0% {
73
+ box-shadow: 0 0 5px rgba(105, 180, 255, 0.3);
74
+ border-color: rgba(105, 180, 255, 0.5);
75
+ }
76
+ 50% {
77
+ box-shadow: 0 0 15px rgba(0, 127, 255, 0.3);
78
+ border-color: rgba(0, 127, 255, 0.5);
79
+ }
80
+ 100% {
81
+ box-shadow: 0 0 5px rgba(105, 180, 255, 0.3);
82
+ border-color: rgba(105, 180, 255, 0.5);
83
+ }
84
+ }
85
+
86
+ .header {
87
+ text-align: center;
88
+ margin-bottom: 30px;
89
+ position: relative;
90
+ }
91
+
92
+ .header::after {
93
+ content: '';
94
+ position: absolute;
95
+ bottom: -15px;
96
+ left: 25%;
97
+ right: 25%;
98
+ height: 1px;
99
+ background: linear-gradient(90deg, transparent, rgba(20, 147, 255, 0.5), transparent);
100
+ animation: scanline 8s linear infinite;
101
+ }
102
+
103
+ @keyframes scanline {
104
+ 0% { background-position: -100% 0; }
105
+ 100% { background-position: 200% 0; }
106
+ }
107
+
108
+ .model-name {
109
+ color: #1493ff;
110
+ font-size: 2.5em;
111
+ text-shadow: 0 0 15px rgba(20, 147, 255, 0.5);
112
+ margin: 0;
113
+ letter-spacing: -1px;
114
+ animation: textGlow 4s ease-in-out infinite alternate;
115
+ }
116
+
117
+ @keyframes textGlow {
118
+ 0% { text-shadow: 0 0 15px rgba(20, 147, 255, 0.5); }
119
+ 50% { text-shadow: 0 0 20px rgba(0, 127, 255, 0.5); }
120
+ 100% { text-shadow: 0 0 15px rgba(20, 147, 255, 0.5); }
121
+ }
122
+
123
+ .subtitle {
124
+ color: #69b4ff;
125
+ font-size: 1.2em;
126
+ margin-top: 10px;
127
+ animation: subtitleFade 6s ease-in-out infinite;
128
+ }
129
+
130
+ @keyframes subtitleFade {
131
+ 0%, 100% { opacity: 0.8; }
132
+ 50% { opacity: 1; }
133
+ }
134
+
135
+ .waifu-container {
136
+ margin: 20px -30px;
137
+ width: calc(100% + 60px);
138
+ overflow: hidden;
139
+ border-radius: 8px;
140
+ border: 1px solid rgba(105, 180, 255, 0.3);
141
+ position: relative;
142
+ }
143
+
144
+ .waifu-container::before {
145
+ content: '';
146
+ position: absolute;
147
+ top: 0;
148
+ left: 0;
149
+ right: 0;
150
+ bottom: 0;
151
+ background: linear-gradient(45deg,
152
+ rgba(105, 180, 255, 0.1) 0%,
153
+ transparent 20%,
154
+ transparent 80%,
155
+ rgba(0, 127, 255, 0.1) 100%);
156
+ pointer-events: none;
157
+ animation: gradientSlide 10s linear infinite;
158
+ }
159
+
160
+ @keyframes gradientSlide {
161
+ 0% { background-position: 0% 0%; }
162
+ 100% { background-position: 100% 100%; }
163
+ }
164
+
165
+ .waifu-img {
166
+ width: 100%;
167
+ height: auto;
168
+ border-radius: 0;
169
+ border: none;
170
+ box-shadow: 0 0 40px rgba(20, 147, 255, 0.2);
171
+ transition: transform 0.5s ease;
172
+ }
173
+
174
+ .waifu-img:hover {
175
+ transform: scale(1.01);
176
+ }
177
+
178
+ .section {
179
+ color: #005ed4;
180
+ margin: 25px 0;
181
+ padding: 20px;
182
+ background: rgba(228, 240, 255, 0.9);
183
+ border-radius: 8px;
184
+ border: 1px solid rgba(105, 180, 255, 0.15);
185
+ position: relative;
186
+ transition: all 0.3s ease;
187
+ }
188
+
189
+ .section:hover {
190
+ border-color: rgba(0, 127, 255, 0.3);
191
+ box-shadow: 0 0 15px rgba(20, 147, 255, 0.1);
192
+ }
193
+
194
+ .section::before {
195
+ content: '';
196
+ position: absolute;
197
+ top: -1px;
198
+ left: -1px;
199
+ right: -1px;
200
+ bottom: -1px;
201
+ border: 1px solid rgba(105, 180, 255, 0.3);
202
+ border-radius: 8px;
203
+ pointer-events: none;
204
+ animation: sectionPulse 5s ease-in-out infinite;
205
+ }
206
+
207
+ @keyframes sectionPulse {
208
+ 0%, 100% { opacity: 0.7; }
209
+ 50% { opacity: 0.3; }
210
+ }
211
+
212
+ .section-title {
213
+ color: #1493ff;
214
+ font-size: 1.8em;
215
+ margin-top: 0;
216
+ text-shadow: 0 0 5px rgba(20, 147, 255, 0.3);
217
+ position: relative;
218
+ display: inline-block;
219
+ }
220
+
221
+ .section-title::after {
222
+ content: '';
223
+ position: absolute;
224
+ bottom: -5px;
225
+ left: 0;
226
+ width: 100%;
227
+ height: 1px;
228
+ background: linear-gradient(90deg, rgba(20, 147, 255, 0.5), rgba(0, 127, 255, 0.5));
229
+ transform: scaleX(0);
230
+ transform-origin: left;
231
+ transition: transform 0.3s ease;
232
+ }
233
+
234
+ .section:hover .section-title::after {
235
+ transform: scaleX(1);
236
+ }
237
+
238
+ .quant-links {
239
+ display: grid;
240
+ grid-template-columns: repeat(1, 1fr);
241
+ gap: 15px;
242
+ margin: 20px 0;
243
+ }
244
+
245
+ .link-card {
246
+ padding: 15px;
247
+ background: rgba(228, 240, 255, 0.95);
248
+ border-radius: 8px;
249
+ transition: all 0.3s ease;
250
+ border: 1px solid rgba(105, 180, 255, 0.1);
251
+ position: relative;
252
+ overflow: hidden;
253
+ }
254
+
255
+ .link-card::before {
256
+ content: '';
257
+ position: absolute;
258
+ top: 0;
259
+ left: 0;
260
+ right: 0;
261
+ height: 2px;
262
+ background: linear-gradient(90deg, rgba(20, 147, 255, 0.5), rgba(0, 127, 255, 0.5));
263
+ animation: cardScan 4s linear infinite;极
264
+ }
265
+
266
+ @keyframes cardScan {
267
+ 0% { transform: translateX(-100%); }
268
+ 100% { transform: translateX(100%); }
269
+ }
270
+
271
+ .link-card:hover {
272
+ transform: translateY(-3px);
273
+ box-shadow: 0 5px 15px rgba(20, 147, 255, 0.2);
274
+ border-color: rgba(0, 127极, 255, 0.3);
275
+ }
276
+
277
+ .link-card h3 {
278
+ margin-top: 0;
279
+ color: #005ed4 !important;
280
+ }
281
+
282
+ .link-button {
283
+ display: inline-flex;
284
+ align-items: center;
285
+ background: rgba(20, 147, 255, 0.1);
286
+ color: #005ed4 !important;
287
+ padding: 8px 15px;
288
+ border-radius: 6px;
289
+ text-decoration: none;
290
+ border: 1px solid rgba(20, 147, 255, 0.3);
291
+ margin: 5px 0;
292
+ transition: all 0.3s ease;
293
+ font-size: 0.95em;
294
+ position: relative;
295
+ overflow: hidden;
296
+ }
297
+
298
+ .link-button::before {
299
+ content: '';
300
+ position: absolute;
301
+ top: 0;
302
+ left: -100%;
303
+ width: 100%;
304
+ height: 100%;
305
+ background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
306
+ transition: all 0.5s ease;
307
+ }
308
+
309
+ .link-button:hover {
310
+ background: rgba(20, 147, 255, 0.2);
311
+ border-color: rgba(20, 147, 255, 0.5);
312
+ transform: translateY(-2px);
313
+ box-shadow: 0 4px 12px rgba(20, 147, 255, 0.2);
314
+ }
315
+
316
+ .link-button:hover::before {
317
+ left: 100%;
318
+ }
319
+
320
+ .link-button::after {
321
+ content: 'β†’';
322
+ margin-left: 8px;
323
+ opacity: 0.7;
324
+ transition: all 0.3s ease;
325
+ }
326
+
327
+ .link-button:hover::after {
328
+ transform: translateX(3px);
329
+ opacity: 1;
330
+ }
331
+
332
+ .button-group {
333
+ display: flex;
334
+ flex-wrap: wrap;
335
+ gap: 10px;
336
+ margin: 15px 0;
337
+ }
338
+
339
+ .disclaimer {
340
+ color: #1570C7;
341
+ border-left: 3px solid #1570C7;
342
+ padding-left: 15px;
343
+ margin: 20px 0;
344
+ position: relative;
345
+ }
346
+
347
+ .disclaimer::before {
348
+ content: '⚠️';
349
+ position: absolute;
350
+ left: -10px;
351
+ top: 0;
352
+ transform: translateX(-100%);
353
+ animation: pulse 2s ease-in-out infinite;
354
+ }
355
+
356
+ @keyframes pulse {
357
+ 0%, 100% { opacity: 1; }
358
+ 50% { opacity: 0.5; }
359
+ }
360
+
361
+ .badge {
362
+ display: inline-block;
363
+ padding: 5px 10px;
364
+ border-radius: 5px;
365
+ background: rgba(20, 147, 255, 0.1);
366
+ border: 1px solid #1493ff;
367
+ margin: 5px;
368
+ font-size: 0.9em;
369
+ animation: badgePulse 3s ease-in-out infinite;
370
+ }
371
+
372
+ @keyframes badgePulse {
373
+ 0%, 100% { box-shadow: 0 0 5px rgba(20, 147, 255, 0.3); }
374
+ 50% { box-shadow: 0 0 10px rgba(20, 147, 255, 0.5); }
375
+ }
376
+
377
+ /* Light mode adjustments */
378
+ @media (prefers-color-scheme: light) {
379
+ .container {
380
+ background: rgba(240, 245, 255, 0.95);
381
+ border-color: rgba(0, 100, 200, 0.3);
382
+ }
383
+
384
+ .model-name, .section-title, .subtitle {
385
+ color: #005ed4;
386
+ text-shadow: 0 0 5px rgba(0, 127, 255, 0.3);
387
+ }
388
+
389
+ .section {
390
+ background: rgba(240, 245, 255, 0.9);
391
+ border-color: rgba(0, 100, 200, 0.2);
392
+ color: #005d8b;
393
+ }
394
+
395
+ .section p,
396
+ .section ul li,
397
+ .section > p > strong {
398
+ color: #005ed4 !important;
399
+ }
400
+
401
+ .link-card {
402
+ background: rgba(228, 240, 255, 0.95);
403
+ border-color: rgba(0, 100, 200, 0.2);
404
+ }
405
+
406
+ .link-card h3 {
407
+ color: #005d8b !important;
408
+ }
409
+
410
+ .link-button {
411
+ background: rgba(0, 100, 200, 0.1);
412
+ color: #005d8b !important;
413
+ border-color: rgba(0, 100, 200, 0.3);
414
+ }
415
+
416
+ .link-button:hover {
417
+ background: rgba(0, 100, 200, 0.2);
418
+ border-color: rgba(0, 100, 200, 0.5);
419
+ }
420
+
421
+ .disclaimer {
422
+ color: #005ed4;
423
+ border-color: #005ed4;
424
+ }
425
+
426
+ .badge {
427
+ border-color: #005ed4;
428
+ background: rgba(0, 100, 200, 0.1);
429
+ }
430
+ }
431
+ </style>
432
+
433
+ <div class="container">
434
+
435
+ <div class="header">
436
+ <h1 class="model-name">Broken-Tutu-24B-Transgression-v2.0</h1>
437
+ <p class="subtitle">Enhanced coherence with reduced explicit content</p>
438
+ </div>
439
+
440
+ <div class="waifu-container">
441
+ <img src="./tutu.gif" class="waifu-img" alt="Broken Tutu Character">
442
+ </div>
443
+
444
+ <div class="section">
445
+ <h2 class="section-title">🧠 Transgression Techniques</h2>
446
+ <p>This evolution of Broken-Tutu delivers unprecedented coherence with reduced explicit content using classic "Transgression" techniques:</p>
447
+ <ul>
448
+ <li>🧬 <strong>Expanded 43M Token Dataset</strong> - First ReadyArt model with multi-turn conversational data</li>
449
+ <li>✨ <strong>100% Unslopped Dataset</strong> - New techniques used to generate the dataset with 0% slop</li>
450
+ <li>⚑ <strong>Enhanced Character Integrity</strong> - Maintains character authenticity while reducing explicit content</li>
451
+ <li>πŸ›‘οΈ <strong>Anti-Impersonation Guards</strong> - Never speaks or acts for the user</li>
452
+ <li>πŸ’Ž <strong>Rebuilt from Ground Up</strong> - Optimized training settings for superior performance</li>
453
+ <li>πŸ“œ <strong>Direct Evolution</strong> - Leveraging the success of Broken-Tutu, we finetuned directly on top of the legendary model</li>
454
+ </ul>
455
+ </div>
456
+
457
+ <div class="section">
458
+ <h2 class="section-title">🌟 Fuel the Revolution</h2>
459
+ <p>This model represents thousands of hours of passionate development. If it enhances your experience, consider supporting our work:</p>
460
+ <div class="button-group">
461
+ <a href="https://ko-fi.com/readyartsleep" class="link-button">Support on Ko-fi</a>
462
+ </div>
463
+ <p><small>Every contribution helps us keep pushing boundaries in AI. Thank you for being part of the revolution!</small></p>
464
+ </div>
465
+
466
+ <div class="section">
467
+ <h2 class="section-title">βš™οΈ Technical Specifications</h2>
468
+ <p><strong>Key Training Details:</strong></p>
469
+ <ul>
470
+ <li>Base Model: mistralai/Mistral-Small-24B-Instruct-2501</li>
471
+ <li>Training Method: QLoRA with DeepSpeed Zero3</li>
472
+ <li>Sequence Length: 5120 (100% samples included)</li>
473
+ <li>Learning Rate: 2e-6 with cosine scheduler</li>
474
+ </ul>
475
+ </div>
476
+
477
+ <div class="section">
478
+ <p><strong>Recommended Settings for true-to-character behavior:</strong> <a href="https://huggingface.co/ReadyArt/Mistral-V7-Tekken-T8-XML" class="link-button">Mistral-V7-Tekken-T8-XML</a></p>
479
+ <div class="quant-links">
480
+ <div class="link-card">
481
+ <h3>GGUF</h3>
482
+ <div class="button-group" style="display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;">
483
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.Q2_K.gguf" class="link-button">Q2_K (9.0GB)</a>
484
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.Q3_K_S.gguf" class="link-button">Q3_K_S (10.5GB)</a>
485
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.Q3_K_M.gguf" class="link-button">Q3_K_M (11.6GB)</a>
486
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.Q3_K_L.gguf" class="link-button">Q3_K_L (12.5GB)</a>
487
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.IQ4_XS.gguf" class="link-button">IQ4_XS (13.0GB)</a>
488
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.Q4_K_S.gguf" class="link-button">Q4_K_S (13.6GB)</a>
489
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.Q4_K_M.gguf" class="link-button">Q4_K_M (14.4GB)</a>
490
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.Q5_K_S.gguf" class="link-button">Q5_K_S (16.4GB)</a>
491
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.Q5_K_M.gguf" class="link-button">Q5_K_M (16.9GB)</a>
492
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.Q6_K.gguf" class="link-button">Q6_K (19.4GB)</a>
493
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.Q8_0.gguf" class="link-button">Q8_0 (25.2GB)</a>
494
+ </div>
495
+ <p><small>Notes: Q4_K_S/Q4_K_M recommended for speed/quality balance. Q6_K for high quality. Q8_0 best quality.</small></p>
496
+ </div>
497
+ <div class="link-card">
498
+ <h3>imatrix</h3>
499
+ <div class="button-group" style="display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;">
500
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-i1-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.i1-IQ1_S.gguf" class="link-button">IQ1_S (5.4GB)</a>
501
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-i1-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.i1-IQ1_M.gguf" class="link-button">IQ1_M (5.9GB)</a>
502
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-i1-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.i1-I极2_XXS.gguf" class="link-button">IQ2_XXS (6.6GB)</a>
503
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-i1-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.i1-IQ2_XS.gguf" class="link-button">IQ2_XS (7.3GB)</a>
504
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-i1-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.i1-IQ2_S.gguf" class="link-button">IQ2_S (7.6GB)</a>
505
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-i1-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.i1-IQ2_M.gguf" class="link-button">IQ2_M (8.2GB)</a>
506
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-i1-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.i1-Q2_K_S.gguf" class="link-button">Q2_K_S (8.4极B)</a>
507
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-i1-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.i1-Q2_K.gguf" class="link-button">Q2_K (9.0GB)</a>
508
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-i1-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.i1-IQ3_XXS.gguf" class="link-button">IQ3_XXS (9.4GB)</a>
509
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-i1-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.i1-IQ3_XS.gguf" class="link-button">IQ3_XS (10.0GB)</a>
510
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-i1-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.i1-Q3_K_S.gguf" class="link-button">Q3_K_S (10.5GB)</a>
511
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-i1-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.i1-IQ3_S.gguf" class="link-button">IQ3_S (10.5GB)</a>
512
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-i1-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.i1-IQ3_M.gguf" class="link-button">IQ3_M (10.8GB)</a>
513
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-i1-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.i1-Q3_K_M.gguf" class="link-button">Q3_K_M (11.6GB)</a>
514
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-i1-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.i1-Q3_K_L.gguf" class="link-button">Q3_K_L (12.5GB)</a>
515
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-i1-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.i1-IQ4_XS.gguf" class="link-button">IQ4_XS (12.9GB)</a>
516
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-i1-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.i1-Q4_0.gguf" class="link-button">Q4_0 (13.6GB)</a>
517
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-i1-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.i1-Q4_K_S.gguf" class="link-button">Q4_K_S (13.6GB)</a>
518
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-i1-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.i1-Q4_K_M.gguf" class="link-button">Q4_K_M (14.4GB)</a>
519
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-i1-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.i1-Q4_1.gguf" class="link-button">Q4_1 (15.0GB)</a>
520
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-i1-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.i1-Q5_K_S.gguf" class="link-button">Q5_K_S (16.4GB)</a>
521
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-i1-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.i1-Q5_K_M.gguf" class="link-button">Q5_K_M (16.9GB)</a>
522
+ <a href="https://huggingface.co/mradermacher/Broken-Tutu-24B-Transgression-v2.0-i1-GGUF/resolve/main/Broken-Tutu-24B-Transgression-v2.0.i1-Q6_K.gguf" class="link-button">Q6_K (19.4GB)</a>
523
+ </div>
524
+ <p><small>Notes: Q4_K_S/Q4_K_M recommended. IQ1_S/IQ1_M for extreme low VRAM. Q6_K for near-original quality.</small></p>
525
+ </div>
526
+ <div class="link-card">
527
+ <h3>EXL2</h3>
528
+ <div class="button-group" style="display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;">
529
+ <a href="https://huggingface.co/gecfdo/Broken-Tutu-24B-Transgression-v2.0-EXL2/tree/2.5bpw_H8" class="link-button">2.5 bpw</a>
530
+ <a href="https://huggingface.co/gecfdo/Broken-Tutu-24B-Transgression-v2.0-EXL2/tree/3.0bpw_H8" class="link-button">3.0 bpw</a>
531
+ <a href="https://huggingface.co/gecfdo/Broken-Tutu-24B-Transgression-v2.0-EXL2/tree/3.5bpw_H8" class="link-button">3.5 bpw</a>
532
+ <a href="https://huggingface.co/gecfdo/Broken-Tutu-24B-Transgression-v2.0-EXL2/tree/4.0bpw_H8" class="link-button">4.0 bpw</a>
533
+ <a href="https://huggingface.co/gecfdo/Broken-Tutu-24B-Transgression-v2.0-EXL2/tree/4.5bpw_H8" class="link-button">4.5 bpw</a>
534
+ <a href="https://huggingface.co/gecfdo/Broken-Tutu-24B-Transgression-v2.0-EXL2/tree/5.0bpw_H8" class="link-button">5.0 bpw</a>
535
+ <a href="https://huggingface.co/gecfdo/Broken-Tutu-24B-Transgression-v2.0-EXL2/tree/6.0bpw_H8" class="link-button">6.0 bpw</a>
536
+ <a href="https://huggingface.co/gecfdo/Broken-Tutu-24B-Transgression-v2.0-EXL2/tree/8.0bpw_H8" class="link-button">8.0 bpw</a>
537
+ </div>
538
+ </div>
539
+ <div class="link-card">
540
+ <h3>EXL3</h3>
541
+ <div class="button-group" style="display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;">
542
+ <a href="https://huggingface.co/gecfdo/Broken-Tutu-24B-Transgression-v2.0-EXL3/tree/2.5bpw_H8" class="link-button">2.0 bpw</a>
543
+ <a href="https://huggingface.co/gecfdo/Broken-Tutu-24B-Transgression-v2.0-EXL3/tree/2.5bpw_H8" class="link-button">2.5 bpw</a>
544
+ <a href="https://huggingface.co/gecfdo/Broken-Tutu-24B-Transgression-v2.0-EXL3/tree/3.0bpw_H8" class="link-button">3.0 bpw</a>
545
+ <a href="https://huggingface.co/gecfdo/Broken-Tutu-24B-Transgression-v2.0-EXL3/tree/3.5bpw_H8" class="link-button">3.5 bpw</a>
546
+ <a href="https://huggingface.co/gecfdo/Broken-Tutu-24B-Transgression-v2.0-EXL3/tree/4.0bpw_H8" class="link-button">4.0 bpw</a>
547
+ <a href="https://huggingface.co/gecfdo/Broken-Tutu-24B-Transgression-v2.0-EXL3/tree/4.5bpw_H8" class="link-button">4.5 bpw</a>
548
+ <a href="https://huggingface.co/gecfdo/Broken-Tutu-24B-Transgression-v2.0-EXL3/tree/5.0bpw_H8" class="link-button">5.0 bpw</a>
549
+ <a href="https://huggingface.co/gecfdo/Broken-Tutu-24B-Transgression-v2.0-EXL3/tree/6.0bpw_H8" class="link-button">6.0 bpw</a>
550
+ <a href="https://huggingface.co/gecfdo/Broken-Tutu-24B-Transgression-v2.0-EXL3/tree/8.0bpw_H8" class="link-button">8.0 bpw</a>
551
+ </div>
552
+ </div>
553
+ <div class="link-card">
554
+ <h3>AWQ</h3>
555
+ <div class="button-group" style="display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;">
556
+ <a href="https://huggingface.co/collections/ReadyArt/broken-tutu-24b-transgression-v20-awq-6846724f5e05caced62cdf5c" class="link-button">Quants</a>
557
+ </div>
558
+ </div>
559
+ </div>
560
+
561
+ </div>
562
+
563
+ <div class="section">
564
+ <h2 class="section-title">⚠️ Ethical Considerations</h2>
565
+ <div class="disclaimer">
566
+ <p>This model maintains character integrity while reducing explicit content:</p>
567
+ <ul>
568
+ <li>βš–οΈ Balanced approach to character authenticity and content appropriateness</li>
569
+ <li>πŸ”ž Reduced explicit content generation compared to previous versions</li>
570
+ <li>πŸ’€ Characters maintain their core traits - wholesome characters remain wholesome, yanderes remain intense</li>
571
+ <li>🧠 Improved focus on narrative coherence and storytelling</li>
572
+ </ul>
573
+ </div>
574
+ </div>
575
+
576
+ <div class="section">
577
+ <h2 class="section-title">πŸ“œ Performance Notes</h2>
578
+ <ul>
579
+ <li>πŸ”₯ Maintains Broken-Tutu's intensity with improved narrative coherence</li>
580
+ <li>πŸ“– Excels at long-form multi-character scenarios</li>
581
+ <li>🧠 Superior instruction following with complex prompts</li>
582
+ <li>⚑ Reduced repetition and hallucination compared to v1.1</li>
583
+ <li>🎭 Uncanny ability to adapt to subtle prompt nuances</li>
584
+ <li>πŸ–ΌοΈ Enhanced image understanding capabilities for multimodal interactions</li>
585
+ </ul>
586
+ </div>
587
+
588
+ <div class="section">
589
+ <h2 class="section-title">πŸ§‘β€πŸ”¬ Model Authors</h2>
590
+ <ul>
591
+ <li>sleepdeprived3 (Training Data & Fine-Tuning)</li>
592
+ <li>ReadyArt / Artus / gecfdo (EXL2/EXL3 Quantization)</li>
593
+ <li>mradermacher (GGUF Quantization)</li>
594
+ </ul>
595
+ </div>
596
+
597
+ <div class="section">
598
+ <h2 class="section-title">β˜• Support the Creators</h2>
599
+ <div class="button-group">
600
+ <a href="https://ko-fi.com/readyartsleep" class="link-button">Ko-fi</a>
601
+ <a href="https://discord.com/invite/Nbv9pQ88Xb" class="link-button">Beaver AI Discord</a>
602
+ </div>
603
+ </div>
604
+
605
+ <div class="section">
606
+ <h2 class="section-title">πŸ”– License</h2>
607
+ <p>By using this model, you agree:</p>
608
+ <ul>
609
+ <li>To accept full responsibility for all generated content</li>
610
+ <li>That you're at least 18+ years old</li>
611
+ <li>That the architects bear no responsibility for your use of the model</li>
612
+ </ul>
613
+ </div>
614
+ </div>