Vortex5 commited on
Commit
9c70c5a
·
verified ·
1 Parent(s): 6ee3ab2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +257 -26
README.md CHANGED
@@ -9,31 +9,33 @@ library_name: transformers
9
  tags:
10
  - mergekit
11
  - merge
12
-
 
13
  ---
14
- # merge
15
-
16
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
17
-
18
- ## Merge Details
19
- ### Merge Method
20
-
21
- This model was merged using the lgm merge method using [Vortex5/Stellar-Seraph-12B](https://huggingface.co/Vortex5/Stellar-Seraph-12B) as a base.
22
-
23
- ### Models Merged
24
-
25
- The following models were included in the merge:
26
- * [yamatazen/NeonMaid-12B-v2](https://huggingface.co/yamatazen/NeonMaid-12B-v2)
27
- * [Retreatcost/Ollpheist-12B](https://huggingface.co/Retreatcost/Ollpheist-12B)
28
- * [PocketDoc/Dans-SakuraKaze-V1.0.0-12b](https://huggingface.co/PocketDoc/Dans-SakuraKaze-V1.0.0-12b)
29
- * [inflatebot/MN-12B-Mag-Mell-R1](https://huggingface.co/inflatebot/MN-12B-Mag-Mell-R1)
30
-
31
- ### Configuration
32
-
33
- The following YAML configuration was used to produce this model:
34
-
35
- ```yaml
36
-
 
37
  base_model: Vortex5/Stellar-Seraph-12B
38
  models:
39
  - model: inflatebot/MN-12B-Mag-Mell-R1
@@ -51,5 +53,234 @@ dtype: float32
51
  out_dtype: bfloat16
52
  tokenizer:
53
  source: Vortex5/Stellar-Seraph-12B
54
-
55
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  tags:
10
  - mergekit
11
  - merge
12
+ - roleplay
13
+ license: apache-2.0
14
  ---
15
+ <section class="model-card">
16
+ <div class="header">
17
+ <h1 class="title">Stellar-Witch-12B</h1>
18
+ </div>
19
+ <div class="image-container">
20
+ <img src="cover.jpg">
21
+ </div>
22
+ <div class="divider"></div>
23
+ <section class="box">
24
+ <h2 class="box-title">Overview</h2>
25
+ <p>
26
+ <strong class="highlight">Stellar-Witch-12B</strong> was created by merging
27
+ <a href="https://huggingface.co/Vortex5/Stellar-Seraph-12B" class="link">Stellar-Seraph-12B</a>,
28
+ <a href="https://huggingface.co/inflatebot/MN-12B-Mag-Mell-R1" class="link">MN-12B-Mag-Mell-R1</a>,
29
+ <a href="https://huggingface.co/PocketDoc/Dans-SakuraKaze-V1.0.0-12b" class="link">Dans-SakuraKaze-V1.0.0-12b</a>,
30
+ <a href="https://huggingface.co/yamatazen/NeonMaid-12B-v2" class="link">NeonMaid-12B-v2</a>,
31
+ and
32
+ <a href="https://huggingface.co/Retreatcost/Ollpheist-12B" class="link">Ollpheist-12B</a>,
33
+ using a custom method.
34
+ </p>
35
+
36
+ <details class="collapse">
37
+ <summary>Merge configuration</summary>
38
+ <pre>
39
  base_model: Vortex5/Stellar-Seraph-12B
40
  models:
41
  - model: inflatebot/MN-12B-Mag-Mell-R1
 
53
  out_dtype: bfloat16
54
  tokenizer:
55
  source: Vortex5/Stellar-Seraph-12B
56
+ </pre>
57
+ </details>
58
+ </section>
59
+ <section class="box last-box">
60
+ <h2 class="box-title">Intended Use</h2>
61
+ <div class="grid">
62
+ <div class="tile">
63
+ <div class="tile-icon">🎭</div>
64
+ <span class="tile-main">Roleplay</span>
65
+ <span class="tile-sub">Emotion-forward interaction</span>
66
+ </div>
67
+ <div class="tile">
68
+ <div class="tile-icon">🌠</div>
69
+ <span class="tile-main">Storytelling</span>
70
+ <span class="tile-sub">Atmospheric long-form narrative</span>
71
+ </div>
72
+ <div class="tile">
73
+ <div class="tile-icon">🔮</div>
74
+ <span class="tile-main">Creative Writing</span>
75
+ <span class="tile-sub">Atmospheric fiction</span>
76
+ </div>
77
+ </div>
78
+ </section>
79
+ <div class="divider"></div>
80
+ </section>
81
+ <style>
82
+ .model-card {
83
+ max-width: 1100px;
84
+ margin: 40px auto;
85
+ padding: 48px 38px 60px;
86
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
87
+ color: #e8d9c2;
88
+ background: #1a0f26;
89
+ border: 3px solid #4a2c5e;
90
+ border-radius: 4px;
91
+ position: relative;
92
+ overflow: hidden;
93
+ }
94
+ .model-card::before {
95
+ content: '';
96
+ position: absolute;
97
+ inset: 0;
98
+ background-image:
99
+ radial-gradient(circle at 22% 18%, rgba(217, 176, 90, 0.11) 0%, transparent 48%),
100
+ radial-gradient(circle at 82% 78%, rgba(157, 78, 189, 0.08) 0%, transparent 62%);
101
+ opacity: 0.85;
102
+ pointer-events: none;
103
+ z-index: 0;
104
+ }
105
+ .header {
106
+ text-align: center;
107
+ padding-bottom: 32px;
108
+ position: relative;
109
+ z-index: 2;
110
+ }
111
+ .title {
112
+ margin: 0;
113
+ font-size: clamp(1.75rem, 4.5vw, 2.55rem);
114
+ font-weight: 800;
115
+ letter-spacing: 0.18em;
116
+ text-transform: uppercase;
117
+ color: #f0d89f;
118
+ text-shadow: 0 0 18px rgba(217, 176, 90, 0.45);
119
+ }
120
+ .box-title {
121
+ margin: 0 auto 24px auto;
122
+ display: block;
123
+ font-size: 1.32rem;
124
+ font-weight: 800;
125
+ letter-spacing: 0.22em;
126
+ text-transform: uppercase;
127
+ color: #f0d89f;
128
+ text-shadow: 0 0 12px rgba(217, 176, 90, 0.35);
129
+ text-align: center;
130
+ position: relative;
131
+ }
132
+ .box-title::after {
133
+ content: '';
134
+ display: block;
135
+ width: 120px;
136
+ height: 2px;
137
+ background: #d9b05a;
138
+ margin: 8px auto 0;
139
+ opacity: 0.75;
140
+ }
141
+ .image-container {
142
+ display: flex;
143
+ justify-content: center;
144
+ position: relative;
145
+ z-index: 2;
146
+ margin-bottom: 42px;
147
+ }
148
+ .image-container img {
149
+ width: 100%;
150
+ max-width: 920px;
151
+ height: auto;
152
+ border-radius: 4px;
153
+ border: 5px solid #4a2c5e;
154
+ box-shadow:
155
+ 0 30px 70px -20px rgba(26, 15, 38, 0.55),
156
+ 0 0 45px 8px rgba(217, 176, 90, 0.22);
157
+ }
158
+ .divider {
159
+ height: 3px;
160
+ margin: 44px 0;
161
+ background: linear-gradient(90deg,
162
+ transparent 10%,
163
+ #4a2c5e 30%,
164
+ #d9b05a 50%,
165
+ #4a2c5e 70%,
166
+ transparent 90%
167
+ );
168
+ }
169
+ .box {
170
+ padding: 34px;
171
+ background: #251a33;
172
+ border: 2px solid #4a2c5e;
173
+ border-radius: 4px;
174
+ box-shadow: 0 18px 45px -15px rgba(26, 15, 38, 0.3);
175
+ position: relative;
176
+ z-index: 2;
177
+ margin-bottom: 32px;
178
+ }
179
+ .last-box {
180
+ margin-bottom: 0;
181
+ }
182
+ .box p {
183
+ margin: 18px 0 24px;
184
+ line-height: 1.85;
185
+ color: #d4c7b0;
186
+ font-size: 1.07rem;
187
+ }
188
+ .highlight {
189
+ color: #f0d89f;
190
+ font-weight: 800;
191
+ text-shadow: 0 0 8px rgba(217, 176, 90, 0.4);
192
+ }
193
+ .collapse {
194
+ margin-top: 20px;
195
+ background: #1f1430;
196
+ border: 2px solid #4a2c5e;
197
+ border-radius: 4px;
198
+ overflow: hidden;
199
+ font-size: 0.92rem;
200
+ }
201
+ .collapse summary {
202
+ padding: 14px 20px;
203
+ cursor: pointer;
204
+ font-size: 0.88rem;
205
+ font-weight: 700;
206
+ letter-spacing: 0.12em;
207
+ text-transform: uppercase;
208
+ color: #e0c8a5;
209
+ background: #2e1f42;
210
+ border-bottom: 1px solid #4a2c5e;
211
+ }
212
+ .collapse pre {
213
+ margin: 0;
214
+ padding: 18px 20px;
215
+ background: #1a0f26;
216
+ color: #d4c7b0;
217
+ font-size: 0.84rem;
218
+ line-height: 1.55;
219
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Courier New", monospace;
220
+ white-space: pre-wrap;
221
+ overflow-x: auto;
222
+ }
223
+ .grid {
224
+ display: flex;
225
+ flex-wrap: wrap;
226
+ gap: 20px;
227
+ margin-top: 20px;
228
+ }
229
+ .tile {
230
+ flex: 1 1 240px;
231
+ padding: 24px 20px;
232
+ background: #251a33;
233
+ border: 2px solid #4a2c5e;
234
+ border-radius: 4px;
235
+ text-align: center;
236
+ transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
237
+ }
238
+ .tile:hover {
239
+ transform: translateY(-5px);
240
+ border-color: #d9b05a;
241
+ box-shadow: 0 20px 45px -12px rgba(217, 176, 90, 0.32);
242
+ }
243
+ .tile-icon {
244
+ font-size: 2.45rem;
245
+ line-height: 1;
246
+ margin-bottom: 12px;
247
+ color: #d9b05a;
248
+ opacity: 0.95;
249
+ }
250
+ .tile-main {
251
+ display: block;
252
+ margin-bottom: 6px;
253
+ font-size: 1.09rem;
254
+ font-weight: 800;
255
+ letter-spacing: 0.07em;
256
+ text-transform: uppercase;
257
+ color: #f0d89f;
258
+ }
259
+ .tile-sub {
260
+ display: block;
261
+ font-size: 0.92rem;
262
+ color: #c8b89e;
263
+ line-height: 1.55;
264
+ }
265
+ .link {
266
+ color: #d9b05a;
267
+ text-decoration: none;
268
+ transition: color 0.3s ease;
269
+ }
270
+ .link:hover {
271
+ color: #f0d89f;
272
+ text-decoration: underline;
273
+ }
274
+ @media (max-width: 680px) {
275
+ .model-card {
276
+ padding: 34px 20px 46px;
277
+ margin: 16px 8px;
278
+ }
279
+ .box {
280
+ padding: 26px;
281
+ }
282
+ .image-container img {
283
+ max-height: 620px;
284
+ }
285
+ }
286
+ </style>