Wicked-Nebula-12B / README.md
Vortex5's picture
Update README.md
22c021c verified
---
base_model:
- Vortex5/Astral-Noctra-12B
- Vortex5/Lunar-Twilight-12B
- TheDrummer/Rocinante-X-12B-v1
- Vortex5/Hollow-Aether-12B
- SuperbEmphasis/MN-12b-RP-Ink-RP-Longform
library_name: transformers
tags:
- mergekit
- merge
- roleplay
license: apache-2.0
---
<section class="container">
<div class="header">
<h1 class="title-main">Wicked-Nebula-12B</h1>
</div>
<div class="image-box">
<img src="https://cdn-uploads.huggingface.co/production/uploads/6669a3a617b838fda45637b8/Fv0Ch-9XOLG14kGcAghw1.png">
</div>
<div class="divider"></div>
<section class="card">
<h2 class="card-title">Overview</h2>
<p>
<strong class="highlight">Wicked-Nebula-12B</strong> was created by merging
<a href="https://huggingface.co/Vortex5/Hollow-Aether-12B" class="link">Hollow-Aether-12B</a>,
<a href="https://huggingface.co/SuperbEmphasis/MN-12b-RP-Ink-RP-Longform" class="link">MN-12b-RP-Ink-RP-Longform</a>,
<a href="https://huggingface.co/Vortex5/Lunar-Twilight-12B" class="link">Lunar-Twilight-12B</a>,
<a href="https://huggingface.co/Vortex5/Astral-Noctra-12B" class="link">Astral-Noctra-12B</a>,
and
<a href="https://huggingface.co/TheDrummer/Rocinante-X-12B-v1" class="link">Rocinante-X-12B-v1</a>, using a custom method.
</p>
<details class="config">
<summary>Merge configuration</summary>
<pre>
base_model: Vortex5/Hollow-Aether-12B
models:
- model: SuperbEmphasis/MN-12b-RP-Ink-RP-Longform
- model: Vortex5/Lunar-Twilight-12B
- model: Vortex5/Astral-Noctra-12B
- model: TheDrummer/Rocinante-X-12B-v1
merge_method: smcos
chat_template: auto
parameters:
strength: 0.6
select: 0.72
novelty: 0.33
shape: 0.4
stability: 0.74
dtype: float32
out_dtype: bfloat16
tokenizer:
source: Vortex5/Hollow-Aether-12B
</pre>
</details>
</section>
<section class="card">
<h2 class="card-title">Intended Use</h2>
<div class="grid">
<div class="tile">
<span class="tile-main">Storytelling</span>
<span class="tile-sub">Structured long-form narrative</span>
</div>
<div class="tile">
<span class="tile-main">Roleplay</span>
<span class="tile-sub">Emotion-forward interaction</span>
</div>
<div class="tile">
<span class="tile-main">Creative Writing</span>
<span class="tile-sub">Atmospheric fiction</span>
</div>
</div>
</section>
<div class="divider"></div>
</section>
<style>
.container{
--bg:#05030a;
--panel:#0d0816;
--soft:#140d22;
--text:#f1eaff;
--text-dim:#b9a9d6;
--accent:#b06cff;
--accent2:#7c3cff;
--accent3:#d7b3ff;
--grad:linear-gradient(90deg,#7c3cff,#b06cff,#d7b3ff);
max-width:1100px;
margin:50px auto;
padding:48px;
border:1px solid rgba(124,60,255,0.35);
background:
radial-gradient(circle at 20% 15%, rgba(124,60,255,0.25), transparent 45%),
radial-gradient(circle at 80% 85%, rgba(176,108,255,0.18), transparent 50%),
radial-gradient(circle at 50% 50%, rgba(215,179,255,0.08), transparent 60%),
var(--bg);
color:var(--text);
font-family:"Inter","Segoe UI",sans-serif;
display:flex;
flex-direction:column;
gap:36px;
box-shadow:
0 0 0 1px rgba(124,60,255,0.2),
0 0 20px rgba(124,60,255,0.15);
}
.header{
text-align:center;
padding-bottom:12px;
border-bottom:1px solid rgba(255,255,255,0.06);
}
.title-main{
margin:0;
font-size:clamp(1.45rem,3.8vw,2.5rem);
font-weight:800;
letter-spacing:.12em;
text-transform:uppercase;
position:relative;
display:inline-block;
color:transparent;
background:linear-gradient(120deg,#7c3cff,#b06cff,#d7b3ff);
-webkit-background-clip:text;
background-clip:text;
text-shadow:
0 0 10px rgba(124,60,255,0.35);
}
.title-main::after{
content:"";
position:absolute;
left:50%;
bottom:-8px;
transform:translateX(-50%);
width:60%;
height:2px;
background:var(--grad);
}
.image-box{
display:flex;
justify-content:center;
}
.image-box img{
width:100%;
max-width:880px;
border:1px solid rgba(255,255,255,0.08);
background:var(--soft);
box-shadow:
0 8px 0 rgba(0,0,0,0.8),
0 0 10px rgba(124,60,255,0.2);
}
.divider{
height:2px;
width:100%;
background:var(--grad);
opacity:1;
}
.card{
background:linear-gradient(180deg,#0d0816,#090513);
padding:26px 28px;
border:1px solid #6f3cff;
box-shadow:
0 6px 0 rgba(0,0,0,0.8),
0 0 10px rgba(124,60,255,0.25);
}
.card-title{
margin:0 0 12px;
font-size:1.25rem;
letter-spacing:.12em;
text-transform:uppercase;
color:#caa6ff;
}
.card p{
margin:10px 0;
line-height:1.7;
color:var(--text-dim);
}
.highlight{
color:var(--accent2);
font-weight:700;
}
.link{
color:var(--accent);
text-decoration:none;
}
.link:hover{
text-decoration:underline;
}
.method{
color:var(--accent3);
font-weight:600;
}
.config{
margin-top:16px;
border:1px solid rgba(124,60,255,0.25);
background:#080511;
}
.config summary{
padding:10px 14px;
cursor:pointer;
font-size:.85rem;
text-transform:uppercase;
letter-spacing:.08em;
font-weight:600;
color:var(--accent2);
background:#0d0816;
}
.config pre{
margin:0;
padding:16px;
font-family:ui-monospace,Consolas,monospace;
font-size:.85rem;
overflow-x:auto;
background:#040308;
color:#dfe6ff;
}
.grid{
display:flex;
gap:16px;
flex-wrap:wrap;
margin-top:14px;
}
.tile{
flex:1 1 180px;
padding:16px;
background:var(--soft);
border:1px solid rgba(124,60,255,0.25);
text-align:center;
box-shadow:
inset 0 0 0 1px rgba(255,255,255,0.03);
}
.tile:hover{
transform:translateY(-2px);
border-color:#b06cff;
box-shadow:
0 4px 0 rgba(0,0,0,0.8),
0 0 10px rgba(124,60,255,0.25);
}
.tile-main{
display:block;
font-weight:700;
text-transform:uppercase;
letter-spacing:.07em;
color:var(--accent);
margin-bottom:6px;
}
.tile-sub{
font-size:.9rem;
color:var(--text-dim);
}
@media(max-width:600px){
.container{
padding:28px 20px;
}
.card{
padding:20px;
}
}
</style>