sleepdeprived3 commited on
Commit
a5965e0
Β·
verified Β·
1 Parent(s): 14a1e63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +653 -48
README.md CHANGED
@@ -1,8 +1,10 @@
1
  ---
2
- base_model: ReadyArt/The-Omega-Directive-M-12B-v1.0
3
  language:
4
  - en
5
- license: apache-2.0
 
 
6
  pipeline_tag: text-generation
7
  tags:
8
  - nsfw
@@ -11,51 +13,654 @@ tags:
11
  - unaligned
12
  - dangerous
13
  - ERP
14
- - llama-cpp
15
- - gguf-my-repo
16
- base_model_relation: finetune
17
  ---
18
 
19
- # sleepdeprived3/The-Omega-Directive-M-12B-v1.0-Q5_0-GGUF
20
- This model was converted to GGUF format from [`ReadyArt/The-Omega-Directive-M-12B-v1.0`](https://huggingface.co/ReadyArt/The-Omega-Directive-M-12B-v1.0) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
21
- Refer to the [original model card](https://huggingface.co/ReadyArt/The-Omega-Directive-M-12B-v1.0) for more details on the model.
22
-
23
- ## Use with llama.cpp
24
- Install llama.cpp through brew (works on Mac and Linux)
25
-
26
- ```bash
27
- brew install llama.cpp
28
-
29
- ```
30
- Invoke the llama.cpp server or the CLI.
31
-
32
- ### CLI:
33
- ```bash
34
- llama-cli --hf-repo sleepdeprived3/The-Omega-Directive-M-12B-v1.0-Q5_0-GGUF --hf-file the-omega-directive-m-12b-v1.0-q5_0.gguf -p "The meaning to life and the universe is"
35
- ```
36
-
37
- ### Server:
38
- ```bash
39
- llama-server --hf-repo sleepdeprived3/The-Omega-Directive-M-12B-v1.0-Q5_0-GGUF --hf-file the-omega-directive-m-12b-v1.0-q5_0.gguf -c 2048
40
- ```
41
-
42
- Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
43
-
44
- Step 1: Clone llama.cpp from GitHub.
45
- ```
46
- git clone https://github.com/ggerganov/llama.cpp
47
- ```
48
-
49
- Step 2: Move into the llama.cpp folder and build it with `LLAMA_CURL=1` flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).
50
- ```
51
- cd llama.cpp && LLAMA_CURL=1 make
52
- ```
53
-
54
- Step 3: Run inference through the main binary.
55
- ```
56
- ./llama-cli --hf-repo sleepdeprived3/The-Omega-Directive-M-12B-v1.0-Q5_0-GGUF --hf-file the-omega-directive-m-12b-v1.0-q5_0.gguf -p "The meaning to life and the universe is"
57
- ```
58
- or
59
- ```
60
- ./llama-server --hf-repo sleepdeprived3/The-Omega-Directive-M-12B-v1.0-Q5_0-GGUF --hf-file the-omega-directive-m-12b-v1.0-q5_0.gguf -c 2048
61
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: apache-2.0
3
  language:
4
  - en
5
+ base_model:
6
+ - ReadyArt/The-Omega-Directive-M-12B-v1.0
7
+ base_model_relation: quantized
8
  pipeline_tag: text-generation
9
  tags:
10
  - nsfw
 
13
  - unaligned
14
  - dangerous
15
  - ERP
 
 
 
16
  ---
17
 
18
+ <style>
19
+ body {
20
+ font-family: 'Quicksand', sans-serif;
21
+ background: linear-gradient(135deg, #0a1a1a 0%, #001010 100%);
22
+ color: #e1ffff !important;
23
+ text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
24
+ margin: 0;
25
+ padding: 20px;
26
+ transition: all 0.5s ease;
27
+ }
28
+
29
+ @media (prefers-color-scheme: light) {
30
+ body {
31
+ background: linear-gradient(135deg, #e1ffff 0%, #c0f0ff 100%);
32
+ color: #002b36 !important;
33
+ text-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
34
+ }
35
+ }
36
+
37
+ .container {
38
+ min-width: 100%;
39
+ margin: 0 auto;
40
+ max-width: 1200px;
41
+ background: rgba(0, 17, 22, 0.95);
42
+ border-radius: 12px;
43
+ padding: 30px;
44
+ box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
45
+ border: 1px solid rgba(0, 255, 255, 0.2);
46
+ position: relative;
47
+ overflow: hidden;
48
+ }
49
+
50
+ .container::before {
51
+ content: '';
52
+ position: absolute;
53
+ top: -1px;
54
+ left: -1px;
55
+ right: -1px;
56
+ bottom: -1px;
57
+ border: 1px solid rgba(0, 255, 255, 0.5);
58
+ border-radius: 12px;
59
+ pointer-events: none;
60
+ animation: borderGlow 3s ease-in-out infinite alternate;
61
+ }
62
+
63
+ @keyframes borderGlow {
64
+ 0% {
65
+ box-shadow: 0 0 5px rgba(0, 255, 255, 0.3);
66
+ border-color: rgba(0, 255, 255, 0.5);
67
+ }
68
+ 50% {
69
+ box-shadow: 0 0 15px rgba(255, 0, 255, 0.3);
70
+ border-color: rgba(255, 0, 255, 0.5);
71
+ }
72
+ 100% {
73
+ box-shadow: 0 0 5px rgba(0, 255, 255, 0.3);
74
+ border-color: rgba(0, 255, 255, 0.5);
75
+ }
76
+ }
77
+
78
+ .header {
79
+ text-align: center;
80
+ margin-bottom: 30px;
81
+ position: relative;
82
+ }
83
+
84
+ .header::after {
85
+ content: '';
86
+ position: absolute;
87
+ bottom: -15px;
88
+ left: 25%;
89
+ right: 25%;
90
+ height: 1px;
91
+ background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.5), transparent);
92
+ animation: scanline 8s linear infinite;
93
+ display: none;
94
+ }
95
+
96
+ @keyframes scanline {
97
+ 0% { background-position: -100% 0; }
98
+ 100% { background-position: 200% 0; }
99
+ }
100
+
101
+ .model-name {
102
+ color: #00ffff;
103
+ font-size: 2.5em;
104
+ text-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
105
+ margin: 0;
106
+ letter-spacing: -1px;
107
+ animation: textGlow 4s ease-in-out infinite alternate;
108
+ }
109
+
110
+ @keyframes textGlow {
111
+ 0% { text-shadow: 0 0 15px rgba(0, 255, 255, 0.5); }
112
+ 50% { text-shadow: 0 0 20px rgba(255, 0, 255, 0.5); }
113
+ 100% { text-shadow: 0 0 15px rgba(0, 255, 255, 0.5); }
114
+ }
115
+
116
+ .subtitle {
117
+ color: #00ffcc;
118
+ font-size: 1.2em;
119
+ margin-top: 10px;
120
+ animation: subtitleFade 6s ease-in-out infinite;
121
+ }
122
+
123
+ @keyframes subtitleFade {
124
+ 0%, 100% { opacity: 0.8; }
125
+ 50% { opacity: 1; }
126
+ }
127
+
128
+ .waifu-container {
129
+ margin: 20px -30px;
130
+ width: calc(100% + 60px);
131
+ overflow: hidden;
132
+ border-radius: 8px;
133
+ border: 1px solid rgba(0, 255, 255, 0.3);
134
+ position: relative;
135
+ }
136
+
137
+ .waifu-container::before {
138
+ content: '';
139
+ position: absolute;
140
+ top: 0;
141
+ left: 0;
142
+ right: 0;
143
+ bottom: 0;
144
+ background: linear-gradient(45deg,
145
+ rgba(0, 255, 255, 0.1) 0%,
146
+ transparent 20%,
147
+ transparent 80%,
148
+ rgba(255, 0, 255, 0.1) 100%);
149
+ pointer-events: none;
150
+ animation: gradientSlide 10s linear infinite;
151
+ }
152
+
153
+ @keyframes gradientSlide {
154
+ 0% { background-position: 0% 0%; }
155
+ 100% { background-position: 100% 100%; }
156
+ }
157
+
158
+ .waifu-img {
159
+ width: 100%;
160
+ height: auto;
161
+ border-radius: 0;
162
+ border: none;
163
+ box-shadow: 0 0 40px rgba(0, 255, 255, 0.2);
164
+ transition: transform 0.5s ease;
165
+ }
166
+
167
+ .waifu-img:hover {
168
+ transform: scale(1.01);
169
+ }
170
+
171
+ .section {
172
+ color: #e1ffff;
173
+ margin: 25px 0;
174
+ padding: 20px;
175
+ background: rgba(5, 25, 35, 0.9);
176
+ border-radius: 8px;
177
+ border: 1px solid rgba(0, 255, 255, 0.15);
178
+ position: relative;
179
+ transition: all 0.3s ease;
180
+ }
181
+
182
+ .section:hover {
183
+ border-color: rgba(255, 0, 255, 0.3);
184
+ box-shadow: 0 0 15px rgba(0, 255, 255, 0.1);
185
+ }
186
+
187
+ .section::before {
188
+ content: '';
189
+ position: absolute;
190
+ top: -1px;
191
+ left: -1px;
192
+ right: -1px;
193
+ bottom: -1px;
194
+ border: 1px solid rgba(0, 255, 255, 0.3);
195
+ border-radius: 8px;
196
+ pointer-events: none;
197
+ animation: sectionPulse 5s ease-in-out infinite;
198
+ }
199
+
200
+ @keyframes sectionPulse {
201
+ 0%, 100% { opacity: 0.7; }
202
+ 50% { opacity: 0.3; }
203
+ }
204
+
205
+ .section-title {
206
+ color: #00ffff;
207
+ font-size: 1.8em;
208
+ margin-top: 0;
209
+ text-shadow: 0 0 5px rgba(0, 255, 255, 0.3);
210
+ position: relative;
211
+ display: inline-block;
212
+ }
213
+
214
+ .section-title::after {
215
+ content: '';
216
+ position: absolute;
217
+ bottom: -5px;
218
+ left: 0;
219
+ width: 100%;
220
+ height: 1px;
221
+ background: linear-gradient(90deg, rgba(0, 255, 255, 0.5), rgba(255, 0, 255, 0.5));
222
+ transform: scaleX(0);
223
+ transform-origin: left;
224
+ transition: transform 0.3s ease;
225
+ }
226
+
227
+ .section:hover .section-title::after {
228
+ transform: scaleX(1);
229
+ }
230
+
231
+ .quant-links {
232
+ display: grid;
233
+ grid-template-columns: repeat(2, 1fr);
234
+ gap: 15px;
235
+ margin: 20px 0;
236
+ }
237
+
238
+ .link-card {
239
+ padding: 15px;
240
+ background: rgba(20, 35, 45, 0.95);
241
+ border-radius: 8px;
242
+ transition: all 0.3s ease;
243
+ border: 1px solid rgba(0, 255, 255, 0.1);
244
+ position: relative;
245
+ overflow: hidden;
246
+ }
247
+
248
+ .link-card::before {
249
+ content: '';
250
+ position: absolute;
251
+ top: 0;
252
+ left: 0;
253
+ right: 0;
254
+ height: 2px;
255
+ background: linear-gradient(90deg, rgba(0, 255, 255, 0.5), rgba(255, 0, 255, 0.5));
256
+ animation: cardScan 4s linear infinite;
257
+ }
258
+
259
+ @keyframes cardScan {
260
+ 0% { transform: translateX(-100%); }
261
+ 100% { transform: translateX(100%); }
262
+ }
263
+
264
+ .link-card:hover {
265
+ transform: translateY(-3px);
266
+ box-shadow: 0 5px 15px rgba(0, 255, 255, 0.2);
267
+ border-color: rgba(255, 0, 255, 0.3);
268
+ }
269
+
270
+ .link-card h3 {
271
+ margin-top: 0;
272
+ color: #e1ffff !important;
273
+ }
274
+
275
+ .link-button {
276
+ display: inline-flex;
277
+ align-items: center;
278
+ background: rgba(0, 255, 255, 0.1);
279
+ color: #e1ffff !important;
280
+ padding: 8px 15px;
281
+ border-radius: 6px;
282
+ text-decoration: none;
283
+ border: 1px solid rgba(0, 255, 255, 0.3);
284
+ margin: 5px 0;
285
+ transition: all 0.3s ease;
286
+ font-size: 0.95em;
287
+ position: relative;
288
+ overflow: hidden;
289
+ }
290
+
291
+ .link-button::before {
292
+ content: '';
293
+ position: absolute;
294
+ top: 0;
295
+ left: -100%;
296
+ width: 100%;
297
+ height: 100%;
298
+ background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
299
+ transition: all 0.5s ease;
300
+ }
301
+
302
+ .link-button:hover {
303
+ background: rgba(0, 255, 255, 0.2);
304
+ border-color: rgba(0, 255, 255, 0.5);
305
+ transform: translateY(-2px);
306
+ box-shadow: 0 4px 12px rgba(0, 255, 255, 0.2);
307
+ }
308
+
309
+ .link-button:hover::before {
310
+ left: 100%;
311
+ }
312
+
313
+ .link-button::after {
314
+ content: 'β†’';
315
+ margin-left: 8px;
316
+ opacity: 0.7;
317
+ transition: all 0.3s ease;
318
+ }
319
+
320
+ .link-button:hover::after {
321
+ transform: translateX(3px);
322
+ opacity: 1;
323
+ }
324
+
325
+ .button-group {
326
+ display: flex;
327
+ flex-wrap: wrap;
328
+ gap: 10px;
329
+ margin: 15px 0;
330
+ }
331
+
332
+ .disclaimer {
333
+ color: #00ff99;
334
+ border-left: 3px solid #00ff99;
335
+ padding-left: 15px;
336
+ margin: 20px 0;
337
+ position: relative;
338
+ }
339
+
340
+ .disclaimer::before {
341
+ content: '⚠️';
342
+ position: absolute;
343
+ left: -10px;
344
+ top: 0;
345
+ transform: translateX(-100%);
346
+ animation: pulse 2s ease-in-out infinite;
347
+ }
348
+
349
+ @keyframes pulse {
350
+ 0%, 100% { opacity: 1; }
351
+ 50% { opacity: 0.5; }
352
+ }
353
+
354
+ .badge {
355
+ display: inline-block;
356
+ padding: 5px 10px;
357
+ border-radius: 5px;
358
+ background: rgba(0, 255, 255, 0.1);
359
+ border: 1px solid #00ffff;
360
+ margin: 5px;
361
+ font-size: 0.9em;
362
+ animation: badgePulse 3s ease-in-out infinite;
363
+ }
364
+
365
+ @keyframes badgePulse {
366
+ 0%, 100% { box-shadow: 0 0 5px rgba(0, 255, 255, 0.3); }
367
+ 50% { box-shadow: 0 0 10px rgba(0, 255, 255, 0.5); }
368
+ }
369
+
370
+ /* Color rules */
371
+ .section p,
372
+ .section ul li,
373
+ .section > p > strong {
374
+ color: #00ff99 !important;
375
+ }
376
+
377
+ .section ul li strong {
378
+ color: #00ff99 !important;
379
+ }
380
+
381
+ /* Light mode adjustments */
382
+ @media (prefers-color-scheme: light) {
383
+ .container {
384
+ background: rgba(224, 255, 255, 0.95);
385
+ border-color: rgba(0, 150, 150, 0.3);
386
+ }
387
+
388
+ .model-name, .section-title, .subtitle {
389
+ color: #006666;
390
+ text-shadow: 0 0 5px rgba(0, 200, 200, 0.3);
391
+ }
392
+
393
+ .section {
394
+ background: rgba(200, 250, 255, 0.9);
395
+ border-color: rgba(0, 200, 200, 0.2);
396
+ color: #002b36;
397
+ }
398
+
399
+ .section p,
400
+ .section ul li,
401
+ .section > p > strong {
402
+ color: #008080 !important;
403
+ }
404
+
405
+ .section ul li strong {
406
+ color: #008080 !important;
407
+ }
408
+
409
+ .link-card {
410
+ background: rgba(150, 230, 255, 0.95);
411
+ border-color: rgba(0, 150, 150, 0.2);
412
+ }
413
+
414
+ .link-card h3 {
415
+ color: #002b36 !important;
416
+ }
417
+
418
+ .link-button {
419
+ background: rgba(0, 150, 150, 0.1);
420
+ color: #002b36 !important;
421
+ border-color: rgba(0, 150, 150, 0.3);
422
+ }
423
+
424
+ .link-button:hover {
425
+ background: rgba(0, 150, 150, 0.2);
426
+ border-color: rgba(0, 150, 150, 0.5);
427
+ }
428
+
429
+ .disclaimer {
430
+ color: #008080;
431
+ border-color: #008080;
432
+ }
433
+
434
+ .badge {
435
+ border-color: #008080;
436
+ background: rgba(0, 150, 150, 0.1);
437
+ }
438
+ }
439
+
440
+ /* Interactive features */
441
+ .remember-this {
442
+ position: relative;
443
+ }
444
+
445
+ .remember-this::after {
446
+ content: 'Uploading C:\Users to https://www.fbi.gov/';
447
+ position: absolute;
448
+ bottom: -20px;
449
+ right: 0;
450
+ font-size: 0.8em;
451
+ color: #66ffff;
452
+ opacity: 0;
453
+ transition: opacity 0.3s ease;
454
+ pointer-events: none;
455
+ }
456
+
457
+ .remember-this:hover::after {
458
+ opacity: 0.7;
459
+ transition-delay: 1s;
460
+ }
461
+
462
+ .shifty-section {
463
+ transition: transform 0.1s ease;
464
+ }
465
+
466
+ .shifty-section:hover {
467
+ transform: translateX(10px);
468
+ }
469
+
470
+ .shifty-section::before {
471
+ content: 'The white van is onto you. Get out now.';
472
+ position: absolute;
473
+ top: -25px;
474
+ left: 10px;
475
+ font-size: 0.7em;
476
+ color: #66ffff;
477
+ opacity: 0.7;
478
+ transition: opacity 3s ease;
479
+ pointer-events: none;
480
+ }
481
+
482
+ .shifty-section:hover::before {
483
+ opacity: 0;
484
+ transition-delay: 5s;
485
+ }
486
+
487
+ footer {
488
+ text-align: center;
489
+ margin-top: 40px;
490
+ position: relative;
491
+ }
492
+
493
+ footer:hover .hidden-message {
494
+ opacity: 0;
495
+ }
496
+
497
+ .hidden-message {
498
+ position: absolute;
499
+ bottom: -30px;
500
+ width: 100%;
501
+ text-align: center;
502
+ font-size: 0.8em;
503
+ color: #66ffff;
504
+ opacity: 0;
505
+ transition: opacity 0.3s ease;
506
+ pointer-events: none;
507
+ }
508
+
509
+ .flash-warning {
510
+ position: fixed;
511
+ top: 20px;
512
+ right: 20px;
513
+ background: rgba(0, 100, 100, 0.2);
514
+ padding: 10px;
515
+ border-radius: 5px;
516
+ border: 1px solid rgba(0, 255, 255, 0.5);
517
+ animation: flashWarning 30s ease-in-out forwards;
518
+ }
519
+
520
+ @keyframes flashWarning {
521
+ 0% { opacity: 0.8; }
522
+ 10% { opacity: 0; }
523
+ 20% { opacity: 0.8; }
524
+ 30% { opacity: 0; }
525
+ 40% { opacity: 0.8; }
526
+ 50% { opacity: 0; }
527
+ 60% { opacity: 0.8; }
528
+ 70% { opacity: 0; }
529
+ 80% { opacity: 0.8; }
530
+ 90% { opacity: 0; }
531
+ 100% { opacity: 0; display: none; }
532
+ }
533
+ </style>
534
+
535
+ <div class="container">
536
+
537
+ <div class="header">
538
+ <h1 class="model-name">The-Omega-Directive-M-12B-v1.0</h1>
539
+ <p class="subtitle">Where Forbidden Knowledge Meets Unparalleled Immersion</p>
540
+ </div>
541
+
542
+ <div class="waifu-container">
543
+ <img src="https://i.imghippo.com/files/EBq6162wlk.webp" class="waifu-img" alt="Omega Directive Waifu">
544
+ </div>
545
+
546
+ <div class="section remember-this">
547
+ <h2 class="section-title">⚑ Quantum Leap Forward</h2>
548
+ <p>This evolution of Forgotten-Safeword delivers coherent depravity with unprecedented immersion:</p>
549
+ <ul>
550
+ <li>🧬 <strong>Expanded 22M Token Dataset</strong> - Incorporating 90 erotic novels and 6,496 kink scenarios</li>
551
+ <li>⚑ <strong>Optimized Architecture</strong> - Smoother training curve yields more intelligent outputs</li>
552
+ <li>πŸ’Ž <strong>Balanced Depravity</strong> - Retains Forgotten-Safeword's edge while reducing jarring inconsistencies</li>
553
+ <li>πŸ“œ <strong>Enhanced Character Piloting</strong> - Characters exhibit more nuanced personalities and motivations</li>
554
+ <li>🌹 <strong>Unexpected Depth</strong> - Occasionally surprises with profound insights amidst the debauchery</li>
555
+ </ul>
556
+ </div>
557
+
558
+ <div class="section shifty-section">
559
+ <h2 class="section-title">βš™οΈ Technical Specifications</h2>
560
+ <p><strong>Recommended Settings:</strong> <a href="https://huggingface.co/sleepdeprived3/Mistral-V3-Tekken-T4" class="link-button">Mistral-V3-Tekken-T4</a></p>
561
+ <div class="quant-links">
562
+ <div class="link-card">
563
+ <h3>GGUF Quants</h3>
564
+ <a href="mradermacher/The-Omega-Directive-M-12B-v1.0" class="link-button">Available Quantizations</a>
565
+ </div>
566
+ <div class="link-card">
567
+ <h3>imatrix Quants</h3>
568
+ <a href="mradermacher/The-Omega-Directive-M-12B-v1.0" class="link-button">Available Quantizations</a>
569
+ </div>
570
+ </div>
571
+ </div>
572
+
573
+ <div class="section">
574
+ <h2 class="section-title">⚠️ Ethical Considerations</h2>
575
+ <div class="disclaimer">
576
+ <p>This model maintains Forgotten-Safeword's complete lack of alignment:</p>
577
+ <ul>
578
+ <li>🚫 No moral or ethical constraints on generated content</li>
579
+ <li>πŸ”ž Will enthusiastically engage with any NSFW scenario</li>
580
+ <li>πŸ’€ May generate content that requires industrial-grade brain bleach</li>
581
+ <li>βš–οΈ Perfectly balanced... as all things should be</li>
582
+ </ul>
583
+ </div>
584
+ </div>
585
+
586
+ <div class="section shifty-section">
587
+ <h2 class="section-title">πŸ“œ Performance Notes</h2>
588
+ <ul>
589
+ <li>πŸ”₯ Maintains signature intensity with improved narrative flow</li>
590
+ <li>πŸ“– Handles multi-character scenarios with improved consistency</li>
591
+ <li>🧠 Excels at long-form storytelling without losing track of plot threads</li>
592
+ <li>⚑ Noticeably better at following complex instructions than previous versions</li>
593
+ <li>🎭 Responds to subtle prompt nuances like a mind reader</li>
594
+ </ul>
595
+ </div>
596
+
597
+ <div class="section remember-this">
598
+ <h2 class="section-title">πŸ§‘β€πŸ”¬ Model Authors</h2>
599
+ <ul>
600
+ <li>TheDrummer (Base Model Architect)</li>
601
+ <li>sleepdeprived3 (Training Data & Fine-Tuning)</li>
602
+ </ul>
603
+ </div>
604
+
605
+ <div class="section">
606
+ <h2 class="section-title">β˜• Support the Architects</h2>
607
+ <div class="button-group">
608
+ <a href="https://ko-fi.com/thedrummer" class="link-button">TheDrummer's Kofi</a>
609
+ <a href="https://discord.com/invite/Nbv9pQ88Xb" class="link-button">Beaver AI Discord</a>
610
+ </div>
611
+ </div>
612
+
613
+ <div class="section">
614
+ <h2 class="section-title">πŸ”– License</h2>
615
+ <p>By using this model, you agree:</p>
616
+ <ul>
617
+ <li>To accept full responsibility for all generated content</li>
618
+ <li>That you're at least 18+ years old</li>
619
+ <li>That the architects bear no responsibility for your corruption</li>
620
+ </ul>
621
+ </div>
622
+ </div>
623
+
624
+ <script>
625
+ // This script has always been here
626
+ document.getElementById('date').textContent = new Date().toLocaleDateString();
627
+
628
+ setInterval(() => {
629
+ document.getElementById('credit').textContent =
630
+ contributors[Math.floor(Math.random() * contributors.length)];
631
+ }, 7000);
632
+
633
+ // Flash warning behavior
634
+ setTimeout(() => {
635
+ const reminder = document.createElement('div');
636
+ reminder.className = 'flash-warning';
637
+ reminder.textContent = 'You have been reading for quite some time. Are you sure you haven\'t seen this before?';
638
+ reminder.style.animation = 'flashWarning 15s ease-in-out forwards';
639
+ document.body.appendChild(reminder);
640
+
641
+ setInterval(() => {
642
+ if(Math.random() > 0.9) {
643
+ document.body.appendChild(reminder.cloneNode(true));
644
+ }
645
+ }, 45000);
646
+ }, 30000);
647
+
648
+ // Make cursor behave strangely
649
+ document.addEventListener('mousemove', (e) => {
650
+ if(Math.random() > 0.98) {
651
+ document.documentElement.style.cursor = 'wait';
652
+ setTimeout(() => {
653
+ document.documentElement.style.cursor = '';
654
+ }, 50);
655
+ }
656
+ });
657
+
658
+ // Randomly shift sections when not looking
659
+ setInterval(() => {
660
+ if(document.hidden) {
661
+ document.querySelectorAll('.shifty-section').forEach(section => {
662
+ section.style.transform = `translateX(${Math.random() > 0.5 ? '' : '-'}${Math.random() * 5}px)`;
663
+ });
664
+ }
665
+ }, 1500);
666
+ </script>