ArtusDev commited on
Commit
601e990
·
verified ·
1 Parent(s): dd97a9e

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