IIEleven11 commited on
Commit
0effd63
·
verified ·
1 Parent(s): 742a245

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +889 -193
README.md CHANGED
@@ -1,199 +1,895 @@
1
  ---
 
 
2
  library_name: transformers
3
- tags: []
 
 
 
4
  ---
5
 
6
- # Model Card for Model ID
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
9
 
10
-
11
-
12
- ## Model Details
13
-
14
- ### Model Description
15
-
16
- <!-- Provide a longer summary of what this model is. -->
17
-
18
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
-
20
- - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
-
28
- ### Model Sources [optional]
29
-
30
- <!-- Provide the basic links for the model. -->
31
-
32
- - **Repository:** [More Information Needed]
33
- - **Paper [optional]:** [More Information Needed]
34
- - **Demo [optional]:** [More Information Needed]
35
-
36
- ## Uses
37
-
38
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
-
40
- ### Direct Use
41
-
42
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
-
44
- [More Information Needed]
45
-
46
- ### Downstream Use [optional]
47
-
48
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
-
50
- [More Information Needed]
51
-
52
- ### Out-of-Scope Use
53
-
54
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
-
56
- [More Information Needed]
57
-
58
- ## Bias, Risks, and Limitations
59
-
60
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
-
62
- [More Information Needed]
63
-
64
- ### Recommendations
65
-
66
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
-
68
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
-
70
- ## How to Get Started with the Model
71
-
72
- Use the code below to get started with the model.
73
-
74
- [More Information Needed]
75
-
76
- ## Training Details
77
-
78
- ### Training Data
79
-
80
- <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
-
82
- [More Information Needed]
83
-
84
- ### Training Procedure
85
-
86
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
-
88
- #### Preprocessing [optional]
89
-
90
- [More Information Needed]
91
-
92
-
93
- #### Training Hyperparameters
94
-
95
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
-
97
- #### Speeds, Sizes, Times [optional]
98
-
99
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
-
101
- [More Information Needed]
102
-
103
- ## Evaluation
104
-
105
- <!-- This section describes the evaluation protocols and provides the results. -->
106
-
107
- ### Testing Data, Factors & Metrics
108
-
109
- #### Testing Data
110
-
111
- <!-- This should link to a Dataset Card if possible. -->
112
-
113
- [More Information Needed]
114
-
115
- #### Factors
116
-
117
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
-
119
- [More Information Needed]
120
-
121
- #### Metrics
122
-
123
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
-
125
- [More Information Needed]
126
-
127
- ### Results
128
-
129
- [More Information Needed]
130
-
131
- #### Summary
132
-
133
-
134
-
135
- ## Model Examination [optional]
136
-
137
- <!-- Relevant interpretability work for the model goes here -->
138
-
139
- [More Information Needed]
140
-
141
- ## Environmental Impact
142
-
143
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
-
145
- Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
-
147
- - **Hardware Type:** [More Information Needed]
148
- - **Hours used:** [More Information Needed]
149
- - **Cloud Provider:** [More Information Needed]
150
- - **Compute Region:** [More Information Needed]
151
- - **Carbon Emitted:** [More Information Needed]
152
-
153
- ## Technical Specifications [optional]
154
-
155
- ### Model Architecture and Objective
156
-
157
- [More Information Needed]
158
-
159
- ### Compute Infrastructure
160
-
161
- [More Information Needed]
162
-
163
- #### Hardware
164
-
165
- [More Information Needed]
166
-
167
- #### Software
168
-
169
- [More Information Needed]
170
-
171
- ## Citation [optional]
172
-
173
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
-
175
- **BibTeX:**
176
-
177
- [More Information Needed]
178
-
179
- **APA:**
180
-
181
- [More Information Needed]
182
-
183
- ## Glossary [optional]
184
-
185
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
-
187
- [More Information Needed]
188
-
189
- ## More Information [optional]
190
-
191
- [More Information Needed]
192
-
193
- ## Model Card Authors [optional]
194
-
195
- [More Information Needed]
196
-
197
- ## Model Card Contact
198
-
199
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model:
3
+ - mistralai/Mistral-Nemo-Instruct-2407
4
  library_name: transformers
5
+ tags:
6
+ - Roleplay
7
+ - Uncensored
8
+ - Storyteller
9
  ---
10
 
 
11
 
 
12
 
13
+ pipeline_tag: text-generation
14
+ <style>
15
+ body {
16
+ font-family: 'Quicksand', sans-serif;
17
+ background: linear-gradient(135deg, #0A0000 0%, #110005 100%);
18
+ color: #FFD6E5;
19
+ margin: 0;
20
+ padding: 0;
21
+ font-size: 16px;
22
+ }
23
+
24
+ .container {
25
+ margin: 20px;
26
+ background-color: rgba(0, 0, 0, 0.95);
27
+ padding: 20px;
28
+ border-radius: 12px;
29
+ box-shadow: 0 4px 20px rgba(255, 0, 0, 0.15);
30
+ border: 1px solid rgba(255, 0, 0, 0.2);
31
+ outline: 1px solid rgba(255, 100, 100, 0.5);
32
+ outline-offset: -1px;
33
+ position: relative;
34
+ }
35
+
36
+ .container::before {
37
+ content: '';
38
+ position: absolute;
39
+ top: -1px;
40
+ left: -1px;
41
+ right: -1px;
42
+ bottom: -1px;
43
+ border: 1px solid rgba(255, 38, 0, 0.98);
44
+ border-radius: 12px;
45
+ pointer-events: none;
46
+ animation: borderGlow 2s ease-in-out infinite;
47
+ }
48
+
49
+ @keyframes borderGlow {
50
+ 0% {
51
+ box-shadow: 0 0 5px rgba(255, 8, 0, 0.98);
52
+ }
53
+ 50% {
54
+ box-shadow: 0 0 15px rgba(255, 100, 0, 0.98);
55
+ }
56
+ 100% {
57
+ box-shadow: 0 0 5px rgba(255, 0, 0, 0.98);
58
+ }
59
+ }
60
+
61
+ .header h1 {
62
+ font-size: 28px;
63
+ color: #FF1A44;
64
+ margin: 0 0 20px 0;
65
+ text-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
66
+ }
67
+
68
+ .update-section {
69
+ margin-top: 30px;
70
+ }
71
+
72
+ .update-section h2, h2 {
73
+ font-size: 24px;
74
+ color: #FF3333;
75
+ text-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
76
+ }
77
+
78
+ .update-section p {
79
+ font-size: 16px;
80
+ line-height: 1.6;
81
+ color: #FFD6E5;
82
+ }
83
+
84
+ .info p {
85
+ color: #FFD6E5;
86
+ line-height: 1.6;
87
+ font-size: 16px;
88
+ }
89
+
90
+ .info img {
91
+ width: 100%;
92
+ border-radius: 10px;
93
+ margin-bottom: 15px;
94
+ box-shadow: 0 0 20px rgba(255, 0, 0, 0.3);
95
+ border: 1px solid rgba(255, 0, 0, 0.2);
96
+ outline: 1px solid rgba(255, 60, 60, 0.5);
97
+ outline-offset: -1px;
98
+ }
99
+
100
+ a {
101
+ color: #FF8040;
102
+ text-decoration: none;
103
+ transition: color 0.3s ease;
104
+ }
105
+
106
+ a:hover {
107
+ color: #FF3333;
108
+ }
109
+
110
+ .button {
111
+ display: inline-block;
112
+ background-color: rgba(144, 0, 0, 0.98);
113
+ color: #FFFFFF;
114
+ padding: 10px 20px;
115
+ border-radius: 5px;
116
+ cursor: pointer;
117
+ text-decoration: none;
118
+ }
119
+
120
+ .button:hover {
121
+ background-color: #FF3333;
122
+ box-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
123
+ }
124
+
125
+ pre {
126
+ background-color: rgba(25, 0, 0, 0.95);
127
+ padding: 15px;
128
+ border-radius: 5px;
129
+ overflow-x: auto;
130
+ border: 1px solid rgba(255, 0, 0, 0.2);
131
+ outline: 1px solid rgba(255, 60, 60, 0.5);
132
+ outline-offset: -1px;
133
+ }
134
+
135
+ code {
136
+ font-family: 'Courier New', monospace;
137
+ color: #FFD6E5;
138
+ }
139
+
140
+ .benchmark-container {
141
+ background: rgba(25, 0, 0, 0.95);
142
+ border: 1px solid rgba(255, 0, 0, 0.3);
143
+ border-radius: 12px;
144
+ padding: 20px;
145
+ margin: 20px 0;
146
+ position: relative;
147
+ overflow: hidden;
148
+ }
149
+
150
+ .benchmark-container::before {
151
+ content: '';
152
+ position: absolute;
153
+ top: -1px;
154
+ left: -1px;
155
+ right: -1px;
156
+ bottom: -1px;
157
+ border: 1px solid rgba(255, 17, 0, 0.98);
158
+ border-radius: 12px;
159
+ pointer-events: none;
160
+ animation: borderGlow 2s ease-in-out infinite;
161
+ }
162
+
163
+ .benchmark-grid {
164
+ display: grid;
165
+ grid-template-columns: repeat(4, 1fr);
166
+ gap: 15px;
167
+ }
168
+
169
+ .metric-box {
170
+ background: rgba(0, 0, 0, 0.95);
171
+ border: 1px solid rgba(255, 0, 0, 0.2);
172
+ border-radius: 8px;
173
+ padding: 15px;
174
+ display: flex;
175
+ flex-direction: column;
176
+ align-items: center;
177
+ text-align: center;
178
+ transition: transform 0.3s ease, box-shadow 0.3s ease;
179
+ }
180
+
181
+ .metric-box:hover {
182
+ transform: translateY(-2px);
183
+ box-shadow: 0 4px 15px rgba(255, 0, 0, 0.2);
184
+ }
185
+
186
+ .metric-box .label {
187
+ color: #FF8040;
188
+ font-size: 14px;
189
+ margin-bottom: 8px;
190
+ font-weight: 500;
191
+ }
192
+
193
+ .metric-box .value {
194
+ color: #FFD6E5;
195
+ font-size: 18px;
196
+ font-weight: 600;
197
+ text-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
198
+ }
199
+
200
+ /* New sections styling */
201
+ .metrics-section {
202
+ margin-bottom: 30px;
203
+ }
204
+
205
+ .metrics-section details {
206
+ background: rgba(25, 0, 0, 0.95);
207
+ border: 1px solid rgba(255, 0, 0, 0.2);
208
+ border-radius: 8px;
209
+ padding: 15px;
210
+ margin-bottom: 15px;
211
+ }
212
+
213
+ .metrics-section summary {
214
+ color: #FF3333;
215
+ font-size: 20px;
216
+ cursor: pointer;
217
+ text-shadow: 0 0 5px rgba(255, 0, 0, 0.3);
218
+ outline: none;
219
+ padding: 5px 0;
220
+ }
221
+
222
+ .metrics-section summary::-webkit-details-marker {
223
+ display: none;
224
+ }
225
+
226
+
227
+ .core-metrics-grid {
228
+ display: grid;
229
+ grid-template-columns: repeat(4, 1fr);
230
+ gap: 15px;
231
+ margin-bottom: 20px;
232
+ }
233
+
234
+ .progress-metrics {
235
+ display: grid;
236
+ gap: 15px;
237
+ }
238
+
239
+ .progress-metric {
240
+ background: rgba(0, 0, 0, 0.95);
241
+ border: 1px solid rgba(255, 0, 0, 0.2);
242
+ border-radius: 8px;
243
+ padding: 15px;
244
+ transition: transform 0.3s ease;
245
+ }
246
+
247
+ .progress-metric:hover {
248
+ transform: translateY(-2px);
249
+ }
250
+
251
+ .progress-label {
252
+ display: flex;
253
+ justify-content: space-between;
254
+ margin-bottom: 8px;
255
+ color: #FF8040;
256
+ font-size: 14px;
257
+ }
258
+
259
+ .progress-value {
260
+ color: #FFD6E5;
261
+ }
262
+
263
+ /* Base progress bar styles */
264
+ .progress-bar {
265
+ width: 100%;
266
+ height: 8px;
267
+ background: rgba(0, 0, 0, 0.3);
268
+ border: 1px solid rgba(255, 0, 0, 0.15);
269
+ border-radius: 4px;
270
+ position: relative;
271
+ margin: 10px 0;
272
+ overflow: hidden;
273
+ }
274
+
275
+ /* Regular progress fill (for Aggregated Scores) */
276
+ .progress-fill {
277
+ height: 100%;
278
+ background: linear-gradient(90deg, #FF3333 0%, #FF8040 100%);
279
+ border-radius: 4px;
280
+ transition: width 1s ease-in-out;
281
+ box-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
282
+ }
283
+
284
+ /* Split progress bars for Individual Scores */
285
+ .progress-bar.split {
286
+ display: flex;
287
+ justify-content: center;
288
+ background: rgba(0, 0, 0, 0.3);
289
+ border: 1px solid rgba(255, 0, 0, 0.15);
290
+ overflow: visible;
291
+ }
292
+
293
+ .progress-fill-left {
294
+ height: 100%;
295
+ position: absolute;
296
+ right: 50%;
297
+ background: linear-gradient(90deg, #FF3333 30%, rgba(255, 0, 0, 0.5) 100%);
298
+ border-radius: 4px 0 0 4px;
299
+ transition: width 0.3s ease-in-out;
300
+ }
301
+
302
+ .progress-fill-right {
303
+ height: 100%;
304
+ position: absolute;
305
+ left: 50%;
306
+ background: linear-gradient(90deg, rgba(255, 128, 64, 0.5) 0%, #FF8040 70%);
307
+ border-radius: 0 4px 4px 0;
308
+ transition: width 0.3s ease-in-out;
309
+ }
310
+
311
+ .progress-metric.split .progress-bar::before,
312
+ .progress-metric.split .progress-bar::after {
313
+ content: '';
314
+ position: absolute;
315
+ width: 2px;
316
+ height: 20px;
317
+ background: rgba(255, 255, 255, 0.7);
318
+ top: 50%;
319
+ transform: translateY(-50%);
320
+ z-index: 2;
321
+ box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
322
+ }
323
+
324
+ .progress-metric.split .progress-bar::before {
325
+ left: 0;
326
+ }
327
+
328
+ .progress-metric.split .progress-bar::after {
329
+ right: 0;
330
+ }
331
+
332
+ .progress-metric.split:hover .progress-fill-left {
333
+ box-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
334
+ }
335
+
336
+ .progress-metric.split:hover .progress-fill-right {
337
+ box-shadow: 0 0 15px rgba(255, 128, 64, 0.5);
338
+ }
339
+
340
+ .progress-metric.split {
341
+ padding: 12px 15px;
342
+ }
343
+
344
+ .progress-metric.split .progress-label {
345
+ margin-bottom: 8px;
346
+ gap: 12px;
347
+ }
348
+
349
+ .progress-metric.split .progress-label span:first-child,
350
+ .progress-metric.split .progress-label span:last-child {
351
+ flex: 0 0 80px;
352
+ font-size: 14px;
353
+ }
354
+
355
+ .progress-metric.split .progress-value {
356
+ font-weight: 600;
357
+ text-shadow: 0 0 5px rgba(255, 0, 0, 0.3);
358
+ font-size: 14px;
359
+ min-width: 60px;
360
+ text-align: center;
361
+ }
362
+
363
+ .progress-metric:hover .progress-fill-center {
364
+ box-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
365
+ }
366
+
367
+ /* Progress labels */
368
+ .progress-label {
369
+ display: flex;
370
+ justify-content: space-between;
371
+ align-items: center;
372
+ margin-bottom: 4px;
373
+ color: #FF8040;
374
+ font-size: 14px;
375
+ }
376
+
377
+ /* Regular progress label (for Aggregated Scores) */
378
+ .progress-metric:not(.split) .progress-label {
379
+ gap: 12px;
380
+ }
381
+
382
+ .progress-metric:not(.split) .progress-label span {
383
+ flex: 0 0 auto;
384
+ }
385
+
386
+ .progress-metric:not(.split) .progress-value {
387
+ color: #FFD6E5;
388
+ }
389
+
390
+ /* Split progress label (for Individual Scores) */
391
+ .progress-metric.split .progress-label {
392
+ gap: 20px;
393
+ }
394
+
395
+ .progress-metric.split .progress-label span:first-child,
396
+ .progress-metric.split .progress-label span:last-child {
397
+ flex: 0 0 80px;
398
+ }
399
+
400
+ .progress-metric.split .progress-label span:first-child {
401
+ text-align: right;
402
+ }
403
+
404
+ .progress-metric.split .progress-label span:last-child {
405
+ text-align: left;
406
+ }
407
+
408
+ .progress-metric.split .progress-value {
409
+ color: #FFD6E5;
410
+ flex: 0 0 60px;
411
+ text-align: center;
412
+ }
413
+
414
+ /* Hover effects */
415
+ .progress-metric:hover .progress-fill {
416
+ box-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
417
+ }
418
+
419
+ .progress-metric:hover .progress-fill-center {
420
+ box-shadow: 0 0 15px rgba(255, 128, 64, 0.5);
421
+ }
422
+
423
+ .info-grid {
424
+ display: grid;
425
+ grid-template-columns: repeat(3, 1fr);
426
+ gap: 15px;
427
+ }
428
+
429
+ /* Creator section styling */
430
+ .creator-section {
431
+ margin: 20px 0;
432
+ }
433
+
434
+ .creator-badge {
435
+ display: inline-flex;
436
+ align-items: center;
437
+ background: rgba(25, 0, 0, 0.95);
438
+ border: 1px solid rgba(255, 0, 0, 0.2);
439
+ border-radius: 8px;
440
+ padding: 10px 15px;
441
+ }
442
+
443
+ .creator-label {
444
+ color: #FFD6E5;
445
+ font-size: 14px;
446
+ margin-right: 8px;
447
+ }
448
+
449
+ .creator-link {
450
+ display: flex;
451
+ align-items: center;
452
+ gap: 5px;
453
+ color: #FF8040;
454
+ text-decoration: none;
455
+ transition: all 0.3s ease;
456
+ }
457
+
458
+ .creator-name {
459
+ font-weight: 600;
460
+ }
461
+
462
+ .creator-arrow {
463
+ font-size: 16px;
464
+ transition: transform 0.3s ease;
465
+ }
466
+
467
+ .creator-link:hover {
468
+ color: #FF3333;
469
+ }
470
+
471
+ .creator-link:hover .creator-arrow {
472
+ transform: translateX(3px);
473
+ }
474
+
475
+ /* Model info styling */
476
+ .model-info {
477
+ margin-top: 30px;
478
+ }
479
+
480
+ .name-legend {
481
+ background: rgba(25, 0, 0, 0.95);
482
+ border: 1px solid rgba(255, 0, 0, 0.2);
483
+ border-radius: 8px;
484
+ padding: 20px;
485
+ margin: 20px 0;
486
+ }
487
+
488
+ .name-legend h3 {
489
+ color: #FF3333;
490
+ font-size: 18px;
491
+ margin: 0 0 15px 0;
492
+ }
493
+
494
+ .legend-grid {
495
+ display: grid;
496
+ gap: 12px;
497
+ }
498
+
499
+ .legend-item {
500
+ display: flex;
501
+ align-items: baseline;
502
+ gap: 10px;
503
+ }
504
+
505
+ .legend-key {
506
+ color: #FF8040;
507
+ font-weight: 600;
508
+ min-width: 80px;
509
+ }
510
+
511
+ .legend-value {
512
+ color: #FFD6E5;
513
+ }
514
+
515
+ .model-description {
516
+ background: rgba(0, 0, 0, 0.95);
517
+ border: 1px solid rgba(255, 0, 0, 0.2);
518
+ border-radius: 8px;
519
+ padding: 20px;
520
+ }
521
+
522
+ .model-description p {
523
+ margin: 0 0 15px 0;
524
+ line-height: 1.6;
525
+ }
526
+
527
+ .model-description p:last-child {
528
+ margin-bottom: 0;
529
+ }
530
+
531
+ /* Section Container */
532
+ .section-container {
533
+ margin: 40px 0;
534
+ }
535
+
536
+ .info-card {
537
+ background: rgba(25, 0, 0, 0.95);
538
+ border: 1px solid rgba(255, 0, 0, 0.2);
539
+ border-radius: 8px;
540
+ overflow: hidden;
541
+ }
542
+
543
+ .info-header {
544
+ background: rgba(255, 0, 0, 0.1);
545
+ padding: 20px;
546
+ border-bottom: 1px solid rgba(255, 0, 0, 0.2);
547
+ }
548
+
549
+ .info-header h3 {
550
+ color: #FF3333;
551
+ margin: 0 0 10px 0;
552
+ font-size: 20px;
553
+ text-shadow: 0 0 5px rgba(255, 0, 0, 0.3);
554
+ }
555
+
556
+ .model-tags {
557
+ display: flex;
558
+ gap: 8px;
559
+ flex-wrap: wrap;
560
+ }
561
+
562
+ .model-tag {
563
+ background: rgba(255, 128, 64, 0.1);
564
+ color: #FF8040;
565
+ padding: 4px 8px;
566
+ border-radius: 4px;
567
+ font-size: 12px;
568
+ border: 1px solid rgba(255, 128, 64, 0.2);
569
+ }
570
+
571
+ .model-composition {
572
+ padding: 20px;
573
+ border-bottom: 1px solid rgba(255, 0, 0, 0.2);
574
+ }
575
+
576
+ .model-composition h4 {
577
+ color: #FF3333;
578
+ margin: 0 0 15px 0;
579
+ font-size: 16px;
580
+ }
581
+
582
+ .composition-list {
583
+ list-style: none;
584
+ padding: 0;
585
+ margin: 0;
586
+ display: grid;
587
+ gap: 10px;
588
+ }
589
+
590
+ .composition-list li {
591
+ color: #FFD6E5;
592
+ display: flex;
593
+ align-items: baseline;
594
+ gap: 8px;
595
+ }
596
+
597
+ .model-component {
598
+ color: #FF8040;
599
+ font-weight: 500;
600
+ min-width: 120px;
601
+ }
602
+
603
+ .model-description {
604
+ padding: 20px;
605
+ background: rgba(0, 0, 0, 0.95);
606
+ }
607
+
608
+ /* Templates & Prompts */
609
+ .template-card {
610
+ background: rgba(25, 0, 0, 0.95);
611
+ border: 1px solid rgba(255, 0, 0, 0.2);
612
+ border-radius: 8px;
613
+ padding: 15px;
614
+ }
615
+
616
+ .template-item {
617
+ display: flex;
618
+ align-items: center;
619
+ gap: 12px;
620
+ }
621
+
622
+ .template-icon {
623
+ width: 24px;
624
+ height: 24px;
625
+ opacity: 0.8;
626
+ }
627
+
628
+ .template-content {
629
+ display: flex;
630
+ align-items: baseline;
631
+ gap: 8px;
632
+ }
633
+
634
+ .template-link {
635
+ color: #FF8040;
636
+ text-decoration: none;
637
+ font-weight: 500;
638
+ display: flex;
639
+ align-items: center;
640
+ gap: 5px;
641
+ }
642
+
643
+ .template-author {
644
+ color: rgba(255, 214, 229, 0.7);
645
+ font-size: 14px;
646
+ }
647
+
648
+ /* Quantized Versions */
649
+ .quantized-container {
650
+ display: grid;
651
+ gap: 20px;
652
+ }
653
+
654
+ .quantized-section {
655
+ background: rgba(25, 0, 0, 0.95);
656
+ border: 1px solid rgba(255, 0, 0, 0.2);
657
+ border-radius: 8px;
658
+ padding: 20px;
659
+ }
660
+
661
+ .quantized-section h3 {
662
+ color: #FF3333;
663
+ font-size: 18px;
664
+ margin: 0 0 15px 0;
665
+ }
666
+
667
+ .quantized-items {
668
+ display: grid;
669
+ gap: 12px;
670
+ }
671
+
672
+ .quantized-item {
673
+ display: flex;
674
+ align-items: baseline;
675
+ gap: 10px;
676
+ }
677
+
678
+ .quantized-item .author {
679
+ color: rgba(255, 214, 229, 0.7);
680
+ min-width: 100px;
681
+ }
682
+
683
+ .multi-links {
684
+ display: flex;
685
+ align-items: center;
686
+ gap: 8px;
687
+ }
688
+
689
+ .separator {
690
+ color: rgba(255, 214, 229, 0.5);
691
+ }
692
+
693
+ /* Configuration */
694
+ .config-container {
695
+ background: rgba(25, 0, 0, 0.95);
696
+ border: 1px solid rgba(255, 0, 0, 0.2);
697
+ border-radius: 8px;
698
+ overflow: hidden;
699
+ }
700
+
701
+ .config-header {
702
+ background: rgba(255, 0, 0, 0.1);
703
+ padding: 15px 20px;
704
+ border-bottom: 1px solid rgba(255, 0, 0, 0.2);
705
+ }
706
+
707
+ .model-name {
708
+ color: #FF3333;
709
+ font-weight: 600;
710
+ }
711
+
712
+ .config-content {
713
+ padding: 20px;
714
+ }
715
+
716
+ .config-item {
717
+ display: flex;
718
+ flex-direction: column;
719
+ gap: 5px;
720
+ margin-bottom: 15px;
721
+ }
722
+
723
+ .config-label {
724
+ color: #FF8040;
725
+ font-size: 14px;
726
+ font-weight: 500;
727
+ }
728
+
729
+ .config-value {
730
+ color: #FFD6E5;
731
+ font-family: 'Courier New', monospace;
732
+ }
733
+
734
+ .config-models {
735
+ margin-top: 20px;
736
+ }
737
+
738
+ .model-list {
739
+ list-style: none;
740
+ padding: 0;
741
+ margin: 10px 0 0 0;
742
+ }
743
+
744
+ .model-list li {
745
+ color: #FFD6E5;
746
+ font-family: 'Courier New', monospace;
747
+ padding: 5px 0;
748
+ padding-left: 20px;
749
+ position: relative;
750
+ }
751
+
752
+ .model-list li::before {
753
+ content: '-';
754
+ position: absolute;
755
+ left: 0;
756
+ color: #FF8040;
757
+ }
758
+
759
+ /* Link arrow animation */
760
+ .link-arrow {
761
+ display: inline-block;
762
+ transition: transform 0.3s ease;
763
+ }
764
+
765
+ a:hover .link-arrow {
766
+ transform: translateX(3px);
767
+ }
768
+
769
+ /* Notification styling */
770
+ .benchmark-notification {
771
+ background: rgba(255, 81, 0, 0.15);
772
+ border: 1px solid rgba(255, 38, 0, 0.3);
773
+ border-radius: 8px;
774
+ margin-bottom: 20px;
775
+ padding: 12px;
776
+ animation: glowPulse 2s infinite;
777
+ }
778
+
779
+ .notification-content {
780
+ display: flex;
781
+ align-items: center;
782
+ justify-content: center;
783
+ gap: 10px;
784
+ text-align: center;
785
+ }
786
+
787
+ .notification-icon {
788
+ font-size: 20px;
789
+ }
790
+
791
+ .notification-text {
792
+ color: #FFD6E5;
793
+ font-size: 16px;
794
+ font-weight: 500;
795
+ display: flex;
796
+ flex-direction: column;
797
+ align-items: center;
798
+ gap: 5px;
799
+ }
800
+
801
+ .benchmark-link {
802
+ color: #FF8040;
803
+ text-decoration: none;
804
+ font-size: 14px;
805
+ padding: 4px 8px;
806
+ border-radius: 4px;
807
+ transition: all 0.3s ease;
808
+ border: 1px solid rgba(255, 128, 64, 0.3);
809
+ }
810
+
811
+ .benchmark-link:hover {
812
+ background: rgba(255, 128, 64, 0.1);
813
+ border-color: rgba(255, 128, 64, 0.5);
814
+ color: #FF8040;
815
+ text-shadow: 0 0 5px rgba(255, 128, 64, 0.5);
816
+ }
817
+
818
+ @keyframes glowPulse {
819
+ 0% {
820
+ box-shadow: 0 0 5px rgba(255, 8, 0, 0.3);
821
+ }
822
+ 50% {
823
+ box-shadow: 0 0 15px rgba(255, 38, 0, 0.5);
824
+ }
825
+ 100% {
826
+ box-shadow: 0 0 5px rgba(255, 17, 0, 0.33);
827
+ }
828
+ }
829
+ </style>
830
+ <html lang="en">
831
+ <head>
832
+ <meta charset="UTF-8">
833
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
834
+ <title>Kalypso-12b</title>
835
+ <link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600&display=swap" rel="stylesheet">
836
+ </head>
837
+ <body>
838
+ <div class="container">
839
+ <div class="header">
840
+ <h1>Kalypso-12b</h1>
841
+ </div>
842
+ <div class="info">
843
+ <img src="https://i.imgur.com/NxXMOXN.png" alt="Model banner">
844
+ <div class="creator-section">
845
+ <div class="creator-badge">
846
+ <span class="creator-label">Created by</span>
847
+ <a href="https://huggingface.co/IIEleven11" target="_blank" class="creator-link">
848
+ <span class="creator-name">IEleven11</span>
849
+ <span class="creator-arrow">→</span>
850
+ </a>
851
+ </div>
852
+ </div>
853
+ <div class="model-info">
854
+ <h2>Model Information</h2>
855
+ <div class="info-card">
856
+ <div class="info-header">
857
+ <h3>Kalypso-12b</h3>
858
+ <div class="model-tags">
859
+ <span class="model-tag">12b Parameters</span>
860
+ </div>
861
+ </div>
862
+ <div class="model-composition">
863
+ <h4>Model Composition</h4>
864
+ <ul class="composition-list">
865
+ <li><span class="model-component base-model"><a href="https://huggingface.co/ArliAI/Mistral-Nemo-12B-ArliAI-RPMax-v1.3" target="_blank">Mistral-Nemo-12B</a></span>- Base model</li>
866
+ <li><span class="model-component fine-tuning">Fine-tuning</span> - Roleplay and Storytelling data. DPO format/strategy</li>
867
+ </ul>
868
+ </div>
869
+ <div class="model-description">
870
+ <p>Kalypso is a child of the Mistral-Nemo base model. She was fine tuned on thousands of lines of DPO Roleplay and Storytelling data.</p>
871
+ </div>
872
+ </div>
873
+ <div class="model-usage">
874
+ <h4>Model Usage</h4>
875
+ <p>Kalypso is designed for roleplaying and story telling. She is abliterated and entirely uncensored.</p>
876
+ </div>
877
+ </div>
878
+ <div class="section-container">
879
+ <h2>Reccomended Templates & Prompts</h2>
880
+ <div class="template-card">
881
+ <div class="template-item">
882
+ <div class="template-content">
883
+ <a href="https://huggingface.co/IIEleven11/Kalypso_EXL2_8bpw/blob/main/Kalypso_sampler_settings.json" target="_blank" class="template-link">
884
+ Kalypso Sampler Settings
885
+ <span class="link-arrow">→</span>
886
+ <span class="template-description">Use with ChatML</span>
887
+ </a>
888
+ </div>
889
+ </div>
890
+ </div>
891
+ </div>
892
+ </div>
893
+ </div>
894
+ </body>
895
+ </html>