初始化项目,由ModelHub XC社区提供模型
Model: Vortex5/Elysian-Sunrise-12B Source: Original Platform
This commit is contained in:
323
README.md
Normal file
323
README.md
Normal file
@@ -0,0 +1,323 @@
|
||||
---
|
||||
base_model:
|
||||
- SuperbEmphasis/MN-12b-RP-Ink-RP-Longform
|
||||
- AuriAetherwiing/MN-12B-Starcannon-v3
|
||||
- LatitudeGames/Muse-12B
|
||||
- ArliAI/Mistral-Nemo-12B-ArliAI-RPMax-v1.2
|
||||
- yamatazen/EtherealAurora-12B-Lorablated
|
||||
- elinas/Chronos-Gold-12B-1.0
|
||||
library_name: transformers
|
||||
tags:
|
||||
- mergekit
|
||||
- merge
|
||||
- roleplay
|
||||
license: apache-2.0
|
||||
---
|
||||
<section class="model-card">
|
||||
<div class="header">
|
||||
<div class="title-frame">
|
||||
<h1 class="title">ELYSIAN-SUNRISE-12B</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="image-container">
|
||||
<img src="cover.jpg">
|
||||
</div>
|
||||
<div class="divider"></div>
|
||||
<section class="box">
|
||||
<h2 class="box-title">OVERVIEW</h2>
|
||||
<p>
|
||||
<strong class="highlight">Elysian-Sunrise-12B</strong> was created by merging
|
||||
<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/elinas/Chronos-Gold-12B-1.0" class="link">Chronos-Gold-12B-1.0</a>,
|
||||
<a href="https://huggingface.co/ArliAI/Mistral-Nemo-12B-ArliAI-RPMax-v1.2" class="link">Mistral-Nemo-12B-ArliAI-RPMax-v1.2</a>,
|
||||
<a href="https://huggingface.co/yamatazen/EtherealAurora-12B-Lorablated" class="link">EtherealAurora-12B-Lorablated</a>,
|
||||
<a href="https://huggingface.co/AuriAetherwiing/MN-12B-Starcannon-v3" class="link">MN-12B-Starcannon-v3</a>, and
|
||||
<a href="https://huggingface.co/LatitudeGames/Muse-12B" class="link">Muse-12B</a>,
|
||||
using a custom method.
|
||||
</p>
|
||||
<details class="collapse">
|
||||
<summary>MERGE CONFIGURATION</summary>
|
||||
<pre>
|
||||
base_model: SuperbEmphasis/MN-12b-RP-Ink-RP-Longform
|
||||
models:
|
||||
- model: elinas/Chronos-Gold-12B-1.0
|
||||
- model: ArliAI/Mistral-Nemo-12B-ArliAI-RPMax-v1.2
|
||||
- model: yamatazen/EtherealAurora-12B-Lorablated
|
||||
- model: AuriAetherwiing/MN-12B-Starcannon-v3
|
||||
- model: LatitudeGames/Muse-12B
|
||||
merge_method: hcr
|
||||
chat_template: auto
|
||||
parameters:
|
||||
strength: 0.9
|
||||
retention: 0.6
|
||||
novelty: 0.36
|
||||
stability: 0.7
|
||||
dtype: float32
|
||||
out_dtype: bfloat16
|
||||
tokenizer:
|
||||
source: union
|
||||
</pre>
|
||||
</details>
|
||||
</section>
|
||||
<section class="box last-box">
|
||||
<h2 class="box-title">INTENDED USE</h2>
|
||||
<div class="grid">
|
||||
<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">STORYTELLING</span>
|
||||
<span class="tile-sub">Atmospheric long-form narrative</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>
|
||||
.model-card {
|
||||
max-width: 1100px;
|
||||
margin: 40px auto;
|
||||
padding: 48px 38px 56px;
|
||||
font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
|
||||
color: #3c2f25;
|
||||
background: #f8f5ef;
|
||||
border: 5px solid #b8860b;
|
||||
border-radius: 8px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.model-card::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background-image:
|
||||
linear-gradient(90deg, rgba(120, 80, 30, 0.075) 1px, transparent 1px),
|
||||
linear-gradient(rgba(120, 80, 30, 0.075) 1px, transparent 1px),
|
||||
linear-gradient(135deg, rgba(105, 70, 25, 0.04) 1px, transparent 1px),
|
||||
radial-gradient(circle at 20% 30%, rgba(180, 130, 40, 0.06) 0.8px, transparent 1.5px),
|
||||
radial-gradient(circle at 70% 80%, rgba(150, 105, 35, 0.05) 1px, transparent 1.8px),
|
||||
radial-gradient(circle at 40% 90%, rgba(165, 115, 40, 0.045) 0.7px, transparent 2px);
|
||||
background-size:
|
||||
28px 28px,
|
||||
28px 28px,
|
||||
42px 42px,
|
||||
95px 95px,
|
||||
73px 73px,
|
||||
110px 110px;
|
||||
background-position:
|
||||
0 0,
|
||||
0 0,
|
||||
12px 12px,
|
||||
5px 18px,
|
||||
45px 62px,
|
||||
78px 33px;
|
||||
opacity: 0.92;
|
||||
pointer-events: none;
|
||||
z-index: 0;
|
||||
mix-blend-mode: multiply;
|
||||
}
|
||||
|
||||
.header {
|
||||
text-align: center;
|
||||
padding-bottom: 28px;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.title-frame {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.title {
|
||||
margin: 0;
|
||||
font-family: Georgia, "Times New Roman", serif;
|
||||
font-size: clamp(1.65rem, 4.1vw, 2.45rem);
|
||||
font-weight: 900;
|
||||
letter-spacing: 0.13em;
|
||||
text-transform: uppercase;
|
||||
color: #b8860b;
|
||||
text-shadow:
|
||||
0 0 6px rgba(232, 190, 80, 0.55),
|
||||
0 0 14px rgba(200, 150, 50, 0.4),
|
||||
2px 2px 0 rgba(55, 35, 10, 0.3);
|
||||
line-height: 1.05;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.image-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
margin-bottom: 36px;
|
||||
}
|
||||
|
||||
.image-container img {
|
||||
width: 100%;
|
||||
max-width: 820px;
|
||||
border-radius: 10px;
|
||||
border: 5px solid #d4af37;
|
||||
box-shadow:
|
||||
0 25px 65px -20px rgba(184, 134, 11, 0.5),
|
||||
0 0 45px -15px rgba(232, 190, 80, 0.35);
|
||||
}
|
||||
|
||||
.divider {
|
||||
height: 3px;
|
||||
margin: 42px 0;
|
||||
background: linear-gradient(90deg,
|
||||
transparent,
|
||||
#b8860b 25%,
|
||||
#e8c55a 50%,
|
||||
#b8860b 75%,
|
||||
transparent
|
||||
);
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.box {
|
||||
padding: 34px;
|
||||
background: rgba(248, 245, 239, 0.96);
|
||||
border: 2px solid #b8860b;
|
||||
border-radius: 8px;
|
||||
box-shadow:
|
||||
inset 0 5px 0 rgba(255,255,255,0.65),
|
||||
0 15px 40px -15px rgba(140, 90, 10, 0.4);
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
backdrop-filter: blur(6px);
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
.last-box {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.box-title {
|
||||
margin: 0 0 22px;
|
||||
font-size: 1.25rem;
|
||||
font-weight: 800;
|
||||
letter-spacing: 0.32em;
|
||||
text-transform: uppercase;
|
||||
color: #b8860b;
|
||||
border-bottom: 3px solid #e8c55a;
|
||||
padding-bottom: 14px;
|
||||
display: inline-block;
|
||||
text-shadow: 0 0 8px rgba(232, 190, 80, 0.45);
|
||||
}
|
||||
|
||||
.box p {
|
||||
margin: 16px 0 22px;
|
||||
line-height: 1.82;
|
||||
color: #3c2f25;
|
||||
font-size: 1.07rem;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
color: #d4af37;
|
||||
font-weight: 700;
|
||||
text-shadow: 0 0 8px rgba(232, 190, 80, 0.45);
|
||||
}
|
||||
|
||||
.collapse {
|
||||
margin-top: 26px;
|
||||
background: #f4f0e8;
|
||||
border: 2px solid #b8860b;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.collapse summary {
|
||||
padding: 20px 26px;
|
||||
cursor: pointer;
|
||||
font-size: 0.9rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.22em;
|
||||
text-transform: uppercase;
|
||||
color: #b8860b;
|
||||
background: rgba(244, 240, 232, 0.95);
|
||||
border-bottom: 2px solid #e8c55a;
|
||||
}
|
||||
|
||||
.collapse pre {
|
||||
margin: 0;
|
||||
padding: 26px;
|
||||
background: #ede8df;
|
||||
color: #4a4338;
|
||||
font-size: 0.9rem;
|
||||
line-height: 1.7;
|
||||
font-family: ui-monospace, monospace;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.grid {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 24px;
|
||||
margin-top: 22px;
|
||||
}
|
||||
|
||||
.tile {
|
||||
flex: 1 1 245px;
|
||||
padding: 28px 24px;
|
||||
background: #f8f5ef;
|
||||
border: 2px solid #b8860b;
|
||||
border-radius: 8px;
|
||||
text-align: center;
|
||||
transition: all 0.35s cubic-bezier(0.25, 1, 0.3, 1);
|
||||
}
|
||||
|
||||
.tile:hover {
|
||||
transform: translateY(-6px) scale(1.04);
|
||||
border-color: #e8c55a;
|
||||
box-shadow: 0 20px 45px -15px rgba(184, 134, 11, 0.4);
|
||||
}
|
||||
|
||||
.tile-main {
|
||||
display: block;
|
||||
margin-bottom: 12px;
|
||||
font-size: 1.16rem;
|
||||
font-weight: 800;
|
||||
letter-spacing: 0.14em;
|
||||
text-transform: uppercase;
|
||||
color: #2c251d;
|
||||
}
|
||||
|
||||
.tile-sub {
|
||||
display: block;
|
||||
font-size: 0.96rem;
|
||||
color: #6b5d4e;
|
||||
line-height: 1.55;
|
||||
}
|
||||
|
||||
.link {
|
||||
color: #d4af37;
|
||||
text-decoration: none;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.link:hover {
|
||||
color: #e8c55a;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@media (max-width: 650px) {
|
||||
.model-card {
|
||||
padding: 32px 22px 42px;
|
||||
margin: 20px 10px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
.box {
|
||||
padding: 26px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user