Amber-Starlight-12B / README.md
Vortex5's picture
Update README.md
82be655 verified
---
base_model:
- Vortex5/Lunar-Twilight-12B
- Vortex5/Hollow-Aether-12B
- Vortex5/Nova-Mythra-12B
- DreadPoor/Strawberry_Smoothie-12B-Model_Stock
- Vortex5/Shining-Seraph-12B
library_name: transformers
tags:
- mergekit
- merge
- roleplay
license: apache-2.0
---
<section class="panel-container">
<div class="panel-header">
<h1 class="panel-title">Amber-Starlight-12B</h1>
</div>
<div class="panel-image-box">
<img src="https://cdn-uploads.huggingface.co/production/uploads/6669a3a617b838fda45637b8/73D-imShf8xf19aMLpz-V.png">
</div>
<div class="panel-divider"></div>
<section class="panel-section">
<h2 class="section-title">Overview</h2>
<p>
<strong class="name-highlight">Amber-Starlight-12B</strong> was created by meging
<a href="https://huggingface.co/DreadPoor/Strawberry_Smoothie-12B-Model_Stock" class="origin-link">Strawberry_Smoothie-12B-Model_Stock</a>,
<a href="https://huggingface.co/Vortex5/Lunar-Twilight-12B" class="origin-link">Lunar-Twilight-12B</a>,
<a href="https://huggingface.co/Vortex5/Hollow-Aether-12B" class="origin-link">Hollow-Aether-12B</a>,
<a href="https://huggingface.co/Vortex5/Nova-Mythra-12B" class="origin-link">Nova-Mythra-12B</a>,
and
<a href="https://huggingface.co/Vortex5/Shining-Seraph-12B" class="origin-link">Shining-Seraph-12B</a>.
using a custom merge method.
</p>
<details class="config-box">
<summary><span>Merge Configuration</span></summary>
<pre>
models:
- model: DreadPoor/Strawberry_Smoothie-12B-Model_Stock
- model: Vortex5/Lunar-Twilight-12B
- model: Vortex5/Hollow-Aether-12B
- model: Vortex5/Nova-Mythra-12B
- model: Vortex5/Shining-Seraph-12B
merge_method: saef
chat_template: auto
parameters:
paradox: 0.4
strength: 0.9
boost: 0.5
modes: 2
dtype: float32
out_dtype: bfloat16
tokenizer:
source: Vortex5/Shining-Seraph-12B
</pre>
</details>
</section>
<section class="panel-section">
<h2 class="section-title">Prose</h2>
<p class="section-note">
I tested the model with an LLM using neutral prompts to summarize its narrative style.
</p>
<p>
Amber-Starlight writes in a warm, readable, and emotionally sincere style. Scenes tend to unfold with gentle pacing, clear visuals, and a
focus on small-scale relationships rather than spectacle or heavy genre tropes. It reads like a cozy realist storyteller—soft-spoken,
human-focused, and grounded in everyday detail. The model handles sentiment and character interactions cleanly without sliding into
purple prose or over-complex structure. While not experimental or edgy, it excels at approachable, heartfelt narrative that feels lived-in and sincere.
</p>
</section>
<section class="panel-section">
<h2 class="section-title">Intended Use</h2>
<p class="section-note">
Suited for creative tasks of imaginative lineage.
</p>
<div class="tag-grid">
<div class="tag-item">
<span class="tag-icon">📜</span>
<span class="tag-main">Storytelling</span>
<span class="tag-sub">Long-form narrative</span>
</div>
<div class="tag-item">
<span class="tag-icon">🎭</span>
<span class="tag-main">Roleplay</span>
<span class="tag-sub">Character interaction</span>
</div>
<div class="tag-item">
<span class="tag-icon">🖋️</span>
<span class="tag-main">Creative Writing</span>
<span class="tag-sub">Scenes & Ideas</span>
</div>
</div>
</section>
<div class="panel-divider"></div>
</section>
<style>
.panel-container {
--bg: #1a1612;
--fg: #f0e6d2;
--fg-soft: rgba(240,230,210,0.75);
--accent: #ffb048;
--accent2: #ffd48b;
--line: rgba(255,200,120,0.45);
max-width: 1080px;
margin: 46px auto;
padding: 40px 42px 48px;
border-radius: 18px;
background:
radial-gradient(circle at 20% 20%, rgba(255,190,120,0.22) 0%, transparent 50%),
radial-gradient(circle at 85% 90%, rgba(255,150,70,0.18) 0%, transparent 55%),
var(--bg);
color: var(--fg);
font-family: "Inter","Segoe UI",sans-serif;
display: flex;
flex-direction: column;
gap: 38px;
}
.panel-header {
text-align: center;
padding-bottom: 16px;
border-bottom: 1px solid var(--line);
}
.panel-title {
margin: 0;
font-weight: 700;
font-size: clamp(1.6rem, 3.8vw, 2.7rem);
letter-spacing: 0.035em;
color: var(--accent2);
}
.panel-image-box {
width: 100%;
display: flex;
justify-content: center;
}
.panel-image-box img {
width: 100%;
max-width: 900px;
border-radius: 12px;
border: 1px solid rgba(255,240,200,0.22);
background: rgba(255,240,220,0.05);
}
.panel-divider {
width: 100%;
height: 1px;
background: var(--accent2);
opacity: .8;
}
.panel-section {
padding: 22px 24px 30px;
background: rgba(255,240,220,0.07);
border-radius: 14px;
border: 1px solid rgba(255,240,220,0.15);
}
.section-title {
margin: 0 0 12px;
font-size: clamp(1.1rem, 2vw, 1.55rem);
font-weight: 600;
color: var(--accent);
letter-spacing: .08em;
}
.section-note {
margin: 6px 0 14px;
color: var(--fg-soft);
font-size: .98rem;
}
.name-highlight {
color: var(--accent);
font-weight: 700;
}
.origin-link {
color: var(--accent2);
text-decoration: none;
}
.origin-link:hover {
text-decoration: underline;
}
.config-box {
margin-top: 18px;
border: 1px solid rgba(255,240,220,0.15);
border-radius: 10px;
overflow: hidden;
}
.config-box summary {
cursor: pointer;
padding: 9px 12px;
font-size: .75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .12em;
background: rgba(255,240,200,0.12);
color: var(--accent);
}
.config-box pre {
margin: 0;
padding: 14px 12px;
font-size: .82rem;
line-height: 1.48;
font-family: ui-monospace, Consolas, monospace;
color: var(--fg);
background: rgba(255,240,220,0.06);
overflow-x: auto;
}
.tag-grid {
margin-top: 18px;
display: flex;
gap: 14px;
justify-content: center;
flex-wrap: nowrap;
overflow-x: auto;
}
.tag-item {
flex-shrink: 0;
width: 150px;
height: 100px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 9px;
border: 1px solid rgba(255,240,220,0.15);
background: rgba(255,240,220,0.10);
text-align: center;
}
.tag-icon {
font-size: 1rem;
margin-bottom: 4px;
}
.tag-main {
font-size: .70rem;
font-weight: 700;
letter-spacing: .12em;
color: var(--accent);
text-transform: uppercase;
margin-bottom: 3px;
}
.tag-sub {
font-size: .80rem;
color: var(--fg-soft);
line-height: 1.2;
max-width: 130px;
}
@media(max-width:600px){
.panel-container{ padding: 30px 20px 38px; gap: 30px; }
.panel-section{ padding: 18px 18px 24px; }
.tag-item{ width: 130px; height: 92px; }
}
</style>