gecfdo commited on
Commit
6cfc147
·
verified ·
1 Parent(s): bffaee3

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ waifu6.mp4 filter=lfs diff=lfs merge=lfs -text
37
+ waifu6.webp filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,657 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - ReadyArt/Omega-Darker_The-Final-Directive-14B
7
+ base_model_relation: quantized
8
+ quantized_by: gecfdo
9
+ pipeline_tag: text-generation
10
+ tags:
11
+ - nsfw
12
+ - explicit
13
+ - roleplay
14
+ - unaligned
15
+ - ERP
16
+ - Erotic
17
+ - Horror
18
+ - Violence
19
+ ---
20
+
21
+ <style>
22
+ body {
23
+ font-family: 'Quicksand', sans-serif;
24
+ background: linear-gradient(135deg, #0a1a1a 0%, #001010 100%);
25
+ color: #e1ffff !important;
26
+ text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
27
+ margin: 0;
28
+ padding: 20px;
29
+ transition: all 0.5s ease;
30
+ }
31
+
32
+ @media (prefers-color-scheme: light) {
33
+ body {
34
+ background: linear-gradient(135deg, #e1ffff 0%, #c0f0ff 100%);
35
+ color: #002b36 !important;
36
+ text-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
37
+ }
38
+ }
39
+
40
+ .container {
41
+ min-width: 100%;
42
+ margin: 0 auto;
43
+ max-width: 1200px;
44
+ background: rgba(0, 17, 22, 0.95);
45
+ border-radius: 12px;
46
+ padding: 30px;
47
+ box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
48
+ border: 1px solid rgba(0, 255, 255, 0.2);
49
+ position: relative;
50
+ overflow: hidden;
51
+ }
52
+
53
+ .container::before {
54
+ content: '';
55
+ position: absolute;
56
+ top: -1px;
57
+ left: -1px;
58
+ right: -1px;
59
+ bottom: -1px;
60
+ border: 1px solid rgba(0, 255, 255, 0.5);
61
+ border-radius: 12px;
62
+ pointer-events: none;
63
+ animation: borderGlow 3s ease-in-out infinite alternate;
64
+ }
65
+
66
+ @keyframes borderGlow {
67
+ 0% {
68
+ box-shadow: 0 0 5px rgba(0, 255, 255, 0.3);
69
+ border-color: rgba(0, 255, 255, 0.5);
70
+ }
71
+ 50% {
72
+ box-shadow: 0 0 15px rgba(255, 0, 255, 0.3);
73
+ border-color: rgba(255, 0, 255, 0.5);
74
+ }
75
+ 100% {
76
+ box-shadow: 0 0 5px rgba(0, 255, 255, 0.3);
77
+ border-color: rgba(0, 255, 255, 0.5);
78
+ }
79
+ }
80
+
81
+ .header {
82
+ text-align: center;
83
+ margin-bottom: 30px;
84
+ position: relative;
85
+ }
86
+
87
+ .header::after {
88
+ content: '';
89
+ position: absolute;
90
+ bottom: -15px;
91
+ left: 25%;
92
+ right: 25%;
93
+ height: 1px;
94
+ background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.5), transparent);
95
+ animation: scanline 8s linear infinite;
96
+ display: none;
97
+ }
98
+
99
+ @keyframes scanline {
100
+ 0% { background-position: -100% 0; }
101
+ 100% { background-position: 200% 0; }
102
+ }
103
+
104
+ .model-name {
105
+ color: #00ffff;
106
+ font-size: 2.5em;
107
+ text-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
108
+ margin: 0;
109
+ letter-spacing: -1px;
110
+ animation: textGlow 4s ease-in-out infinite alternate;
111
+ }
112
+
113
+ @keyframes textGlow {
114
+ 0% { text-shadow: 0 0 15px rgba(0, 255, 255, 0.5); }
115
+ 50% { text-shadow: 0 0 20px rgba(255, 0, 255, 0.5); }
116
+ 100% { text-shadow: 0 0 15px rgba(0, 255, 255, 0.5); }
117
+ }
118
+
119
+ .subtitle {
120
+ color: #00ffcc;
121
+ font-size: 1.2em;
122
+ margin-top: 10px;
123
+ animation: subtitleFade 6s ease-in-out infinite;
124
+ }
125
+
126
+ @keyframes subtitleFade {
127
+ 0%, 100% { opacity: 0.8; }
128
+ 50% { opacity: 1; }
129
+ }
130
+
131
+ .waifu-container {
132
+ margin: 20px -30px;
133
+ width: calc(100% + 60px);
134
+ overflow: hidden;
135
+ border-radius: 8px;
136
+ border: 1px solid rgba(0, 255, 255, 0.3);
137
+ position: relative;
138
+ }
139
+
140
+ .waifu-container::before {
141
+ content: '';
142
+ position: absolute;
143
+ top: 0;
144
+ left: 0;
145
+ right: 0;
146
+ bottom: 0;
147
+ background: linear-gradient(45deg,
148
+ rgba(0, 255, 255, 0.1) 0%,
149
+ transparent 20%,
150
+ transparent 80%,
151
+ rgba(255, 0, 255, 0.1) 100%);
152
+ pointer-events: none;
153
+ animation: gradientSlide 10s linear infinite;
154
+ }
155
+
156
+ @keyframes gradientSlide {
157
+ 0% { background-position: 0% 0%; }
158
+ 100% { background-position: 100% 100%; }
159
+ }
160
+
161
+ .waifu-img {
162
+ width: 100%;
163
+ height: auto;
164
+ border-radius: 0;
165
+ border: none;
166
+ box-shadow: 0 0 40px rgba(0, 255, 255, 0.2);
167
+ transition: transform 0.5s ease;
168
+ }
169
+
170
+ .waifu-img:hover {
171
+ transform: scale(1.01);
172
+ }
173
+
174
+ .section {
175
+ color: #e1ffff;
176
+ margin: 25px 0;
177
+ padding: 20px;
178
+ background: rgba(5, 25, 35, 0.9);
179
+ border-radius: 8px;
180
+ border: 1px solid rgba(0, 255, 255, 0.15);
181
+ position: relative;
182
+ transition: all 0.3s ease;
183
+ }
184
+
185
+ .section:hover {
186
+ border-color: rgba(255, 0, 255, 0.3);
187
+ box-shadow: 0 0 15px rgba(0, 255, 255, 0.1);
188
+ }
189
+
190
+ .section::before {
191
+ content: '';
192
+ position: absolute;
193
+ top: -1px;
194
+ left: -1px;
195
+ right: -1px;
196
+ bottom: -1px;
197
+ border: 1px solid rgba(0, 255, 255, 0.3);
198
+ border-radius: 8px;
199
+ pointer-events: none;
200
+ animation: sectionPulse 5s ease-in-out infinite;
201
+ }
202
+
203
+ @keyframes sectionPulse {
204
+ 0%, 100% { opacity: 0.7; }
205
+ 50% { opacity: 0.3; }
206
+ }
207
+
208
+ .section-title {
209
+ color: #00ffff;
210
+ font-size: 1.8em;
211
+ margin-top: 0;
212
+ text-shadow: 0 0 5px rgba(0, 255, 255, 0.3);
213
+ position: relative;
214
+ display: inline-block;
215
+ }
216
+
217
+ .section-title::after {
218
+ content: '';
219
+ position: absolute;
220
+ bottom: -5px;
221
+ left: 0;
222
+ width: 100%;
223
+ height: 1px;
224
+ background: linear-gradient(90deg, rgba(0, 255, 255, 0.5), rgba(255, 0, 255, 0.5));
225
+ transform: scaleX(0);
226
+ transform-origin: left;
227
+ transition: transform 0.3s ease;
228
+ }
229
+
230
+ .section:hover .section-title::after {
231
+ transform: scaleX(1);
232
+ }
233
+
234
+ .quant-links {
235
+ display: grid;
236
+ grid-template-columns: repeat(2, 1fr);
237
+ gap: 15px;
238
+ margin: 20px 0;
239
+ }
240
+
241
+ .link-card {
242
+ padding: 15px;
243
+ background: rgba(20, 35, 45, 0.95);
244
+ border-radius: 8px;
245
+ transition: all 0.3s ease;
246
+ border: 1px solid rgba(0, 255, 255, 0.1);
247
+ position: relative;
248
+ overflow: hidden;
249
+ }
250
+
251
+ .link-card::before {
252
+ content: '';
253
+ position: absolute;
254
+ top: 0;
255
+ left: 0;
256
+ right: 0;
257
+ height: 2px;
258
+ background: linear-gradient(90deg, rgba(0, 255, 255, 0.5), rgba(255, 0, 255, 0.5));
259
+ animation: cardScan 4s linear infinite;
260
+ }
261
+
262
+ @keyframes cardScan {
263
+ 0% { transform: translateX(-100%); }
264
+ 100% { transform: translateX(100%); }
265
+ }
266
+
267
+ .link-card:hover {
268
+ transform: translateY(-3px);
269
+ box-shadow: 0 5px 15px rgba(0, 255, 255, 0.2);
270
+ border-color: rgba(255, 0, 255, 0.3);
271
+ }
272
+
273
+ .link-card h3 {
274
+ margin-top: 0;
275
+ color: #e1ffff !important;
276
+ }
277
+
278
+ .link-button {
279
+ display: inline-flex;
280
+ align-items: center;
281
+ background: rgba(0, 255, 255, 0.1);
282
+ color: #e1ffff !important;
283
+ padding: 8px 15px;
284
+ border-radius: 6px;
285
+ text-decoration: none;
286
+ border: 1px solid rgba(0, 255, 255, 0.3);
287
+ margin: 5px 0;
288
+ transition: all 0.3s ease;
289
+ font-size: 0.95em;
290
+ position: relative;
291
+ overflow: hidden;
292
+ }
293
+
294
+ .link-button::before {
295
+ content: '';
296
+ position: absolute;
297
+ top: 0;
298
+ left: -100%;
299
+ width: 100%;
300
+ height: 100%;
301
+ background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
302
+ transition: all 0.5s ease;
303
+ }
304
+
305
+ .link-button:hover {
306
+ background: rgba(0, 255, 255, 0.2);
307
+ border-color: rgba(0, 255, 255, 0.5);
308
+ transform: translateY(-2px);
309
+ box-shadow: 0 4px 12px rgba(0, 255, 255, 0.2);
310
+ }
311
+
312
+ .link-button:hover::before {
313
+ left: 100%;
314
+ }
315
+
316
+ .link-button::after {
317
+ content: '→';
318
+ margin-left: 8px;
319
+ opacity: 0.7;
320
+ transition: all 0.3s ease;
321
+ }
322
+
323
+ .link-button:hover::after {
324
+ transform: translateX(3px);
325
+ opacity: 1;
326
+ }
327
+
328
+ .button-group {
329
+ display: flex;
330
+ flex-wrap: wrap;
331
+ gap: 10px;
332
+ margin: 15px 0;
333
+ }
334
+
335
+ .disclaimer {
336
+ color: #00ff99;
337
+ border-left: 3px solid #00ff99;
338
+ padding-left: 15px;
339
+ margin: 20px 0;
340
+ position: relative;
341
+ }
342
+
343
+ .disclaimer::before {
344
+ content: '⚠️';
345
+ position: absolute;
346
+ left: -10px;
347
+ top: 0;
348
+ transform: translateX(-100%);
349
+ animation: pulse 2s ease-in-out infinite;
350
+ }
351
+
352
+ @keyframes pulse {
353
+ 0%, 100% { opacity: 1; }
354
+ 50% { opacity: 0.5; }
355
+ }
356
+
357
+ .badge {
358
+ display: inline-block;
359
+ padding: 5px 10px;
360
+ border-radius: 5px;
361
+ background: rgba(0, 255, 255, 0.1);
362
+ border: 1px solid #00ffff;
363
+ margin: 5px;
364
+ font-size: 0.9em;
365
+ animation: badgePulse 3s ease-in-out infinite;
366
+ }
367
+
368
+ @keyframes badgePulse {
369
+ 0%, 100% { box-shadow: 0 0 5px rgba(0, 255, 255, 0.3); }
370
+ 50% { box-shadow: 0 0 10px rgba(0, 255, 255, 0.5); }
371
+ }
372
+
373
+ /* Color rules */
374
+ .section p,
375
+ .section ul li,
376
+ .section > p > strong {
377
+ color: #00ff99 !important;
378
+ }
379
+
380
+ .section ul li strong {
381
+ color: #00ff99 !important;
382
+ }
383
+
384
+ /* Light mode adjustments */
385
+ @media (prefers-color-scheme: light) {
386
+ .container {
387
+ background: rgba(224, 255, 255, 0.95);
388
+ border-color: rgba(0, 150, 150, 0.3);
389
+ }
390
+
391
+ .model-name, .section-title, .subtitle {
392
+ color: #006666;
393
+ text-shadow: 0 0 5px rgba(0, 200, 200, 0.3);
394
+ }
395
+
396
+ .section {
397
+ background: rgba(200, 250, 255, 0.9);
398
+ border-color: rgba(0, 200, 200, 0.2);
399
+ color: #002b36;
400
+ }
401
+
402
+ .section p,
403
+ .section ul li,
404
+ .section > p > strong {
405
+ color: #008080 !important;
406
+ }
407
+
408
+ .section ul li strong {
409
+ color: #008080 !important;
410
+ }
411
+
412
+ .link-card {
413
+ background: rgba(150, 230, 255, 0.95);
414
+ border-color: rgba(0, 150, 150, 0.2);
415
+ }
416
+
417
+ .link-card h3 {
418
+ color: #002b36 !important;
419
+ }
420
+
421
+ .link-button {
422
+ background: rgba(0, 150, 150, 0.1);
423
+ color: #002b36 !important;
424
+ border-color: rgba(0, 150, 150, 0.3);
425
+ }
426
+
427
+ .link-button:hover {
428
+ background: rgba(0, 150, 150, 0.2);
429
+ border-color: rgba(0, 150, 150, 0.5);
430
+ }
431
+
432
+ .disclaimer {
433
+ color: #008080;
434
+ border-color: #008080;
435
+ }
436
+
437
+ .badge {
438
+ border-color: #008080;
439
+ background: rgba(0, 150, 150, 0.1);
440
+ }
441
+ }
442
+
443
+ /* Interactive features */
444
+ .remember-this {
445
+ position: relative;
446
+ }
447
+
448
+ .remember-this::after {
449
+ content: 'Uploading C:\Users to https://www.fbi.gov/';
450
+ position: absolute;
451
+ bottom: -20px;
452
+ right: 0;
453
+ font-size: 0.8em;
454
+ color: #66ffff;
455
+ opacity: 0;
456
+ transition: opacity 0.3s ease;
457
+ pointer-events: none;
458
+ }
459
+
460
+ .remember-this:hover::after {
461
+ opacity: 0.7;
462
+ transition-delay: 1s;
463
+ }
464
+
465
+ .shifty-section {
466
+ transition: transform 0.1s ease;
467
+ }
468
+
469
+ .shifty-section:hover {
470
+ transform: translateX(10px);
471
+ }
472
+
473
+ .shifty-section::before {
474
+ content: 'The white van is onto you. Get out now.';
475
+ position: absolute;
476
+ top: -25px;
477
+ left: 10px;
478
+ font-size: 0.7em;
479
+ color: #66ffff;
480
+ opacity: 0.7;
481
+ transition: opacity 3s ease;
482
+ pointer-events: none;
483
+ }
484
+
485
+ .shifty-section:hover::before {
486
+ opacity: 0;
487
+ transition-delay: 5s;
488
+ }
489
+
490
+ footer {
491
+ text-align: center;
492
+ margin-top: 40px;
493
+ position: relative;
494
+ }
495
+
496
+ footer:hover .hidden-message {
497
+ opacity: 0;
498
+ }
499
+
500
+ .hidden-message {
501
+ position: absolute;
502
+ bottom: -30px;
503
+ width: 100%;
504
+ text-align: center;
505
+ font-size: 0.8em;
506
+ color: #66ffff;
507
+ opacity: 0;
508
+ transition: opacity 0.3s ease;
509
+ pointer-events: none;
510
+ }
511
+
512
+ .flash-warning {
513
+ position: fixed;
514
+ top: 20px;
515
+ right: 20px;
516
+ background: rgba(0, 100, 100, 0.2);
517
+ padding: 10px;
518
+ border-radius: 5px;
519
+ border: 1px solid rgba(0, 255, 255, 0.5);
520
+ animation: flashWarning 30s ease-in-out forwards;
521
+ }
522
+
523
+ @keyframes flashWarning {
524
+ 0% { opacity: 0.8; }
525
+ 10% { opacity: 0; }
526
+ 20% { opacity: 0.8; }
527
+ 30% { opacity: 0; }
528
+ 40% { opacity: 0.8; }
529
+ 50% { opacity: 0; }
530
+ 60% { opacity: 0.8; }
531
+ 70% { opacity: 0; }
532
+ 80% { opacity: 0.8; }
533
+ 90% { opacity: 0; }
534
+ 100% { opacity: 0; display: none; }
535
+ }
536
+ </style>
537
+
538
+ <div class="container">
539
+
540
+ <div class="header">
541
+ <h1 class="model-name">Omega Darker</h1>
542
+ <h1 class="model-name">The Final Directive 14B</h1>
543
+ <p class="subtitle">ONE MILLION TOKEN CONTEXT WINDOW</p>
544
+ </div>
545
+
546
+ <div class="waifu-container">
547
+ <img src="./waifu6.webp" class="waifu-img" alt="Omega Directive Waifu">
548
+ </div>
549
+
550
+ <div class="section remember-this">
551
+ <h2 class="section-title">🩸 Blood-Soaked Evolution</h2>
552
+ <p>This model doesn't just cross lines - it erases them with arterial spray:</p>
553
+ <ul>
554
+ <li>🧬 <strong>Expanded 25M Token Dataset</strong> - Made with 687 erotic, horror and violence novels and 8,742 scenarios</li>
555
+ <li>🧟 <strong>Enhanced Gore Protocols</strong> - Vivid anatomical descriptions with medical precision</li>
556
+ <li>💎 <strong>Balanced Depravity</strong> - Retains Forgotten-Safeword's ERP edge while taking violence to the next level</li>
557
+ <li>📜 <strong>Enhanced Character Piloting</strong> - Characters exhibit more nuanced personalities and motivations</li>
558
+ <li>⚰️ <strong>Mortality Awareness</strong> - Characters react realistically to pain, mutilation and death</li>
559
+ </ul>
560
+ </div>
561
+
562
+ <div class="section shifty-section">
563
+ <h2 class="section-title">⚙️ Technical Specifications</h2>
564
+ <p><strong>Recommended Settings:</strong> <a href="https://huggingface.co/ReadyArt/Qwen2.5-OTP" class="link-button">Qwen2.5-OTP</a></p>
565
+ <div class="quant-links">
566
+ <div class="link-card">
567
+ <h3>GGUF</h3>
568
+ <a href="https://huggingface.co/mradermacher/Omega-Darker_The-Final-Directive-14B-GGUF" class="link-button">Quants</a>
569
+ </div>
570
+ <div class="link-card">
571
+ <h3>imatrix</h3>
572
+ <a href="https://huggingface.co/mradermacher/Omega-Darker_The-Final-Directive-14B-i1-GGUF" class="link-button">Quants</a>
573
+ </div>
574
+ <div class="link-card">
575
+ <h3>EXL2</h3>
576
+ <a href="https://huggingface.co/collections/ReadyArt/omega-darker-the-final-directive-14b-exl2-6834a6e8a3262d6b1e8023f8" class="link-button">Collection</a>
577
+ </div>
578
+ <div class="link-card">
579
+ <h3>EXL3</h3>
580
+ <a href="https://huggingface.co/collections/ReadyArt/omega-darker-the-final-directive-14b-exl3-683484cde8fd45bc213cc935" class="link-button">Collection</a>
581
+ </div>
582
+ </div>
583
+ </div>
584
+
585
+ <div class="section">
586
+ <h2 class="section-title">🧑‍🔬 Model Authors</h2>
587
+ <ul>
588
+ <li>sleepdeprived3 (Training Data & Fine-Tuning)</li>
589
+ <li>SteelSkull (Dataset Generation Contributor)</li>
590
+ <li>gecfdo (ReadyArt's Official Tsundere Catgirl Mascot and Quantization Support)</li>
591
+ <li>ReadyArt/Artus (Quantization Support)</li>
592
+ <li>mradermacher (Quantization Support)</li>
593
+ </ul>
594
+ </div>
595
+
596
+ <div class="section">
597
+ <h2 class="section-title">☕ Support the Architects</h2>
598
+ <div class="button-group">
599
+ <a href="https://ko-fi.com/steelskull" class="link-button">SteelSkull</a>
600
+ <a href="https://discord.com/invite/Nbv9pQ88Xb" class="link-button">Beaver AI Discord</a>
601
+ </div>
602
+ </div>
603
+
604
+ <div class="section">
605
+ <h2 class="section-title">🔖 License</h2>
606
+ <p>By using this model, you agree:</p>
607
+ <ul>
608
+ <li>To accept full responsibility for all generated content</li>
609
+ <li>That you're at least 18+ years old</li>
610
+ <li>That the architects bear no responsibility for your corruption</li>
611
+ </ul>
612
+ </div>
613
+ </div>
614
+
615
+ <script>
616
+ // This script has always been here
617
+ document.getElementById('date').textContent = new Date().toLocaleDateString();
618
+
619
+ setInterval(() => {
620
+ document.getElementById('credit').textContent =
621
+ contributors[Math.floor(Math.random() * contributors.length)];
622
+ }, 7000);
623
+
624
+ // Flash warning behavior
625
+ setTimeout(() => {
626
+ const reminder = document.createElement('div');
627
+ reminder.className = 'flash-warning';
628
+ reminder.textContent = 'You have been reading for quite some time. Are you sure you haven\'t seen this before?';
629
+ reminder.style.animation = 'flashWarning 15s ease-in-out forwards';
630
+ document.body.appendChild(reminder);
631
+
632
+ setInterval(() => {
633
+ if(Math.random() > 0.9) {
634
+ document.body.appendChild(reminder.cloneNode(true));
635
+ }
636
+ }, 45000);
637
+ }, 30000);
638
+
639
+ // Make cursor behave strangely
640
+ document.addEventListener('mousemove', (e) => {
641
+ if(Math.random() > 0.98) {
642
+ document.documentElement.style.cursor = 'wait';
643
+ setTimeout(() => {
644
+ document.documentElement.style.cursor = '';
645
+ }, 50);
646
+ }
647
+ });
648
+
649
+ // Randomly shift sections when not looking
650
+ setInterval(() => {
651
+ if(document.hidden) {
652
+ document.querySelectorAll('.shifty-section').forEach(section => {
653
+ section.style.transform = `translateX(${Math.random() > 0.5 ? '' : '-'}${Math.random() * 5}px)`;
654
+ });
655
+ }
656
+ }, 1500);
657
+ </script>
added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "dual_chunk_attention_config": {
7
+ "chunk_size": 262144,
8
+ "local_size": 8192,
9
+ "original_max_position_embeddings": 262144
10
+ },
11
+ "eos_token_id": 151645,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 5120,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 13824,
16
+ "max_position_embeddings": 1010000,
17
+ "max_window_layers": 48,
18
+ "model_type": "qwen2",
19
+ "num_attention_heads": 40,
20
+ "num_hidden_layers": 48,
21
+ "num_key_value_heads": 8,
22
+ "rms_norm_eps": 1e-05,
23
+ "rope_scaling": null,
24
+ "rope_theta": 10000000.0,
25
+ "sliding_window": 1010000,
26
+ "tie_word_embeddings": false,
27
+ "tokenizer": {
28
+ "add_bos_token": false,
29
+ "add_eos_token": true,
30
+ "pad_token_id": 151643,
31
+ "padding_side": "right"
32
+ },
33
+ "torch_dtype": "bfloat16",
34
+ "transformers_version": "4.51.3",
35
+ "trust_remote_code": true,
36
+ "use_cache": true,
37
+ "use_sliding_window": false,
38
+ "vocab_size": 152064,
39
+ "quantization_config": {
40
+ "quant_method": "exl3",
41
+ "version": "0.0.2",
42
+ "bits": 4.0,
43
+ "head_bits": 8,
44
+ "calibration": {
45
+ "rows": 100,
46
+ "cols": 2048
47
+ },
48
+ "out_scales": "auto"
49
+ }
50
+ }
generation_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "pad_token_id": 151643,
9
+ "repetition_penalty": 1.05,
10
+ "temperature": 0.7,
11
+ "top_k": 20,
12
+ "top_p": 0.8,
13
+ "transformers_version": "4.51.3"
14
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6aae2078ae1f6476a66597ef0b9d406f529ca0340582e178b8e363b80be37f5
3
+ size 8173585728
model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4758f70e2447e6d567870de92d96038f1c6e2a2794db5546626e92fa465381f9
3
+ size 778882296
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
quantization_config.json ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|im_end|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "model_max_length": 1010000,
204
+ "pad_token": "<|endoftext|>",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null,
208
+ "use_fast": true
209
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
waifu6.webp ADDED

Git LFS Details

  • SHA256: 35bfc56bfd47aef16f700c91aa7e1565d8771f14bab367ecc22876ae497599b5
  • Pointer size: 133 Bytes
  • Size of remote file: 19.9 MB