ArtusDev commited on
Commit
73bcf0b
·
verified ·
1 Parent(s): 65d1dca

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