ArtusDev commited on
Commit
c454d11
·
verified ·
1 Parent(s): 51aa2fb

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ 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.webp filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,679 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: mrl
4
+ language:
5
+ - en
6
+ base_model:
7
+ - TheDrummer/Cydonia-22B-v1
8
+ base_model_relation: finetune
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(3, 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 22B</h1>
543
+ <p class="subtitle">Where Nightmares and Desires Collide</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/Mistral-V3-Tekken-Unleashed" class="link-button">Mistral-V3-Tekken-Unleashed</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-22B-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-22B-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-22b-exl2-680216122b5db2025d5dd354" class="link-button">Quants</a>
577
+ </div>
578
+ </div>
579
+ </div>
580
+
581
+ <div class="section">
582
+ <h2 class="section-title">☠️ Ethical Vacuum</h2>
583
+ <div class="disclaimer">
584
+ <p>This model operates in complete moral darkness:</p>
585
+ <ul>
586
+ <li>🚫 No moral or ethical constraints on generated content</li>
587
+ <li>🔞 Will enthusiastically engage with any NSFW scenario</li>
588
+ <li>🖤 No psychological safety measures whatsoever</li>
589
+ <li>🔪 Will graphically depict any violent requested</li>
590
+ </ul>
591
+ </div>
592
+ </div>
593
+
594
+ <div class="section shifty-section">
595
+ <h2 class="section-title">📜 Performance Notes</h2>
596
+ <ul>
597
+ <li>🔥 Maintains signature intensity with improved narrative flow</li>
598
+ <li>📖 Handles multi-character scenarios with improved consistency</li>
599
+ <li>🧠 Excels at long-form storytelling without losing track of plot threads</li>
600
+ <li>⚡ Noticeably better at following complex instructions than previous versions</li>
601
+ <li>🎭 Responds to subtle prompt nuances like a mind reader</li>
602
+ <li>🔪 Excels at visceral injury descriptions</li>
603
+ <li>👁️ Responds to horror prompts like a seasoned torturer</li>
604
+ </ul>
605
+ </div>
606
+
607
+ <div class="section remember-this">
608
+ <h2 class="section-title">🧑‍🔬 Model Authors</h2>
609
+ <ul>
610
+ <li>TheDrummer (Base Model Architect)</li>
611
+ <li>SteelSkull (Dataset Generation Contributor)</li>
612
+ <li>Artus (EXL2 Weights Weaver)</li>
613
+ <li>sleepdeprived3 (Training Data & Fine-Tuning)</li>
614
+ </ul>
615
+ </div>
616
+
617
+ <div class="section">
618
+ <h2 class="section-title">☕ Support the Architects</h2>
619
+ <div class="button-group">
620
+ <a href="https://ko-fi.com/thedrummer" class="link-button">TheDrummer's Kofi</a>
621
+ <a href="https://ko-fi.com/steelskull" class="link-button">SteelSkull</a>
622
+ <a href="https://discord.com/invite/Nbv9pQ88Xb" class="link-button">Beaver AI Discord</a>
623
+ </div>
624
+ </div>
625
+
626
+ <div class="section">
627
+ <h2 class="section-title">🔖 License</h2>
628
+ <p>By using this model, you agree:</p>
629
+ <ul>
630
+ <li>To accept full responsibility for all generated content</li>
631
+ <li>That you're at least 18+ years old</li>
632
+ <li>That the architects bear no responsibility for your corruption</li>
633
+ </ul>
634
+ </div>
635
+ </div>
636
+
637
+ <script>
638
+ // This script has always been here
639
+ document.getElementById('date').textContent = new Date().toLocaleDateString();
640
+
641
+ setInterval(() => {
642
+ document.getElementById('credit').textContent =
643
+ contributors[Math.floor(Math.random() * contributors.length)];
644
+ }, 7000);
645
+
646
+ // Flash warning behavior
647
+ setTimeout(() => {
648
+ const reminder = document.createElement('div');
649
+ reminder.className = 'flash-warning';
650
+ reminder.textContent = 'You have been reading for quite some time. Are you sure you haven\'t seen this before?';
651
+ reminder.style.animation = 'flashWarning 15s ease-in-out forwards';
652
+ document.body.appendChild(reminder);
653
+
654
+ setInterval(() => {
655
+ if(Math.random() > 0.9) {
656
+ document.body.appendChild(reminder.cloneNode(true));
657
+ }
658
+ }, 45000);
659
+ }, 30000);
660
+
661
+ // Make cursor behave strangely
662
+ document.addEventListener('mousemove', (e) => {
663
+ if(Math.random() > 0.98) {
664
+ document.documentElement.style.cursor = 'wait';
665
+ setTimeout(() => {
666
+ document.documentElement.style.cursor = '';
667
+ }, 50);
668
+ }
669
+ });
670
+
671
+ // Randomly shift sections when not looking
672
+ setInterval(() => {
673
+ if(document.hidden) {
674
+ document.querySelectorAll('.shifty-section').forEach(section => {
675
+ section.style.transform = `translateX(${Math.random() > 0.5 ? '' : '-'}${Math.random() * 5}px)`;
676
+ });
677
+ }
678
+ }, 1500);
679
+ </script>
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MistralForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "head_dim": 128,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 6144,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 16384,
13
+ "max_position_embeddings": 131072,
14
+ "model_type": "mistral",
15
+ "num_attention_heads": 48,
16
+ "num_hidden_layers": 56,
17
+ "num_key_value_heads": 8,
18
+ "rms_norm_eps": 1e-05,
19
+ "rope_theta": 1000000.0,
20
+ "sliding_window": null,
21
+ "tie_word_embeddings": false,
22
+ "tokenizer": {
23
+ "add_bos_token": true,
24
+ "add_eos_token": false,
25
+ "pad_token": "</s>",
26
+ "padding_side": "right"
27
+ },
28
+ "torch_dtype": "bfloat16",
29
+ "transformers_version": "4.51.0",
30
+ "trust_remote_code": true,
31
+ "use_cache": false,
32
+ "vocab_size": 32768,
33
+ "quantization_config": {
34
+ "quant_method": "exl2",
35
+ "version": "0.2.8",
36
+ "bits": 3.0,
37
+ "head_bits": 8,
38
+ "calibration": {
39
+ "rows": 115,
40
+ "length": 2048,
41
+ "dataset": "(default)"
42
+ }
43
+ }
44
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "do_sample": true,
5
+ "eos_token_id": 2,
6
+ "transformers_version": "4.51.0"
7
+ }
measurement.json ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors.index.json ADDED
@@ -0,0 +1,514 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 44494565376
4
+ },
5
+ "weight_map": {
6
+ "lm_head.weight": "model-00009-of-00009.safetensors",
7
+ "model.embed_tokens.weight": "model-00001-of-00009.safetensors",
8
+ "model.layers.0.input_layernorm.weight": "model-00001-of-00009.safetensors",
9
+ "model.layers.0.mlp.down_proj.weight": "model-00001-of-00009.safetensors",
10
+ "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00009.safetensors",
11
+ "model.layers.0.mlp.up_proj.weight": "model-00001-of-00009.safetensors",
12
+ "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00009.safetensors",
13
+ "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00009.safetensors",
14
+ "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00009.safetensors",
15
+ "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00009.safetensors",
16
+ "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00009.safetensors",
17
+ "model.layers.1.input_layernorm.weight": "model-00001-of-00009.safetensors",
18
+ "model.layers.1.mlp.down_proj.weight": "model-00001-of-00009.safetensors",
19
+ "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00009.safetensors",
20
+ "model.layers.1.mlp.up_proj.weight": "model-00001-of-00009.safetensors",
21
+ "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00009.safetensors",
22
+ "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00009.safetensors",
23
+ "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00009.safetensors",
24
+ "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00009.safetensors",
25
+ "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00009.safetensors",
26
+ "model.layers.10.input_layernorm.weight": "model-00002-of-00009.safetensors",
27
+ "model.layers.10.mlp.down_proj.weight": "model-00002-of-00009.safetensors",
28
+ "model.layers.10.mlp.gate_proj.weight": "model-00002-of-00009.safetensors",
29
+ "model.layers.10.mlp.up_proj.weight": "model-00002-of-00009.safetensors",
30
+ "model.layers.10.post_attention_layernorm.weight": "model-00002-of-00009.safetensors",
31
+ "model.layers.10.self_attn.k_proj.weight": "model-00002-of-00009.safetensors",
32
+ "model.layers.10.self_attn.o_proj.weight": "model-00002-of-00009.safetensors",
33
+ "model.layers.10.self_attn.q_proj.weight": "model-00002-of-00009.safetensors",
34
+ "model.layers.10.self_attn.v_proj.weight": "model-00002-of-00009.safetensors",
35
+ "model.layers.11.input_layernorm.weight": "model-00002-of-00009.safetensors",
36
+ "model.layers.11.mlp.down_proj.weight": "model-00002-of-00009.safetensors",
37
+ "model.layers.11.mlp.gate_proj.weight": "model-00002-of-00009.safetensors",
38
+ "model.layers.11.mlp.up_proj.weight": "model-00002-of-00009.safetensors",
39
+ "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00009.safetensors",
40
+ "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00009.safetensors",
41
+ "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00009.safetensors",
42
+ "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00009.safetensors",
43
+ "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00009.safetensors",
44
+ "model.layers.12.input_layernorm.weight": "model-00003-of-00009.safetensors",
45
+ "model.layers.12.mlp.down_proj.weight": "model-00003-of-00009.safetensors",
46
+ "model.layers.12.mlp.gate_proj.weight": "model-00003-of-00009.safetensors",
47
+ "model.layers.12.mlp.up_proj.weight": "model-00003-of-00009.safetensors",
48
+ "model.layers.12.post_attention_layernorm.weight": "model-00003-of-00009.safetensors",
49
+ "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00009.safetensors",
50
+ "model.layers.12.self_attn.o_proj.weight": "model-00003-of-00009.safetensors",
51
+ "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00009.safetensors",
52
+ "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00009.safetensors",
53
+ "model.layers.13.input_layernorm.weight": "model-00003-of-00009.safetensors",
54
+ "model.layers.13.mlp.down_proj.weight": "model-00003-of-00009.safetensors",
55
+ "model.layers.13.mlp.gate_proj.weight": "model-00003-of-00009.safetensors",
56
+ "model.layers.13.mlp.up_proj.weight": "model-00003-of-00009.safetensors",
57
+ "model.layers.13.post_attention_layernorm.weight": "model-00003-of-00009.safetensors",
58
+ "model.layers.13.self_attn.k_proj.weight": "model-00003-of-00009.safetensors",
59
+ "model.layers.13.self_attn.o_proj.weight": "model-00003-of-00009.safetensors",
60
+ "model.layers.13.self_attn.q_proj.weight": "model-00003-of-00009.safetensors",
61
+ "model.layers.13.self_attn.v_proj.weight": "model-00003-of-00009.safetensors",
62
+ "model.layers.14.input_layernorm.weight": "model-00003-of-00009.safetensors",
63
+ "model.layers.14.mlp.down_proj.weight": "model-00003-of-00009.safetensors",
64
+ "model.layers.14.mlp.gate_proj.weight": "model-00003-of-00009.safetensors",
65
+ "model.layers.14.mlp.up_proj.weight": "model-00003-of-00009.safetensors",
66
+ "model.layers.14.post_attention_layernorm.weight": "model-00003-of-00009.safetensors",
67
+ "model.layers.14.self_attn.k_proj.weight": "model-00003-of-00009.safetensors",
68
+ "model.layers.14.self_attn.o_proj.weight": "model-00003-of-00009.safetensors",
69
+ "model.layers.14.self_attn.q_proj.weight": "model-00003-of-00009.safetensors",
70
+ "model.layers.14.self_attn.v_proj.weight": "model-00003-of-00009.safetensors",
71
+ "model.layers.15.input_layernorm.weight": "model-00003-of-00009.safetensors",
72
+ "model.layers.15.mlp.down_proj.weight": "model-00003-of-00009.safetensors",
73
+ "model.layers.15.mlp.gate_proj.weight": "model-00003-of-00009.safetensors",
74
+ "model.layers.15.mlp.up_proj.weight": "model-00003-of-00009.safetensors",
75
+ "model.layers.15.post_attention_layernorm.weight": "model-00003-of-00009.safetensors",
76
+ "model.layers.15.self_attn.k_proj.weight": "model-00003-of-00009.safetensors",
77
+ "model.layers.15.self_attn.o_proj.weight": "model-00003-of-00009.safetensors",
78
+ "model.layers.15.self_attn.q_proj.weight": "model-00003-of-00009.safetensors",
79
+ "model.layers.15.self_attn.v_proj.weight": "model-00003-of-00009.safetensors",
80
+ "model.layers.16.input_layernorm.weight": "model-00003-of-00009.safetensors",
81
+ "model.layers.16.mlp.down_proj.weight": "model-00003-of-00009.safetensors",
82
+ "model.layers.16.mlp.gate_proj.weight": "model-00003-of-00009.safetensors",
83
+ "model.layers.16.mlp.up_proj.weight": "model-00003-of-00009.safetensors",
84
+ "model.layers.16.post_attention_layernorm.weight": "model-00003-of-00009.safetensors",
85
+ "model.layers.16.self_attn.k_proj.weight": "model-00003-of-00009.safetensors",
86
+ "model.layers.16.self_attn.o_proj.weight": "model-00003-of-00009.safetensors",
87
+ "model.layers.16.self_attn.q_proj.weight": "model-00003-of-00009.safetensors",
88
+ "model.layers.16.self_attn.v_proj.weight": "model-00003-of-00009.safetensors",
89
+ "model.layers.17.input_layernorm.weight": "model-00003-of-00009.safetensors",
90
+ "model.layers.17.mlp.down_proj.weight": "model-00003-of-00009.safetensors",
91
+ "model.layers.17.mlp.gate_proj.weight": "model-00003-of-00009.safetensors",
92
+ "model.layers.17.mlp.up_proj.weight": "model-00003-of-00009.safetensors",
93
+ "model.layers.17.post_attention_layernorm.weight": "model-00003-of-00009.safetensors",
94
+ "model.layers.17.self_attn.k_proj.weight": "model-00003-of-00009.safetensors",
95
+ "model.layers.17.self_attn.o_proj.weight": "model-00003-of-00009.safetensors",
96
+ "model.layers.17.self_attn.q_proj.weight": "model-00003-of-00009.safetensors",
97
+ "model.layers.17.self_attn.v_proj.weight": "model-00003-of-00009.safetensors",
98
+ "model.layers.18.input_layernorm.weight": "model-00004-of-00009.safetensors",
99
+ "model.layers.18.mlp.down_proj.weight": "model-00004-of-00009.safetensors",
100
+ "model.layers.18.mlp.gate_proj.weight": "model-00003-of-00009.safetensors",
101
+ "model.layers.18.mlp.up_proj.weight": "model-00004-of-00009.safetensors",
102
+ "model.layers.18.post_attention_layernorm.weight": "model-00004-of-00009.safetensors",
103
+ "model.layers.18.self_attn.k_proj.weight": "model-00003-of-00009.safetensors",
104
+ "model.layers.18.self_attn.o_proj.weight": "model-00003-of-00009.safetensors",
105
+ "model.layers.18.self_attn.q_proj.weight": "model-00003-of-00009.safetensors",
106
+ "model.layers.18.self_attn.v_proj.weight": "model-00003-of-00009.safetensors",
107
+ "model.layers.19.input_layernorm.weight": "model-00004-of-00009.safetensors",
108
+ "model.layers.19.mlp.down_proj.weight": "model-00004-of-00009.safetensors",
109
+ "model.layers.19.mlp.gate_proj.weight": "model-00004-of-00009.safetensors",
110
+ "model.layers.19.mlp.up_proj.weight": "model-00004-of-00009.safetensors",
111
+ "model.layers.19.post_attention_layernorm.weight": "model-00004-of-00009.safetensors",
112
+ "model.layers.19.self_attn.k_proj.weight": "model-00004-of-00009.safetensors",
113
+ "model.layers.19.self_attn.o_proj.weight": "model-00004-of-00009.safetensors",
114
+ "model.layers.19.self_attn.q_proj.weight": "model-00004-of-00009.safetensors",
115
+ "model.layers.19.self_attn.v_proj.weight": "model-00004-of-00009.safetensors",
116
+ "model.layers.2.input_layernorm.weight": "model-00001-of-00009.safetensors",
117
+ "model.layers.2.mlp.down_proj.weight": "model-00001-of-00009.safetensors",
118
+ "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00009.safetensors",
119
+ "model.layers.2.mlp.up_proj.weight": "model-00001-of-00009.safetensors",
120
+ "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00009.safetensors",
121
+ "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00009.safetensors",
122
+ "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00009.safetensors",
123
+ "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00009.safetensors",
124
+ "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00009.safetensors",
125
+ "model.layers.20.input_layernorm.weight": "model-00004-of-00009.safetensors",
126
+ "model.layers.20.mlp.down_proj.weight": "model-00004-of-00009.safetensors",
127
+ "model.layers.20.mlp.gate_proj.weight": "model-00004-of-00009.safetensors",
128
+ "model.layers.20.mlp.up_proj.weight": "model-00004-of-00009.safetensors",
129
+ "model.layers.20.post_attention_layernorm.weight": "model-00004-of-00009.safetensors",
130
+ "model.layers.20.self_attn.k_proj.weight": "model-00004-of-00009.safetensors",
131
+ "model.layers.20.self_attn.o_proj.weight": "model-00004-of-00009.safetensors",
132
+ "model.layers.20.self_attn.q_proj.weight": "model-00004-of-00009.safetensors",
133
+ "model.layers.20.self_attn.v_proj.weight": "model-00004-of-00009.safetensors",
134
+ "model.layers.21.input_layernorm.weight": "model-00004-of-00009.safetensors",
135
+ "model.layers.21.mlp.down_proj.weight": "model-00004-of-00009.safetensors",
136
+ "model.layers.21.mlp.gate_proj.weight": "model-00004-of-00009.safetensors",
137
+ "model.layers.21.mlp.up_proj.weight": "model-00004-of-00009.safetensors",
138
+ "model.layers.21.post_attention_layernorm.weight": "model-00004-of-00009.safetensors",
139
+ "model.layers.21.self_attn.k_proj.weight": "model-00004-of-00009.safetensors",
140
+ "model.layers.21.self_attn.o_proj.weight": "model-00004-of-00009.safetensors",
141
+ "model.layers.21.self_attn.q_proj.weight": "model-00004-of-00009.safetensors",
142
+ "model.layers.21.self_attn.v_proj.weight": "model-00004-of-00009.safetensors",
143
+ "model.layers.22.input_layernorm.weight": "model-00004-of-00009.safetensors",
144
+ "model.layers.22.mlp.down_proj.weight": "model-00004-of-00009.safetensors",
145
+ "model.layers.22.mlp.gate_proj.weight": "model-00004-of-00009.safetensors",
146
+ "model.layers.22.mlp.up_proj.weight": "model-00004-of-00009.safetensors",
147
+ "model.layers.22.post_attention_layernorm.weight": "model-00004-of-00009.safetensors",
148
+ "model.layers.22.self_attn.k_proj.weight": "model-00004-of-00009.safetensors",
149
+ "model.layers.22.self_attn.o_proj.weight": "model-00004-of-00009.safetensors",
150
+ "model.layers.22.self_attn.q_proj.weight": "model-00004-of-00009.safetensors",
151
+ "model.layers.22.self_attn.v_proj.weight": "model-00004-of-00009.safetensors",
152
+ "model.layers.23.input_layernorm.weight": "model-00004-of-00009.safetensors",
153
+ "model.layers.23.mlp.down_proj.weight": "model-00004-of-00009.safetensors",
154
+ "model.layers.23.mlp.gate_proj.weight": "model-00004-of-00009.safetensors",
155
+ "model.layers.23.mlp.up_proj.weight": "model-00004-of-00009.safetensors",
156
+ "model.layers.23.post_attention_layernorm.weight": "model-00004-of-00009.safetensors",
157
+ "model.layers.23.self_attn.k_proj.weight": "model-00004-of-00009.safetensors",
158
+ "model.layers.23.self_attn.o_proj.weight": "model-00004-of-00009.safetensors",
159
+ "model.layers.23.self_attn.q_proj.weight": "model-00004-of-00009.safetensors",
160
+ "model.layers.23.self_attn.v_proj.weight": "model-00004-of-00009.safetensors",
161
+ "model.layers.24.input_layernorm.weight": "model-00005-of-00009.safetensors",
162
+ "model.layers.24.mlp.down_proj.weight": "model-00005-of-00009.safetensors",
163
+ "model.layers.24.mlp.gate_proj.weight": "model-00004-of-00009.safetensors",
164
+ "model.layers.24.mlp.up_proj.weight": "model-00004-of-00009.safetensors",
165
+ "model.layers.24.post_attention_layernorm.weight": "model-00005-of-00009.safetensors",
166
+ "model.layers.24.self_attn.k_proj.weight": "model-00004-of-00009.safetensors",
167
+ "model.layers.24.self_attn.o_proj.weight": "model-00004-of-00009.safetensors",
168
+ "model.layers.24.self_attn.q_proj.weight": "model-00004-of-00009.safetensors",
169
+ "model.layers.24.self_attn.v_proj.weight": "model-00004-of-00009.safetensors",
170
+ "model.layers.25.input_layernorm.weight": "model-00005-of-00009.safetensors",
171
+ "model.layers.25.mlp.down_proj.weight": "model-00005-of-00009.safetensors",
172
+ "model.layers.25.mlp.gate_proj.weight": "model-00005-of-00009.safetensors",
173
+ "model.layers.25.mlp.up_proj.weight": "model-00005-of-00009.safetensors",
174
+ "model.layers.25.post_attention_layernorm.weight": "model-00005-of-00009.safetensors",
175
+ "model.layers.25.self_attn.k_proj.weight": "model-00005-of-00009.safetensors",
176
+ "model.layers.25.self_attn.o_proj.weight": "model-00005-of-00009.safetensors",
177
+ "model.layers.25.self_attn.q_proj.weight": "model-00005-of-00009.safetensors",
178
+ "model.layers.25.self_attn.v_proj.weight": "model-00005-of-00009.safetensors",
179
+ "model.layers.26.input_layernorm.weight": "model-00005-of-00009.safetensors",
180
+ "model.layers.26.mlp.down_proj.weight": "model-00005-of-00009.safetensors",
181
+ "model.layers.26.mlp.gate_proj.weight": "model-00005-of-00009.safetensors",
182
+ "model.layers.26.mlp.up_proj.weight": "model-00005-of-00009.safetensors",
183
+ "model.layers.26.post_attention_layernorm.weight": "model-00005-of-00009.safetensors",
184
+ "model.layers.26.self_attn.k_proj.weight": "model-00005-of-00009.safetensors",
185
+ "model.layers.26.self_attn.o_proj.weight": "model-00005-of-00009.safetensors",
186
+ "model.layers.26.self_attn.q_proj.weight": "model-00005-of-00009.safetensors",
187
+ "model.layers.26.self_attn.v_proj.weight": "model-00005-of-00009.safetensors",
188
+ "model.layers.27.input_layernorm.weight": "model-00005-of-00009.safetensors",
189
+ "model.layers.27.mlp.down_proj.weight": "model-00005-of-00009.safetensors",
190
+ "model.layers.27.mlp.gate_proj.weight": "model-00005-of-00009.safetensors",
191
+ "model.layers.27.mlp.up_proj.weight": "model-00005-of-00009.safetensors",
192
+ "model.layers.27.post_attention_layernorm.weight": "model-00005-of-00009.safetensors",
193
+ "model.layers.27.self_attn.k_proj.weight": "model-00005-of-00009.safetensors",
194
+ "model.layers.27.self_attn.o_proj.weight": "model-00005-of-00009.safetensors",
195
+ "model.layers.27.self_attn.q_proj.weight": "model-00005-of-00009.safetensors",
196
+ "model.layers.27.self_attn.v_proj.weight": "model-00005-of-00009.safetensors",
197
+ "model.layers.28.input_layernorm.weight": "model-00005-of-00009.safetensors",
198
+ "model.layers.28.mlp.down_proj.weight": "model-00005-of-00009.safetensors",
199
+ "model.layers.28.mlp.gate_proj.weight": "model-00005-of-00009.safetensors",
200
+ "model.layers.28.mlp.up_proj.weight": "model-00005-of-00009.safetensors",
201
+ "model.layers.28.post_attention_layernorm.weight": "model-00005-of-00009.safetensors",
202
+ "model.layers.28.self_attn.k_proj.weight": "model-00005-of-00009.safetensors",
203
+ "model.layers.28.self_attn.o_proj.weight": "model-00005-of-00009.safetensors",
204
+ "model.layers.28.self_attn.q_proj.weight": "model-00005-of-00009.safetensors",
205
+ "model.layers.28.self_attn.v_proj.weight": "model-00005-of-00009.safetensors",
206
+ "model.layers.29.input_layernorm.weight": "model-00005-of-00009.safetensors",
207
+ "model.layers.29.mlp.down_proj.weight": "model-00005-of-00009.safetensors",
208
+ "model.layers.29.mlp.gate_proj.weight": "model-00005-of-00009.safetensors",
209
+ "model.layers.29.mlp.up_proj.weight": "model-00005-of-00009.safetensors",
210
+ "model.layers.29.post_attention_layernorm.weight": "model-00005-of-00009.safetensors",
211
+ "model.layers.29.self_attn.k_proj.weight": "model-00005-of-00009.safetensors",
212
+ "model.layers.29.self_attn.o_proj.weight": "model-00005-of-00009.safetensors",
213
+ "model.layers.29.self_attn.q_proj.weight": "model-00005-of-00009.safetensors",
214
+ "model.layers.29.self_attn.v_proj.weight": "model-00005-of-00009.safetensors",
215
+ "model.layers.3.input_layernorm.weight": "model-00001-of-00009.safetensors",
216
+ "model.layers.3.mlp.down_proj.weight": "model-00001-of-00009.safetensors",
217
+ "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00009.safetensors",
218
+ "model.layers.3.mlp.up_proj.weight": "model-00001-of-00009.safetensors",
219
+ "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00009.safetensors",
220
+ "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00009.safetensors",
221
+ "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00009.safetensors",
222
+ "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00009.safetensors",
223
+ "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00009.safetensors",
224
+ "model.layers.30.input_layernorm.weight": "model-00005-of-00009.safetensors",
225
+ "model.layers.30.mlp.down_proj.weight": "model-00005-of-00009.safetensors",
226
+ "model.layers.30.mlp.gate_proj.weight": "model-00005-of-00009.safetensors",
227
+ "model.layers.30.mlp.up_proj.weight": "model-00005-of-00009.safetensors",
228
+ "model.layers.30.post_attention_layernorm.weight": "model-00005-of-00009.safetensors",
229
+ "model.layers.30.self_attn.k_proj.weight": "model-00005-of-00009.safetensors",
230
+ "model.layers.30.self_attn.o_proj.weight": "model-00005-of-00009.safetensors",
231
+ "model.layers.30.self_attn.q_proj.weight": "model-00005-of-00009.safetensors",
232
+ "model.layers.30.self_attn.v_proj.weight": "model-00005-of-00009.safetensors",
233
+ "model.layers.31.input_layernorm.weight": "model-00006-of-00009.safetensors",
234
+ "model.layers.31.mlp.down_proj.weight": "model-00006-of-00009.safetensors",
235
+ "model.layers.31.mlp.gate_proj.weight": "model-00006-of-00009.safetensors",
236
+ "model.layers.31.mlp.up_proj.weight": "model-00006-of-00009.safetensors",
237
+ "model.layers.31.post_attention_layernorm.weight": "model-00006-of-00009.safetensors",
238
+ "model.layers.31.self_attn.k_proj.weight": "model-00005-of-00009.safetensors",
239
+ "model.layers.31.self_attn.o_proj.weight": "model-00006-of-00009.safetensors",
240
+ "model.layers.31.self_attn.q_proj.weight": "model-00005-of-00009.safetensors",
241
+ "model.layers.31.self_attn.v_proj.weight": "model-00005-of-00009.safetensors",
242
+ "model.layers.32.input_layernorm.weight": "model-00006-of-00009.safetensors",
243
+ "model.layers.32.mlp.down_proj.weight": "model-00006-of-00009.safetensors",
244
+ "model.layers.32.mlp.gate_proj.weight": "model-00006-of-00009.safetensors",
245
+ "model.layers.32.mlp.up_proj.weight": "model-00006-of-00009.safetensors",
246
+ "model.layers.32.post_attention_layernorm.weight": "model-00006-of-00009.safetensors",
247
+ "model.layers.32.self_attn.k_proj.weight": "model-00006-of-00009.safetensors",
248
+ "model.layers.32.self_attn.o_proj.weight": "model-00006-of-00009.safetensors",
249
+ "model.layers.32.self_attn.q_proj.weight": "model-00006-of-00009.safetensors",
250
+ "model.layers.32.self_attn.v_proj.weight": "model-00006-of-00009.safetensors",
251
+ "model.layers.33.input_layernorm.weight": "model-00006-of-00009.safetensors",
252
+ "model.layers.33.mlp.down_proj.weight": "model-00006-of-00009.safetensors",
253
+ "model.layers.33.mlp.gate_proj.weight": "model-00006-of-00009.safetensors",
254
+ "model.layers.33.mlp.up_proj.weight": "model-00006-of-00009.safetensors",
255
+ "model.layers.33.post_attention_layernorm.weight": "model-00006-of-00009.safetensors",
256
+ "model.layers.33.self_attn.k_proj.weight": "model-00006-of-00009.safetensors",
257
+ "model.layers.33.self_attn.o_proj.weight": "model-00006-of-00009.safetensors",
258
+ "model.layers.33.self_attn.q_proj.weight": "model-00006-of-00009.safetensors",
259
+ "model.layers.33.self_attn.v_proj.weight": "model-00006-of-00009.safetensors",
260
+ "model.layers.34.input_layernorm.weight": "model-00006-of-00009.safetensors",
261
+ "model.layers.34.mlp.down_proj.weight": "model-00006-of-00009.safetensors",
262
+ "model.layers.34.mlp.gate_proj.weight": "model-00006-of-00009.safetensors",
263
+ "model.layers.34.mlp.up_proj.weight": "model-00006-of-00009.safetensors",
264
+ "model.layers.34.post_attention_layernorm.weight": "model-00006-of-00009.safetensors",
265
+ "model.layers.34.self_attn.k_proj.weight": "model-00006-of-00009.safetensors",
266
+ "model.layers.34.self_attn.o_proj.weight": "model-00006-of-00009.safetensors",
267
+ "model.layers.34.self_attn.q_proj.weight": "model-00006-of-00009.safetensors",
268
+ "model.layers.34.self_attn.v_proj.weight": "model-00006-of-00009.safetensors",
269
+ "model.layers.35.input_layernorm.weight": "model-00006-of-00009.safetensors",
270
+ "model.layers.35.mlp.down_proj.weight": "model-00006-of-00009.safetensors",
271
+ "model.layers.35.mlp.gate_proj.weight": "model-00006-of-00009.safetensors",
272
+ "model.layers.35.mlp.up_proj.weight": "model-00006-of-00009.safetensors",
273
+ "model.layers.35.post_attention_layernorm.weight": "model-00006-of-00009.safetensors",
274
+ "model.layers.35.self_attn.k_proj.weight": "model-00006-of-00009.safetensors",
275
+ "model.layers.35.self_attn.o_proj.weight": "model-00006-of-00009.safetensors",
276
+ "model.layers.35.self_attn.q_proj.weight": "model-00006-of-00009.safetensors",
277
+ "model.layers.35.self_attn.v_proj.weight": "model-00006-of-00009.safetensors",
278
+ "model.layers.36.input_layernorm.weight": "model-00006-of-00009.safetensors",
279
+ "model.layers.36.mlp.down_proj.weight": "model-00006-of-00009.safetensors",
280
+ "model.layers.36.mlp.gate_proj.weight": "model-00006-of-00009.safetensors",
281
+ "model.layers.36.mlp.up_proj.weight": "model-00006-of-00009.safetensors",
282
+ "model.layers.36.post_attention_layernorm.weight": "model-00006-of-00009.safetensors",
283
+ "model.layers.36.self_attn.k_proj.weight": "model-00006-of-00009.safetensors",
284
+ "model.layers.36.self_attn.o_proj.weight": "model-00006-of-00009.safetensors",
285
+ "model.layers.36.self_attn.q_proj.weight": "model-00006-of-00009.safetensors",
286
+ "model.layers.36.self_attn.v_proj.weight": "model-00006-of-00009.safetensors",
287
+ "model.layers.37.input_layernorm.weight": "model-00007-of-00009.safetensors",
288
+ "model.layers.37.mlp.down_proj.weight": "model-00007-of-00009.safetensors",
289
+ "model.layers.37.mlp.gate_proj.weight": "model-00006-of-00009.safetensors",
290
+ "model.layers.37.mlp.up_proj.weight": "model-00007-of-00009.safetensors",
291
+ "model.layers.37.post_attention_layernorm.weight": "model-00007-of-00009.safetensors",
292
+ "model.layers.37.self_attn.k_proj.weight": "model-00006-of-00009.safetensors",
293
+ "model.layers.37.self_attn.o_proj.weight": "model-00006-of-00009.safetensors",
294
+ "model.layers.37.self_attn.q_proj.weight": "model-00006-of-00009.safetensors",
295
+ "model.layers.37.self_attn.v_proj.weight": "model-00006-of-00009.safetensors",
296
+ "model.layers.38.input_layernorm.weight": "model-00007-of-00009.safetensors",
297
+ "model.layers.38.mlp.down_proj.weight": "model-00007-of-00009.safetensors",
298
+ "model.layers.38.mlp.gate_proj.weight": "model-00007-of-00009.safetensors",
299
+ "model.layers.38.mlp.up_proj.weight": "model-00007-of-00009.safetensors",
300
+ "model.layers.38.post_attention_layernorm.weight": "model-00007-of-00009.safetensors",
301
+ "model.layers.38.self_attn.k_proj.weight": "model-00007-of-00009.safetensors",
302
+ "model.layers.38.self_attn.o_proj.weight": "model-00007-of-00009.safetensors",
303
+ "model.layers.38.self_attn.q_proj.weight": "model-00007-of-00009.safetensors",
304
+ "model.layers.38.self_attn.v_proj.weight": "model-00007-of-00009.safetensors",
305
+ "model.layers.39.input_layernorm.weight": "model-00007-of-00009.safetensors",
306
+ "model.layers.39.mlp.down_proj.weight": "model-00007-of-00009.safetensors",
307
+ "model.layers.39.mlp.gate_proj.weight": "model-00007-of-00009.safetensors",
308
+ "model.layers.39.mlp.up_proj.weight": "model-00007-of-00009.safetensors",
309
+ "model.layers.39.post_attention_layernorm.weight": "model-00007-of-00009.safetensors",
310
+ "model.layers.39.self_attn.k_proj.weight": "model-00007-of-00009.safetensors",
311
+ "model.layers.39.self_attn.o_proj.weight": "model-00007-of-00009.safetensors",
312
+ "model.layers.39.self_attn.q_proj.weight": "model-00007-of-00009.safetensors",
313
+ "model.layers.39.self_attn.v_proj.weight": "model-00007-of-00009.safetensors",
314
+ "model.layers.4.input_layernorm.weight": "model-00001-of-00009.safetensors",
315
+ "model.layers.4.mlp.down_proj.weight": "model-00001-of-00009.safetensors",
316
+ "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00009.safetensors",
317
+ "model.layers.4.mlp.up_proj.weight": "model-00001-of-00009.safetensors",
318
+ "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00009.safetensors",
319
+ "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00009.safetensors",
320
+ "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00009.safetensors",
321
+ "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00009.safetensors",
322
+ "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00009.safetensors",
323
+ "model.layers.40.input_layernorm.weight": "model-00007-of-00009.safetensors",
324
+ "model.layers.40.mlp.down_proj.weight": "model-00007-of-00009.safetensors",
325
+ "model.layers.40.mlp.gate_proj.weight": "model-00007-of-00009.safetensors",
326
+ "model.layers.40.mlp.up_proj.weight": "model-00007-of-00009.safetensors",
327
+ "model.layers.40.post_attention_layernorm.weight": "model-00007-of-00009.safetensors",
328
+ "model.layers.40.self_attn.k_proj.weight": "model-00007-of-00009.safetensors",
329
+ "model.layers.40.self_attn.o_proj.weight": "model-00007-of-00009.safetensors",
330
+ "model.layers.40.self_attn.q_proj.weight": "model-00007-of-00009.safetensors",
331
+ "model.layers.40.self_attn.v_proj.weight": "model-00007-of-00009.safetensors",
332
+ "model.layers.41.input_layernorm.weight": "model-00007-of-00009.safetensors",
333
+ "model.layers.41.mlp.down_proj.weight": "model-00007-of-00009.safetensors",
334
+ "model.layers.41.mlp.gate_proj.weight": "model-00007-of-00009.safetensors",
335
+ "model.layers.41.mlp.up_proj.weight": "model-00007-of-00009.safetensors",
336
+ "model.layers.41.post_attention_layernorm.weight": "model-00007-of-00009.safetensors",
337
+ "model.layers.41.self_attn.k_proj.weight": "model-00007-of-00009.safetensors",
338
+ "model.layers.41.self_attn.o_proj.weight": "model-00007-of-00009.safetensors",
339
+ "model.layers.41.self_attn.q_proj.weight": "model-00007-of-00009.safetensors",
340
+ "model.layers.41.self_attn.v_proj.weight": "model-00007-of-00009.safetensors",
341
+ "model.layers.42.input_layernorm.weight": "model-00007-of-00009.safetensors",
342
+ "model.layers.42.mlp.down_proj.weight": "model-00007-of-00009.safetensors",
343
+ "model.layers.42.mlp.gate_proj.weight": "model-00007-of-00009.safetensors",
344
+ "model.layers.42.mlp.up_proj.weight": "model-00007-of-00009.safetensors",
345
+ "model.layers.42.post_attention_layernorm.weight": "model-00007-of-00009.safetensors",
346
+ "model.layers.42.self_attn.k_proj.weight": "model-00007-of-00009.safetensors",
347
+ "model.layers.42.self_attn.o_proj.weight": "model-00007-of-00009.safetensors",
348
+ "model.layers.42.self_attn.q_proj.weight": "model-00007-of-00009.safetensors",
349
+ "model.layers.42.self_attn.v_proj.weight": "model-00007-of-00009.safetensors",
350
+ "model.layers.43.input_layernorm.weight": "model-00008-of-00009.safetensors",
351
+ "model.layers.43.mlp.down_proj.weight": "model-00008-of-00009.safetensors",
352
+ "model.layers.43.mlp.gate_proj.weight": "model-00007-of-00009.safetensors",
353
+ "model.layers.43.mlp.up_proj.weight": "model-00007-of-00009.safetensors",
354
+ "model.layers.43.post_attention_layernorm.weight": "model-00008-of-00009.safetensors",
355
+ "model.layers.43.self_attn.k_proj.weight": "model-00007-of-00009.safetensors",
356
+ "model.layers.43.self_attn.o_proj.weight": "model-00007-of-00009.safetensors",
357
+ "model.layers.43.self_attn.q_proj.weight": "model-00007-of-00009.safetensors",
358
+ "model.layers.43.self_attn.v_proj.weight": "model-00007-of-00009.safetensors",
359
+ "model.layers.44.input_layernorm.weight": "model-00008-of-00009.safetensors",
360
+ "model.layers.44.mlp.down_proj.weight": "model-00008-of-00009.safetensors",
361
+ "model.layers.44.mlp.gate_proj.weight": "model-00008-of-00009.safetensors",
362
+ "model.layers.44.mlp.up_proj.weight": "model-00008-of-00009.safetensors",
363
+ "model.layers.44.post_attention_layernorm.weight": "model-00008-of-00009.safetensors",
364
+ "model.layers.44.self_attn.k_proj.weight": "model-00008-of-00009.safetensors",
365
+ "model.layers.44.self_attn.o_proj.weight": "model-00008-of-00009.safetensors",
366
+ "model.layers.44.self_attn.q_proj.weight": "model-00008-of-00009.safetensors",
367
+ "model.layers.44.self_attn.v_proj.weight": "model-00008-of-00009.safetensors",
368
+ "model.layers.45.input_layernorm.weight": "model-00008-of-00009.safetensors",
369
+ "model.layers.45.mlp.down_proj.weight": "model-00008-of-00009.safetensors",
370
+ "model.layers.45.mlp.gate_proj.weight": "model-00008-of-00009.safetensors",
371
+ "model.layers.45.mlp.up_proj.weight": "model-00008-of-00009.safetensors",
372
+ "model.layers.45.post_attention_layernorm.weight": "model-00008-of-00009.safetensors",
373
+ "model.layers.45.self_attn.k_proj.weight": "model-00008-of-00009.safetensors",
374
+ "model.layers.45.self_attn.o_proj.weight": "model-00008-of-00009.safetensors",
375
+ "model.layers.45.self_attn.q_proj.weight": "model-00008-of-00009.safetensors",
376
+ "model.layers.45.self_attn.v_proj.weight": "model-00008-of-00009.safetensors",
377
+ "model.layers.46.input_layernorm.weight": "model-00008-of-00009.safetensors",
378
+ "model.layers.46.mlp.down_proj.weight": "model-00008-of-00009.safetensors",
379
+ "model.layers.46.mlp.gate_proj.weight": "model-00008-of-00009.safetensors",
380
+ "model.layers.46.mlp.up_proj.weight": "model-00008-of-00009.safetensors",
381
+ "model.layers.46.post_attention_layernorm.weight": "model-00008-of-00009.safetensors",
382
+ "model.layers.46.self_attn.k_proj.weight": "model-00008-of-00009.safetensors",
383
+ "model.layers.46.self_attn.o_proj.weight": "model-00008-of-00009.safetensors",
384
+ "model.layers.46.self_attn.q_proj.weight": "model-00008-of-00009.safetensors",
385
+ "model.layers.46.self_attn.v_proj.weight": "model-00008-of-00009.safetensors",
386
+ "model.layers.47.input_layernorm.weight": "model-00008-of-00009.safetensors",
387
+ "model.layers.47.mlp.down_proj.weight": "model-00008-of-00009.safetensors",
388
+ "model.layers.47.mlp.gate_proj.weight": "model-00008-of-00009.safetensors",
389
+ "model.layers.47.mlp.up_proj.weight": "model-00008-of-00009.safetensors",
390
+ "model.layers.47.post_attention_layernorm.weight": "model-00008-of-00009.safetensors",
391
+ "model.layers.47.self_attn.k_proj.weight": "model-00008-of-00009.safetensors",
392
+ "model.layers.47.self_attn.o_proj.weight": "model-00008-of-00009.safetensors",
393
+ "model.layers.47.self_attn.q_proj.weight": "model-00008-of-00009.safetensors",
394
+ "model.layers.47.self_attn.v_proj.weight": "model-00008-of-00009.safetensors",
395
+ "model.layers.48.input_layernorm.weight": "model-00008-of-00009.safetensors",
396
+ "model.layers.48.mlp.down_proj.weight": "model-00008-of-00009.safetensors",
397
+ "model.layers.48.mlp.gate_proj.weight": "model-00008-of-00009.safetensors",
398
+ "model.layers.48.mlp.up_proj.weight": "model-00008-of-00009.safetensors",
399
+ "model.layers.48.post_attention_layernorm.weight": "model-00008-of-00009.safetensors",
400
+ "model.layers.48.self_attn.k_proj.weight": "model-00008-of-00009.safetensors",
401
+ "model.layers.48.self_attn.o_proj.weight": "model-00008-of-00009.safetensors",
402
+ "model.layers.48.self_attn.q_proj.weight": "model-00008-of-00009.safetensors",
403
+ "model.layers.48.self_attn.v_proj.weight": "model-00008-of-00009.safetensors",
404
+ "model.layers.49.input_layernorm.weight": "model-00008-of-00009.safetensors",
405
+ "model.layers.49.mlp.down_proj.weight": "model-00008-of-00009.safetensors",
406
+ "model.layers.49.mlp.gate_proj.weight": "model-00008-of-00009.safetensors",
407
+ "model.layers.49.mlp.up_proj.weight": "model-00008-of-00009.safetensors",
408
+ "model.layers.49.post_attention_layernorm.weight": "model-00008-of-00009.safetensors",
409
+ "model.layers.49.self_attn.k_proj.weight": "model-00008-of-00009.safetensors",
410
+ "model.layers.49.self_attn.o_proj.weight": "model-00008-of-00009.safetensors",
411
+ "model.layers.49.self_attn.q_proj.weight": "model-00008-of-00009.safetensors",
412
+ "model.layers.49.self_attn.v_proj.weight": "model-00008-of-00009.safetensors",
413
+ "model.layers.5.input_layernorm.weight": "model-00002-of-00009.safetensors",
414
+ "model.layers.5.mlp.down_proj.weight": "model-00002-of-00009.safetensors",
415
+ "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00009.safetensors",
416
+ "model.layers.5.mlp.up_proj.weight": "model-00001-of-00009.safetensors",
417
+ "model.layers.5.post_attention_layernorm.weight": "model-00002-of-00009.safetensors",
418
+ "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00009.safetensors",
419
+ "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00009.safetensors",
420
+ "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00009.safetensors",
421
+ "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00009.safetensors",
422
+ "model.layers.50.input_layernorm.weight": "model-00009-of-00009.safetensors",
423
+ "model.layers.50.mlp.down_proj.weight": "model-00009-of-00009.safetensors",
424
+ "model.layers.50.mlp.gate_proj.weight": "model-00009-of-00009.safetensors",
425
+ "model.layers.50.mlp.up_proj.weight": "model-00009-of-00009.safetensors",
426
+ "model.layers.50.post_attention_layernorm.weight": "model-00009-of-00009.safetensors",
427
+ "model.layers.50.self_attn.k_proj.weight": "model-00008-of-00009.safetensors",
428
+ "model.layers.50.self_attn.o_proj.weight": "model-00009-of-00009.safetensors",
429
+ "model.layers.50.self_attn.q_proj.weight": "model-00008-of-00009.safetensors",
430
+ "model.layers.50.self_attn.v_proj.weight": "model-00008-of-00009.safetensors",
431
+ "model.layers.51.input_layernorm.weight": "model-00009-of-00009.safetensors",
432
+ "model.layers.51.mlp.down_proj.weight": "model-00009-of-00009.safetensors",
433
+ "model.layers.51.mlp.gate_proj.weight": "model-00009-of-00009.safetensors",
434
+ "model.layers.51.mlp.up_proj.weight": "model-00009-of-00009.safetensors",
435
+ "model.layers.51.post_attention_layernorm.weight": "model-00009-of-00009.safetensors",
436
+ "model.layers.51.self_attn.k_proj.weight": "model-00009-of-00009.safetensors",
437
+ "model.layers.51.self_attn.o_proj.weight": "model-00009-of-00009.safetensors",
438
+ "model.layers.51.self_attn.q_proj.weight": "model-00009-of-00009.safetensors",
439
+ "model.layers.51.self_attn.v_proj.weight": "model-00009-of-00009.safetensors",
440
+ "model.layers.52.input_layernorm.weight": "model-00009-of-00009.safetensors",
441
+ "model.layers.52.mlp.down_proj.weight": "model-00009-of-00009.safetensors",
442
+ "model.layers.52.mlp.gate_proj.weight": "model-00009-of-00009.safetensors",
443
+ "model.layers.52.mlp.up_proj.weight": "model-00009-of-00009.safetensors",
444
+ "model.layers.52.post_attention_layernorm.weight": "model-00009-of-00009.safetensors",
445
+ "model.layers.52.self_attn.k_proj.weight": "model-00009-of-00009.safetensors",
446
+ "model.layers.52.self_attn.o_proj.weight": "model-00009-of-00009.safetensors",
447
+ "model.layers.52.self_attn.q_proj.weight": "model-00009-of-00009.safetensors",
448
+ "model.layers.52.self_attn.v_proj.weight": "model-00009-of-00009.safetensors",
449
+ "model.layers.53.input_layernorm.weight": "model-00009-of-00009.safetensors",
450
+ "model.layers.53.mlp.down_proj.weight": "model-00009-of-00009.safetensors",
451
+ "model.layers.53.mlp.gate_proj.weight": "model-00009-of-00009.safetensors",
452
+ "model.layers.53.mlp.up_proj.weight": "model-00009-of-00009.safetensors",
453
+ "model.layers.53.post_attention_layernorm.weight": "model-00009-of-00009.safetensors",
454
+ "model.layers.53.self_attn.k_proj.weight": "model-00009-of-00009.safetensors",
455
+ "model.layers.53.self_attn.o_proj.weight": "model-00009-of-00009.safetensors",
456
+ "model.layers.53.self_attn.q_proj.weight": "model-00009-of-00009.safetensors",
457
+ "model.layers.53.self_attn.v_proj.weight": "model-00009-of-00009.safetensors",
458
+ "model.layers.54.input_layernorm.weight": "model-00009-of-00009.safetensors",
459
+ "model.layers.54.mlp.down_proj.weight": "model-00009-of-00009.safetensors",
460
+ "model.layers.54.mlp.gate_proj.weight": "model-00009-of-00009.safetensors",
461
+ "model.layers.54.mlp.up_proj.weight": "model-00009-of-00009.safetensors",
462
+ "model.layers.54.post_attention_layernorm.weight": "model-00009-of-00009.safetensors",
463
+ "model.layers.54.self_attn.k_proj.weight": "model-00009-of-00009.safetensors",
464
+ "model.layers.54.self_attn.o_proj.weight": "model-00009-of-00009.safetensors",
465
+ "model.layers.54.self_attn.q_proj.weight": "model-00009-of-00009.safetensors",
466
+ "model.layers.54.self_attn.v_proj.weight": "model-00009-of-00009.safetensors",
467
+ "model.layers.55.input_layernorm.weight": "model-00009-of-00009.safetensors",
468
+ "model.layers.55.mlp.down_proj.weight": "model-00009-of-00009.safetensors",
469
+ "model.layers.55.mlp.gate_proj.weight": "model-00009-of-00009.safetensors",
470
+ "model.layers.55.mlp.up_proj.weight": "model-00009-of-00009.safetensors",
471
+ "model.layers.55.post_attention_layernorm.weight": "model-00009-of-00009.safetensors",
472
+ "model.layers.55.self_attn.k_proj.weight": "model-00009-of-00009.safetensors",
473
+ "model.layers.55.self_attn.o_proj.weight": "model-00009-of-00009.safetensors",
474
+ "model.layers.55.self_attn.q_proj.weight": "model-00009-of-00009.safetensors",
475
+ "model.layers.55.self_attn.v_proj.weight": "model-00009-of-00009.safetensors",
476
+ "model.layers.6.input_layernorm.weight": "model-00002-of-00009.safetensors",
477
+ "model.layers.6.mlp.down_proj.weight": "model-00002-of-00009.safetensors",
478
+ "model.layers.6.mlp.gate_proj.weight": "model-00002-of-00009.safetensors",
479
+ "model.layers.6.mlp.up_proj.weight": "model-00002-of-00009.safetensors",
480
+ "model.layers.6.post_attention_layernorm.weight": "model-00002-of-00009.safetensors",
481
+ "model.layers.6.self_attn.k_proj.weight": "model-00002-of-00009.safetensors",
482
+ "model.layers.6.self_attn.o_proj.weight": "model-00002-of-00009.safetensors",
483
+ "model.layers.6.self_attn.q_proj.weight": "model-00002-of-00009.safetensors",
484
+ "model.layers.6.self_attn.v_proj.weight": "model-00002-of-00009.safetensors",
485
+ "model.layers.7.input_layernorm.weight": "model-00002-of-00009.safetensors",
486
+ "model.layers.7.mlp.down_proj.weight": "model-00002-of-00009.safetensors",
487
+ "model.layers.7.mlp.gate_proj.weight": "model-00002-of-00009.safetensors",
488
+ "model.layers.7.mlp.up_proj.weight": "model-00002-of-00009.safetensors",
489
+ "model.layers.7.post_attention_layernorm.weight": "model-00002-of-00009.safetensors",
490
+ "model.layers.7.self_attn.k_proj.weight": "model-00002-of-00009.safetensors",
491
+ "model.layers.7.self_attn.o_proj.weight": "model-00002-of-00009.safetensors",
492
+ "model.layers.7.self_attn.q_proj.weight": "model-00002-of-00009.safetensors",
493
+ "model.layers.7.self_attn.v_proj.weight": "model-00002-of-00009.safetensors",
494
+ "model.layers.8.input_layernorm.weight": "model-00002-of-00009.safetensors",
495
+ "model.layers.8.mlp.down_proj.weight": "model-00002-of-00009.safetensors",
496
+ "model.layers.8.mlp.gate_proj.weight": "model-00002-of-00009.safetensors",
497
+ "model.layers.8.mlp.up_proj.weight": "model-00002-of-00009.safetensors",
498
+ "model.layers.8.post_attention_layernorm.weight": "model-00002-of-00009.safetensors",
499
+ "model.layers.8.self_attn.k_proj.weight": "model-00002-of-00009.safetensors",
500
+ "model.layers.8.self_attn.o_proj.weight": "model-00002-of-00009.safetensors",
501
+ "model.layers.8.self_attn.q_proj.weight": "model-00002-of-00009.safetensors",
502
+ "model.layers.8.self_attn.v_proj.weight": "model-00002-of-00009.safetensors",
503
+ "model.layers.9.input_layernorm.weight": "model-00002-of-00009.safetensors",
504
+ "model.layers.9.mlp.down_proj.weight": "model-00002-of-00009.safetensors",
505
+ "model.layers.9.mlp.gate_proj.weight": "model-00002-of-00009.safetensors",
506
+ "model.layers.9.mlp.up_proj.weight": "model-00002-of-00009.safetensors",
507
+ "model.layers.9.post_attention_layernorm.weight": "model-00002-of-00009.safetensors",
508
+ "model.layers.9.self_attn.k_proj.weight": "model-00002-of-00009.safetensors",
509
+ "model.layers.9.self_attn.o_proj.weight": "model-00002-of-00009.safetensors",
510
+ "model.layers.9.self_attn.q_proj.weight": "model-00002-of-00009.safetensors",
511
+ "model.layers.9.self_attn.v_proj.weight": "model-00002-of-00009.safetensors",
512
+ "model.norm.weight": "model-00009-of-00009.safetensors"
513
+ }
514
+ }
output-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8022eb843ebf5c764207e153733ddd6dff0926f96b8bd31e315bb8f3de8bdae
3
+ size 8553507768
output-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d575a52c588f554745a038d936e68056f8572a7ed9f0636648cac59db7cd8ae
3
+ size 244372376
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59f95e28944c062244741268596badc900df86c7f5ded05088d2da22a7379e06
3
+ size 587583
tokenizer_config.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