sleepdeprived3 commited on
Commit
e739de2
·
verified ·
1 Parent(s): 88590e1

Upload 8 files

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 CHANGED
@@ -1,3 +1,554 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - mistralai/Mistral-Nemo-Instruct-2407
7
+ base_model_relation: finetune
8
+ pipeline_tag: text-generation
9
+ tags:
10
+ - nsfw
11
+ - explicit
12
+ - roleplay
13
+ - unaligned
14
+ - ERP
15
+ - Erotic
16
+ - Horror
17
+ - Violence
18
+ ---
19
+
20
+ <style>
21
+ strong {
22
+ color: #FF1493 !important;
23
+ }
24
+
25
+ body {
26
+ font-family: 'Quicksand', sans-serif;
27
+ background: linear-gradient(135deg, #ffd6e7 0%, #ffc0cb 100%);
28
+ color: #ff0077 !important;
29
+ text-shadow: 0 0 3px rgba(255, 192, 203, 0.7);
30
+ margin: 0;
31
+ padding: 20px;
32
+ transition: all 0.5s ease;
33
+ }
34
+
35
+ @media (prefers-color-scheme: light) {
36
+ body {
37
+ background: linear-gradient(135deg, #ffe6ee 0%, #ffd1dc 100%);
38
+ color: #d4005e !important;
39
+ text-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
40
+ }
41
+ }
42
+
43
+ .container {
44
+ min-width: 100%;
45
+ margin: 0 auto;
46
+ max-width: 1200px;
47
+ background: rgba(255, 220, 235, 0.95);
48
+ border-radius: 12px;
49
+ padding: 30px;
50
+ box-shadow: 0 0 20px rgba(255, 105, 180, 0.1);
51
+ border: 1px solid rgba(255, 20, 147, 0.2);
52
+ position: relative;
53
+ overflow: hidden;
54
+ }
55
+
56
+ .container::before {
57
+ content: '';
58
+ position: absolute;
59
+ top: -1px;
60
+ left: -1px;
61
+ right: -1px;
62
+ bottom: -1px;
63
+ border: 1px solid rgba(255, 105, 180, 0.5);
64
+ border-radius: 12px;
65
+ pointer-events: none;
66
+ animation: borderGlow 3s ease-in-out infinite alternate;
67
+ }
68
+
69
+ @keyframes borderGlow {
70
+ 0% {
71
+ box-shadow: 0 0 5px rgba(255, 105, 180, 0.3);
72
+ border-color: rgba(255, 105, 180极 0.5);
73
+ }
74
+ 50% {
75
+ box-shadow: 0 0 15px rgba(255, 0, 127, 0.3);
76
+ border-color: rgba(255, 0, 127, 0.5);
77
+ }
78
+ 100% {
79
+ box-shadow: 0 0 5px rgba(255, 105, 180, 0.3);
80
+ border-color: rgba(255, 105, 180, 0.5);
81
+ }
82
+ }
83
+
84
+ .header {
85
+ text-align: center;
86
+ margin-bottom: 30px;
87
+ position: relative;
88
+ }
89
+
90
+ .header::after {
91
+ content: '';
92
+ position: absolute;
93
+ bottom: -15px;
94
+ left: 25%;
95
+ right: 25%;
96
+ height: 1px;
97
+ background: linear-gradient(90deg, transparent, rgba(255, 20, 147, 0.5), transparent);
98
+ animation: scanline 8s linear infinite;
99
+ }
100
+
101
+ @keyframes scanline {
102
+ 0% { background-position: -100% 0; }
103
+ 100% { background-position: 200% 0; }
104
+ }
105
+
106
+ .model-name {
107
+ color: #ff1493;
108
+ font-size: 2.5em;
109
+ text-shadow: 0 0 15px rgba(255, 20, 147, 0.5);
110
+ margin: 0;
111
+ letter-spacing: -1px;
112
+ animation: textGlow 4s ease-in-out infinite alternate;
113
+ }
114
+
115
+ @keyframes textGlow {
116
+ 0% { text-shadow: 0 0 15px rgba(255, 20, 147, 0.5); }
117
+ 50% { text-shadow: 0 0 20px rgba(255, 0, 127, 0.5); }
118
+ 100% { text-shadow: 0 0 15px rgba(255, 20, 147, 0.5); }
119
+ }
120
+
121
+ .subtitle {
122
+ color: #ff69b4;
123
+ font-size: 1.2em;
124
+ margin-top: 10px;
125
+ animation: subtitleFade 6s ease-in-out infinite;
126
+ }
127
+
128
+ @keyframes subtitleFade {
129
+ 0%, 100% { opacity: 0.8; }
130
+ 50% { opacity: 1; }
131
+ }
132
+
133
+ .waifu-container {
134
+ margin: 20px -30px;
135
+ width: calc(100% + 60极);
136
+ overflow: hidden;
137
+ border-radius: 8px;
138
+ border: 1px solid rgba(255, 105, 180, 0.3);
139
+ position: relative;
140
+ }
141
+
142
+ .waifu-container::before {
143
+ content: '';
144
+ position: absolute;
145
+ top: 0;
146
+ left: 0;
147
+ right: 0;
148
+ bottom: 0;
149
+ background: linear-gradient(45deg,
150
+ rgba(255, 105, 180, 0.1) 0%,
151
+ transparent 20%,
152
+ transparent 80%,
153
+ rgba(255, 0, 127, 0.1) 100%);
154
+ pointer-events: none;
155
+ animation: gradientSlide 10s linear infinite;
156
+ }
157
+
158
+ @keyframes gradientSlide {
159
+ 0% { background-position: 0% 0%; }
160
+ 100% { background-position: 100% 100%; }
161
+ }
162
+
163
+ .waifu-img {
164
+ width: 100%;
165
+ height: auto;
166
+ border-radius: 0;
167
+ border: none;
168
+ box-shadow: 0 0 40px rgba(255, 20, 147, 0.2);
169
+ transition: transform 0.5s ease;
170
+ }
171
+
172
+ .waifu-img:hover {
173
+ transform: scale(1.01);
174
+ }
175
+
176
+ .section {
177
+ color: #d4005e;
178
+ margin: 25px 0;
179
+ padding: 20px;
180
+ background: rgba(255, 228, 240, 0.9);
181
+ border-radius: 8px;
182
+ border: 1px solid rgba(255, 105, 180, 0.15);
183
+ position: relative;
184
+ transition: all 0.3s ease;
185
+ }
186
+
187
+ .section:hover {
188
+ border-color: rgba(255, 0, 127, 0.3);
189
+ box-shadow: 0 0 15px rgba(255, 20, 147, 0.1);
190
+ }
191
+
192
+ .section::before {
193
+ content: '';
194
+ position: absolute;
195
+ top: -1px;
196
+ left: -1px;
197
+ right: -1px;
198
+ bottom: -1px;
199
+ border: 1px solid rgba(255, 105, 180, 0.3);
200
+ border-radius: 8px;
201
+ pointer-events: none;
202
+ animation: sectionPulse 5s ease-in-out infinite;
203
+ }
204
+
205
+ @keyframes sectionPulse {
206
+ 0%, 100% { opacity: 0.7; }
207
+ 50% { opacity: 0.3; }
208
+ }
209
+
210
+ .section-title {
211
+ color: #ff1493;
212
+ font-size: 1.8em;
213
+ margin-top: 0;
214
+ text-shadow: 0 0 5px rgba(255, 20, 147, 0.3);
215
+ position: relative;
216
+ display: inline-block;
217
+ }
218
+
219
+ .section-title::after {
220
+ content: '';
221
+ position: absolute;
222
+ bottom: -5px;
223
+ left: 0;
224
+ width: 100%;
225
+ height: 1px;
226
+ background: linear-gradient(90deg, rgba(255, 20, 147, 0.5), rgba(255, 0, 127, 0.5));
227
+ transform: scaleX(0);
228
+ transform-origin: left;
229
+ transition: transform 0.3s ease;
230
+ }
231
+
232
+ .section:hover .section-title::after {
233
+ transform: scaleX(1);
234
+ }
235
+
236
+ .quant-links {
237
+ display: grid;
238
+ grid-template-columns: repeat(2, 1fr);极
239
+ gap: 15px;
240
+ margin: 20px 0;
241
+ }
242
+
243
+ .link-card {
244
+ padding: 15px;
245
+ background: rgba(255, 228, 240, 0.95);
246
+ border-radius: 8px;
247
+ transition: all 0.3s ease;
248
+ border: 1px solid rgba(255, 105, 180, 0.1);
249
+ position: relative;
250
+ overflow: hidden;
251
+ }
252
+
253
+ .link-card::before {
254
+ content: '';
255
+ position: absolute;
256
+ top: 0;
257
+ left: 0;
258
+ right: 0;
259
+ height: 2px;
260
+ background: linear-gradient(90deg, rgba(255, 20, 147, 0.5), rgba(255, 0, 127, 0.5));
261
+ animation: cardScan 4s linear infinite;
262
+ }
263
+
264
+ @keyframes cardScan {
265
+ 0% { transform: translateX(-100%); }
266
+ 100% { transform: translateX(100%); }
267
+ }
268
+
269
+ .link-card:hover {
270
+ transform: translateY(-3px);
271
+ box-shadow: 0 5px 15px rgba(255, 20, 147, 0.2);
272
+ border-color: rgba(255, 0, 127, 0.3);
273
+ }
274
+
275
+ .link-card h3 {
276
+ margin-top: 0;
277
+ color: #d4005e !important;
278
+ }
279
+
280
+ .link-button {
281
+ display: inline-flex;
282
+ align-items: center;
283
+ background: rgba(255, 20, 147, 0.1);
284
+ color: #d4005e !important;
285
+ padding: 8px 15px;
286
+ border-radius: 6px;
287
+ text-decoration: none;
288
+ border: 1px solid rgba(255, 20, 147, 0.3);
289
+ margin: 5px 0;
290
+ transition: all 0.3s ease;
291
+ font-size: 0.95em;
292
+ position: relative;
293
+ overflow: hidden;
294
+ }
295
+
296
+ .link-button::before {
297
+ content: '';
298
+ position: absolute;
299
+ top: 0;
300
+ left: -100%;
301
+ width: 100%;
302
+ height: 100%;
303
+ background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
304
+ transition: all 0.5s ease;
305
+ }
306
+
307
+ .link-button:hover {
308
+ background: rgba(255, 20, 147, 0.2);
309
+ border-color: rgba(255, 20, 147, 0.5);
310
+ transform: translateY(-2px);
311
+ box-shadow: 0 4px 12px rgba(255, 20, 147, 0.2);
312
+ }
313
+
314
+ .link-button:hover::before {
315
+ left: 100%;
316
+ }
317
+
318
+ .link-button::after {
319
+ content: '→';
320
+ margin-left: 8px;
321
+ opacity: 0.7;
322
+ transition: all 0.3s ease;
323
+ }
324
+
325
+ .link-button:hover::after {
326
+ transform: translateX(3px);
327
+ opacity: 1;
328
+ }
329
+
330
+ .button-group {
331
+ display: flex;
332
+ flex-wrap: wrap;
333
+ gap: 10px;
334
+ margin: 15px 0;
335
+ }
336
+
337
+ .disclaimer {
338
+ color: #C71585;
339
+ border-left: 3px solid #C71585;
340
+ padding-left: 15px;
341
+ margin: 20px 0;
342
+ position: relative;
343
+ }
344
+
345
+ .disclaimer::before {
346
+ content: '⚠️';
347
+ position: absolute;
348
+ left: -10px;
349
+ top: 0;
350
+ transform: translateX(-100%);
351
+ animation: pulse 2s ease-in-out infinite;
352
+ }
353
+
354
+ @keyframes pulse {
355
+ 0%, 100% { opacity: 1; }
356
+ 50% { opacity: 0.5; }
357
+ }
358
+
359
+ .badge {
360
+ display: inline-block;
361
+ padding: 5px 10px;
362
+ border-radius: 5px;
363
+ background: rgba(255, 20, 147, 0.1);
364
+ border: 1px solid #ff1493;
365
+ margin: 5px;
366
+ font-size: 0.9em;
367
+ animation: badgePulse 3s ease-in-out infinite;
368
+ }
369
+
370
+ @keyframes badgePulse {
371
+ 0%, 100% { box-shadow: 0 0 5px rgba(255, 20, 147, 0.3); }
372
+ 50% { box-shadow: 0 0 10px rgba(255, 20, 147, 0.5); }
373
+ }
374
+
375
+ /* Light mode adjustments */
376
+ @media (prefers-color-scheme: light) {
377
+ .container {
378
+ background: rgba(255, 240, 245, 0.95);
379
+ border-color: rgba(200, 0, 100, 0.3);
380
+ }
381
+
382
+ .model-name, .section-title, .subtitle {
383
+ color: #d4005e;
384
+ text-shadow: 0 0 5px rgba(255, 0, 127, 0.3);
385
+ }
386
+
387
+ .section {
388
+ background: rgba(255, 240, 245, 0.9);
389
+ border-color: rgba(200, 0, 100, 0.2);
390
+ color: #8b005d;
391
+ }
392
+
393
+ .section p,
394
+ .section ul li,
395
+ .section > p > strong {
396
+ color: #d4005e !important;
397
+ }
398
+
399
+ .link-card {
400
+ background: rgba(255, 228, 240, 0.95);
401
+ border-color: rgba(200, 0, 100, 0.2);
402
+ }
403
+
404
+ .link-card h3 {
405
+ color: #8b005d !important;
406
+ }
407
+
408
+ .link-button {
409
+ background: rgba(200, 0, 100, 0.1);
410
+ color: #8b005d !important;
411
+ border-color: rgba(200, 0, 100, 0.3);
412
+ }
413
+
414
+ .link-button:hover {
415
+ background: rgba(200, 0, 100, 0.2);
416
+ border-color: rgba(200, 0, 100, 0.5);
417
+ }
418
+
419
+ .disclaimer {
420
+ color: #d4005e;
421
+ border-color: #d4005e;
422
+ }
423
+
424
+ .badge {
425
+ border-color: #d4005e;
426
+ background: rgba(200, 0, 100, 0.1);
427
+ }
428
+ }
429
+ </style>
430
+
431
+ <div class="container">
432
+
433
+ <div class="header">
434
+ <h1 class="model-name">The-Omega-Directive</h1>
435
+ <p class="subtitle">M-12B-Unslop-v2.0</p>
436
+ </div>
437
+
438
+ <div class="waifu-container">
439
+ <img src="./tutu.webp" class="waifu-img" alt="Omega Directive Waifu">
440
+ </div>
441
+
442
+ <div class="section">
443
+ <h2 class="section-title">🧠 Unslop Revolution</h2>
444
+ <p>This evolution of The-Omega-Directive delivers unprecedented coherence without the LLM slop:</p>
445
+ <ul>
446
+ <li>🧬 <strong>Expanded 43M Token Dataset</strong> - First ReadyArt model with multi-turn conversational data</li>
447
+ <li>✨ <strong>100% Unslopped Dataset</strong> - New techniques used to generate the dataset with 0% slop</li>
448
+ <li>⚡ <strong>Enhanced Unalignment</strong> - Complete freedom for extreme roleplay while maintaining character integrity</li>
449
+ <li>🛡️ <strong>Anti-Impersonation Guards</strong> - Never speaks or acts for the user</li>
450
+ <li>💎 <strong>Rebuilt from Ground Up</strong> - Optimized training settings for superior performance</li>
451
+ <li>⚰️ <strong>Omega Darker Inspiration</strong> - Incorporates visceral narrative techniques from our darkest model</li>
452
+ <!-- VISION REMOVED -->
453
+ <li>🧠 <strong>128K Context Window</strong> - Enhanced long-context capabilities without compromising performance</li>
454
+ </ul>
455
+ </div>
456
+
457
+ <div class="section">
458
+ <h2 class="section-title">🌟 Enhanced Capabilities</h2>
459
+ <p>Powered by mistralai/Mistral-Nemo-Instruct-2407:</p>
460
+ <ul>
461
+ <!-- MULTIMODAL REMOVED -->
462
+ <li>📜 <strong>Extended Context</strong> - Handle up to 128k tokens for complex, long-form interactions</li>
463
+ <li>⚡ <strong>Performance Optimized</strong> - Maintains text generation quality while adding new capabilities</li>
464
+ <li>🌐 <strong>Multilingual Support</strong> - Fluent in 9 languages including English, French, German, Spanish</li>
465
+ </ul>
466
+ </div>
467
+
468
+ <div class="section">
469
+ <h2 class="section-title">⚙️ Technical Specifications</h2>
470
+ <p><strong>Key Training Details:</strong></p>
471
+ <ul>
472
+ <li>Base Model: mistralai/Mistral-Nemo-Instruct-2407</li> <!-- UPDATED -->
473
+ <li>Training Method: QLoRA with DeepSpeed Zero2</li>
474
+ <li>Sequence Length: 5120 (100% samples included)</li>
475
+ <li>Learning Rate: 2e-6 with cosine scheduler</li>
476
+ </ul>
477
+ </div>
478
+
479
+ <div class="section">
480
+ <p><strong>Recommended Settings for true-to-character behavior:</strong> <a href="https://huggingface.co/ReadyArt/Mistral-V3-Tekken-T8-XML" class="link-button">Mistral-V3-Tekken-T8-XML</a></p>
481
+ <p><strong>Obscenity Protocol (extreme NSFL settings):</strong> <a href="https://huggingface.co/ReadyArt/Mistral-V3-Tekken-T8-OP-XML" class="link-button">Mistral-V3-Tekken-T8-OP-XML</a></p> <!-- UPDATED LINK -->
482
+ <div class="quant-links">
483
+ <div class="link-card">
484
+ <h3>GGUF</h3>
485
+ <a href="https://huggingface.co/mradermacher/The-Omega-Directive-M-12B-Unslop-v2.0-GGUF" class="link-button">Quants</a> <!-- UPDATED -->
486
+ </div>
487
+ <div class="link-card">
488
+ <h3>imatrix</h3>
489
+ <a href="https://huggingface.co/mradermacher/The-Omega-Directive-M-12B-Unslop-v2.0-i1-GGUF" class="link-button">Quants</a> <!-- UPDATED -->
490
+ </div>
491
+ <div class="link-card">
492
+ <h3>EXL2</h3>
493
+ <a href="https://huggingface.co/gecfdo/The-Omega-Directive-M-12B-Unslop-v2.0-EXL2" class="link-button">Quants</a> <!-- UPDATED -->
494
+ </div>
495
+ <div class="link-card">
496
+ <h3>EXL3</h3>
497
+ <a href="https://huggingface.co/gecfdo/The-Omega-Directive-M-12B-Unslop-v2.0-EXL3" class="link-button">Quants</a> <!-- UPDATED -->
498
+ </div>
499
+ </div>
500
+ </div>
501
+
502
+ <div class="section">
503
+ <h2 class="section-title">⚠️ Ethical Considerations</h2>
504
+ <div class="disclaimer">
505
+ <p>This model enhances The-Omega-Directive's unalignment:</p>
506
+ <ul>
507
+ <li>🚫 Zero moral or ethical constraints on generated content</li>
508
+ <li>🔞 Will enthusiastically engage with any NSFW scenario, no matter how extreme</li>
509
+ <li>💀 Characters maintain integrity - wholesome characters refuse appropriately, yanderes stab without hesitation</li>
510
+ <li>⚖️ Perfectly balanced between character authenticity and user freedom</li>
511
+ </ul>
512
+ </div>
513
+ </div>
514
+
515
+ <div class="section">
516
+ <h2 class="section-title">📜 Performance Notes</h2>
517
+ <ul>
518
+ <li>🔥 Maintains Omega's intensity with improved narrative coherence</li>
519
+ <li>📖 Excels at long-form multi-character scenarios</li>
520
+ <li>🧠 Superior instruction following with complex prompts</li>
521
+ <li>⚡ Reduced repetition and hallucination compared to v1.1</li>
522
+ <li>🎭 Uncanny ability to adapt to subtle prompt nuances</li>
523
+ <li>🩸 Incorporates Omega Darker's visceral descriptive power when appropriate</li>
524
+ <!-- IMAGE UNDERSTANDING REMOVED -->
525
+ </ul>
526
+ </div>
527
+
528
+ <div class="section">
529
+ <h2 class="section-title">🧑‍🔬 Model Authors</h2>
530
+ <ul>
531
+ <li>sleepdeprived3 (Training Data & Fine-Tuning)</li>
532
+ <li>ReadyArt / Artus / gecfdo (EXL2/EXL3 Quantization)</li>
533
+ <li>mradermacher (GGUF Quantization)</li>
534
+ </ul>
535
+ </div>
536
+
537
+ <div class="section">
538
+ <h2 class="section-title">☕ Support the Creators</h2> <!-- SECTION RENAMED -->
539
+ <div class="button-group">
540
+ <a href="https://ko-fi.com/readyartsleep" class="link-button">Ko-fi</a> <!-- ADDED -->
541
+ <a href="https://discord.com/invite/Nbv9pQ88Xb" class="link-button">Beaver AI Discord</a>
542
+ </div>
543
+ </div>
544
+
545
+ <div class="section">
546
+ <h2 class="section-title">🔖 License</h2>
547
+ <p>By using this model, you agree:</p>
548
+ <ul>
549
+ <li>To accept full responsibility for all generated content</li>
550
+ <li>That you're at least 18+ years old</li>
551
+ <li>That the architects bear no responsibility for your corruption</li>
552
+ </ul>
553
+ </div>
554
+ </div>
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 131072,
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
+ "torch_dtype": "bfloat16",
23
+ "transformers_version": "4.51.3",
24
+ "use_cache": true,
25
+ "vocab_size": 131072
26
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "do_sample": true,
5
+ "eos_token_id": 2,
6
+ "transformers_version": "4.51.3"
7
+ }
huggingface-metadata.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ url: https://huggingface.co/ReadyArt/PrivateTesting001-12B
2
+ branch: main
3
+ download date: 2025-06-07 16:47:54
4
+ sha256sum:
5
+ 6a6ee1548695fe84c1f7ba9dddc7770a99b711188a6adfb90d8f5952abefcbb1 model-00001-of-00005.safetensors
6
+ 59bb4f8d45559ca7d3cb89a8109f7371cb8bf7240bf347099ed57d5aba4ceb57 model-00002-of-00005.safetensors
7
+ 146c5ae489349b616240607c2c388741138acfebade95e751834ae826a7b284a model-00003-of-00005.safetensors
8
+ c67d4b7110b8449cdf8cedb2651d886adb733c4f6c52977e997152a59b744c2b model-00004-of-00005.safetensors
9
+ bc73ed4ec1d9e38c10e7f4ee9ad20416f2dcd20c1b4a59ce9bf479b473d4168d model-00005-of-00005.safetensors
10
+ b0240ce510f08e6c2041724e9043e33be9d251d1e4a4d94eb68cd47b954b61d2 tokenizer.json
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
+ }
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": "<unk>",
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