File size: 7,182 Bytes
1c2012e 94845c6 9ccb1bb 1c2012e 94845c6 1c2012e 94845c6 1c2012e 94845c6 1c2012e 94845c6 1c2012e 94845c6 1c2012e 94845c6 1c2012e 94845c6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 | ---
base_model:
- SuperbEmphasis/MN-12b-RP-Ink-RP-Longform
- Vortex5/Astral-Noctra-12B
- Vortex5/NoctyxCosma-12B
- Vortex5/Maroon-Sunset-12B
- Vortex5/Scarlet-Seraph-12B
library_name: transformers
tags:
- mergekit
- merge
- roleplay
license: apache-2.0
---
<section class="card-container">
<div class="card-header">
<h1 class="card-title">Shining-Seraph-12B</h1>
</div>
<div class="card-image-box">
<img
src="https://cdn-uploads.huggingface.co/production/uploads/6669a3a617b838fda45637b8/xmPj4nHZmkQ2keV21Yskj.png"
>
</div>
<div class="card-divider"></div>
<section class="card-section">
<h2 class="section-title">Overview</h2>
<p>
<strong style="color:#3c4b6e;">Shining-Seraph-12B</strong> was created by merging
<a href="https://huggingface.co/Vortex5/Scarlet-Seraph-12B" style="color:#3c4b6e;">Scarlet-Seraph-12B</a>,
<a href="https://huggingface.co/Vortex5/Maroon-Sunset-12B" style="color:#3c4b6e;">Maroon-Sunset-12B</a>,
<a href="https://huggingface.co/Vortex5/Astral-Noctra-12B" style="color:#3c4b6e;">Astral-Noctra-12B</a>,
<a href="https://huggingface.co/Vortex5/NoctyxCosma-12B" style="color:#3c4b6e;">NoctyxCosma-12B</a>,
and
<a href="https://huggingface.co/SuperbEmphasis/MN-12b-RP-Ink-RP-Longform" style="color:#3c4b6e;">MN-12b-RP-Ink-RP-Longform</a>
using a custom merge method.
</p>
<details class="details">
<summary><span>Merge configuration</span></summary>
<pre>
base_model: Vortex5/Scarlet-Seraph-12B
models:
- model: Vortex5/Maroon-Sunset-12B
- model: Vortex5/Astral-Noctra-12B
- model: Vortex5/NoctyxCosma-12B
- model: SuperbEmphasis/MN-12b-RP-Ink-RP-Longform
merge_method: hpq
chat_template: auto
parameters:
strength: 0.8
flavor: 0.48
steps: 10
cube_dims: 20
paradox: 0.45
boost: 0.50
dtype: float32
out_dtype: bfloat16
tokenizer:
source: Vortex5/Scarlet-Seraph-12B
</pre>
</details>
</section>
<section class="card-section">
<h2 class="section-title">Intended Use</h2>
<p class="section-intro">
Intended for storytelling, roleplay, and creative writing.
</p>
<div class="tag-row">
<div class="tag-item">
<span class="tag-icon">📜</span>
<span class="tag-main">Storytelling</span>
<span class="tag-sub">Long-form narrative worlds</span>
</div>
<div class="tag-item">
<span class="tag-icon">🎭</span>
<span class="tag-main">Roleplay</span>
<span class="tag-sub">Character-focused interaction</span>
</div>
<div class="tag-item">
<span class="tag-icon">🖋️</span>
<span class="tag-main">Creative Writing</span>
<span class="tag-sub">Ideas, drafts, and scenes</span>
</div>
</div>
</section>
<div class="card-footer-divider"></div>
</section>
<style>
.card-container{
--parchment: #f8f5ec;
--ink: #1d1c18;
--ink-soft: rgba(29,28,24,.7);
--accent: #3c4b6e;
--accent-light: #6b7aa6;
--border: rgba(40,40,40,.25);
--border-strong: rgba(40,40,40,.45);
max-width: 1120px;
margin: 56px auto;
padding: 44px 42px 48px;
border-radius: 20px;
background:
linear-gradient(180deg, #faf9f4 0%, #f4f1e8 60%, #efece3 100%);
border: 1px solid var(--border-strong);
box-shadow:
0 18px 60px rgba(0,0,0,.20),
0 0 0 1px rgba(255,255,255,.45) inset;
font-family: "Iowan Old Style", "Georgia", serif;
color: var(--ink);
display: flex;
flex-direction: column;
gap: 40px;
position: relative;
}
.card-container::before{
content:"";
position:absolute;
inset:0;
pointer-events:none;
opacity:.18;
background-image:
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Ctext x='10' y='140' fill='%23b6b2a9' font-size='40' font-family='Georgia' opacity='.15'%3ELexicon%3C/text%3E%3C/svg%3E");
background-repeat: repeat;
mix-blend-mode: multiply;
}
.card-header{
text-align:center;
padding: 18px 10px 16px;
border-bottom: 1px solid var(--border);
}
.card-title{
margin:0;
font-weight:800;
font-size:clamp(1.38rem, 3.15vw, 2.25rem);
letter-spacing:.06em;
text-transform:uppercase;
color:var(--accent);
}
.card-subtitle{
margin:6px 0 0;
font-size:1rem;
letter-spacing:.04em;
color:var(--accent-light);
}
.card-image-box{
width:100%;
display:flex;
justify-content:center;
}
.card-image-box img{
width:100%;
max-width:960px;
border-radius:10px;
border:1px solid var(--border);
background:#f2f0e7;
box-shadow:
0 14px 32px rgba(0,0,0,.18),
0 0 0 1px rgba(0,0,0,.05) inset;
}
.card-divider,
.card-footer-divider{
height:1px;
background:linear-gradient(90deg,
transparent,
var(--accent-light),
var(--accent),
transparent);
opacity:.65;
}
.card-section{
padding:26px 26px 30px;
border:1px solid var(--border);
border-radius:14px;
background:
linear-gradient(180deg,#faf9f4a8,#f4f1e8aa 50%,#efede4a6);
}
.section-title{
margin:0 0 14px;
font-size:clamp(1.25rem,2vw,1.6rem);
font-weight:800;
letter-spacing:.10em;
text-transform:uppercase;
color:var(--accent);
display:inline-block;
padding:6px 12px;
border-bottom:2px solid var(--accent-light);
}
.section-intro{
margin-top:2px;
margin-bottom:14px;
font-size:1rem;
color:var(--ink-soft);
}
.card-section p{
font-size:1.05rem;
line-height:1.75;
margin:10px 0 8px;
}
.text-accent{
color:var(--accent);
font-weight:800;
}
.details{
margin-top:18px;
border:1px solid var(--border);
border-radius:10px;
background:#f4f2e9;
overflow:hidden;
}
.details summary{
cursor:pointer;
padding:10px 14px;
font-size:0.82rem;
font-weight:800;
text-transform:uppercase;
letter-spacing:.12em;
color:var(--accent);
border-bottom:1px solid var(--border);
}
.details summary::-webkit-details-marker{
display:none;
}
.details pre{
margin:0;
padding:14px 14px 16px;
font-family:ui-monospace,"JetBrains Mono","Consolas",monospace;
font-size:0.86rem;
line-height:1.6;
background:#f8f5ec;
color:#333;
overflow-x:auto;
}
.tag-row{
margin-top:18px;
display:flex;
justify-content:center;
align-items:center;
gap:14px;
flex-wrap:nowrap;
overflow-x:auto;
overflow-y:hidden;
padding:2px;
}
.tag-item{
flex-shrink:0;
width:160px;
height:110px;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;
border:1px solid var(--border-strong);
border-radius:8px;
background:#f8f5ec;
padding:10px 8px;
}
.tag-icon{
font-size:1.1rem;
margin-bottom:4px;
}
.tag-main{
font-size:0.7rem;
font-weight:700;
letter-spacing:.12em;
text-transform:uppercase;
color:var(--accent);
margin-bottom:3px;
}
.tag-sub{
font-size:0.82rem;
line-height:1.2;
color:var(--ink-soft);
max-width:130px;
opacity:.9;
white-space:normal;
}
@media(max-width:600px){
.tag-item{
width:140px;
height:100px;
}
.tag-icon{
font-size:1rem;
}
}
@media(max-width:600px){
.card-container{
padding:32px 20px 32px;
gap:32px;
}
.card-section{
padding:20px 18px 24px;
}
}
</style> |