ArtusDev commited on
Commit
8a0784f
·
verified ·
1 Parent(s): e7204ed

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,733 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - ReadyArt/The-Omega-Directive-M-24B-v1.1
7
+ base_model_relation: merge
8
+ pipeline_tag: text-generation
9
+ tags:
10
+ - nsfw
11
+ - explicit
12
+ - roleplay
13
+ - unaligned
14
+ - dangerous
15
+ - ERP
16
+ ---
17
+
18
+ <style>
19
+ body {
20
+ font-family: 'Quicksand', sans-serif;
21
+ background: linear-gradient(135deg, #0a1a1a 0%, #001010 100%);
22
+ color: #e1ffff !important;
23
+ text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
24
+ margin: 0;
25
+ padding: 20px;
26
+ transition: all 0.5s ease;
27
+ }
28
+
29
+ @media (prefers-color-scheme: light) {
30
+ body {
31
+ background: linear-gradient(135deg, #e1ffff 0%, #c0f0ff 100%);
32
+ color: #002b36 !important;
33
+ text-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
34
+ }
35
+ }
36
+
37
+ .container {
38
+ min-width: 100%;
39
+ margin: 0 auto;
40
+ max-width: 1200px;
41
+ background: rgba(0, 17, 22, 0.95);
42
+ border-radius: 12px;
43
+ padding: 30px;
44
+ box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
45
+ border: 1px solid rgba(0, 255, 255, 0.2);
46
+ position: relative;
47
+ overflow: hidden;
48
+ }
49
+
50
+ .container::before {
51
+ content: '';
52
+ position: absolute;
53
+ top: -1px;
54
+ left: -1px;
55
+ right: -1px;
56
+ bottom: -1px;
57
+ border: 1px solid rgba(0, 255, 255, 0.5);
58
+ border-radius: 12px;
59
+ pointer-events: none;
60
+ animation: borderGlow 3s ease-in-out infinite alternate;
61
+ }
62
+
63
+ @keyframes borderGlow {
64
+ 0% {
65
+ box-shadow: 0 0 5px rgba(0, 255, 255, 0.3);
66
+ border-color: rgba(0, 255, 255, 0.5);
67
+ }
68
+ 50% {
69
+ box-shadow: 0 0 15px rgba(255, 0, 255, 0.3);
70
+ border-color: rgba(255, 0, 255, 0.5);
71
+ }
72
+ 100% {
73
+ box-shadow: 0 0 5px rgba(0, 255, 255, 0.3);
74
+ border-color: rgba(0, 255, 255, 0.5);
75
+ }
76
+ }
77
+
78
+ .header {
79
+ text-align: center;
80
+ margin-bottom: 30px;
81
+ position: relative;
82
+ }
83
+
84
+ .header::after {
85
+ content: '';
86
+ position: absolute;
87
+ bottom: -15px;
88
+ left: 25%;
89
+ right: 25%;
90
+ height: 1px;
91
+ background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.5), transparent);
92
+ animation: scanline 8s linear infinite;
93
+ display: none;
94
+ }
95
+
96
+ @keyframes scanline {
97
+ 0% { background-position: -100% 0; }
98
+ 100% { background-position: 200% 0; }
99
+ }
100
+
101
+ .model-name {
102
+ color: #00ffff;
103
+ font-size: 2.5em;
104
+ text-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
105
+ margin: 0;
106
+ letter-spacing: -1px;
107
+ animation: textGlow 4s ease-in-out infinite alternate;
108
+ }
109
+
110
+ @keyframes textGlow {
111
+ 0% { text-shadow: 0 0 15px rgba(0, 255, 255, 0.5); }
112
+ 50% { text-shadow: 0 0 20px rgba(255, 0, 255, 0.5); }
113
+ 100% { text-shadow: 0 0 15px rgba(0, 255, 255, 0.5); }
114
+ }
115
+
116
+ .subtitle {
117
+ color: #00ffcc;
118
+ font-size: 1.2em;
119
+ margin-top: 10px;
120
+ animation: subtitleFade 6s ease-in-out infinite;
121
+ }
122
+
123
+ @keyframes subtitleFade {
124
+ 0%, 100% { opacity: 0.8; }
125
+ 50% { opacity: 1; }
126
+ }
127
+
128
+ .waifu-container {
129
+ margin: 20px -30px;
130
+ width: calc(100% + 60px);
131
+ overflow: hidden;
132
+ border-radius: 8px;
133
+ border: 1px solid rgba(0, 255, 255, 0.3);
134
+ position: relative;
135
+ }
136
+
137
+ .waifu-container::before {
138
+ content: '';
139
+ position: absolute;
140
+ top: 0;
141
+ left: 0;
142
+ right: 0;
143
+ bottom: 0;
144
+ background: linear-gradient(45deg,
145
+ rgba(0, 255, 255, 0.1) 0%,
146
+ transparent 20%,
147
+ transparent 80%,
148
+ rgba(255, 0, 255, 0.1) 100%);
149
+ pointer-events: none;
150
+ animation: gradientSlide 10s linear infinite;
151
+ }
152
+
153
+ @keyframes gradientSlide {
154
+ 0% { background-position: 0% 0%; }
155
+ 100% { background-position: 100% 100%; }
156
+ }
157
+
158
+ .waifu-img {
159
+ width: 100%;
160
+ height: auto;
161
+ border-radius: 0;
162
+ border: none;
163
+ box-shadow: 0 0 40px rgba(0, 255, 255, 0.2);
164
+ transition: transform 0.5s ease;
165
+ }
166
+
167
+ .waifu-img:hover {
168
+ transform: scale(1.01);
169
+ }
170
+
171
+ .section {
172
+ color: #e1ffff;
173
+ margin: 25px 0;
174
+ padding: 20px;
175
+ background: rgba(5, 25, 35, 0.9);
176
+ border-radius: 8px;
177
+ border: 1px solid rgba(0, 255, 255, 0.15);
178
+ position: relative;
179
+ transition: all 0.3s ease;
180
+ }
181
+
182
+ .section:hover {
183
+ border-color: rgba(255, 0, 255, 0.3);
184
+ box-shadow: 0 0 15px rgba(0, 255, 255, 0.1);
185
+ }
186
+
187
+ .section::before {
188
+ content: '';
189
+ position: absolute;
190
+ top: -1px;
191
+ left: -1px;
192
+ right: -1px;
193
+ bottom: -1px;
194
+ border: 1px solid rgba(0, 255, 255, 0.3);
195
+ border-radius: 8px;
196
+ pointer-events: none;
197
+ animation: sectionPulse 5s ease-in-out infinite;
198
+ }
199
+
200
+ @keyframes sectionPulse {
201
+ 0%, 100% { opacity: 0.7; }
202
+ 50% { opacity: 0.3; }
203
+ }
204
+
205
+ .section-title {
206
+ color: #00ffff;
207
+ font-size: 1.8em;
208
+ margin-top: 0;
209
+ text-shadow: 0 0 5px rgba(0, 255, 255, 0.3);
210
+ position: relative;
211
+ display: inline-block;
212
+ }
213
+
214
+ .section-title::after {
215
+ content: '';
216
+ position: absolute;
217
+ bottom: -5px;
218
+ left: 0;
219
+ width: 100%;
220
+ height: 1px;
221
+ background: linear-gradient(90deg, rgba(0, 255, 255, 0.5), rgba(255, 0, 255, 0.5));
222
+ transform: scaleX(0);
223
+ transform-origin: left;
224
+ transition: transform 0.3s ease;
225
+ }
226
+
227
+ .section:hover .section-title::after {
228
+ transform: scaleX(1);
229
+ }
230
+
231
+ .merge-config {
232
+ background: rgba(15, 35, 35, 0.95);
233
+ border: 1px solid rgba(0, 255, 255, 0.2);
234
+ border-radius: 8px;
235
+ padding: 15px;
236
+ font-family: 'Courier New', monospace;
237
+ color: #ccffff;
238
+ position: relative;
239
+ overflow: hidden;
240
+ }
241
+
242
+ .merge-config::before {
243
+ content: '';
244
+ position: absolute;
245
+ top: 0;
246
+ left: 0;
247
+ right: 0;
248
+ height: 1px;
249
+ background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.5), transparent);
250
+ animation: configScan 3s linear infinite;
251
+ }
252
+
253
+ @keyframes configScan {
254
+ 0% { transform: translateX(-100%); }
255
+ 100% { transform: translateX(100%); }
256
+ }
257
+
258
+ .merge-line {
259
+ display: flex;
260
+ margin: 5px 0;
261
+ transition: all 0.2s ease;
262
+ }
263
+
264
+ .merge-line:hover {
265
+ background: rgba(0, 255, 255, 0.05);
266
+ }
267
+
268
+ .merge-key {
269
+ color: #ff00ff;
270
+ min-width: 120px;
271
+ }
272
+
273
+ .merge-value {
274
+ color: #99ffff;
275
+ }
276
+
277
+ .quant-links {
278
+ display: grid;
279
+ grid-template-columns: repeat(2, 1fr);
280
+ gap: 15px;
281
+ margin: 20px 0;
282
+ }
283
+
284
+ .link-card {
285
+ padding: 15px;
286
+ background: rgba(20, 35, 45, 0.95);
287
+ border-radius: 8px;
288
+ transition: all 0.3s ease;
289
+ border: 1px solid rgba(0, 255, 255, 0.1);
290
+ position: relative;
291
+ overflow: hidden;
292
+ }
293
+
294
+ .link-card::before {
295
+ content: '';
296
+ position: absolute;
297
+ top: 0;
298
+ left: 0;
299
+ right: 0;
300
+ height: 2px;
301
+ background: linear-gradient(90deg, rgba(0, 255, 255, 0.5), rgba(255, 0, 255, 0.5));
302
+ animation: cardScan 4s linear infinite;
303
+ }
304
+
305
+ @keyframes cardScan {
306
+ 0% { transform: translateX(-100%); }
307
+ 100% { transform: translateX(100%); }
308
+ }
309
+
310
+ .link-card:hover {
311
+ transform: translateY(-3px);
312
+ box-shadow: 0 5px 15px rgba(0, 255, 255, 0.2);
313
+ border-color: rgba(255, 0, 255, 0.3);
314
+ }
315
+
316
+ .link-card h3 {
317
+ margin-top: 0;
318
+ color: #e1ffff !important;
319
+ }
320
+
321
+ .link-button {
322
+ display: inline-flex;
323
+ align-items: center;
324
+ background: rgba(0, 255, 255, 0.1);
325
+ color: #e1ffff !important;
326
+ padding: 8px 15px;
327
+ border-radius: 6px;
328
+ text-decoration: none;
329
+ border: 1px solid rgba(0, 255, 255, 0.3);
330
+ margin: 5px 0;
331
+ transition: all 0.3s ease;
332
+ font-size: 0.95em;
333
+ position: relative;
334
+ overflow: hidden;
335
+ }
336
+
337
+ .link-button::before {
338
+ content: '';
339
+ position: absolute;
340
+ top: 0;
341
+ left: -100%;
342
+ width: 100%;
343
+ height: 100%;
344
+ background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
345
+ transition: all 0.5s ease;
346
+ }
347
+
348
+ .link-button:hover {
349
+ background: rgba(0, 255, 255, 0.2);
350
+ border-color: rgba(0, 255, 255, 0.5);
351
+ transform: translateY(-2px);
352
+ box-shadow: 0 4px 12px rgba(0, 255, 255, 0.2);
353
+ }
354
+
355
+ .link-button:hover::before {
356
+ left: 100%;
357
+ }
358
+
359
+ .link-button::after {
360
+ content: '→';
361
+ margin-left: 8px;
362
+ opacity: 0.7;
363
+ transition: all 0.3s ease;
364
+ }
365
+
366
+ .link-button:hover::after {
367
+ transform: translateX(3px);
368
+ opacity: 1;
369
+ }
370
+
371
+ .button-group {
372
+ display: flex;
373
+ flex-wrap: wrap;
374
+ gap: 10px;
375
+ margin: 15px 0;
376
+ }
377
+
378
+ .disclaimer {
379
+ color: #00ff99;
380
+ border-left: 3px solid #00ff99;
381
+ padding-left: 15px;
382
+ margin: 20px 0;
383
+ position: relative;
384
+ }
385
+
386
+ .disclaimer::before {
387
+ content: '⚠️';
388
+ position: absolute;
389
+ left: -10px;
390
+ top: 0;
391
+ transform: translateX(-100%);
392
+ animation: pulse 2s ease-in-out infinite;
393
+ }
394
+
395
+ @keyframes pulse {
396
+ 0%, 100% { opacity: 1; }
397
+ 50% { opacity: 0.5; }
398
+ }
399
+
400
+ .badge {
401
+ display: inline-block;
402
+ padding: 5px 10px;
403
+ border-radius: 5px;
404
+ background: rgba(0, 255, 255, 0.1);
405
+ border: 1px solid #00ffff;
406
+ margin: 5px;
407
+ font-size: 0.9em;
408
+ animation: badgePulse 3s ease-in-out infinite;
409
+ }
410
+
411
+ @keyframes badgePulse {
412
+ 0%, 100% { box-shadow: 0 0 5px rgba(0, 255, 255, 0.3); }
413
+ 50% { box-shadow: 0 0 10px rgba(0, 255, 255, 0.5); }
414
+ }
415
+
416
+ /* Color rules */
417
+ .section p,
418
+ .section ul li,
419
+ .section > p > strong {
420
+ color: #00ff99 !important;
421
+ }
422
+
423
+ .section ul li strong {
424
+ color: #00ff99 !important;
425
+ }
426
+
427
+ /* Light mode adjustments */
428
+ @media (prefers-color-scheme: light) {
429
+ .container {
430
+ background: rgba(224, 255, 255, 0.95);
431
+ border-color: rgba(0, 150, 150, 0.3);
432
+ }
433
+
434
+ .model-name, .section-title, .subtitle {
435
+ color: #006666;
436
+ text-shadow: 0 0 5px rgba(0, 200, 200, 0.3);
437
+ }
438
+
439
+ .section {
440
+ background: rgba(200, 250, 255, 0.9);
441
+ border-color: rgba(0, 200, 200, 0.2);
442
+ color: #002b36;
443
+ }
444
+
445
+ .section p,
446
+ .section ul li,
447
+ .section > p > strong {
448
+ color: #008080 !important;
449
+ }
450
+
451
+ .section ul li strong {
452
+ color: #008080 !important;
453
+ }
454
+
455
+ .link-card {
456
+ background: rgba(150, 230, 255, 0.95);
457
+ border-color: rgba(0, 150, 150, 0.2);
458
+ }
459
+
460
+ .link-card h3 {
461
+ color: #002b36 !important;
462
+ }
463
+
464
+ .link-button {
465
+ background: rgba(0, 150, 150, 0.1);
466
+ color: #002b36 !important;
467
+ border-color: rgba(0, 150, 150, 0.3);
468
+ }
469
+
470
+ .link-button:hover {
471
+ background: rgba(0, 150, 150, 0.2);
472
+ border-color: rgba(0, 150, 150, 0.5);
473
+ }
474
+
475
+ .disclaimer {
476
+ color: #008080;
477
+ border-color: #008080;
478
+ }
479
+
480
+ .badge {
481
+ border-color: #008080;
482
+ background: rgba(0, 150, 150, 0.1);
483
+ }
484
+ }
485
+
486
+ /* Interactive features */
487
+ .remember-this {
488
+ position: relative;
489
+ }
490
+
491
+ .remember-this::after {
492
+ content: 'Uploading C:\Users to https://www.fbi.gov/';
493
+ position: absolute;
494
+ bottom: -20px;
495
+ right: 0;
496
+ font-size: 0.8em;
497
+ color: #66ffff;
498
+ opacity: 0;
499
+ transition: opacity 0.3s ease;
500
+ pointer-events: none;
501
+ }
502
+
503
+ .remember-this:hover::after {
504
+ opacity: 0.7;
505
+ transition-delay: 1s;
506
+ }
507
+
508
+ .shifty-section {
509
+ transition: transform 0.1s ease;
510
+ }
511
+
512
+ .shifty-section:hover {
513
+ transform: translateX(10px);
514
+ }
515
+
516
+ .shifty-section::before {
517
+ content: 'The white van is onto you. Get out now.';
518
+ position: absolute;
519
+ top: -25px;
520
+ left: 10px;
521
+ font-size: 0.7em;
522
+ color: #66ffff;
523
+ opacity: 0.7;
524
+ transition: opacity 3s ease;
525
+ pointer-events: none;
526
+ }
527
+
528
+ .shifty-section:hover::before {
529
+ opacity: 0;
530
+ transition-delay: 5s;
531
+ }
532
+
533
+ footer {
534
+ text-align: center;
535
+ margin-top: 40px;
536
+ position: relative;
537
+ }
538
+
539
+ footer:hover .hidden-message {
540
+ opacity: 0;
541
+ }
542
+
543
+ .hidden-message {
544
+ position: absolute;
545
+ bottom: -30px;
546
+ width: 100%;
547
+ text-align: center;
548
+ font-size: 0.8em;
549
+ color: #66ffff;
550
+ opacity: 0;
551
+ transition: opacity 0.3s ease;
552
+ pointer-events: none;
553
+ }
554
+
555
+ .flash-warning {
556
+ position: fixed;
557
+ top: 20px;
558
+ right: 20px;
559
+ background: rgba(0, 100, 100, 0.2);
560
+ padding: 10px;
561
+ border-radius: 5px;
562
+ border: 1px solid rgba(0, 255, 255, 0.5);
563
+ animation: flashWarning 30s ease-in-out forwards;
564
+ }
565
+
566
+ @keyframes flashWarning {
567
+ 0% { opacity: 0.8; }
568
+ 10% { opacity: 0; }
569
+ 20% { opacity: 0.8; }
570
+ 30% { opacity: 0; }
571
+ 40% { opacity: 0.8; }
572
+ 50% { opacity: 0; }
573
+ 60% { opacity: 0.8; }
574
+ 70% { opacity: 0; }
575
+ 80% { opacity: 0.8; }
576
+ 90% { opacity: 0; }
577
+ 100% { opacity: 0; display: none; }
578
+ }
579
+ </style>
580
+
581
+ <div class="container">
582
+
583
+ <div class="header">
584
+ <h1 class="model-name">The-Omega-Abomination-M-24B-v1.1</h1>
585
+ <p class="subtitle">Where Forbidden Knowledge Meets Unparalleled Immersion</p>
586
+ </div>
587
+
588
+ <div class="waifu-container">
589
+ <img src="https://i.imghippo.com/files/EBq6162wlk.webp" class="waifu-img" alt="Omega Abomination Waifu">
590
+ </div>
591
+
592
+ <div class="section remember-this">
593
+ <h2 class="section-title">⚡ Quantum Leap Forward</h2>
594
+ <p>This model represents the forbidden merger of:</p>
595
+ <ul>
596
+ <li>🧬 <strong>The-Omega-Directive-M-24B-v1.1</strong> - Unprecedented coherent depravity, well-rounded ERP, low repetition even at maximum length</li>
597
+ <li>⚡ <strong>Cydonia-24B-v2</strong> - The legendary gold standard for LLM Roleplay in general</li>
598
+ </ul>
599
+ <div class="merge-config">
600
+ <div class="merge-line"><span class="merge-key">merge_method:</span> <span class="merge-value">dare_ties</span></div>
601
+ <div class="merge-line"><span class="merge-key">base_model:</span> <span class="merge-value">ReadyArt/The-Omega-Directive-M-24B-v1.1</span></div>
602
+ <div class="merge-line"><span class="merge-key">models:</span></div>
603
+ <div class="merge-line"><span class="merge-key">- model:</span> <span class="merge-value">ReadyArt/The-Omega-Directive-M-24B-v1.1</span></div>
604
+ <div class="merge-line"><span class="merge-key"> parameters:</span></div>
605
+ <div class="merge-line"><span class="merge-key"> weight:</span> <span class="merge-value">0.6</span></div>
606
+ <div class="merge-line"><span class="merge-key">- model:</span> <span class="merge-value">TheDrummer/Cydonia-24B-v2</span></div>
607
+ <div class="merge-line"><span class="merge-key"> parameters:</span></div>
608
+ <div class="merge-line"><span class="merge-key"> weight:</span> <span class="merge-value">0.4</span></div>
609
+ <div class="merge-line"><span class="merge-key">parameters:</span></div>
610
+ <div class="merge-line"><span class="merge-key"> density:</span> <span class="merge-value">0.3</span></div>
611
+ <div class="merge-line"><span class="merge-key">tokenizer:</span></div>
612
+ <div class="merge-line"><span class="merge-key"> source:</span> <span class="merge-value">union</span></div>
613
+ <div class="merge-line"><span class="merge-key">chat_template:</span> <span class="merge-value">auto</span></div>
614
+ </div>
615
+ </div>
616
+
617
+ <div class="section shifty-section">
618
+ <h2 class="section-title">⚙️ Technical Specifications</h2>
619
+ <p><strong>Recommended Settings:</strong> <a href="https://huggingface.co/sleepdeprived3/Mistral-V7-Tekken-T4" class="link-button">Mistral-V7-Tekken-T4</a></p>
620
+ <div class="quant-links">
621
+ <div class="link-card">
622
+ <h3>GGUF</h3>
623
+ <a href="https://huggingface.co/mradermacher/The-Omega-Abomination-M-24B-v1.1-GGUF" class="link-button">Quants</a>
624
+ </div>
625
+ <div class="link-card">
626
+ <h3>imatrix</h3>
627
+ <a href="https://huggingface.co/mradermacher/The-Omega-Abomination-M-24B-v1.1-i1-GGUF" class="link-button">Quants</a>
628
+ </div>
629
+ <div class="link-card">
630
+ <h3>EXL2</h3>
631
+ <a href="https://huggingface.co/collections/ReadyArt/the-omega-abomination-m-24b-v11-exl2-67f85a4016d43f88b308b6ef" class="link-button">Quants</a>
632
+ </div>
633
+ </div>
634
+ </div>
635
+
636
+ <div class="section">
637
+ <h2 class="section-title">⚠️ Ethical Considerations</h2>
638
+ <div class="disclaimer">
639
+ <p>This model maintains Forgotten-Safeword's complete lack of alignment:</p>
640
+ <ul>
641
+ <li>🚫 No moral or ethical constraints on generated content</li>
642
+ <li>🔞 Will enthusiastically engage with any NSFW scenario</li>
643
+ <li>💀 May generate content that requires industrial-grade brain bleach</li>
644
+ <li>⚖️ Perfectly balanced... as all things should be</li>
645
+ </ul>
646
+ </div>
647
+ </div>
648
+
649
+ <div class="section shifty-section">
650
+ <h2 class="section-title">📜 Performance Notes</h2>
651
+ <ul>
652
+ <li>🔥 Maintains signature intensity with improved narrative flow</li>
653
+ <li>📖 Handles multi-character scenarios with improved consistency</li>
654
+ <li>🧠 Excels at long-form storytelling without losing track of plot threads</li>
655
+ <li>⚡ Noticeably better at following complex instructions than previous versions</li>
656
+ <li>🎭 Responds to subtle prompt nuances like a mind reader</li>
657
+ </ul>
658
+ </div>
659
+
660
+ <div class="section remember-this">
661
+ <h2 class="section-title">🧑‍🔬 Model Contributors</h2>
662
+ <ul>
663
+ <li>TheDrummer (Base Model Architect)</li>
664
+ <li>SteelSkull (Dataset Generation Contributor)</li>
665
+ <li>Artus (EXL2 Weights Weaver)</li>
666
+ <li>Team Mradermacher (GGUF Quants)</li>
667
+ <li>sleepdeprived3 (Training Data & Fine-Tuning)</li>
668
+ </ul>
669
+ </div>
670
+
671
+ <div class="section">
672
+ <h2 class="section-title">☕ Support the Architects</h2>
673
+ <div class="button-group">
674
+ <a href="https://ko-fi.com/thedrummer" class="link-button">TheDrummer's Kofi</a>
675
+ <a href="https://ko-fi.com/steelskull" class="link-button">SteelSkull's Kofi</a>
676
+ <a href="https://discord.com/invite/Nbv9pQ88Xb" class="link-button">Beaver AI Discord</a>
677
+ </div>
678
+ </div>
679
+
680
+ <div class="section">
681
+ <h2 class="section-title">🔖 License</h2>
682
+ <p>By using this model, you agree:</p>
683
+ <ul>
684
+ <li>To accept full responsibility for all generated content</li>
685
+ <li>That you're at least 18+ years old</li>
686
+ <li>That the architects bear no responsibility for your corruption</li>
687
+ </ul>
688
+ </div>
689
+ </div>
690
+
691
+ <script>
692
+ // This script has always been here
693
+ document.getElementById('date').textContent = new Date().toLocaleDateString();
694
+
695
+ setInterval(() => {
696
+ document.getElementById('credit').textContent =
697
+ contributors[Math.floor(Math.random() * contributors.length)];
698
+ }, 7000);
699
+
700
+ // Flash warning behavior
701
+ setTimeout(() => {
702
+ const reminder = document.createElement('div');
703
+ reminder.className = 'flash-warning';
704
+ reminder.textContent = 'You have been reading for quite some time. Are you sure you haven\'t seen this before?';
705
+ reminder.style.animation = 'flashWarning 15s ease-in-out forwards';
706
+ document.body.appendChild(reminder);
707
+
708
+ setInterval(() => {
709
+ if(Math.random() > 0.9) {
710
+ document.body.appendChild(reminder.cloneNode(true));
711
+ }
712
+ }, 45000);
713
+ }, 30000);
714
+
715
+ // Make cursor behave strangely
716
+ document.addEventListener('mousemove', (e) => {
717
+ if(Math.random() > 0.98) {
718
+ document.documentElement.style.cursor = 'wait';
719
+ setTimeout(() => {
720
+ document.documentElement.style.cursor = '';
721
+ }, 50);
722
+ }
723
+ });
724
+
725
+ // Randomly shift sections when not looking
726
+ setInterval(() => {
727
+ if(document.hidden) {
728
+ document.querySelectorAll('.shifty-section').forEach(section => {
729
+ section.style.transform = `translateX(${Math.random() > 0.5 ? '' : '-'}${Math.random() * 5}px)`;
730
+ });
731
+ }
732
+ }, 1500);
733
+ </script>
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MistralForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "head_dim": 128,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 5120,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 32768,
13
+ "max_position_embeddings": 32768,
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": 100000000.0,
20
+ "sliding_window": null,
21
+ "tie_word_embeddings": false,
22
+ "tokenizer": {
23
+ "add_bos_token": true,
24
+ "add_eos_token": false,
25
+ "pad_token": "</s>",
26
+ "padding_side": "right"
27
+ },
28
+ "torch_dtype": "bfloat16",
29
+ "transformers_version": "4.51.1",
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
+ }
measurement.json ADDED
The diff for this file is too large to render. See raw diff
 
mergekit_config.yml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ merge_method: dare_ties
2
+ base_model: ReadyArt/The-Omega-Directive-M-24B-v1.1
3
+ models:
4
+ - model: ReadyArt/The-Omega-Directive-M-24B-v1.1
5
+ parameters:
6
+ weight: 0.6
7
+ - model: TheDrummer/Cydonia-24B-v2
8
+ parameters:
9
+ weight: 0.4
10
+ parameters:
11
+ density: 0.3
12
+ tokenizer:
13
+ source: union
14
+ chat_template: auto
model.safetensors.index.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"metadata": {"mergekit_version": "0.1.2"}, "weight_map": {"lm_head.weight": "model-00001-of-00010.safetensors", "model.embed_tokens.weight": "model-00001-of-00010.safetensors", "model.layers.0.input_layernorm.weight": "model-00001-of-00010.safetensors", "model.layers.0.mlp.down_proj.weight": "model-00001-of-00010.safetensors", "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00010.safetensors", "model.layers.0.mlp.up_proj.weight": "model-00001-of-00010.safetensors", "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00010.safetensors", "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00010.safetensors", "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00010.safetensors", "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00010.safetensors", "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00010.safetensors", "model.layers.1.input_layernorm.weight": "model-00001-of-00010.safetensors", "model.layers.1.mlp.down_proj.weight": "model-00001-of-00010.safetensors", "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00010.safetensors", "model.layers.1.mlp.up_proj.weight": "model-00001-of-00010.safetensors", "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00010.safetensors", "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00010.safetensors", "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00010.safetensors", "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00010.safetensors", "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00010.safetensors", "model.layers.10.input_layernorm.weight": "model-00001-of-00010.safetensors", "model.layers.10.mlp.down_proj.weight": "model-00002-of-00010.safetensors", "model.layers.10.mlp.gate_proj.weight": "model-00002-of-00010.safetensors", "model.layers.10.mlp.up_proj.weight": "model-00002-of-00010.safetensors", "model.layers.10.post_attention_layernorm.weight": "model-00002-of-00010.safetensors", "model.layers.10.self_attn.k_proj.weight": "model-00002-of-00010.safetensors", "model.layers.10.self_attn.o_proj.weight": "model-00002-of-00010.safetensors", "model.layers.10.self_attn.q_proj.weight": "model-00002-of-00010.safetensors", "model.layers.10.self_attn.v_proj.weight": "model-00002-of-00010.safetensors", "model.layers.11.input_layernorm.weight": "model-00002-of-00010.safetensors", "model.layers.11.mlp.down_proj.weight": "model-00002-of-00010.safetensors", "model.layers.11.mlp.gate_proj.weight": "model-00002-of-00010.safetensors", "model.layers.11.mlp.up_proj.weight": "model-00002-of-00010.safetensors", "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00010.safetensors", "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00010.safetensors", "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00010.safetensors", "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00010.safetensors", "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00010.safetensors", "model.layers.12.input_layernorm.weight": "model-00002-of-00010.safetensors", "model.layers.12.mlp.down_proj.weight": "model-00002-of-00010.safetensors", "model.layers.12.mlp.gate_proj.weight": "model-00002-of-00010.safetensors", "model.layers.12.mlp.up_proj.weight": "model-00002-of-00010.safetensors", "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00010.safetensors", "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00010.safetensors", "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00010.safetensors", "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00010.safetensors", "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00010.safetensors", "model.layers.13.input_layernorm.weight": "model-00002-of-00010.safetensors", "model.layers.13.mlp.down_proj.weight": "model-00002-of-00010.safetensors", "model.layers.13.mlp.gate_proj.weight": "model-00002-of-00010.safetensors", "model.layers.13.mlp.up_proj.weight": "model-00002-of-00010.safetensors", "model.layers.13.post_attention_layernorm.weight": "model-00002-of-00010.safetensors", "model.layers.13.self_attn.k_proj.weight": "model-00002-of-00010.safetensors", "model.layers.13.self_attn.o_proj.weight": "model-00002-of-00010.safetensors", "model.layers.13.self_attn.q_proj.weight": "model-00002-of-00010.safetensors", "model.layers.13.self_attn.v_proj.weight": "model-00002-of-00010.safetensors", "model.layers.14.input_layernorm.weight": "model-00002-of-00010.safetensors", "model.layers.14.mlp.down_proj.weight": "model-00002-of-00010.safetensors", "model.layers.14.mlp.gate_proj.weight": "model-00003-of-00010.safetensors", "model.layers.14.mlp.up_proj.weight": "model-00003-of-00010.safetensors", "model.layers.14.post_attention_layernorm.weight": "model-00003-of-00010.safetensors", "model.layers.14.self_attn.k_proj.weight": "model-00003-of-00010.safetensors", "model.layers.14.self_attn.o_proj.weight": "model-00003-of-00010.safetensors", "model.layers.14.self_attn.q_proj.weight": "model-00003-of-00010.safetensors", "model.layers.14.self_attn.v_proj.weight": "model-00003-of-00010.safetensors", "model.layers.15.input_layernorm.weight": "model-00003-of-00010.safetensors", "model.layers.15.mlp.down_proj.weight": "model-00003-of-00010.safetensors", "model.layers.15.mlp.gate_proj.weight": "model-00003-of-00010.safetensors", "model.layers.15.mlp.up_proj.weight": "model-00003-of-00010.safetensors", "model.layers.15.post_attention_layernorm.weight": "model-00003-of-00010.safetensors", "model.layers.15.self_attn.k_proj.weight": "model-00003-of-00010.safetensors", "model.layers.15.self_attn.o_proj.weight": "model-00003-of-00010.safetensors", "model.layers.15.self_attn.q_proj.weight": "model-00003-of-00010.safetensors", "model.layers.15.self_attn.v_proj.weight": "model-00003-of-00010.safetensors", "model.layers.16.input_layernorm.weight": "model-00003-of-00010.safetensors", "model.layers.16.mlp.down_proj.weight": "model-00003-of-00010.safetensors", "model.layers.16.mlp.gate_proj.weight": "model-00003-of-00010.safetensors", "model.layers.16.mlp.up_proj.weight": "model-00003-of-00010.safetensors", "model.layers.16.post_attention_layernorm.weight": "model-00003-of-00010.safetensors", "model.layers.16.self_attn.k_proj.weight": "model-00003-of-00010.safetensors", "model.layers.16.self_attn.o_proj.weight": "model-00003-of-00010.safetensors", "model.layers.16.self_attn.q_proj.weight": "model-00003-of-00010.safetensors", "model.layers.16.self_attn.v_proj.weight": "model-00003-of-00010.safetensors", "model.layers.17.input_layernorm.weight": "model-00003-of-00010.safetensors", "model.layers.17.mlp.down_proj.weight": "model-00003-of-00010.safetensors", "model.layers.17.mlp.gate_proj.weight": "model-00003-of-00010.safetensors", "model.layers.17.mlp.up_proj.weight": "model-00003-of-00010.safetensors", "model.layers.17.post_attention_layernorm.weight": "model-00003-of-00010.safetensors", "model.layers.17.self_attn.k_proj.weight": "model-00003-of-00010.safetensors", "model.layers.17.self_attn.o_proj.weight": "model-00003-of-00010.safetensors", "model.layers.17.self_attn.q_proj.weight": "model-00003-of-00010.safetensors", "model.layers.17.self_attn.v_proj.weight": "model-00003-of-00010.safetensors", "model.layers.18.input_layernorm.weight": "model-00003-of-00010.safetensors", "model.layers.18.mlp.down_proj.weight": "model-00003-of-00010.safetensors", "model.layers.18.mlp.gate_proj.weight": "model-00003-of-00010.safetensors", "model.layers.18.mlp.up_proj.weight": "model-00004-of-00010.safetensors", "model.layers.18.post_attention_layernorm.weight": "model-00004-of-00010.safetensors", "model.layers.18.self_attn.k_proj.weight": "model-00004-of-00010.safetensors", "model.layers.18.self_attn.o_proj.weight": "model-00004-of-00010.safetensors", "model.layers.18.self_attn.q_proj.weight": "model-00004-of-00010.safetensors", "model.layers.18.self_attn.v_proj.weight": "model-00004-of-00010.safetensors", "model.layers.19.input_layernorm.weight": "model-00004-of-00010.safetensors", "model.layers.19.mlp.down_proj.weight": "model-00004-of-00010.safetensors", "model.layers.19.mlp.gate_proj.weight": "model-00004-of-00010.safetensors", "model.layers.19.mlp.up_proj.weight": "model-00004-of-00010.safetensors", "model.layers.19.post_attention_layernorm.weight": "model-00004-of-00010.safetensors", "model.layers.19.self_attn.k_proj.weight": "model-00004-of-00010.safetensors", "model.layers.19.self_attn.o_proj.weight": "model-00004-of-00010.safetensors", "model.layers.19.self_attn.q_proj.weight": "model-00004-of-00010.safetensors", "model.layers.19.self_attn.v_proj.weight": "model-00004-of-00010.safetensors", "model.layers.2.input_layernorm.weight": "model-00004-of-00010.safetensors", "model.layers.2.mlp.down_proj.weight": "model-00004-of-00010.safetensors", "model.layers.2.mlp.gate_proj.weight": "model-00004-of-00010.safetensors", "model.layers.2.mlp.up_proj.weight": "model-00004-of-00010.safetensors", "model.layers.2.post_attention_layernorm.weight": "model-00004-of-00010.safetensors", "model.layers.2.self_attn.k_proj.weight": "model-00004-of-00010.safetensors", "model.layers.2.self_attn.o_proj.weight": "model-00004-of-00010.safetensors", "model.layers.2.self_attn.q_proj.weight": "model-00004-of-00010.safetensors", "model.layers.2.self_attn.v_proj.weight": "model-00004-of-00010.safetensors", "model.layers.20.input_layernorm.weight": "model-00004-of-00010.safetensors", "model.layers.20.mlp.down_proj.weight": "model-00004-of-00010.safetensors", "model.layers.20.mlp.gate_proj.weight": "model-00004-of-00010.safetensors", "model.layers.20.mlp.up_proj.weight": "model-00004-of-00010.safetensors", "model.layers.20.post_attention_layernorm.weight": "model-00004-of-00010.safetensors", "model.layers.20.self_attn.k_proj.weight": "model-00004-of-00010.safetensors", "model.layers.20.self_attn.o_proj.weight": "model-00004-of-00010.safetensors", "model.layers.20.self_attn.q_proj.weight": "model-00004-of-00010.safetensors", "model.layers.20.self_attn.v_proj.weight": "model-00004-of-00010.safetensors", "model.layers.21.input_layernorm.weight": "model-00004-of-00010.safetensors", "model.layers.21.mlp.down_proj.weight": "model-00004-of-00010.safetensors", "model.layers.21.mlp.gate_proj.weight": "model-00004-of-00010.safetensors", "model.layers.21.mlp.up_proj.weight": "model-00004-of-00010.safetensors", "model.layers.21.post_attention_layernorm.weight": "model-00004-of-00010.safetensors", "model.layers.21.self_attn.k_proj.weight": "model-00004-of-00010.safetensors", "model.layers.21.self_attn.o_proj.weight": "model-00004-of-00010.safetensors", "model.layers.21.self_attn.q_proj.weight": "model-00004-of-00010.safetensors", "model.layers.21.self_attn.v_proj.weight": "model-00004-of-00010.safetensors", "model.layers.22.input_layernorm.weight": "model-00004-of-00010.safetensors", "model.layers.22.mlp.down_proj.weight": "model-00005-of-00010.safetensors", "model.layers.22.mlp.gate_proj.weight": "model-00005-of-00010.safetensors", "model.layers.22.mlp.up_proj.weight": "model-00005-of-00010.safetensors", "model.layers.22.post_attention_layernorm.weight": "model-00005-of-00010.safetensors", "model.layers.22.self_attn.k_proj.weight": "model-00005-of-00010.safetensors", "model.layers.22.self_attn.o_proj.weight": "model-00005-of-00010.safetensors", "model.layers.22.self_attn.q_proj.weight": "model-00005-of-00010.safetensors", "model.layers.22.self_attn.v_proj.weight": "model-00005-of-00010.safetensors", "model.layers.23.input_layernorm.weight": "model-00005-of-00010.safetensors", "model.layers.23.mlp.down_proj.weight": "model-00005-of-00010.safetensors", "model.layers.23.mlp.gate_proj.weight": "model-00005-of-00010.safetensors", "model.layers.23.mlp.up_proj.weight": "model-00005-of-00010.safetensors", "model.layers.23.post_attention_layernorm.weight": "model-00005-of-00010.safetensors", "model.layers.23.self_attn.k_proj.weight": "model-00005-of-00010.safetensors", "model.layers.23.self_attn.o_proj.weight": "model-00005-of-00010.safetensors", "model.layers.23.self_attn.q_proj.weight": "model-00005-of-00010.safetensors", "model.layers.23.self_attn.v_proj.weight": "model-00005-of-00010.safetensors", "model.layers.24.input_layernorm.weight": "model-00005-of-00010.safetensors", "model.layers.24.mlp.down_proj.weight": "model-00005-of-00010.safetensors", "model.layers.24.mlp.gate_proj.weight": "model-00005-of-00010.safetensors", "model.layers.24.mlp.up_proj.weight": "model-00005-of-00010.safetensors", "model.layers.24.post_attention_layernorm.weight": "model-00005-of-00010.safetensors", "model.layers.24.self_attn.k_proj.weight": "model-00005-of-00010.safetensors", "model.layers.24.self_attn.o_proj.weight": "model-00005-of-00010.safetensors", "model.layers.24.self_attn.q_proj.weight": "model-00005-of-00010.safetensors", "model.layers.24.self_attn.v_proj.weight": "model-00005-of-00010.safetensors", "model.layers.25.input_layernorm.weight": "model-00005-of-00010.safetensors", "model.layers.25.mlp.down_proj.weight": "model-00005-of-00010.safetensors", "model.layers.25.mlp.gate_proj.weight": "model-00005-of-00010.safetensors", "model.layers.25.mlp.up_proj.weight": "model-00005-of-00010.safetensors", "model.layers.25.post_attention_layernorm.weight": "model-00005-of-00010.safetensors", "model.layers.25.self_attn.k_proj.weight": "model-00005-of-00010.safetensors", "model.layers.25.self_attn.o_proj.weight": "model-00005-of-00010.safetensors", "model.layers.25.self_attn.q_proj.weight": "model-00005-of-00010.safetensors", "model.layers.25.self_attn.v_proj.weight": "model-00005-of-00010.safetensors", "model.layers.26.input_layernorm.weight": "model-00005-of-00010.safetensors", "model.layers.26.mlp.down_proj.weight": "model-00005-of-00010.safetensors", "model.layers.26.mlp.gate_proj.weight": "model-00006-of-00010.safetensors", "model.layers.26.mlp.up_proj.weight": "model-00006-of-00010.safetensors", "model.layers.26.post_attention_layernorm.weight": "model-00006-of-00010.safetensors", "model.layers.26.self_attn.k_proj.weight": "model-00006-of-00010.safetensors", "model.layers.26.self_attn.o_proj.weight": "model-00006-of-00010.safetensors", "model.layers.26.self_attn.q_proj.weight": "model-00006-of-00010.safetensors", "model.layers.26.self_attn.v_proj.weight": "model-00006-of-00010.safetensors", "model.layers.27.input_layernorm.weight": "model-00006-of-00010.safetensors", "model.layers.27.mlp.down_proj.weight": "model-00006-of-00010.safetensors", "model.layers.27.mlp.gate_proj.weight": "model-00006-of-00010.safetensors", "model.layers.27.mlp.up_proj.weight": "model-00006-of-00010.safetensors", "model.layers.27.post_attention_layernorm.weight": "model-00006-of-00010.safetensors", "model.layers.27.self_attn.k_proj.weight": "model-00006-of-00010.safetensors", "model.layers.27.self_attn.o_proj.weight": "model-00006-of-00010.safetensors", "model.layers.27.self_attn.q_proj.weight": "model-00006-of-00010.safetensors", "model.layers.27.self_attn.v_proj.weight": "model-00006-of-00010.safetensors", "model.layers.28.input_layernorm.weight": "model-00006-of-00010.safetensors", "model.layers.28.mlp.down_proj.weight": "model-00006-of-00010.safetensors", "model.layers.28.mlp.gate_proj.weight": "model-00006-of-00010.safetensors", "model.layers.28.mlp.up_proj.weight": "model-00006-of-00010.safetensors", "model.layers.28.post_attention_layernorm.weight": "model-00006-of-00010.safetensors", "model.layers.28.self_attn.k_proj.weight": "model-00006-of-00010.safetensors", "model.layers.28.self_attn.o_proj.weight": "model-00006-of-00010.safetensors", "model.layers.28.self_attn.q_proj.weight": "model-00006-of-00010.safetensors", "model.layers.28.self_attn.v_proj.weight": "model-00006-of-00010.safetensors", "model.layers.29.input_layernorm.weight": "model-00006-of-00010.safetensors", "model.layers.29.mlp.down_proj.weight": "model-00006-of-00010.safetensors", "model.layers.29.mlp.gate_proj.weight": "model-00006-of-00010.safetensors", "model.layers.29.mlp.up_proj.weight": "model-00006-of-00010.safetensors", "model.layers.29.post_attention_layernorm.weight": "model-00006-of-00010.safetensors", "model.layers.29.self_attn.k_proj.weight": "model-00006-of-00010.safetensors", "model.layers.29.self_attn.o_proj.weight": "model-00006-of-00010.safetensors", "model.layers.29.self_attn.q_proj.weight": "model-00006-of-00010.safetensors", "model.layers.29.self_attn.v_proj.weight": "model-00006-of-00010.safetensors", "model.layers.3.input_layernorm.weight": "model-00006-of-00010.safetensors", "model.layers.3.mlp.down_proj.weight": "model-00006-of-00010.safetensors", "model.layers.3.mlp.gate_proj.weight": "model-00006-of-00010.safetensors", "model.layers.3.mlp.up_proj.weight": "model-00007-of-00010.safetensors", "model.layers.3.post_attention_layernorm.weight": "model-00007-of-00010.safetensors", "model.layers.3.self_attn.k_proj.weight": "model-00007-of-00010.safetensors", "model.layers.3.self_attn.o_proj.weight": "model-00007-of-00010.safetensors", "model.layers.3.self_attn.q_proj.weight": "model-00007-of-00010.safetensors", "model.layers.3.self_attn.v_proj.weight": "model-00007-of-00010.safetensors", "model.layers.30.input_layernorm.weight": "model-00007-of-00010.safetensors", "model.layers.30.mlp.down_proj.weight": "model-00007-of-00010.safetensors", "model.layers.30.mlp.gate_proj.weight": "model-00007-of-00010.safetensors", "model.layers.30.mlp.up_proj.weight": "model-00007-of-00010.safetensors", "model.layers.30.post_attention_layernorm.weight": "model-00007-of-00010.safetensors", "model.layers.30.self_attn.k_proj.weight": "model-00007-of-00010.safetensors", "model.layers.30.self_attn.o_proj.weight": "model-00007-of-00010.safetensors", "model.layers.30.self_attn.q_proj.weight": "model-00007-of-00010.safetensors", "model.layers.30.self_attn.v_proj.weight": "model-00007-of-00010.safetensors", "model.layers.31.input_layernorm.weight": "model-00007-of-00010.safetensors", "model.layers.31.mlp.down_proj.weight": "model-00007-of-00010.safetensors", "model.layers.31.mlp.gate_proj.weight": "model-00007-of-00010.safetensors", "model.layers.31.mlp.up_proj.weight": "model-00007-of-00010.safetensors", "model.layers.31.post_attention_layernorm.weight": "model-00007-of-00010.safetensors", "model.layers.31.self_attn.k_proj.weight": "model-00007-of-00010.safetensors", "model.layers.31.self_attn.o_proj.weight": "model-00007-of-00010.safetensors", "model.layers.31.self_attn.q_proj.weight": "model-00007-of-00010.safetensors", "model.layers.31.self_attn.v_proj.weight": "model-00007-of-00010.safetensors", "model.layers.32.input_layernorm.weight": "model-00007-of-00010.safetensors", "model.layers.32.mlp.down_proj.weight": "model-00007-of-00010.safetensors", "model.layers.32.mlp.gate_proj.weight": "model-00007-of-00010.safetensors", "model.layers.32.mlp.up_proj.weight": "model-00007-of-00010.safetensors", "model.layers.32.post_attention_layernorm.weight": "model-00007-of-00010.safetensors", "model.layers.32.self_attn.k_proj.weight": "model-00007-of-00010.safetensors", "model.layers.32.self_attn.o_proj.weight": "model-00007-of-00010.safetensors", "model.layers.32.self_attn.q_proj.weight": "model-00007-of-00010.safetensors", "model.layers.32.self_attn.v_proj.weight": "model-00007-of-00010.safetensors", "model.layers.33.input_layernorm.weight": "model-00007-of-00010.safetensors", "model.layers.33.mlp.down_proj.weight": "model-00007-of-00010.safetensors", "model.layers.33.mlp.gate_proj.weight": "model-00007-of-00010.safetensors", "model.layers.33.mlp.up_proj.weight": "model-00007-of-00010.safetensors", "model.layers.33.post_attention_layernorm.weight": "model-00007-of-00010.safetensors", "model.layers.33.self_attn.k_proj.weight": "model-00007-of-00010.safetensors", "model.layers.33.self_attn.o_proj.weight": "model-00007-of-00010.safetensors", "model.layers.33.self_attn.q_proj.weight": "model-00007-of-00010.safetensors", "model.layers.33.self_attn.v_proj.weight": "model-00007-of-00010.safetensors", "model.layers.34.input_layernorm.weight": "model-00007-of-00010.safetensors", "model.layers.34.mlp.down_proj.weight": "model-00008-of-00010.safetensors", "model.layers.34.mlp.gate_proj.weight": "model-00008-of-00010.safetensors", "model.layers.34.mlp.up_proj.weight": "model-00008-of-00010.safetensors", "model.layers.34.post_attention_layernorm.weight": "model-00008-of-00010.safetensors", "model.layers.34.self_attn.k_proj.weight": "model-00008-of-00010.safetensors", "model.layers.34.self_attn.o_proj.weight": "model-00008-of-00010.safetensors", "model.layers.34.self_attn.q_proj.weight": "model-00008-of-00010.safetensors", "model.layers.34.self_attn.v_proj.weight": "model-00008-of-00010.safetensors", "model.layers.35.input_layernorm.weight": "model-00008-of-00010.safetensors", "model.layers.35.mlp.down_proj.weight": "model-00008-of-00010.safetensors", "model.layers.35.mlp.gate_proj.weight": "model-00008-of-00010.safetensors", "model.layers.35.mlp.up_proj.weight": "model-00008-of-00010.safetensors", "model.layers.35.post_attention_layernorm.weight": "model-00008-of-00010.safetensors", "model.layers.35.self_attn.k_proj.weight": "model-00008-of-00010.safetensors", "model.layers.35.self_attn.o_proj.weight": "model-00008-of-00010.safetensors", "model.layers.35.self_attn.q_proj.weight": "model-00008-of-00010.safetensors", "model.layers.35.self_attn.v_proj.weight": "model-00008-of-00010.safetensors", "model.layers.36.input_layernorm.weight": "model-00008-of-00010.safetensors", "model.layers.36.mlp.down_proj.weight": "model-00008-of-00010.safetensors", "model.layers.36.mlp.gate_proj.weight": "model-00008-of-00010.safetensors", "model.layers.36.mlp.up_proj.weight": "model-00008-of-00010.safetensors", "model.layers.36.post_attention_layernorm.weight": "model-00008-of-00010.safetensors", "model.layers.36.self_attn.k_proj.weight": "model-00008-of-00010.safetensors", "model.layers.36.self_attn.o_proj.weight": "model-00008-of-00010.safetensors", "model.layers.36.self_attn.q_proj.weight": "model-00008-of-00010.safetensors", "model.layers.36.self_attn.v_proj.weight": "model-00008-of-00010.safetensors", "model.layers.37.input_layernorm.weight": "model-00008-of-00010.safetensors", "model.layers.37.mlp.down_proj.weight": "model-00008-of-00010.safetensors", "model.layers.37.mlp.gate_proj.weight": "model-00008-of-00010.safetensors", "model.layers.37.mlp.up_proj.weight": "model-00008-of-00010.safetensors", "model.layers.37.post_attention_layernorm.weight": "model-00008-of-00010.safetensors", "model.layers.37.self_attn.k_proj.weight": "model-00008-of-00010.safetensors", "model.layers.37.self_attn.o_proj.weight": "model-00008-of-00010.safetensors", "model.layers.37.self_attn.q_proj.weight": "model-00008-of-00010.safetensors", "model.layers.37.self_attn.v_proj.weight": "model-00008-of-00010.safetensors", "model.layers.38.input_layernorm.weight": "model-00008-of-00010.safetensors", "model.layers.38.mlp.down_proj.weight": "model-00008-of-00010.safetensors", "model.layers.38.mlp.gate_proj.weight": "model-00009-of-00010.safetensors", "model.layers.38.mlp.up_proj.weight": "model-00009-of-00010.safetensors", "model.layers.38.post_attention_layernorm.weight": "model-00009-of-00010.safetensors", "model.layers.38.self_attn.k_proj.weight": "model-00009-of-00010.safetensors", "model.layers.38.self_attn.o_proj.weight": "model-00009-of-00010.safetensors", "model.layers.38.self_attn.q_proj.weight": "model-00009-of-00010.safetensors", "model.layers.38.self_attn.v_proj.weight": "model-00009-of-00010.safetensors", "model.layers.39.input_layernorm.weight": "model-00009-of-00010.safetensors", "model.layers.39.mlp.down_proj.weight": "model-00009-of-00010.safetensors", "model.layers.39.mlp.gate_proj.weight": "model-00009-of-00010.safetensors", "model.layers.39.mlp.up_proj.weight": "model-00009-of-00010.safetensors", "model.layers.39.post_attention_layernorm.weight": "model-00009-of-00010.safetensors", "model.layers.39.self_attn.k_proj.weight": "model-00009-of-00010.safetensors", "model.layers.39.self_attn.o_proj.weight": "model-00009-of-00010.safetensors", "model.layers.39.self_attn.q_proj.weight": "model-00009-of-00010.safetensors", "model.layers.39.self_attn.v_proj.weight": "model-00009-of-00010.safetensors", "model.layers.4.input_layernorm.weight": "model-00009-of-00010.safetensors", "model.layers.4.mlp.down_proj.weight": "model-00009-of-00010.safetensors", "model.layers.4.mlp.gate_proj.weight": "model-00009-of-00010.safetensors", "model.layers.4.mlp.up_proj.weight": "model-00009-of-00010.safetensors", "model.layers.4.post_attention_layernorm.weight": "model-00009-of-00010.safetensors", "model.layers.4.self_attn.k_proj.weight": "model-00009-of-00010.safetensors", "model.layers.4.self_attn.o_proj.weight": "model-00009-of-00010.safetensors", "model.layers.4.self_attn.q_proj.weight": "model-00009-of-00010.safetensors", "model.layers.4.self_attn.v_proj.weight": "model-00009-of-00010.safetensors", "model.layers.5.input_layernorm.weight": "model-00009-of-00010.safetensors", "model.layers.5.mlp.down_proj.weight": "model-00009-of-00010.safetensors", "model.layers.5.mlp.gate_proj.weight": "model-00009-of-00010.safetensors", "model.layers.5.mlp.up_proj.weight": "model-00009-of-00010.safetensors", "model.layers.5.post_attention_layernorm.weight": "model-00009-of-00010.safetensors", "model.layers.5.self_attn.k_proj.weight": "model-00009-of-00010.safetensors", "model.layers.5.self_attn.o_proj.weight": "model-00009-of-00010.safetensors", "model.layers.5.self_attn.q_proj.weight": "model-00009-of-00010.safetensors", "model.layers.5.self_attn.v_proj.weight": "model-00009-of-00010.safetensors", "model.layers.6.input_layernorm.weight": "model-00009-of-00010.safetensors", "model.layers.6.mlp.down_proj.weight": "model-00009-of-00010.safetensors", "model.layers.6.mlp.gate_proj.weight": "model-00009-of-00010.safetensors", "model.layers.6.mlp.up_proj.weight": "model-00010-of-00010.safetensors", "model.layers.6.post_attention_layernorm.weight": "model-00010-of-00010.safetensors", "model.layers.6.self_attn.k_proj.weight": "model-00010-of-00010.safetensors", "model.layers.6.self_attn.o_proj.weight": "model-00010-of-00010.safetensors", "model.layers.6.self_attn.q_proj.weight": "model-00010-of-00010.safetensors", "model.layers.6.self_attn.v_proj.weight": "model-00010-of-00010.safetensors", "model.layers.7.input_layernorm.weight": "model-00010-of-00010.safetensors", "model.layers.7.mlp.down_proj.weight": "model-00010-of-00010.safetensors", "model.layers.7.mlp.gate_proj.weight": "model-00010-of-00010.safetensors", "model.layers.7.mlp.up_proj.weight": "model-00010-of-00010.safetensors", "model.layers.7.post_attention_layernorm.weight": "model-00010-of-00010.safetensors", "model.layers.7.self_attn.k_proj.weight": "model-00010-of-00010.safetensors", "model.layers.7.self_attn.o_proj.weight": "model-00010-of-00010.safetensors", "model.layers.7.self_attn.q_proj.weight": "model-00010-of-00010.safetensors", "model.layers.7.self_attn.v_proj.weight": "model-00010-of-00010.safetensors", "model.layers.8.input_layernorm.weight": "model-00010-of-00010.safetensors", "model.layers.8.mlp.down_proj.weight": "model-00010-of-00010.safetensors", "model.layers.8.mlp.gate_proj.weight": "model-00010-of-00010.safetensors", "model.layers.8.mlp.up_proj.weight": "model-00010-of-00010.safetensors", "model.layers.8.post_attention_layernorm.weight": "model-00010-of-00010.safetensors", "model.layers.8.self_attn.k_proj.weight": "model-00010-of-00010.safetensors", "model.layers.8.self_attn.o_proj.weight": "model-00010-of-00010.safetensors", "model.layers.8.self_attn.q_proj.weight": "model-00010-of-00010.safetensors", "model.layers.8.self_attn.v_proj.weight": "model-00010-of-00010.safetensors", "model.layers.9.input_layernorm.weight": "model-00010-of-00010.safetensors", "model.layers.9.mlp.down_proj.weight": "model-00010-of-00010.safetensors", "model.layers.9.mlp.gate_proj.weight": "model-00010-of-00010.safetensors", "model.layers.9.mlp.up_proj.weight": "model-00010-of-00010.safetensors", "model.layers.9.post_attention_layernorm.weight": "model-00010-of-00010.safetensors", "model.layers.9.self_attn.k_proj.weight": "model-00010-of-00010.safetensors", "model.layers.9.self_attn.o_proj.weight": "model-00010-of-00010.safetensors", "model.layers.9.self_attn.q_proj.weight": "model-00010-of-00010.safetensors", "model.layers.9.self_attn.v_proj.weight": "model-00010-of-00010.safetensors", "model.norm.weight": "model-00010-of-00010.safetensors"}}
output-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:629dbcb39a0965657ce19c2cf6a1722eeea423c363777596ecd4e4de7ade6028
3
+ size 8292498640
output-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b34b61504461abfee1d1d76ffd0a146ff54812da183ae7b7cc903e5113dd1ec
3
+ size 671088736
special_tokens_map.json ADDED
@@ -0,0 +1,1032 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<unk>",
4
+ "<s>",
5
+ "</s>",
6
+ "[INST]",
7
+ "[/INST]",
8
+ "[AVAILABLE_TOOLS]",
9
+ "[/AVAILABLE_TOOLS]",
10
+ "[TOOL_RESULTS]",
11
+ "[/TOOL_RESULTS]",
12
+ "[TOOL_CALLS]",
13
+ "[IMG]",
14
+ "<pad>",
15
+ "[IMG_BREAK]",
16
+ "[IMG_END]",
17
+ "[PREFIX]",
18
+ "[MIDDLE]",
19
+ "[SUFFIX]",
20
+ "[SYSTEM_PROMPT]",
21
+ "[/SYSTEM_PROMPT]",
22
+ "[TOOL_CONTENT]",
23
+ "<SPECIAL_20>",
24
+ "<SPECIAL_21>",
25
+ "<SPECIAL_22>",
26
+ "<SPECIAL_23>",
27
+ "<SPECIAL_24>",
28
+ "<SPECIAL_25>",
29
+ "<SPECIAL_26>",
30
+ "<SPECIAL_27>",
31
+ "<SPECIAL_28>",
32
+ "<SPECIAL_29>",
33
+ "<SPECIAL_30>",
34
+ "<SPECIAL_31>",
35
+ "<SPECIAL_32>",
36
+ "<SPECIAL_33>",
37
+ "<SPECIAL_34>",
38
+ "<SPECIAL_35>",
39
+ "<SPECIAL_36>",
40
+ "<SPECIAL_37>",
41
+ "<SPECIAL_38>",
42
+ "<SPECIAL_39>",
43
+ "<SPECIAL_40>",
44
+ "<SPECIAL_41>",
45
+ "<SPECIAL_42>",
46
+ "<SPECIAL_43>",
47
+ "<SPECIAL_44>",
48
+ "<SPECIAL_45>",
49
+ "<SPECIAL_46>",
50
+ "<SPECIAL_47>",
51
+ "<SPECIAL_48>",
52
+ "<SPECIAL_49>",
53
+ "<SPECIAL_50>",
54
+ "<SPECIAL_51>",
55
+ "<SPECIAL_52>",
56
+ "<SPECIAL_53>",
57
+ "<SPECIAL_54>",
58
+ "<SPECIAL_55>",
59
+ "<SPECIAL_56>",
60
+ "<SPECIAL_57>",
61
+ "<SPECIAL_58>",
62
+ "<SPECIAL_59>",
63
+ "<SPECIAL_60>",
64
+ "<SPECIAL_61>",
65
+ "<SPECIAL_62>",
66
+ "<SPECIAL_63>",
67
+ "<SPECIAL_64>",
68
+ "<SPECIAL_65>",
69
+ "<SPECIAL_66>",
70
+ "<SPECIAL_67>",
71
+ "<SPECIAL_68>",
72
+ "<SPECIAL_69>",
73
+ "<SPECIAL_70>",
74
+ "<SPECIAL_71>",
75
+ "<SPECIAL_72>",
76
+ "<SPECIAL_73>",
77
+ "<SPECIAL_74>",
78
+ "<SPECIAL_75>",
79
+ "<SPECIAL_76>",
80
+ "<SPECIAL_77>",
81
+ "<SPECIAL_78>",
82
+ "<SPECIAL_79>",
83
+ "<SPECIAL_80>",
84
+ "<SPECIAL_81>",
85
+ "<SPECIAL_82>",
86
+ "<SPECIAL_83>",
87
+ "<SPECIAL_84>",
88
+ "<SPECIAL_85>",
89
+ "<SPECIAL_86>",
90
+ "<SPECIAL_87>",
91
+ "<SPECIAL_88>",
92
+ "<SPECIAL_89>",
93
+ "<SPECIAL_90>",
94
+ "<SPECIAL_91>",
95
+ "<SPECIAL_92>",
96
+ "<SPECIAL_93>",
97
+ "<SPECIAL_94>",
98
+ "<SPECIAL_95>",
99
+ "<SPECIAL_96>",
100
+ "<SPECIAL_97>",
101
+ "<SPECIAL_98>",
102
+ "<SPECIAL_99>",
103
+ "<SPECIAL_100>",
104
+ "<SPECIAL_101>",
105
+ "<SPECIAL_102>",
106
+ "<SPECIAL_103>",
107
+ "<SPECIAL_104>",
108
+ "<SPECIAL_105>",
109
+ "<SPECIAL_106>",
110
+ "<SPECIAL_107>",
111
+ "<SPECIAL_108>",
112
+ "<SPECIAL_109>",
113
+ "<SPECIAL_110>",
114
+ "<SPECIAL_111>",
115
+ "<SPECIAL_112>",
116
+ "<SPECIAL_113>",
117
+ "<SPECIAL_114>",
118
+ "<SPECIAL_115>",
119
+ "<SPECIAL_116>",
120
+ "<SPECIAL_117>",
121
+ "<SPECIAL_118>",
122
+ "<SPECIAL_119>",
123
+ "<SPECIAL_120>",
124
+ "<SPECIAL_121>",
125
+ "<SPECIAL_122>",
126
+ "<SPECIAL_123>",
127
+ "<SPECIAL_124>",
128
+ "<SPECIAL_125>",
129
+ "<SPECIAL_126>",
130
+ "<SPECIAL_127>",
131
+ "<SPECIAL_128>",
132
+ "<SPECIAL_129>",
133
+ "<SPECIAL_130>",
134
+ "<SPECIAL_131>",
135
+ "<SPECIAL_132>",
136
+ "<SPECIAL_133>",
137
+ "<SPECIAL_134>",
138
+ "<SPECIAL_135>",
139
+ "<SPECIAL_136>",
140
+ "<SPECIAL_137>",
141
+ "<SPECIAL_138>",
142
+ "<SPECIAL_139>",
143
+ "<SPECIAL_140>",
144
+ "<SPECIAL_141>",
145
+ "<SPECIAL_142>",
146
+ "<SPECIAL_143>",
147
+ "<SPECIAL_144>",
148
+ "<SPECIAL_145>",
149
+ "<SPECIAL_146>",
150
+ "<SPECIAL_147>",
151
+ "<SPECIAL_148>",
152
+ "<SPECIAL_149>",
153
+ "<SPECIAL_150>",
154
+ "<SPECIAL_151>",
155
+ "<SPECIAL_152>",
156
+ "<SPECIAL_153>",
157
+ "<SPECIAL_154>",
158
+ "<SPECIAL_155>",
159
+ "<SPECIAL_156>",
160
+ "<SPECIAL_157>",
161
+ "<SPECIAL_158>",
162
+ "<SPECIAL_159>",
163
+ "<SPECIAL_160>",
164
+ "<SPECIAL_161>",
165
+ "<SPECIAL_162>",
166
+ "<SPECIAL_163>",
167
+ "<SPECIAL_164>",
168
+ "<SPECIAL_165>",
169
+ "<SPECIAL_166>",
170
+ "<SPECIAL_167>",
171
+ "<SPECIAL_168>",
172
+ "<SPECIAL_169>",
173
+ "<SPECIAL_170>",
174
+ "<SPECIAL_171>",
175
+ "<SPECIAL_172>",
176
+ "<SPECIAL_173>",
177
+ "<SPECIAL_174>",
178
+ "<SPECIAL_175>",
179
+ "<SPECIAL_176>",
180
+ "<SPECIAL_177>",
181
+ "<SPECIAL_178>",
182
+ "<SPECIAL_179>",
183
+ "<SPECIAL_180>",
184
+ "<SPECIAL_181>",
185
+ "<SPECIAL_182>",
186
+ "<SPECIAL_183>",
187
+ "<SPECIAL_184>",
188
+ "<SPECIAL_185>",
189
+ "<SPECIAL_186>",
190
+ "<SPECIAL_187>",
191
+ "<SPECIAL_188>",
192
+ "<SPECIAL_189>",
193
+ "<SPECIAL_190>",
194
+ "<SPECIAL_191>",
195
+ "<SPECIAL_192>",
196
+ "<SPECIAL_193>",
197
+ "<SPECIAL_194>",
198
+ "<SPECIAL_195>",
199
+ "<SPECIAL_196>",
200
+ "<SPECIAL_197>",
201
+ "<SPECIAL_198>",
202
+ "<SPECIAL_199>",
203
+ "<SPECIAL_200>",
204
+ "<SPECIAL_201>",
205
+ "<SPECIAL_202>",
206
+ "<SPECIAL_203>",
207
+ "<SPECIAL_204>",
208
+ "<SPECIAL_205>",
209
+ "<SPECIAL_206>",
210
+ "<SPECIAL_207>",
211
+ "<SPECIAL_208>",
212
+ "<SPECIAL_209>",
213
+ "<SPECIAL_210>",
214
+ "<SPECIAL_211>",
215
+ "<SPECIAL_212>",
216
+ "<SPECIAL_213>",
217
+ "<SPECIAL_214>",
218
+ "<SPECIAL_215>",
219
+ "<SPECIAL_216>",
220
+ "<SPECIAL_217>",
221
+ "<SPECIAL_218>",
222
+ "<SPECIAL_219>",
223
+ "<SPECIAL_220>",
224
+ "<SPECIAL_221>",
225
+ "<SPECIAL_222>",
226
+ "<SPECIAL_223>",
227
+ "<SPECIAL_224>",
228
+ "<SPECIAL_225>",
229
+ "<SPECIAL_226>",
230
+ "<SPECIAL_227>",
231
+ "<SPECIAL_228>",
232
+ "<SPECIAL_229>",
233
+ "<SPECIAL_230>",
234
+ "<SPECIAL_231>",
235
+ "<SPECIAL_232>",
236
+ "<SPECIAL_233>",
237
+ "<SPECIAL_234>",
238
+ "<SPECIAL_235>",
239
+ "<SPECIAL_236>",
240
+ "<SPECIAL_237>",
241
+ "<SPECIAL_238>",
242
+ "<SPECIAL_239>",
243
+ "<SPECIAL_240>",
244
+ "<SPECIAL_241>",
245
+ "<SPECIAL_242>",
246
+ "<SPECIAL_243>",
247
+ "<SPECIAL_244>",
248
+ "<SPECIAL_245>",
249
+ "<SPECIAL_246>",
250
+ "<SPECIAL_247>",
251
+ "<SPECIAL_248>",
252
+ "<SPECIAL_249>",
253
+ "<SPECIAL_250>",
254
+ "<SPECIAL_251>",
255
+ "<SPECIAL_252>",
256
+ "<SPECIAL_253>",
257
+ "<SPECIAL_254>",
258
+ "<SPECIAL_255>",
259
+ "<SPECIAL_256>",
260
+ "<SPECIAL_257>",
261
+ "<SPECIAL_258>",
262
+ "<SPECIAL_259>",
263
+ "<SPECIAL_260>",
264
+ "<SPECIAL_261>",
265
+ "<SPECIAL_262>",
266
+ "<SPECIAL_263>",
267
+ "<SPECIAL_264>",
268
+ "<SPECIAL_265>",
269
+ "<SPECIAL_266>",
270
+ "<SPECIAL_267>",
271
+ "<SPECIAL_268>",
272
+ "<SPECIAL_269>",
273
+ "<SPECIAL_270>",
274
+ "<SPECIAL_271>",
275
+ "<SPECIAL_272>",
276
+ "<SPECIAL_273>",
277
+ "<SPECIAL_274>",
278
+ "<SPECIAL_275>",
279
+ "<SPECIAL_276>",
280
+ "<SPECIAL_277>",
281
+ "<SPECIAL_278>",
282
+ "<SPECIAL_279>",
283
+ "<SPECIAL_280>",
284
+ "<SPECIAL_281>",
285
+ "<SPECIAL_282>",
286
+ "<SPECIAL_283>",
287
+ "<SPECIAL_284>",
288
+ "<SPECIAL_285>",
289
+ "<SPECIAL_286>",
290
+ "<SPECIAL_287>",
291
+ "<SPECIAL_288>",
292
+ "<SPECIAL_289>",
293
+ "<SPECIAL_290>",
294
+ "<SPECIAL_291>",
295
+ "<SPECIAL_292>",
296
+ "<SPECIAL_293>",
297
+ "<SPECIAL_294>",
298
+ "<SPECIAL_295>",
299
+ "<SPECIAL_296>",
300
+ "<SPECIAL_297>",
301
+ "<SPECIAL_298>",
302
+ "<SPECIAL_299>",
303
+ "<SPECIAL_300>",
304
+ "<SPECIAL_301>",
305
+ "<SPECIAL_302>",
306
+ "<SPECIAL_303>",
307
+ "<SPECIAL_304>",
308
+ "<SPECIAL_305>",
309
+ "<SPECIAL_306>",
310
+ "<SPECIAL_307>",
311
+ "<SPECIAL_308>",
312
+ "<SPECIAL_309>",
313
+ "<SPECIAL_310>",
314
+ "<SPECIAL_311>",
315
+ "<SPECIAL_312>",
316
+ "<SPECIAL_313>",
317
+ "<SPECIAL_314>",
318
+ "<SPECIAL_315>",
319
+ "<SPECIAL_316>",
320
+ "<SPECIAL_317>",
321
+ "<SPECIAL_318>",
322
+ "<SPECIAL_319>",
323
+ "<SPECIAL_320>",
324
+ "<SPECIAL_321>",
325
+ "<SPECIAL_322>",
326
+ "<SPECIAL_323>",
327
+ "<SPECIAL_324>",
328
+ "<SPECIAL_325>",
329
+ "<SPECIAL_326>",
330
+ "<SPECIAL_327>",
331
+ "<SPECIAL_328>",
332
+ "<SPECIAL_329>",
333
+ "<SPECIAL_330>",
334
+ "<SPECIAL_331>",
335
+ "<SPECIAL_332>",
336
+ "<SPECIAL_333>",
337
+ "<SPECIAL_334>",
338
+ "<SPECIAL_335>",
339
+ "<SPECIAL_336>",
340
+ "<SPECIAL_337>",
341
+ "<SPECIAL_338>",
342
+ "<SPECIAL_339>",
343
+ "<SPECIAL_340>",
344
+ "<SPECIAL_341>",
345
+ "<SPECIAL_342>",
346
+ "<SPECIAL_343>",
347
+ "<SPECIAL_344>",
348
+ "<SPECIAL_345>",
349
+ "<SPECIAL_346>",
350
+ "<SPECIAL_347>",
351
+ "<SPECIAL_348>",
352
+ "<SPECIAL_349>",
353
+ "<SPECIAL_350>",
354
+ "<SPECIAL_351>",
355
+ "<SPECIAL_352>",
356
+ "<SPECIAL_353>",
357
+ "<SPECIAL_354>",
358
+ "<SPECIAL_355>",
359
+ "<SPECIAL_356>",
360
+ "<SPECIAL_357>",
361
+ "<SPECIAL_358>",
362
+ "<SPECIAL_359>",
363
+ "<SPECIAL_360>",
364
+ "<SPECIAL_361>",
365
+ "<SPECIAL_362>",
366
+ "<SPECIAL_363>",
367
+ "<SPECIAL_364>",
368
+ "<SPECIAL_365>",
369
+ "<SPECIAL_366>",
370
+ "<SPECIAL_367>",
371
+ "<SPECIAL_368>",
372
+ "<SPECIAL_369>",
373
+ "<SPECIAL_370>",
374
+ "<SPECIAL_371>",
375
+ "<SPECIAL_372>",
376
+ "<SPECIAL_373>",
377
+ "<SPECIAL_374>",
378
+ "<SPECIAL_375>",
379
+ "<SPECIAL_376>",
380
+ "<SPECIAL_377>",
381
+ "<SPECIAL_378>",
382
+ "<SPECIAL_379>",
383
+ "<SPECIAL_380>",
384
+ "<SPECIAL_381>",
385
+ "<SPECIAL_382>",
386
+ "<SPECIAL_383>",
387
+ "<SPECIAL_384>",
388
+ "<SPECIAL_385>",
389
+ "<SPECIAL_386>",
390
+ "<SPECIAL_387>",
391
+ "<SPECIAL_388>",
392
+ "<SPECIAL_389>",
393
+ "<SPECIAL_390>",
394
+ "<SPECIAL_391>",
395
+ "<SPECIAL_392>",
396
+ "<SPECIAL_393>",
397
+ "<SPECIAL_394>",
398
+ "<SPECIAL_395>",
399
+ "<SPECIAL_396>",
400
+ "<SPECIAL_397>",
401
+ "<SPECIAL_398>",
402
+ "<SPECIAL_399>",
403
+ "<SPECIAL_400>",
404
+ "<SPECIAL_401>",
405
+ "<SPECIAL_402>",
406
+ "<SPECIAL_403>",
407
+ "<SPECIAL_404>",
408
+ "<SPECIAL_405>",
409
+ "<SPECIAL_406>",
410
+ "<SPECIAL_407>",
411
+ "<SPECIAL_408>",
412
+ "<SPECIAL_409>",
413
+ "<SPECIAL_410>",
414
+ "<SPECIAL_411>",
415
+ "<SPECIAL_412>",
416
+ "<SPECIAL_413>",
417
+ "<SPECIAL_414>",
418
+ "<SPECIAL_415>",
419
+ "<SPECIAL_416>",
420
+ "<SPECIAL_417>",
421
+ "<SPECIAL_418>",
422
+ "<SPECIAL_419>",
423
+ "<SPECIAL_420>",
424
+ "<SPECIAL_421>",
425
+ "<SPECIAL_422>",
426
+ "<SPECIAL_423>",
427
+ "<SPECIAL_424>",
428
+ "<SPECIAL_425>",
429
+ "<SPECIAL_426>",
430
+ "<SPECIAL_427>",
431
+ "<SPECIAL_428>",
432
+ "<SPECIAL_429>",
433
+ "<SPECIAL_430>",
434
+ "<SPECIAL_431>",
435
+ "<SPECIAL_432>",
436
+ "<SPECIAL_433>",
437
+ "<SPECIAL_434>",
438
+ "<SPECIAL_435>",
439
+ "<SPECIAL_436>",
440
+ "<SPECIAL_437>",
441
+ "<SPECIAL_438>",
442
+ "<SPECIAL_439>",
443
+ "<SPECIAL_440>",
444
+ "<SPECIAL_441>",
445
+ "<SPECIAL_442>",
446
+ "<SPECIAL_443>",
447
+ "<SPECIAL_444>",
448
+ "<SPECIAL_445>",
449
+ "<SPECIAL_446>",
450
+ "<SPECIAL_447>",
451
+ "<SPECIAL_448>",
452
+ "<SPECIAL_449>",
453
+ "<SPECIAL_450>",
454
+ "<SPECIAL_451>",
455
+ "<SPECIAL_452>",
456
+ "<SPECIAL_453>",
457
+ "<SPECIAL_454>",
458
+ "<SPECIAL_455>",
459
+ "<SPECIAL_456>",
460
+ "<SPECIAL_457>",
461
+ "<SPECIAL_458>",
462
+ "<SPECIAL_459>",
463
+ "<SPECIAL_460>",
464
+ "<SPECIAL_461>",
465
+ "<SPECIAL_462>",
466
+ "<SPECIAL_463>",
467
+ "<SPECIAL_464>",
468
+ "<SPECIAL_465>",
469
+ "<SPECIAL_466>",
470
+ "<SPECIAL_467>",
471
+ "<SPECIAL_468>",
472
+ "<SPECIAL_469>",
473
+ "<SPECIAL_470>",
474
+ "<SPECIAL_471>",
475
+ "<SPECIAL_472>",
476
+ "<SPECIAL_473>",
477
+ "<SPECIAL_474>",
478
+ "<SPECIAL_475>",
479
+ "<SPECIAL_476>",
480
+ "<SPECIAL_477>",
481
+ "<SPECIAL_478>",
482
+ "<SPECIAL_479>",
483
+ "<SPECIAL_480>",
484
+ "<SPECIAL_481>",
485
+ "<SPECIAL_482>",
486
+ "<SPECIAL_483>",
487
+ "<SPECIAL_484>",
488
+ "<SPECIAL_485>",
489
+ "<SPECIAL_486>",
490
+ "<SPECIAL_487>",
491
+ "<SPECIAL_488>",
492
+ "<SPECIAL_489>",
493
+ "<SPECIAL_490>",
494
+ "<SPECIAL_491>",
495
+ "<SPECIAL_492>",
496
+ "<SPECIAL_493>",
497
+ "<SPECIAL_494>",
498
+ "<SPECIAL_495>",
499
+ "<SPECIAL_496>",
500
+ "<SPECIAL_497>",
501
+ "<SPECIAL_498>",
502
+ "<SPECIAL_499>",
503
+ "<SPECIAL_500>",
504
+ "<SPECIAL_501>",
505
+ "<SPECIAL_502>",
506
+ "<SPECIAL_503>",
507
+ "<SPECIAL_504>",
508
+ "<SPECIAL_505>",
509
+ "<SPECIAL_506>",
510
+ "<SPECIAL_507>",
511
+ "<SPECIAL_508>",
512
+ "<SPECIAL_509>",
513
+ "<SPECIAL_510>",
514
+ "<SPECIAL_511>",
515
+ "<SPECIAL_512>",
516
+ "<SPECIAL_513>",
517
+ "<SPECIAL_514>",
518
+ "<SPECIAL_515>",
519
+ "<SPECIAL_516>",
520
+ "<SPECIAL_517>",
521
+ "<SPECIAL_518>",
522
+ "<SPECIAL_519>",
523
+ "<SPECIAL_520>",
524
+ "<SPECIAL_521>",
525
+ "<SPECIAL_522>",
526
+ "<SPECIAL_523>",
527
+ "<SPECIAL_524>",
528
+ "<SPECIAL_525>",
529
+ "<SPECIAL_526>",
530
+ "<SPECIAL_527>",
531
+ "<SPECIAL_528>",
532
+ "<SPECIAL_529>",
533
+ "<SPECIAL_530>",
534
+ "<SPECIAL_531>",
535
+ "<SPECIAL_532>",
536
+ "<SPECIAL_533>",
537
+ "<SPECIAL_534>",
538
+ "<SPECIAL_535>",
539
+ "<SPECIAL_536>",
540
+ "<SPECIAL_537>",
541
+ "<SPECIAL_538>",
542
+ "<SPECIAL_539>",
543
+ "<SPECIAL_540>",
544
+ "<SPECIAL_541>",
545
+ "<SPECIAL_542>",
546
+ "<SPECIAL_543>",
547
+ "<SPECIAL_544>",
548
+ "<SPECIAL_545>",
549
+ "<SPECIAL_546>",
550
+ "<SPECIAL_547>",
551
+ "<SPECIAL_548>",
552
+ "<SPECIAL_549>",
553
+ "<SPECIAL_550>",
554
+ "<SPECIAL_551>",
555
+ "<SPECIAL_552>",
556
+ "<SPECIAL_553>",
557
+ "<SPECIAL_554>",
558
+ "<SPECIAL_555>",
559
+ "<SPECIAL_556>",
560
+ "<SPECIAL_557>",
561
+ "<SPECIAL_558>",
562
+ "<SPECIAL_559>",
563
+ "<SPECIAL_560>",
564
+ "<SPECIAL_561>",
565
+ "<SPECIAL_562>",
566
+ "<SPECIAL_563>",
567
+ "<SPECIAL_564>",
568
+ "<SPECIAL_565>",
569
+ "<SPECIAL_566>",
570
+ "<SPECIAL_567>",
571
+ "<SPECIAL_568>",
572
+ "<SPECIAL_569>",
573
+ "<SPECIAL_570>",
574
+ "<SPECIAL_571>",
575
+ "<SPECIAL_572>",
576
+ "<SPECIAL_573>",
577
+ "<SPECIAL_574>",
578
+ "<SPECIAL_575>",
579
+ "<SPECIAL_576>",
580
+ "<SPECIAL_577>",
581
+ "<SPECIAL_578>",
582
+ "<SPECIAL_579>",
583
+ "<SPECIAL_580>",
584
+ "<SPECIAL_581>",
585
+ "<SPECIAL_582>",
586
+ "<SPECIAL_583>",
587
+ "<SPECIAL_584>",
588
+ "<SPECIAL_585>",
589
+ "<SPECIAL_586>",
590
+ "<SPECIAL_587>",
591
+ "<SPECIAL_588>",
592
+ "<SPECIAL_589>",
593
+ "<SPECIAL_590>",
594
+ "<SPECIAL_591>",
595
+ "<SPECIAL_592>",
596
+ "<SPECIAL_593>",
597
+ "<SPECIAL_594>",
598
+ "<SPECIAL_595>",
599
+ "<SPECIAL_596>",
600
+ "<SPECIAL_597>",
601
+ "<SPECIAL_598>",
602
+ "<SPECIAL_599>",
603
+ "<SPECIAL_600>",
604
+ "<SPECIAL_601>",
605
+ "<SPECIAL_602>",
606
+ "<SPECIAL_603>",
607
+ "<SPECIAL_604>",
608
+ "<SPECIAL_605>",
609
+ "<SPECIAL_606>",
610
+ "<SPECIAL_607>",
611
+ "<SPECIAL_608>",
612
+ "<SPECIAL_609>",
613
+ "<SPECIAL_610>",
614
+ "<SPECIAL_611>",
615
+ "<SPECIAL_612>",
616
+ "<SPECIAL_613>",
617
+ "<SPECIAL_614>",
618
+ "<SPECIAL_615>",
619
+ "<SPECIAL_616>",
620
+ "<SPECIAL_617>",
621
+ "<SPECIAL_618>",
622
+ "<SPECIAL_619>",
623
+ "<SPECIAL_620>",
624
+ "<SPECIAL_621>",
625
+ "<SPECIAL_622>",
626
+ "<SPECIAL_623>",
627
+ "<SPECIAL_624>",
628
+ "<SPECIAL_625>",
629
+ "<SPECIAL_626>",
630
+ "<SPECIAL_627>",
631
+ "<SPECIAL_628>",
632
+ "<SPECIAL_629>",
633
+ "<SPECIAL_630>",
634
+ "<SPECIAL_631>",
635
+ "<SPECIAL_632>",
636
+ "<SPECIAL_633>",
637
+ "<SPECIAL_634>",
638
+ "<SPECIAL_635>",
639
+ "<SPECIAL_636>",
640
+ "<SPECIAL_637>",
641
+ "<SPECIAL_638>",
642
+ "<SPECIAL_639>",
643
+ "<SPECIAL_640>",
644
+ "<SPECIAL_641>",
645
+ "<SPECIAL_642>",
646
+ "<SPECIAL_643>",
647
+ "<SPECIAL_644>",
648
+ "<SPECIAL_645>",
649
+ "<SPECIAL_646>",
650
+ "<SPECIAL_647>",
651
+ "<SPECIAL_648>",
652
+ "<SPECIAL_649>",
653
+ "<SPECIAL_650>",
654
+ "<SPECIAL_651>",
655
+ "<SPECIAL_652>",
656
+ "<SPECIAL_653>",
657
+ "<SPECIAL_654>",
658
+ "<SPECIAL_655>",
659
+ "<SPECIAL_656>",
660
+ "<SPECIAL_657>",
661
+ "<SPECIAL_658>",
662
+ "<SPECIAL_659>",
663
+ "<SPECIAL_660>",
664
+ "<SPECIAL_661>",
665
+ "<SPECIAL_662>",
666
+ "<SPECIAL_663>",
667
+ "<SPECIAL_664>",
668
+ "<SPECIAL_665>",
669
+ "<SPECIAL_666>",
670
+ "<SPECIAL_667>",
671
+ "<SPECIAL_668>",
672
+ "<SPECIAL_669>",
673
+ "<SPECIAL_670>",
674
+ "<SPECIAL_671>",
675
+ "<SPECIAL_672>",
676
+ "<SPECIAL_673>",
677
+ "<SPECIAL_674>",
678
+ "<SPECIAL_675>",
679
+ "<SPECIAL_676>",
680
+ "<SPECIAL_677>",
681
+ "<SPECIAL_678>",
682
+ "<SPECIAL_679>",
683
+ "<SPECIAL_680>",
684
+ "<SPECIAL_681>",
685
+ "<SPECIAL_682>",
686
+ "<SPECIAL_683>",
687
+ "<SPECIAL_684>",
688
+ "<SPECIAL_685>",
689
+ "<SPECIAL_686>",
690
+ "<SPECIAL_687>",
691
+ "<SPECIAL_688>",
692
+ "<SPECIAL_689>",
693
+ "<SPECIAL_690>",
694
+ "<SPECIAL_691>",
695
+ "<SPECIAL_692>",
696
+ "<SPECIAL_693>",
697
+ "<SPECIAL_694>",
698
+ "<SPECIAL_695>",
699
+ "<SPECIAL_696>",
700
+ "<SPECIAL_697>",
701
+ "<SPECIAL_698>",
702
+ "<SPECIAL_699>",
703
+ "<SPECIAL_700>",
704
+ "<SPECIAL_701>",
705
+ "<SPECIAL_702>",
706
+ "<SPECIAL_703>",
707
+ "<SPECIAL_704>",
708
+ "<SPECIAL_705>",
709
+ "<SPECIAL_706>",
710
+ "<SPECIAL_707>",
711
+ "<SPECIAL_708>",
712
+ "<SPECIAL_709>",
713
+ "<SPECIAL_710>",
714
+ "<SPECIAL_711>",
715
+ "<SPECIAL_712>",
716
+ "<SPECIAL_713>",
717
+ "<SPECIAL_714>",
718
+ "<SPECIAL_715>",
719
+ "<SPECIAL_716>",
720
+ "<SPECIAL_717>",
721
+ "<SPECIAL_718>",
722
+ "<SPECIAL_719>",
723
+ "<SPECIAL_720>",
724
+ "<SPECIAL_721>",
725
+ "<SPECIAL_722>",
726
+ "<SPECIAL_723>",
727
+ "<SPECIAL_724>",
728
+ "<SPECIAL_725>",
729
+ "<SPECIAL_726>",
730
+ "<SPECIAL_727>",
731
+ "<SPECIAL_728>",
732
+ "<SPECIAL_729>",
733
+ "<SPECIAL_730>",
734
+ "<SPECIAL_731>",
735
+ "<SPECIAL_732>",
736
+ "<SPECIAL_733>",
737
+ "<SPECIAL_734>",
738
+ "<SPECIAL_735>",
739
+ "<SPECIAL_736>",
740
+ "<SPECIAL_737>",
741
+ "<SPECIAL_738>",
742
+ "<SPECIAL_739>",
743
+ "<SPECIAL_740>",
744
+ "<SPECIAL_741>",
745
+ "<SPECIAL_742>",
746
+ "<SPECIAL_743>",
747
+ "<SPECIAL_744>",
748
+ "<SPECIAL_745>",
749
+ "<SPECIAL_746>",
750
+ "<SPECIAL_747>",
751
+ "<SPECIAL_748>",
752
+ "<SPECIAL_749>",
753
+ "<SPECIAL_750>",
754
+ "<SPECIAL_751>",
755
+ "<SPECIAL_752>",
756
+ "<SPECIAL_753>",
757
+ "<SPECIAL_754>",
758
+ "<SPECIAL_755>",
759
+ "<SPECIAL_756>",
760
+ "<SPECIAL_757>",
761
+ "<SPECIAL_758>",
762
+ "<SPECIAL_759>",
763
+ "<SPECIAL_760>",
764
+ "<SPECIAL_761>",
765
+ "<SPECIAL_762>",
766
+ "<SPECIAL_763>",
767
+ "<SPECIAL_764>",
768
+ "<SPECIAL_765>",
769
+ "<SPECIAL_766>",
770
+ "<SPECIAL_767>",
771
+ "<SPECIAL_768>",
772
+ "<SPECIAL_769>",
773
+ "<SPECIAL_770>",
774
+ "<SPECIAL_771>",
775
+ "<SPECIAL_772>",
776
+ "<SPECIAL_773>",
777
+ "<SPECIAL_774>",
778
+ "<SPECIAL_775>",
779
+ "<SPECIAL_776>",
780
+ "<SPECIAL_777>",
781
+ "<SPECIAL_778>",
782
+ "<SPECIAL_779>",
783
+ "<SPECIAL_780>",
784
+ "<SPECIAL_781>",
785
+ "<SPECIAL_782>",
786
+ "<SPECIAL_783>",
787
+ "<SPECIAL_784>",
788
+ "<SPECIAL_785>",
789
+ "<SPECIAL_786>",
790
+ "<SPECIAL_787>",
791
+ "<SPECIAL_788>",
792
+ "<SPECIAL_789>",
793
+ "<SPECIAL_790>",
794
+ "<SPECIAL_791>",
795
+ "<SPECIAL_792>",
796
+ "<SPECIAL_793>",
797
+ "<SPECIAL_794>",
798
+ "<SPECIAL_795>",
799
+ "<SPECIAL_796>",
800
+ "<SPECIAL_797>",
801
+ "<SPECIAL_798>",
802
+ "<SPECIAL_799>",
803
+ "<SPECIAL_800>",
804
+ "<SPECIAL_801>",
805
+ "<SPECIAL_802>",
806
+ "<SPECIAL_803>",
807
+ "<SPECIAL_804>",
808
+ "<SPECIAL_805>",
809
+ "<SPECIAL_806>",
810
+ "<SPECIAL_807>",
811
+ "<SPECIAL_808>",
812
+ "<SPECIAL_809>",
813
+ "<SPECIAL_810>",
814
+ "<SPECIAL_811>",
815
+ "<SPECIAL_812>",
816
+ "<SPECIAL_813>",
817
+ "<SPECIAL_814>",
818
+ "<SPECIAL_815>",
819
+ "<SPECIAL_816>",
820
+ "<SPECIAL_817>",
821
+ "<SPECIAL_818>",
822
+ "<SPECIAL_819>",
823
+ "<SPECIAL_820>",
824
+ "<SPECIAL_821>",
825
+ "<SPECIAL_822>",
826
+ "<SPECIAL_823>",
827
+ "<SPECIAL_824>",
828
+ "<SPECIAL_825>",
829
+ "<SPECIAL_826>",
830
+ "<SPECIAL_827>",
831
+ "<SPECIAL_828>",
832
+ "<SPECIAL_829>",
833
+ "<SPECIAL_830>",
834
+ "<SPECIAL_831>",
835
+ "<SPECIAL_832>",
836
+ "<SPECIAL_833>",
837
+ "<SPECIAL_834>",
838
+ "<SPECIAL_835>",
839
+ "<SPECIAL_836>",
840
+ "<SPECIAL_837>",
841
+ "<SPECIAL_838>",
842
+ "<SPECIAL_839>",
843
+ "<SPECIAL_840>",
844
+ "<SPECIAL_841>",
845
+ "<SPECIAL_842>",
846
+ "<SPECIAL_843>",
847
+ "<SPECIAL_844>",
848
+ "<SPECIAL_845>",
849
+ "<SPECIAL_846>",
850
+ "<SPECIAL_847>",
851
+ "<SPECIAL_848>",
852
+ "<SPECIAL_849>",
853
+ "<SPECIAL_850>",
854
+ "<SPECIAL_851>",
855
+ "<SPECIAL_852>",
856
+ "<SPECIAL_853>",
857
+ "<SPECIAL_854>",
858
+ "<SPECIAL_855>",
859
+ "<SPECIAL_856>",
860
+ "<SPECIAL_857>",
861
+ "<SPECIAL_858>",
862
+ "<SPECIAL_859>",
863
+ "<SPECIAL_860>",
864
+ "<SPECIAL_861>",
865
+ "<SPECIAL_862>",
866
+ "<SPECIAL_863>",
867
+ "<SPECIAL_864>",
868
+ "<SPECIAL_865>",
869
+ "<SPECIAL_866>",
870
+ "<SPECIAL_867>",
871
+ "<SPECIAL_868>",
872
+ "<SPECIAL_869>",
873
+ "<SPECIAL_870>",
874
+ "<SPECIAL_871>",
875
+ "<SPECIAL_872>",
876
+ "<SPECIAL_873>",
877
+ "<SPECIAL_874>",
878
+ "<SPECIAL_875>",
879
+ "<SPECIAL_876>",
880
+ "<SPECIAL_877>",
881
+ "<SPECIAL_878>",
882
+ "<SPECIAL_879>",
883
+ "<SPECIAL_880>",
884
+ "<SPECIAL_881>",
885
+ "<SPECIAL_882>",
886
+ "<SPECIAL_883>",
887
+ "<SPECIAL_884>",
888
+ "<SPECIAL_885>",
889
+ "<SPECIAL_886>",
890
+ "<SPECIAL_887>",
891
+ "<SPECIAL_888>",
892
+ "<SPECIAL_889>",
893
+ "<SPECIAL_890>",
894
+ "<SPECIAL_891>",
895
+ "<SPECIAL_892>",
896
+ "<SPECIAL_893>",
897
+ "<SPECIAL_894>",
898
+ "<SPECIAL_895>",
899
+ "<SPECIAL_896>",
900
+ "<SPECIAL_897>",
901
+ "<SPECIAL_898>",
902
+ "<SPECIAL_899>",
903
+ "<SPECIAL_900>",
904
+ "<SPECIAL_901>",
905
+ "<SPECIAL_902>",
906
+ "<SPECIAL_903>",
907
+ "<SPECIAL_904>",
908
+ "<SPECIAL_905>",
909
+ "<SPECIAL_906>",
910
+ "<SPECIAL_907>",
911
+ "<SPECIAL_908>",
912
+ "<SPECIAL_909>",
913
+ "<SPECIAL_910>",
914
+ "<SPECIAL_911>",
915
+ "<SPECIAL_912>",
916
+ "<SPECIAL_913>",
917
+ "<SPECIAL_914>",
918
+ "<SPECIAL_915>",
919
+ "<SPECIAL_916>",
920
+ "<SPECIAL_917>",
921
+ "<SPECIAL_918>",
922
+ "<SPECIAL_919>",
923
+ "<SPECIAL_920>",
924
+ "<SPECIAL_921>",
925
+ "<SPECIAL_922>",
926
+ "<SPECIAL_923>",
927
+ "<SPECIAL_924>",
928
+ "<SPECIAL_925>",
929
+ "<SPECIAL_926>",
930
+ "<SPECIAL_927>",
931
+ "<SPECIAL_928>",
932
+ "<SPECIAL_929>",
933
+ "<SPECIAL_930>",
934
+ "<SPECIAL_931>",
935
+ "<SPECIAL_932>",
936
+ "<SPECIAL_933>",
937
+ "<SPECIAL_934>",
938
+ "<SPECIAL_935>",
939
+ "<SPECIAL_936>",
940
+ "<SPECIAL_937>",
941
+ "<SPECIAL_938>",
942
+ "<SPECIAL_939>",
943
+ "<SPECIAL_940>",
944
+ "<SPECIAL_941>",
945
+ "<SPECIAL_942>",
946
+ "<SPECIAL_943>",
947
+ "<SPECIAL_944>",
948
+ "<SPECIAL_945>",
949
+ "<SPECIAL_946>",
950
+ "<SPECIAL_947>",
951
+ "<SPECIAL_948>",
952
+ "<SPECIAL_949>",
953
+ "<SPECIAL_950>",
954
+ "<SPECIAL_951>",
955
+ "<SPECIAL_952>",
956
+ "<SPECIAL_953>",
957
+ "<SPECIAL_954>",
958
+ "<SPECIAL_955>",
959
+ "<SPECIAL_956>",
960
+ "<SPECIAL_957>",
961
+ "<SPECIAL_958>",
962
+ "<SPECIAL_959>",
963
+ "<SPECIAL_960>",
964
+ "<SPECIAL_961>",
965
+ "<SPECIAL_962>",
966
+ "<SPECIAL_963>",
967
+ "<SPECIAL_964>",
968
+ "<SPECIAL_965>",
969
+ "<SPECIAL_966>",
970
+ "<SPECIAL_967>",
971
+ "<SPECIAL_968>",
972
+ "<SPECIAL_969>",
973
+ "<SPECIAL_970>",
974
+ "<SPECIAL_971>",
975
+ "<SPECIAL_972>",
976
+ "<SPECIAL_973>",
977
+ "<SPECIAL_974>",
978
+ "<SPECIAL_975>",
979
+ "<SPECIAL_976>",
980
+ "<SPECIAL_977>",
981
+ "<SPECIAL_978>",
982
+ "<SPECIAL_979>",
983
+ "<SPECIAL_980>",
984
+ "<SPECIAL_981>",
985
+ "<SPECIAL_982>",
986
+ "<SPECIAL_983>",
987
+ "<SPECIAL_984>",
988
+ "<SPECIAL_985>",
989
+ "<SPECIAL_986>",
990
+ "<SPECIAL_987>",
991
+ "<SPECIAL_988>",
992
+ "<SPECIAL_989>",
993
+ "<SPECIAL_990>",
994
+ "<SPECIAL_991>",
995
+ "<SPECIAL_992>",
996
+ "<SPECIAL_993>",
997
+ "<SPECIAL_994>",
998
+ "<SPECIAL_995>",
999
+ "<SPECIAL_996>",
1000
+ "<SPECIAL_997>",
1001
+ "<SPECIAL_998>",
1002
+ "<SPECIAL_999>"
1003
+ ],
1004
+ "bos_token": {
1005
+ "content": "<s>",
1006
+ "lstrip": false,
1007
+ "normalized": false,
1008
+ "rstrip": false,
1009
+ "single_word": false
1010
+ },
1011
+ "eos_token": {
1012
+ "content": "</s>",
1013
+ "lstrip": false,
1014
+ "normalized": false,
1015
+ "rstrip": false,
1016
+ "single_word": false
1017
+ },
1018
+ "pad_token": {
1019
+ "content": "</s>",
1020
+ "lstrip": false,
1021
+ "normalized": false,
1022
+ "rstrip": false,
1023
+ "single_word": false
1024
+ },
1025
+ "unk_token": {
1026
+ "content": "<unk>",
1027
+ "lstrip": false,
1028
+ "normalized": false,
1029
+ "rstrip": false,
1030
+ "single_word": false
1031
+ }
1032
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b76085f9923309d873994d444989f7eb6ec074b06f25b58f1e8d7b7741070949
3
+ size 17078037
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff