base_model, library_name, tags, license
| base_model |
library_name |
tags |
license |
| Vortex5/Lunar-Twilight-12B |
| Vortex5/Abyssal-Seraph-12B |
| Vortex5/Maroon-Sunset-12B |
| Retreatcost/KansenSakura-Erosion-RP-12b |
|
transformers |
|
apache-2.0 |
Darklit-Maiden-12B
Overview
Darklit-Maiden-12B was created by merging
Abyssal-Seraph-12B,
Lunar-Twilight-12B,
KansenSakura-Erosion-RP-12b, and
Maroon-Sunset-12B, using a custom method.
Merge configuration
base_model: Vortex5/Abyssal-Seraph-12B
models:
- model: Vortex5/Lunar-Twilight-12B
- model: Retreatcost/KansenSakura-Erosion-RP-12b
- model: Vortex5/Maroon-Sunset-12B
merge_method: hpq
chat_template: auto
parameters:
strength: 0.8
flavor: 0.8
steps: 20
cube_dims: 42
paradox: 0.6
boost: 0.9
dtype: float32
out_dtype: bfloat16
tokenizer:
source: Vortex5/Abyssal-Seraph-12B
Intended Use
Roleplay
Emotion-forward interaction
Storytelling
Long-form narrative
Creative Writing
Atmospheric fiction
<style>
.card{
--bg:#0b0b0d;
--line:#2a2a2f;
--muted:#9a9a9a;
--accent:#3a0a10;
max-width:1100px;
margin:40px auto;
padding:32px;
font-family:Georgia,"Times New Roman",serif;
color:#e6e6e6;
background:var(--bg);
border:10px solid #050505;
outline:2px solid #3a0a10;
outline-offset:-6px;
border-radius:0;
display:flex;
flex-direction:column;
gap:28px;
}
.card-header{
text-align:center;
padding-bottom:14px;
border-bottom:1px solid #3a0a10;
}
.card-title{
margin:0;
font-size:clamp(1.5rem,3vw,2.2rem);
font-weight:700;
letter-spacing:.22em;
text-transform:uppercase;
color:#eaeaea;
text-shadow:
0 0 2px rgba(255,255,255,0.05),
0 0 6px rgba(110,15,26,0.25);
}
.card-image{
display:flex;
justify-content:center;
}
.card-image img{
width:100%;
max-width:820px;
border-radius:0;
border:1px solid #6e0f1a;
background:#111;
}
.divider{
height:1px;
background:linear-gradient(
90deg,
transparent,
var(--accent),
transparent
);
opacity:.7;
}
.box{
padding:22px;
background:#09090b;
border:1px solid #3a0a10;
border-radius:0;
box-shadow:
inset 0 1px 0 rgba(255,255,255,0.015),
inset 0 0 0 1px rgba(0,0,0,0.6);
}
.box-title{
margin:0 0 14px;
font-size:1rem;
font-weight:700;
letter-spacing:.18em;
text-transform:uppercase;
color:#dcdcdc;
border-bottom:1px solid var(--accent);
padding-bottom:6px;
}
.box p{
margin:10px 0;
line-height:1.7;
color:var(--muted);
}
.highlight{
color:#d6d6d6;
font-weight:600;
}
.accent{
color:#c24a5a;
font-weight:700;
}
.collapse{
margin-top:16px;
background:#09090b;
border:1px solid #3a0a10;
border-radius:0;
box-shadow:
inset 0 0 0 1px rgba(0,0,0,0.6);
}
.collapse summary{
padding:10px 14px;
cursor:pointer;
font-size:.75rem;
font-weight:700;
letter-spacing:.12em;
text-transform:uppercase;
color:#e6e6e6;
background:#0d0d0f;
border-bottom:1px solid #3a0a10;
}
.collapse pre{
margin:0;
padding:16px;
background:#060607;
color:#dcdcdc;
border-top:1px solid #3a0a10;
font-size:.82rem;
line-height:1.6;
overflow-x:auto;
font-family:Consolas,"Courier New",monospace;
}
.grid{
display:flex;
flex-wrap:wrap;
gap:16px;
margin-top:12px;
}
.tile{
flex:1 1 200px;
padding:16px;
background:#09090b;
border:1px solid #3a0a10;
border-radius:0;
text-align:center;
transition:transform .12s ease, border-color .12s ease;
}
.tile:hover{
transform:translateY(-3px);
border-color:#6e0f1a;
}
.tile-main{
display:block;
margin-bottom:6px;
font-size:.9rem;
font-weight:700;
letter-spacing:.08em;
text-transform:uppercase;
color:#ffffff;
}
.tile-sub{
display:block;
font-size:.88rem;
color:var(--muted);
}
.link{
color:#a33a45;
text-decoration:none;
transition:color .15s ease;
}
.link:hover{
color:#c24a5a;
text-decoration:underline;
}
@media (max-width:600px){
.card{
padding:22px 16px;
}
.box{
padding:18px;
}
}
</style>