初始化项目,由ModelHub XC社区提供模型
Model: Vortex5/Aurora-Mirage-12B Source: Original Platform
This commit is contained in:
316
README.md
Normal file
316
README.md
Normal file
@@ -0,0 +1,316 @@
|
||||
---
|
||||
base_model:
|
||||
- Vortex5/Crimson-Constellation-12B
|
||||
- Vortex5/Scarlet-Seraph-12B
|
||||
- Vortex5/Eclipsed-Prism-12B
|
||||
- Vortex5/Wicked-Nebula-12B
|
||||
library_name: transformers
|
||||
tags:
|
||||
- mergekit
|
||||
- merge
|
||||
- roleplay
|
||||
license: apache-2.0
|
||||
---
|
||||
<section class="shell">
|
||||
|
||||
<div class="banner">
|
||||
<h1 class="hero-title">Aurora-Mirage-12B</h1>
|
||||
</div>
|
||||
|
||||
<div class="visual-frame">
|
||||
<img src="https://cdn-uploads.huggingface.co/production/uploads/6669a3a617b838fda45637b8/CWDBtO5KVwfpekGt0UjCX.png">
|
||||
</div>
|
||||
|
||||
<div class="rule"></div>
|
||||
|
||||
<section class="panel">
|
||||
<h2 class="section-heading">Overview</h2>
|
||||
|
||||
<p>
|
||||
<strong class="focus">Aurora-Mirage-12B</strong> was created by merging
|
||||
<a href="https://huggingface.co/Vortex5/Scarlet-Seraph-12B" class="ref-link">Scarlet-Seraph-12B</a>,
|
||||
<a href="https://huggingface.co/Vortex5/Crimson-Constellation-12B" class="ref-link">Crimson-Constellation-12B</a>,
|
||||
<a href="https://huggingface.co/Vortex5/Wicked-Nebula-12B" class="ref-link">Wicked-Nebula-12B</a>,
|
||||
and
|
||||
<a href="https://huggingface.co/Vortex5/Eclipsed-Prism-12B" class="ref-link">Eclipsed-Prism-12B</a>, using a custom method.
|
||||
</p>
|
||||
|
||||
<details class="dropbox">
|
||||
<summary>Merge configuration</summary>
|
||||
<pre>
|
||||
base_model: Vortex5/Scarlet-Seraph-12B
|
||||
models:
|
||||
- model: Vortex5/Crimson-Constellation-12B
|
||||
- model: Vortex5/Wicked-Nebula-12B
|
||||
- model: Vortex5/Eclipsed-Prism-12B
|
||||
merge_method: rhcr
|
||||
chat_template: chatml
|
||||
dtype: float32
|
||||
out_dtype: bfloat16
|
||||
parameters:
|
||||
strength: 0.6
|
||||
flavor: 0.4
|
||||
novelty: 0.3
|
||||
rank: 3
|
||||
critic: 0.65
|
||||
tokenizer:
|
||||
source: Vortex5/Scarlet-Seraph-12B
|
||||
</pre>
|
||||
</details>
|
||||
</section>
|
||||
|
||||
<section class="panel">
|
||||
<h2 class="section-heading">Intended Use</h2>
|
||||
|
||||
<div class="stack">
|
||||
<div class="feature-box">
|
||||
<span class="feature-main">Storytelling</span>
|
||||
<span class="feature-sub">Structured long-form narrative</span>
|
||||
</div>
|
||||
|
||||
<div class="feature-box">
|
||||
<span class="feature-main">Roleplay</span>
|
||||
<span class="feature-sub">Emotion-forward interaction</span>
|
||||
</div>
|
||||
|
||||
<div class="feature-box">
|
||||
<span class="feature-main">Creative Writing</span>
|
||||
<span class="feature-sub">Atmospheric fiction</span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="rule"></div>
|
||||
|
||||
</section>
|
||||
|
||||
<style>
|
||||
|
||||
.shell{
|
||||
--bg:#07131d;
|
||||
--panel:#0d1d2b;
|
||||
--panel-2:#13283a;
|
||||
--ink:#eef7ff;
|
||||
--muted:#9fb7c9;
|
||||
|
||||
--line:#5fd1ff;
|
||||
--line-soft:#7e7bff;
|
||||
--glow:#9ef3ff;
|
||||
--wash:#7a8cff;
|
||||
|
||||
--spectrum:linear-gradient(90deg,#5fd1ff,#7e7bff,#9ef3ff);
|
||||
|
||||
max-width:1100px;
|
||||
margin:48px auto;
|
||||
padding:46px;
|
||||
|
||||
color:var(--ink);
|
||||
font-family:"Space Grotesk","Trebuchet MS",sans-serif;
|
||||
|
||||
background:
|
||||
radial-gradient(circle at 18% 18%, rgba(95,209,255,0.20), transparent 38%),
|
||||
radial-gradient(circle at 82% 20%, rgba(126,123,255,0.18), transparent 34%),
|
||||
radial-gradient(circle at 50% 80%, rgba(158,243,255,0.10), transparent 42%),
|
||||
linear-gradient(180deg,#07131d,#091722 55%,#06111a);
|
||||
|
||||
border:1px solid rgba(95,209,255,0.26);
|
||||
border-radius:22px;
|
||||
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
gap:34px;
|
||||
}
|
||||
|
||||
.banner{
|
||||
text-align:center;
|
||||
padding-bottom:14px;
|
||||
border-bottom:1px solid rgba(255,255,255,0.06);
|
||||
}
|
||||
|
||||
.hero-title{
|
||||
margin:0;
|
||||
font-size:clamp(1.5rem,3.8vw,2.7rem);
|
||||
font-weight:700;
|
||||
letter-spacing:.18em;
|
||||
text-transform:uppercase;
|
||||
display:inline-block;
|
||||
position:relative;
|
||||
|
||||
color:transparent;
|
||||
background:linear-gradient(120deg,#9ef3ff 0%,#5fd1ff 35%,#7e7bff 70%,#d6f7ff 100%);
|
||||
-webkit-background-clip:text;
|
||||
background-clip:text;
|
||||
|
||||
text-shadow:0 0 18px rgba(95,209,255,0.20);
|
||||
}
|
||||
|
||||
.hero-title::after{
|
||||
content:"";
|
||||
position:absolute;
|
||||
left:50%;
|
||||
bottom:-9px;
|
||||
transform:translateX(-50%);
|
||||
width:64%;
|
||||
height:2px;
|
||||
border-radius:999px;
|
||||
background:var(--spectrum);
|
||||
}
|
||||
|
||||
.visual-frame{
|
||||
display:flex;
|
||||
justify-content:center;
|
||||
}
|
||||
|
||||
.visual-frame img{
|
||||
width:100%;
|
||||
max-width:880px;
|
||||
display:block;
|
||||
|
||||
border:1px solid rgba(255,255,255,0.08);
|
||||
border-radius:16px;
|
||||
background:var(--panel-2);
|
||||
|
||||
box-shadow:
|
||||
0 10px 30px rgba(0,0,0,0.38),
|
||||
0 0 18px rgba(126,123,255,0.12);
|
||||
}
|
||||
|
||||
.rule{
|
||||
width:100%;
|
||||
height:2px;
|
||||
border-radius:999px;
|
||||
background:var(--spectrum);
|
||||
opacity:.95;
|
||||
}
|
||||
|
||||
.panel{
|
||||
padding:28px 30px;
|
||||
border:1px solid rgba(95,209,255,0.18);
|
||||
border-radius:18px;
|
||||
|
||||
background:
|
||||
linear-gradient(180deg,rgba(19,40,58,0.92),rgba(10,24,35,0.96));
|
||||
|
||||
box-shadow:
|
||||
inset 0 1px 0 rgba(255,255,255,0.03),
|
||||
0 12px 24px rgba(0,0,0,0.24);
|
||||
}
|
||||
|
||||
.section-heading{
|
||||
margin:0 0 14px;
|
||||
font-size:1.15rem;
|
||||
font-weight:700;
|
||||
letter-spacing:.14em;
|
||||
text-transform:uppercase;
|
||||
color:#b9f4ff;
|
||||
font-family:"Outfit","Segoe UI",sans-serif;
|
||||
}
|
||||
|
||||
.panel p{
|
||||
margin:10px 0;
|
||||
line-height:1.75;
|
||||
color:var(--muted);
|
||||
}
|
||||
|
||||
.focus{
|
||||
color:#dffbff;
|
||||
font-weight:700;
|
||||
}
|
||||
|
||||
.ref-link{
|
||||
color:#7edfff;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.ref-link:hover{
|
||||
color:#c9f7ff;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.dropbox{
|
||||
margin-top:18px;
|
||||
border:1px solid rgba(126,123,255,0.22);
|
||||
border-radius:14px;
|
||||
overflow:hidden;
|
||||
background:rgba(7,16,24,0.76);
|
||||
}
|
||||
|
||||
.dropbox summary{
|
||||
padding:12px 16px;
|
||||
cursor:pointer;
|
||||
font-size:.84rem;
|
||||
font-weight:700;
|
||||
text-transform:uppercase;
|
||||
letter-spacing:.1em;
|
||||
color:#9feaff;
|
||||
background:linear-gradient(90deg,rgba(95,209,255,0.08),rgba(126,123,255,0.10));
|
||||
}
|
||||
|
||||
.dropbox pre{
|
||||
margin:0;
|
||||
padding:18px;
|
||||
overflow-x:auto;
|
||||
font-size:.84rem;
|
||||
line-height:1.6;
|
||||
color:#dff4ff;
|
||||
background:#071019;
|
||||
font-family:"JetBrains Mono","Consolas",monospace;
|
||||
}
|
||||
|
||||
.stack{
|
||||
display:flex;
|
||||
flex-wrap:wrap;
|
||||
gap:18px;
|
||||
margin-top:16px;
|
||||
}
|
||||
|
||||
.feature-box{
|
||||
flex:1 1 200px;
|
||||
padding:18px;
|
||||
border-radius:14px;
|
||||
|
||||
background:rgba(255,255,255,0.04);
|
||||
border:1px solid rgba(95,209,255,0.18);
|
||||
|
||||
text-align:center;
|
||||
|
||||
box-shadow:0 8px 18px rgba(0,0,0,0.25);
|
||||
|
||||
transition:transform .15s ease, border-color .15s ease;
|
||||
}
|
||||
|
||||
.feature-box:hover{
|
||||
transform:translateY(-2px);
|
||||
border-color:rgba(158,243,255,0.4);
|
||||
box-shadow:0 10px 22px rgba(0,0,0,0.28);
|
||||
}
|
||||
|
||||
.feature-main{
|
||||
display:block;
|
||||
margin-bottom:7px;
|
||||
font-size:.98rem;
|
||||
font-weight:700;
|
||||
letter-spacing:.08em;
|
||||
text-transform:uppercase;
|
||||
color:#9feaff;
|
||||
}
|
||||
|
||||
.feature-sub{
|
||||
display:block;
|
||||
font-size:.92rem;
|
||||
line-height:1.55;
|
||||
color:var(--muted);
|
||||
}
|
||||
|
||||
@media (max-width:600px){
|
||||
.shell{
|
||||
padding:28px 20px;
|
||||
gap:26px;
|
||||
}
|
||||
|
||||
.panel{
|
||||
padding:20px;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user