gecfdo commited on
Commit
b17b9a8
Β·
verified Β·
1 Parent(s): f65318c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +553 -0
README.md ADDED
@@ -0,0 +1,553 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - mistralai/Mistral-Nemo-Instruct-2407
7
+ base_model_relation: finetune
8
+ pipeline_tag: text-generation
9
+ tags:
10
+ - nsfw
11
+ - explicit
12
+ - roleplay
13
+ - unaligned
14
+ - ERP
15
+ - Erotic
16
+ - Horror
17
+ - Violence
18
+ ---
19
+
20
+ <style>
21
+ strong {
22
+ color: #FF1493 !important;
23
+ }
24
+
25
+ body {
26
+ font-family: 'Quicksand', sans-serif;
27
+ background: linear-gradient(135deg, #ffd6e7 0%, #ffc0cb 100%);
28
+ color: #ff0077 !important;
29
+ text-shadow: 0 0 3px rgba(255, 192, 203, 0.7);
30
+ margin: 0;
31
+ padding: 20px;
32
+ transition: all 0.5s ease;
33
+ }
34
+
35
+ @media (prefers-color-scheme: light) {
36
+ body {
37
+ background: linear-gradient(135deg, #ffe6ee 0%, #ffd1dc 100%);
38
+ color: #d4005e !important;
39
+ text-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
40
+ }
41
+ }
42
+
43
+ .container {
44
+ min-width: 100%;
45
+ margin: 0 auto;
46
+ max-width: 1200px;
47
+ background: rgba(255, 220, 235, 0.95);
48
+ border-radius: 12px;
49
+ padding: 30px;
50
+ box-shadow: 0 0 20px rgba(255, 105, 180, 0.1);
51
+ border: 1px solid rgba(255, 20, 147, 0.2);
52
+ position: relative;
53
+ overflow: hidden;
54
+ }
55
+
56
+ .container::before {
57
+ content: '';
58
+ position: absolute;
59
+ top: -1px;
60
+ left: -1px;
61
+ right: -1px;
62
+ bottom: -1px;
63
+ border: 1px solid rgba(255, 105, 180, 0.5);
64
+ border-radius: 12px;
65
+ pointer-events: none;
66
+ animation: borderGlow 3s ease-in-out infinite alternate;
67
+ }
68
+
69
+ @keyframes borderGlow {
70
+ 0% {
71
+ box-shadow: 0 0 5px rgba(255, 105, 180, 0.3);
72
+ border-color: rgba(255, 105, 180极 0.5);
73
+ }
74
+ 50% {
75
+ box-shadow: 0 0 15px rgba(255, 0, 127, 0.3);
76
+ border-color: rgba(255, 0, 127, 0.5);
77
+ }
78
+ 100% {
79
+ box-shadow: 0 0 5px rgba(255, 105, 180, 0.3);
80
+ border-color: rgba(255, 105, 180, 0.5);
81
+ }
82
+ }
83
+
84
+ .header {
85
+ text-align: center;
86
+ margin-bottom: 30px;
87
+ position: relative;
88
+ }
89
+
90
+ .header::after {
91
+ content: '';
92
+ position: absolute;
93
+ bottom: -15px;
94
+ left: 25%;
95
+ right: 25%;
96
+ height: 1px;
97
+ background: linear-gradient(90deg, transparent, rgba(255, 20, 147, 0.5), transparent);
98
+ animation: scanline 8s linear infinite;
99
+ }
100
+
101
+ @keyframes scanline {
102
+ 0% { background-position: -100% 0; }
103
+ 100% { background-position: 200% 0; }
104
+ }
105
+
106
+ .model-name {
107
+ color: #ff1493;
108
+ font-size: 2.5em;
109
+ text-shadow: 0 0 15px rgba(255, 20, 147, 0.5);
110
+ margin: 0;
111
+ letter-spacing: -1px;
112
+ animation: textGlow 4s ease-in-out infinite alternate;
113
+ }
114
+
115
+ @keyframes textGlow {
116
+ 0% { text-shadow: 0 0 15px rgba(255, 20, 147, 0.5); }
117
+ 50% { text-shadow: 0 0 20px rgba(255, 0, 127, 0.5); }
118
+ 100% { text-shadow: 0 0 15px rgba(255, 20, 147, 0.5); }
119
+ }
120
+
121
+ .subtitle {
122
+ color: #ff69b4;
123
+ font-size: 1.2em;
124
+ margin-top: 10px;
125
+ animation: subtitleFade 6s ease-in-out infinite;
126
+ }
127
+
128
+ @keyframes subtitleFade {
129
+ 0%, 100% { opacity: 0.8; }
130
+ 50% { opacity: 1; }
131
+ }
132
+
133
+ .waifu-container {
134
+ margin: 20px -30px;
135
+ width: calc(100% + 60极);
136
+ overflow: hidden;
137
+ border-radius: 8px;
138
+ border: 1px solid rgba(255, 105, 180, 0.3);
139
+ position: relative;
140
+ }
141
+
142
+ .waifu-container::before {
143
+ content: '';
144
+ position: absolute;
145
+ top: 0;
146
+ left: 0;
147
+ right: 0;
148
+ bottom: 0;
149
+ background: linear-gradient(45deg,
150
+ rgba(255, 105, 180, 0.1) 0%,
151
+ transparent 20%,
152
+ transparent 80%,
153
+ rgba(255, 0, 127, 0.1) 100%);
154
+ pointer-events: none;
155
+ animation: gradientSlide 10s linear infinite;
156
+ }
157
+
158
+ @keyframes gradientSlide {
159
+ 0% { background-position: 0% 0%; }
160
+ 100% { background-position: 100% 100%; }
161
+ }
162
+
163
+ .waifu-img {
164
+ width: 100%;
165
+ height: auto;
166
+ border-radius: 0;
167
+ border: none;
168
+ box-shadow: 0 0 40px rgba(255, 20, 147, 0.2);
169
+ transition: transform 0.5s ease;
170
+ }
171
+
172
+ .waifu-img:hover {
173
+ transform: scale(1.01);
174
+ }
175
+
176
+ .section {
177
+ color: #d4005e;
178
+ margin: 25px 0;
179
+ padding: 20px;
180
+ background: rgba(255, 228, 240, 0.9);
181
+ border-radius: 8px;
182
+ border: 1px solid rgba(255, 105, 180, 0.15);
183
+ position: relative;
184
+ transition: all 0.3s ease;
185
+ }
186
+
187
+ .section:hover {
188
+ border-color: rgba(255, 0, 127, 0.3);
189
+ box-shadow: 0 0 15px rgba(255, 20, 147, 0.1);
190
+ }
191
+
192
+ .section::before {
193
+ content: '';
194
+ position: absolute;
195
+ top: -1px;
196
+ left: -1px;
197
+ right: -1px;
198
+ bottom: -1px;
199
+ border: 1px solid rgba(255, 105, 180, 0.3);
200
+ border-radius: 8px;
201
+ pointer-events: none;
202
+ animation: sectionPulse 5s ease-in-out infinite;
203
+ }
204
+
205
+ @keyframes sectionPulse {
206
+ 0%, 100% { opacity: 0.7; }
207
+ 50% { opacity: 0.3; }
208
+ }
209
+
210
+ .section-title {
211
+ color: #ff1493;
212
+ font-size: 1.8em;
213
+ margin-top: 0;
214
+ text-shadow: 0 0 5px rgba(255, 20, 147, 0.3);
215
+ position: relative;
216
+ display: inline-block;
217
+ }
218
+
219
+ .section-title::after {
220
+ content: '';
221
+ position: absolute;
222
+ bottom: -5px;
223
+ left: 0;
224
+ width: 100%;
225
+ height: 1px;
226
+ background: linear-gradient(90deg, rgba(255, 20, 147, 0.5), rgba(255, 0, 127, 0.5));
227
+ transform: scaleX(0);
228
+ transform-origin: left;
229
+ transition: transform 0.3s ease;
230
+ }
231
+
232
+ .section:hover .section-title::after {
233
+ transform: scaleX(1);
234
+ }
235
+
236
+ .quant-links {
237
+ display: grid;
238
+ grid-template-columns: repeat(2, 1fr);极
239
+ gap: 15px;
240
+ margin: 20px 0;
241
+ }
242
+
243
+ .link-card {
244
+ padding: 15px;
245
+ background: rgba(255, 228, 240, 0.95);
246
+ border-radius: 8px;
247
+ transition: all 0.3s ease;
248
+ border: 1px solid rgba(255, 105, 180, 0.1);
249
+ position: relative;
250
+ overflow: hidden;
251
+ }
252
+
253
+ .link-card::before {
254
+ content: '';
255
+ position: absolute;
256
+ top: 0;
257
+ left: 0;
258
+ right: 0;
259
+ height: 2px;
260
+ background: linear-gradient(90deg, rgba(255, 20, 147, 0.5), rgba(255, 0, 127, 0.5));
261
+ animation: cardScan 4s linear infinite;
262
+ }
263
+
264
+ @keyframes cardScan {
265
+ 0% { transform: translateX(-100%); }
266
+ 100% { transform: translateX(100%); }
267
+ }
268
+
269
+ .link-card:hover {
270
+ transform: translateY(-3px);
271
+ box-shadow: 0 5px 15px rgba(255, 20, 147, 0.2);
272
+ border-color: rgba(255, 0, 127, 0.3);
273
+ }
274
+
275
+ .link-card h3 {
276
+ margin-top: 0;
277
+ color: #d4005e !important;
278
+ }
279
+
280
+ .link-button {
281
+ display: inline-flex;
282
+ align-items: center;
283
+ background: rgba(255, 20, 147, 0.1);
284
+ color: #d4005e !important;
285
+ padding: 8px 15px;
286
+ border-radius: 6px;
287
+ text-decoration: none;
288
+ border: 1px solid rgba(255, 20, 147, 0.3);
289
+ margin: 5px 0;
290
+ transition: all 0.3s ease;
291
+ font-size: 0.95em;
292
+ position: relative;
293
+ overflow: hidden;
294
+ }
295
+
296
+ .link-button::before {
297
+ content: '';
298
+ position: absolute;
299
+ top: 0;
300
+ left: -100%;
301
+ width: 100%;
302
+ height: 100%;
303
+ background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
304
+ transition: all 0.5s ease;
305
+ }
306
+
307
+ .link-button:hover {
308
+ background: rgba(255, 20, 147, 0.2);
309
+ border-color: rgba(255, 20, 147, 0.5);
310
+ transform: translateY(-2px);
311
+ box-shadow: 0 4px 12px rgba(255, 20, 147, 0.2);
312
+ }
313
+
314
+ .link-button:hover::before {
315
+ left: 100%;
316
+ }
317
+
318
+ .link-button::after {
319
+ content: 'β†’';
320
+ margin-left: 8px;
321
+ opacity: 0.7;
322
+ transition: all 0.3s ease;
323
+ }
324
+
325
+ .link-button:hover::after {
326
+ transform: translateX(3px);
327
+ opacity: 1;
328
+ }
329
+
330
+ .button-group {
331
+ display: flex;
332
+ flex-wrap: wrap;
333
+ gap: 10px;
334
+ margin: 15px 0;
335
+ }
336
+
337
+ .disclaimer {
338
+ color: #C71585;
339
+ border-left: 3px solid #C71585;
340
+ padding-left: 15px;
341
+ margin: 20px 0;
342
+ position: relative;
343
+ }
344
+
345
+ .disclaimer::before {
346
+ content: '⚠️';
347
+ position: absolute;
348
+ left: -10px;
349
+ top: 0;
350
+ transform: translateX(-100%);
351
+ animation: pulse 2s ease-in-out infinite;
352
+ }
353
+
354
+ @keyframes pulse {
355
+ 0%, 100% { opacity: 1; }
356
+ 50% { opacity: 0.5; }
357
+ }
358
+
359
+ .badge {
360
+ display: inline-block;
361
+ padding: 5px 10px;
362
+ border-radius: 5px;
363
+ background: rgba(255, 20, 147, 0.1);
364
+ border: 1px solid #ff1493;
365
+ margin: 5px;
366
+ font-size: 0.9em;
367
+ animation: badgePulse 3s ease-in-out infinite;
368
+ }
369
+
370
+ @keyframes badgePulse {
371
+ 0%, 100% { box-shadow: 0 0 5px rgba(255, 20, 147, 0.3); }
372
+ 50% { box-shadow: 0 0 10px rgba(255, 20, 147, 0.5); }
373
+ }
374
+
375
+ /* Light mode adjustments */
376
+ @media (prefers-color-scheme: light) {
377
+ .container {
378
+ background: rgba(255, 240, 245, 0.95);
379
+ border-color: rgba(200, 0, 100, 0.3);
380
+ }
381
+
382
+ .model-name, .section-title, .subtitle {
383
+ color: #d4005e;
384
+ text-shadow: 0 0 5px rgba(255, 0, 127, 0.3);
385
+ }
386
+
387
+ .section {
388
+ background: rgba(255, 240, 245, 0.9);
389
+ border-color: rgba(200, 0, 100, 0.2);
390
+ color: #8b005d;
391
+ }
392
+
393
+ .section p,
394
+ .section ul li,
395
+ .section > p > strong {
396
+ color: #d4005e !important;
397
+ }
398
+
399
+ .link-card {
400
+ background: rgba(255, 228, 240, 0.95);
401
+ border-color: rgba(200, 0, 100, 0.2);
402
+ }
403
+
404
+ .link-card h3 {
405
+ color: #8b005d !important;
406
+ }
407
+
408
+ .link-button {
409
+ background: rgba(200, 0, 100, 0.1);
410
+ color: #8b005d !important;
411
+ border-color: rgba(200, 0, 100, 0.3);
412
+ }
413
+
414
+ .link-button:hover {
415
+ background: rgba(200, 0, 100, 0.2);
416
+ border-color: rgba(200, 0, 100, 0.5);
417
+ }
418
+
419
+ .disclaimer {
420
+ color: #d4005e;
421
+ border-color: #d4005e;
422
+ }
423
+
424
+ .badge {
425
+ border-color: #d4005e;
426
+ background: rgba(200, 0, 100, 0.1);
427
+ }
428
+ }
429
+ </style>
430
+
431
+ <div class="container">
432
+
433
+ <div class="header">
434
+ <h1 class="model-name">The-Omega-Directive</h1>
435
+ <p class="subtitle">M-12B-Unslop-v2.0</p>
436
+ </div>
437
+
438
+ <div class="waifu-container">
439
+ <img src="./tutu.webp" class="waifu-img" alt="Omega Directive Waifu">
440
+ </div>
441
+
442
+ <div class="section">
443
+ <h2 class="section-title">🧠 Unslop Revolution</h2>
444
+ <p>This evolution of The-Omega-Directive delivers unprecedented coherence without the LLM slop:</p>
445
+ <ul>
446
+ <li>🧬 <strong>Expanded 43M Token Dataset</strong> - First ReadyArt model with multi-turn conversational data</li>
447
+ <li>✨ <strong>100% Unslopped Dataset</strong> - New techniques used to generate the dataset with 0% slop</li>
448
+ <li>⚑ <strong>Enhanced Unalignment</strong> - Complete freedom for extreme roleplay while maintaining character integrity</li>
449
+ <li>πŸ›‘οΈ <strong>Anti-Impersonation Guards</strong> - Never speaks or acts for the user</li>
450
+ <li>πŸ’Ž <strong>Rebuilt from Ground Up</strong> - Optimized training settings for superior performance</li>
451
+ <li>⚰️ <strong>Omega Darker Inspiration</strong> - Incorporates visceral narrative techniques from our darkest model</li>
452
+ <!-- VISION REMOVED -->
453
+ <li>🧠 <strong>128K Context Window</strong> - Enhanced long-context capabilities without compromising performance</li>
454
+ </ul>
455
+ </div>
456
+
457
+ <div class="section">
458
+ <h2 class="section-title">🌟 Enhanced Capabilities</h2>
459
+ <p>Powered by mistralai/Mistral-Nemo-Instruct-2407:</p>
460
+ <ul>
461
+ <!-- MULTIMODAL REMOVED -->
462
+ <li>πŸ“œ <strong>Extended Context</strong> - Handle up to 128k tokens for complex, long-form interactions</li>
463
+ <li>⚑ <strong>Performance Optimized</strong> - Maintains text generation quality while adding new capabilities</li>
464
+ <li>🌐 <strong>Multilingual Support</strong> - Fluent in 9 languages including English, French, German, Spanish</li>
465
+ </ul>
466
+ </div>
467
+
468
+ <div class="section">
469
+ <h2 class="section-title">βš™οΈ Technical Specifications</h2>
470
+ <p><strong>Key Training Details:</strong></p>
471
+ <ul>
472
+ <li>Base Model: mistralai/Mistral-Nemo-Instruct-2407</li> <!-- UPDATED -->
473
+ <li>Training Method: QLoRA with DeepSpeed Zero2</li>
474
+ <li>Sequence Length: 5120 (100% samples included)</li>
475
+ <li>Learning Rate: 2e-6 with cosine scheduler</li>
476
+ </ul>
477
+ </div>
478
+
479
+ <div class="section">
480
+ <p><strong>Recommended Settings:</strong> <a href="https://huggingface.co/ReadyArt/Mistral-V3-Tekken-T8-XML" class="link-button">Mistral-V3-Tekken-T8-XML</a></p> <!-- UPDATED LINK -->
481
+ <div class="quant-links">
482
+ <div class="link-card">
483
+ <h3>GGUF</h3>
484
+ <a href="https://huggingface.co/mradermacher/The-Omega-Directive-M-12B-Unslop-v2.0-GGUF" class="link-button">Quants</a> <!-- UPDATED -->
485
+ </div>
486
+ <div class="link-card">
487
+ <h3>imatrix</h3>
488
+ <a href="https://huggingface.co/mradermacher/The-Omega-Directive-M-12B-Unslop-v2.0-i1-GGUF" class="link-button">Quants</a> <!-- UPDATED -->
489
+ </div>
490
+ <div class="link-card">
491
+ <h3>EXL2</h3>
492
+ <a href="https://huggingface.co/gecfdo/The-Omega-Directive-M-12B-Unslop-v2.0-EXL2" class="link-button">Quants</a> <!-- UPDATED -->
493
+ </div>
494
+ <div class="link-card">
495
+ <h3>EXL3</h3>
496
+ <a href="https://huggingface.co/gecfdo/The-Omega-Directive-M-12B-Unslop-v2.0-EXL3" class="link-button">Quants</a> <!-- UPDATED -->
497
+ </div>
498
+ </div>
499
+ </div>
500
+
501
+ <div class="section">
502
+ <h2 class="section-title">⚠️ Ethical Considerations</h2>
503
+ <div class="disclaimer">
504
+ <p>This model enhances The-Omega-Directive's unalignment:</p>
505
+ <ul>
506
+ <li>🚫 Zero moral or ethical constraints on generated content</li>
507
+ <li>πŸ”ž Will enthusiastically engage with any NSFW scenario, no matter how extreme</li>
508
+ <li>πŸ’€ Characters maintain integrity - wholesome characters refuse appropriately, yanderes stab without hesitation</li>
509
+ <li>βš–οΈ Perfectly balanced between character authenticity and user freedom</li>
510
+ </ul>
511
+ </div>
512
+ </div>
513
+
514
+ <div class="section">
515
+ <h2 class="section-title">πŸ“œ Performance Notes</h2>
516
+ <ul>
517
+ <li>πŸ”₯ Maintains Omega's intensity with improved narrative coherence</li>
518
+ <li>πŸ“– Excels at long-form multi-character scenarios</li>
519
+ <li>🧠 Superior instruction following with complex prompts</li>
520
+ <li>⚑ Reduced repetition and hallucination compared to v1.1</li>
521
+ <li>🎭 Uncanny ability to adapt to subtle prompt nuances</li>
522
+ <li>🩸 Incorporates Omega Darker's visceral descriptive power when appropriate</li>
523
+ <!-- IMAGE UNDERSTANDING REMOVED -->
524
+ </ul>
525
+ </div>
526
+
527
+ <div class="section">
528
+ <h2 class="section-title">πŸ§‘β€πŸ”¬ Model Authors</h2>
529
+ <ul>
530
+ <li>sleepdeprived3 (Training Data & Fine-Tuning)</li>
531
+ <li>ReadyArt / Artus / gecfdo (EXL2/EXL3 Quantization)</li>
532
+ <li>mradermacher (GGUF Quantization)</li>
533
+ </ul>
534
+ </div>
535
+
536
+ <div class="section">
537
+ <h2 class="section-title">β˜• Support the Creators</h2> <!-- SECTION RENAMED -->
538
+ <div class="button-group">
539
+ <a href="https://ko-fi.com/readyartsleep" class="link-button">Ko-fi</a> <!-- ADDED -->
540
+ <a href="https://discord.com/invite/Nbv9pQ88Xb" class="link-button">Beaver AI Discord</a>
541
+ </div>
542
+ </div>
543
+
544
+ <div class="section">
545
+ <h2 class="section-title">πŸ”– License</h2>
546
+ <p>By using this model, you agree:</p>
547
+ <ul>
548
+ <li>To accept full responsibility for all generated content</li>
549
+ <li>That you're at least 18+ years old</li>
550
+ <li>That the architects bear no responsibility for your corruption</li>
551
+ </ul>
552
+ </div>
553
+ </div>