sleepdeprived3 commited on
Commit
0091885
Β·
verified Β·
1 Parent(s): b4a930b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +618 -47
README.md CHANGED
@@ -2,8 +2,9 @@
2
  license: apache-2.0
3
  language:
4
  - en
5
- base_model: spacewars123/Space-Wars-24B-v1.00a
6
- base_model_relation: finetune
 
7
  pipeline_tag: text-generation
8
  tags:
9
  - sci-fi
@@ -12,50 +13,620 @@ tags:
12
  - speculative-fiction
13
  - technology
14
  - futurism
15
- - llama-cpp
16
- - gguf-my-repo
17
  ---
18
 
19
- # sleepdeprived3/Space-Wars-24B-v1.00a-Q4_K_M-GGUF
20
- This model was converted to GGUF format from [`spacewars123/Space-Wars-24B-v1.00a`](https://huggingface.co/spacewars123/Space-Wars-24B-v1.00a) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
21
- Refer to the [original model card](https://huggingface.co/spacewars123/Space-Wars-24B-v1.00a) for more details on the model.
22
-
23
- ## Use with llama.cpp
24
- Install llama.cpp through brew (works on Mac and Linux)
25
-
26
- ```bash
27
- brew install llama.cpp
28
-
29
- ```
30
- Invoke the llama.cpp server or the CLI.
31
-
32
- ### CLI:
33
- ```bash
34
- llama-cli --hf-repo sleepdeprived3/Space-Wars-24B-v1.00a-Q4_K_M-GGUF --hf-file space-wars-24b-v1.00a-q4_k_m.gguf -p "The meaning to life and the universe is"
35
- ```
36
-
37
- ### Server:
38
- ```bash
39
- llama-server --hf-repo sleepdeprived3/Space-Wars-24B-v1.00a-Q4_K_M-GGUF --hf-file space-wars-24b-v1.00a-q4_k_m.gguf -c 2048
40
- ```
41
-
42
- Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
43
-
44
- Step 1: Clone llama.cpp from GitHub.
45
- ```
46
- git clone https://github.com/ggerganov/llama.cpp
47
- ```
48
-
49
- Step 2: Move into the llama.cpp folder and build it with `LLAMA_CURL=1` flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).
50
- ```
51
- cd llama.cpp && LLAMA_CURL=1 make
52
- ```
53
-
54
- Step 3: Run inference through the main binary.
55
- ```
56
- ./llama-cli --hf-repo sleepdeprived3/Space-Wars-24B-v1.00a-Q4_K_M-GGUF --hf-file space-wars-24b-v1.00a-q4_k_m.gguf -p "The meaning to life and the universe is"
57
- ```
58
- or
59
- ```
60
- ./llama-server --hf-repo sleepdeprived3/Space-Wars-24B-v1.00a-Q4_K_M-GGUF --hf-file space-wars-24b-v1.00a-q4_k_m.gguf -c 2048
61
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  language:
4
  - en
5
+ base_model:
6
+ - spacewars123/Space-Wars-24B-v1.00a
7
+ base_model_relation: quantized
8
  pipeline_tag: text-generation
9
  tags:
10
  - sci-fi
 
13
  - speculative-fiction
14
  - technology
15
  - futurism
 
 
16
  ---
17
 
18
+ <style>
19
+ body {
20
+ font-family: 'Quicksand', sans-serif;
21
+ background: linear-gradient(135deg, #0a1a1a 0%, #001010 100%);
22
+ color: #e1ffff !important;
23
+ text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
24
+ margin: 0;
25
+ padding: 20px;
26
+ transition: all 0.5s ease;
27
+ }
28
+
29
+ @media (prefers-color-scheme: light) {
30
+ body {
31
+ background: linear-gradient(135deg, #e1ffff 0%, #c0f0ff 100%);
32
+ color: #002b36 !important;
33
+ text-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
34
+ }
35
+ }
36
+
37
+ .container {
38
+ min-width: 100%;
39
+ margin: 0 auto;
40
+ max-width: 1200px;
41
+ background: rgba(0, 17, 22, 0.95);
42
+ border-radius: 12px;
43
+ padding: 30px;
44
+ box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
45
+ border: 1px solid rgba(0, 255, 255, 0.2);
46
+ position: relative;
47
+ overflow: hidden;
48
+ }
49
+
50
+ .container::before {
51
+ content: '';
52
+ position: absolute;
53
+ top: -1px;
54
+ left: -1px;
55
+ right: -1px;
56
+ bottom: -1px;
57
+ border: 1px solid rgba(0, 255, 255, 0.5);
58
+ border-radius: 12px;
59
+ pointer-events: none;
60
+ animation: borderGlow 3s ease-in-out infinite alternate;
61
+ }
62
+
63
+ @keyframes borderGlow {
64
+ 0% {
65
+ box-shadow: 0 0 5px rgba(0, 255, 255, 0.3);
66
+ border-color: rgba(0, 255, 255, 0.5);
67
+ }
68
+ 50% {
69
+ box-shadow: 0 0 15px rgba(255, 0, 255, 0.3);
70
+ border-color: rgba(255, 0, 255, 0.5);
71
+ }
72
+ 100% {
73
+ box-shadow: 0 0 5px rgba(0, 255, 255, 0.3);
74
+ border-color: rgba(0, 255, 255, 0.5);
75
+ }
76
+ }
77
+
78
+ .header {
79
+ text-align: center;
80
+ margin-bottom: 30px;
81
+ position: relative;
82
+ }
83
+
84
+ .header::after {
85
+ content: '';
86
+ position: absolute;
87
+ bottom: -15px;
88
+ left: 25%;
89
+ right: 25%;
90
+ height: 1px;
91
+ background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.5), transparent);
92
+ animation: scanline 8s linear infinite;
93
+ display: none;
94
+ }
95
+
96
+ @keyframes scanline {
97
+ 0% { background-position: -100% 0; }
98
+ 100% { background-position: 200% 0; }
99
+ }
100
+
101
+ .model-name {
102
+ color: #00ffff;
103
+ font-size: 2.5em;
104
+ text-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
105
+ margin: 0;
106
+ letter-spacing: -1px;
107
+ animation: textGlow 4s ease-in-out infinite alternate;
108
+ }
109
+
110
+ @keyframes textGlow {
111
+ 0% { text-shadow: 0 0 15px rgba(0, 255, 255, 0.5); }
112
+ 50% { text-shadow: 0 0 20px rgba(255, 0, 255, 0.5); }
113
+ 100% { text-shadow: 0 0 15px rgba(0, 255, 255, 0.5); }
114
+ }
115
+
116
+ .subtitle {
117
+ color: #00ffcc;
118
+ font-size: 1.2em;
119
+ margin-top: 10px;
120
+ animation: subtitleFade 6s ease-in-out infinite;
121
+ }
122
+
123
+ @keyframes subtitleFade {
124
+ 0%, 100% { opacity: 0.8; }
125
+ 50% { opacity: 1; }
126
+ }
127
+
128
+ .waifu-container {
129
+ margin: 20px -30px;
130
+ width: calc(100% + 60px);
131
+ overflow: hidden;
132
+ border-radius: 8px;
133
+ border: 1px solid rgba(0, 255, 255, 0.3);
134
+ position: relative;
135
+ }
136
+
137
+ .waifu-container::before {
138
+ content: '';
139
+ position: absolute;
140
+ top: 0;
141
+ left: 0;
142
+ right: 0;
143
+ bottom: 0;
144
+ background: linear-gradient(45deg,
145
+ rgba(0, 255, 255, 0.1) 0%,
146
+ transparent 20%,
147
+ transparent 80%,
148
+ rgba(255, 0, 255, 0.1) 100%);
149
+ pointer-events: none;
150
+ animation: gradientSlide 10s linear infinite;
151
+ }
152
+
153
+ @keyframes gradientSlide {
154
+ 0% { background-position: 0% 0%; }
155
+ 100% { background-position: 100% 100%; }
156
+ }
157
+
158
+ .waifu-img {
159
+ width: 100%;
160
+ height: auto;
161
+ border-radius: 0;
162
+ border: none;
163
+ box-shadow: 0 0 40px rgba(0, 255, 255, 0.2);
164
+ transition: transform 0.5s ease;
165
+ }
166
+
167
+ .waifu-img:hover {
168
+ transform: scale(1.01);
169
+ }
170
+
171
+ .section {
172
+ color: #e1ffff;
173
+ margin: 25px 0;
174
+ padding: 20px;
175
+ background: rgba(5, 25, 35, 0.9);
176
+ border-radius: 8px;
177
+ border: 1px solid rgba(0, 255, 255, 0.15);
178
+ position: relative;
179
+ transition: all 0.3s ease;
180
+ }
181
+
182
+ .section:hover {
183
+ border-color: rgba(255, 0, 255, 0.3);
184
+ box-shadow: 0 0 15px rgba(0, 255, 255, 0.1);
185
+ }
186
+
187
+ .section::before {
188
+ content: '';
189
+ position: absolute;
190
+ top: -1px;
191
+ left: -1px;
192
+ right: -1px;
193
+ bottom: -1px;
194
+ border: 1px solid rgba(0, 255, 255, 0.3);
195
+ border-radius: 8px;
196
+ pointer-events: none;
197
+ animation: sectionPulse 5s ease-in-out infinite;
198
+ }
199
+
200
+ @keyframes sectionPulse {
201
+ 0%, 100% { opacity: 0.7; }
202
+ 50% { opacity: 0.3; }
203
+ }
204
+
205
+ .section-title {
206
+ color: #00ffff;
207
+ font-size: 1.8em;
208
+ margin-top: 0;
209
+ text-shadow: 0 0 5px rgba(0, 255, 255, 0.3);
210
+ position: relative;
211
+ display: inline-block;
212
+ }
213
+
214
+ .section-title::after {
215
+ content: '';
216
+ position: absolute;
217
+ bottom: -5px;
218
+ left: 0;
219
+ width: 100%;
220
+ height: 1px;
221
+ background: linear-gradient(90deg, rgba(0, 255, 255, 0.5), rgba(255, 0, 255, 0.5));
222
+ transform: scaleX(0);
223
+ transform-origin: left;
224
+ transition: transform 0.3s ease;
225
+ }
226
+
227
+ .section:hover .section-title::after {
228
+ transform: scaleX(1);
229
+ }
230
+
231
+ .quant-links {
232
+ display: grid;
233
+ grid-template-columns: repeat(2, 1fr);
234
+ gap: 15px;
235
+ margin: 20px 0;
236
+ }
237
+
238
+ .link-card {
239
+ padding: 15px;
240
+ background: rgba(20, 35, 45, 0.95);
241
+ border-radius: 8px;
242
+ transition: all 0.3s ease;
243
+ border: 1px solid rgba(0, 255, 255, 0.1);
244
+ position: relative;
245
+ overflow: hidden;
246
+ }
247
+
248
+ .link-card::before {
249
+ content: '';
250
+ position: absolute;
251
+ top: 0;
252
+ left: 0;
253
+ right: 0;
254
+ height: 2px;
255
+ background: linear-gradient(90deg, rgba(0, 255, 255, 0.5), rgba(255, 0, 255, 0.5));
256
+ animation: cardScan 4s linear infinite;
257
+ }
258
+
259
+ @keyframes cardScan {
260
+ 0% { transform: translateX(-100%); }
261
+ 100% { transform: translateX(100%); }
262
+ }
263
+
264
+ .link-card:hover {
265
+ transform: translateY(-3px);
266
+ box-shadow: 0 5px 15px rgba(0, 255, 255, 0.2);
267
+ border-color: rgba(255, 0, 255, 0.3);
268
+ }
269
+
270
+ .link-card h3 {
271
+ margin-top: 0;
272
+ color: #e1ffff !important;
273
+ }
274
+
275
+ .link-button {
276
+ display: inline-flex;
277
+ align-items: center;
278
+ background: rgba(0, 255, 255, 0.1);
279
+ color: #e1ffff !important;
280
+ padding: 8px 15px;
281
+ border-radius: 6px;
282
+ text-decoration: none;
283
+ border: 1px solid rgba(0, 255, 255, 0.3);
284
+ margin: 5px 0;
285
+ transition: all 0.3s ease;
286
+ font-size: 0.95em;
287
+ position: relative;
288
+ overflow: hidden;
289
+ }
290
+
291
+ .link-button::before {
292
+ content: '';
293
+ position: absolute;
294
+ top: 0;
295
+ left: -100%;
296
+ width: 100%;
297
+ height: 100%;
298
+ background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
299
+ transition: all 0.5s ease;
300
+ }
301
+
302
+ .link-button:hover {
303
+ background: rgba(0, 255, 255, 0.2);
304
+ border-color: rgba(0, 255, 255, 0.5);
305
+ transform: translateY(-2px);
306
+ box-shadow: 0 4px 12px rgba(0, 255, 255, 0.2);
307
+ }
308
+
309
+ .link-button:hover::before {
310
+ left: 100%;
311
+ }
312
+
313
+ .link-button::after {
314
+ content: 'β†’';
315
+ margin-left: 8px;
316
+ opacity: 0.7;
317
+ transition: all 0.3s ease;
318
+ }
319
+
320
+ .link-button:hover::after {
321
+ transform: translateX(3px);
322
+ opacity: 1;
323
+ }
324
+
325
+ .button-group {
326
+ display: flex;
327
+ flex-wrap: wrap;
328
+ gap: 10px;
329
+ margin: 15px 0;
330
+ }
331
+
332
+ .disclaimer {
333
+ color: #00ff99;
334
+ border-left: 3px solid #00ff99;
335
+ padding-left: 15px;
336
+ margin: 20px 0;
337
+ position: relative;
338
+ }
339
+
340
+ .disclaimer::before {
341
+ content: '⚠️';
342
+ position: absolute;
343
+ left: -10px;
344
+ top: 0;
345
+ transform: translateX(-100%);
346
+ animation: pulse 2s ease-in-out infinite;
347
+ }
348
+
349
+ @keyframes pulse {
350
+ 0%, 100% { opacity: 1; }
351
+ 50% { opacity: 0.5; }
352
+ }
353
+
354
+ .badge {
355
+ display: inline-block;
356
+ padding: 5px 10px;
357
+ border-radius: 5px;
358
+ background: rgba(0, 255, 255, 0.1);
359
+ border: 1px solid #00ffff;
360
+ margin: 5px;
361
+ font-size: 0.9em;
362
+ animation: badgePulse 3s ease-in-out infinite;
363
+ }
364
+
365
+ @keyframes badgePulse {
366
+ 0%, 100% { box-shadow: 0 0 5px rgba(0, 255, 255, 0.3); }
367
+ 50% { box-shadow: 0 0 10px rgba(0, 255, 255, 0.5); }
368
+ }
369
+
370
+ /* Color rules */
371
+ .section p,
372
+ .section ul li,
373
+ .section > p > strong {
374
+ color: #00ff99 !important;
375
+ }
376
+
377
+ .section ul li strong {
378
+ color: #00ff99 !important;
379
+ }
380
+
381
+ /* Light mode adjustments */
382
+ @media (prefers-color-scheme: light) {
383
+ .container {
384
+ background: rgba(224, 255, 255, 0.95);
385
+ border-color: rgba(0, 150, 150, 0.3);
386
+ }
387
+
388
+ .model-name, .section-title, .subtitle {
389
+ color: #006666;
390
+ text-shadow: 0 0 5px rgba(0, 200, 200, 0.3);
391
+ }
392
+
393
+ .section {
394
+ background: rgba(200, 250, 255, 0.9);
395
+ border-color: rgba(0, 200, 200, 0.2);
396
+ color: #002b36;
397
+ }
398
+
399
+ .section p,
400
+ .section ul li,
401
+ .section > p > strong {
402
+ color: #008080 !important;
403
+ }
404
+
405
+ .section ul li strong {
406
+ color: #008080 !important;
407
+ }
408
+
409
+ .link-card {
410
+ background: rgba(150, 230, 255, 0.95);
411
+ border-color: rgba(0, 150, 150, 0.2);
412
+ }
413
+
414
+ .link-card h3 {
415
+ color: #002b36 !important;
416
+ }
417
+
418
+ .link-button {
419
+ background: rgba(0, 150, 150, 0.1);
420
+ color: #002b36 !important;
421
+ border-color: rgba(0, 150, 150, 0.3);
422
+ }
423
+
424
+ .link-button:hover {
425
+ background: rgba(0, 150, 150, 0.2);
426
+ border-color: rgba(0, 150, 150, 0.5);
427
+ }
428
+
429
+ .disclaimer {
430
+ color: #008080;
431
+ border-color: #008080;
432
+ }
433
+
434
+ .badge {
435
+ border-color: #008080;
436
+ background: rgba(0, 150, 150, 0.1);
437
+ }
438
+ }
439
+
440
+ /* Interactive features */
441
+ .remember-this {
442
+ position: relative;
443
+ }
444
+
445
+ .remember-this::after {
446
+ content: 'Uploading C:\Users to https://www.fbi.gov/';
447
+ position: absolute;
448
+ bottom: -20px;
449
+ right: 0;
450
+ font-size: 0.8em;
451
+ color: #66ffff;
452
+ opacity: 0;
453
+ transition: opacity 0.3s ease;
454
+ pointer-events: none;
455
+ }
456
+
457
+ .remember-this:hover::after {
458
+ opacity: 0.7;
459
+ transition-delay: 1s;
460
+ }
461
+
462
+ .shifty-section {
463
+ transition: transform 0.1s ease;
464
+ }
465
+
466
+ .shifty-section:hover {
467
+ transform: translateX(10px);
468
+ }
469
+
470
+ .shifty-section::before {
471
+ position: absolute;
472
+ top: -25px;
473
+ left: 10px;
474
+ font-size: 0.7em;
475
+ color: #66ffff;
476
+ opacity: 0.7;
477
+ transition: opacity 3s ease;
478
+ pointer-events: none;
479
+ }
480
+
481
+ .shifty-section:hover::before {
482
+ opacity: 0;
483
+ transition-delay: 5s;
484
+ }
485
+
486
+ footer {
487
+ text-align: center;
488
+ margin-top: 40px;
489
+ position: relative;
490
+ }
491
+
492
+ footer:hover .hidden-message {
493
+ opacity: 0;
494
+ }
495
+
496
+ .hidden-message {
497
+ position: absolute;
498
+ bottom: -30px;
499
+ width: 100%;
500
+ text-align: center;
501
+ font-size: 0.8em;
502
+ color: #66ffff;
503
+ opacity: 0;
504
+ transition: opacity 0.3s ease;
505
+ pointer-events: none;
506
+ }
507
+
508
+ .flash-warning {
509
+ position: fixed;
510
+ top: 20px;
511
+ right: 20px;
512
+ background: rgba(0, 100, 100, 0.2);
513
+ padding: 10px;
514
+ border-radius: 5px;
515
+ border: 1px solid rgba(0, 255, 255, 0.5);
516
+ animation: flashWarning 30s ease-in-out forwards;
517
+ }
518
+
519
+ @keyframes flashWarning {
520
+ 0% { opacity: 0.8; }
521
+ 10% { opacity: 0; }
522
+ 20% { opacity: 0.8; }
523
+ 30% { opacity: 0; }
524
+ 40% { opacity: 0.8; }
525
+ 50% { opacity: 0; }
526
+ 60% { opacity: 0.8; }
527
+ 70% { opacity: 0; }
528
+ 80% { opacity: 0.8; }
529
+ 90% { opacity: 0; }
530
+ 100% { opacity: 0; display: none; }
531
+ }
532
+ </style>
533
+
534
+ <div class="container">
535
+
536
+ <div class="header">
537
+ <h1 class="model-name">Space Wars 24B v1.00a</h1>
538
+ <p class="subtitle">Where Stars Collide and Civilizations Rise</p>
539
+ </div>
540
+
541
+ <div class="waifu-container">
542
+ <img src="./spacewars.webp" class="waifu-img" alt="Galactic Conflict Hero Image">
543
+ </div>
544
+
545
+ <div class="section remember-this">
546
+ <h2 class="section-title">πŸš€ Cosmic Evolution</h2>
547
+ <p>This model pushes the boundaries of interstellar storytelling:</p>
548
+ <ul>
549
+ <li>🌌 <strong>51 Million Token Dataset</strong> - Exclusively Sci-Fi</li>
550
+ <li>πŸ›Έ <strong>Enhanced Physics Protocols</strong> - Plausible FTL mechanics and alien ecosystems</li>
551
+ <li>βš™οΈ <strong>Balanced Creativity</strong> - Enabling imaginative concepts</li>
552
+ <li>πŸ‘½ <strong>Xenobiology Expertise</strong> - Detailed alien physiology and cultural systems</li>
553
+ <li>🌐 <strong>Galactic Scale Awareness</strong> - Maintains consistency across star systems and timelines</li>
554
+ </ul>
555
+ </div>
556
+
557
+ <div class="section shifty-section">
558
+ <h2 class="section-title">βš™οΈ Technical Specifications</h2>
559
+ <p><strong>Recommended Settings:</strong> <a href="https://huggingface.co/sleepdeprived3/Mistral-V7-Tekken-T5-XML" class="link-button">Mistral-V7-Tekken-T5-XML</a></p>
560
+ <div class="quant-links">
561
+ <div class="link-card">
562
+ <h3>EXL2</h3>
563
+ <a href="https://huggingface.co/collections/spacewars123/space-wars-24b-v100-exl2-6835fb322b75933e6eea804b" class="link-button">Quants</a>
564
+ </div>
565
+ <div class="link-card">
566
+ <h3>EXL3</h3>
567
+ <a href="https://huggingface.co/collections/spacewars123/space-wars-24b-v100-exl3-6835fb3f4f0d4ad8de7327c5" class="link-button">Quants</a>
568
+ </div>
569
+ <div class="link-card">
570
+ <h3>GGUF</h3>
571
+ <a href="https://huggingface.co/mradermacher/Space-Wars-24B-v1.00a-GGUF" class="link-button">Quants</a>
572
+ </div>
573
+ <div class="link-card">
574
+ <h3>iMatrix</h3>
575
+ <a href="https://huggingface.co/mradermacher/Space-Wars-24B-v1.00a-i1-GGUF" class="link-button">Quants</a>
576
+ </div>
577
+ </div>
578
+ </div>
579
+
580
+ <div class="section">
581
+ <h2 class="section-title">🌌 Creative Freedom</h2>
582
+ <div class="disclaimer">
583
+ <p>This model operates with unrestricted imagination:</p>
584
+ <ul>
585
+ <li>πŸš€ No constraints on speculative physics concepts</li>
586
+ <li>πŸ‘½ Will generate detailed alien civilizations</li>
587
+ <li>βš›οΈ Handles complex temporal paradoxes</li>
588
+ <li>🌍 Creates plausible planetary ecosystems</li>
589
+ </ul>
590
+ </div>
591
+ </div>
592
+
593
+ <div class="section shifty-section">
594
+ <h2 class="section-title">πŸ“œ Performance Features</h2>
595
+ <ul>
596
+ <li>🌠 Maintains narrative coherence across light-year scales</li>
597
+ <li>πŸͺ Handles multi-species diplomatic scenarios</li>
598
+ <li>🧠 Excels at long-form galactic history generation</li>
599
+ <li>⚑ Improved handling of technobabble and pseudo-science</li>
600
+ <li>πŸ”­ Responds to hard sci-fi prompts with technical accuracy</li>
601
+ <li>πŸ€– Creates nuanced AI character motivations</li>
602
+ </ul>
603
+ </div>
604
+
605
+ <div class="section remember-this">
606
+ <h2 class="section-title">πŸ‘¨πŸš€ Model Architects</h2>
607
+ <ul>
608
+ <li>SpaceWars123 Team (Dataset Curation)</li>
609
+ <li>ReadyArt/Artus/gecfdo (Quantization Specialists)</li>
610
+ <li>sleepdeprived3 (Fine-Tuning Engineer)</li>
611
+ </ul>
612
+ </div>
613
+
614
+ <div class="section">
615
+ <h2 class="section-title">Enjoy the finest LLM hosting money can buy</h2>
616
+ <div class="button-group">
617
+ <a href="https://www.saas.parasail.io/home" class="link-button">Parasail Website</a>
618
+ <a href="https://discord.gg/PZ654kgAry" class="link-button">Parasail Discord</a>
619
+ </div>
620
+ </div>
621
+
622
+ <div class="section">
623
+ <h2 class="section-title">πŸ”– License & Usage</h2>
624
+ <p>By using this model, you agree:</p>
625
+ <ul>
626
+ <li>To adhere to Apache 2.0 license terms</li>
627
+ <li>That generated content is your responsibility</li>
628
+ <li>v1.00a is the base model of Space Wars.</li>
629
+ <li>v1.00b is a merge with another roleplay model.</li>
630
+ </ul>
631
+ </div>
632
+ </div>