Files
Silver-Siren-12B/README.md
ModelHub XC 7495a6d367 初始化项目,由ModelHub XC社区提供模型
Model: Vortex5/Silver-Siren-12B
Source: Original Platform
2026-07-27 06:29:11 +08:00

8.4 KiB

base_model, library_name, tags, license
base_model library_name tags license
Vortex5/Stellar-Witch-12B
Vortex5/Elysian-Sunrise-12B
Vortex5/LunaMaid-12B
Vortex5/Shining-Prism-12B
ReadyArt/Dark-Nexus-12B-v2.0
allura-org/Tlacuilo-12B
transformers
mergekit
merge
roleplay
apache-2.0

Silver-Siren-12B

Overview

Silver-Siren-12B was created through a multi-stage merge combining Stellar-Witch-12B, Elysian-Sunrise-12B, LunaMaid-12B, Shining-Prism-12B, Dark-Nexus-12B-v2.0, and Tlacuilo-12B.

Multi-stage merge configuration
name: First
base_model: Vortex5/Stellar-Witch-12B
models:
  - model: Vortex5/Elysian-Sunrise-12B
merge_method: slerp
parameters:
  t: 0.5
dtype: float32
tokenizer:
  source: Vortex5/Stellar-Witch-12B
---
name: Second
base_model: Vortex5/LunaMaid-12B
models:
  - model: Vortex5/Shining-Prism-12B
  - model: ReadyArt/Dark-Nexus-12B-v2.0
  - model: allura-org/Tlacuilo-12B
merge_method: nexus
dtype: float32
tokenizer:
  source: Vortex5/LunaMaid-12B
---
models:
  - model: First
  - model: Second
merge_method: karcher
chat_template: auto
dtype: float32
out_dtype: bfloat16
parameters:
  tol: 1e-9
  max_iter: 1000
tokenizer:
  source: Vortex5/LunaMaid-12B

Intended Use

Roleplay Emotion-forward interaction
Storytelling Atmospheric long-form narrative
Creative Writing Atmospheric fiction
<style> .model-card { max-width: 1100px; margin: 40px auto; padding: 52px 40px 60px; font-family: "Georgia", "Times New Roman", serif; color: #e0e7ff; background: radial-gradient(circle at 22% 18%, rgba(20, 184, 166, 0.07) 0%, transparent 48%), radial-gradient(circle at 78% 82%, rgba(103, 232, 249, 0.05) 0%, transparent 52%), #0a1428; border: 4px solid #b8c4d4; border-radius: 16px; position: relative; overflow: hidden; } .model-card::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, #c0c7d1 1.1px, transparent 1.1px), radial-gradient(circle, #67e8f9 0.85px, transparent 0.85px), radial-gradient(circle, #94a3b8 1.35px, transparent 1.35px); background-position: 0 0, 38px 32px, 72px 18px, 95px 75px, 22px 105px; background-size: 95px 95px, 120px 105px, 80px 115px, 108px 88px, 68px 78px; opacity: 0.11; pointer-events: none; z-index: 0; animation: ocean-sparkle 24s linear infinite; } @keyframes ocean-sparkle { 0%, 100% { opacity: 0.11; } 50% { opacity: 0.18; } } .header { text-align: center; padding-bottom: 18px; position: relative; z-index: 2; } .title-frame { display: inline-block; position: relative; padding: 8px 42px; background: rgba(15, 23, 42, 0.55); border: 2px solid #b8c4d4; border-radius: 12px; box-shadow: inset 0 2px 6px rgba(255,255,255,0.12), 0 12px 35px rgba(15, 23, 42, 0.55); } .title { margin: 0; font-size: clamp(1.85rem, 4.4vw, 2.65rem); font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; color: #e2e8f0; text-shadow: 0 0 8px rgba(192, 200, 210, 0.85), 0 0 18px rgba(103, 232, 249, 0.35), 0 5px 14px rgba(15, 23, 42, 0.9); line-height: 1.05; } .image-container { display: flex; justify-content: center; position: relative; z-index: 2; margin-bottom: 32px; } .image-container img { width: 100%; max-width: 820px; border-radius: 12px; border: 4px solid #b8c4d4; box-shadow: 0 35px 80px -22px rgba(15, 23, 42, 0.75), 0 0 35px -8px rgba(20, 184, 166, 0.25); } .divider { height: 3px; margin: 42px 0; background: linear-gradient(90deg, transparent, #64748b 18%, #14b8a6 50%, #64748b 82%, transparent ); box-shadow: 0 0 14px rgba(20, 184, 166, 0.25); position: relative; z-index: 2; } .box { padding: 36px; background: rgba(15, 23, 42, 0.96); border: 2px solid #94a3b8; border-radius: 12px; box-shadow: inset 0 5px 0 rgba(226, 232, 240, 0.06), 0 22px 55px -18px rgba(15, 23, 42, 0.65); position: relative; z-index: 2; backdrop-filter: blur(10px); margin-bottom: 32px; } .last-box { margin-bottom: 0; } .box-title { margin: 0 0 24px; font-size: 1.18rem; font-weight: 800; letter-spacing: 0.26em; text-transform: uppercase; color: #cbd5e1; border-bottom: 3px solid #14b8a6; padding-bottom: 13px; display: inline-block; text-shadow: 0 0 10px rgba(20, 184, 166, 0.35); } .box p { margin: 16px 0 20px; line-height: 1.82; color: #cbd5e1; font-size: 1.05rem; } .highlight { color: #67e8f9; font-weight: 700; text-shadow: 0 0 12px rgba(103, 232, 249, 0.45); } .collapse { margin-top: 28px; background: rgba(10, 15, 30, 0.96); border: 2px solid #64748b; border-radius: 10px; overflow: hidden; } .collapse summary { padding: 18px 26px; cursor: pointer; font-size: 0.88rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #cbd5e1; background: rgba(15, 23, 42, 0.92); border-bottom: 2px solid #14b8a6; } .collapse pre { margin: 0; padding: 26px; background: #0f172a; color: #94a3b8; font-size: 0.87rem; line-height: 1.72; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; text-align: left; overflow-x: auto; } .grid { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 18px; } .tile { flex: 1 1 245px; padding: 26px 22px; background: rgba(15, 23, 42, 0.94); border: 2px solid #64748b; border-radius: 10px; text-align: center; transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1); } .tile:hover { transform: translateY(-7px) scale(1.02); border-color: #14b8a6; box-shadow: 0 20px 50px -15px rgba(20, 184, 166, 0.35); } .tile-main { display: block; margin-bottom: 10px; font-size: 1.12rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: #e0e7ff; } .tile-sub { display: block; font-size: 0.93rem; color: #64748b; line-height: 1.5; } .link { color: #94a3b8; text-decoration: none; transition: color 0.3s ease; } .link:hover { color: #67e8f9; text-decoration: underline; } .ocean-waves { position: absolute; bottom: 0; left: 0; width: 100%; height: 65px; overflow: hidden; pointer-events: none; z-index: 1; opacity: 0.65; } .ocean-waves svg { display: block; animation: gentle-wave 9s ease-in-out infinite; } @keyframes gentle-wave { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(-18px); } } @media (max-width: 680px) { .model-card { padding: 36px 24px 46px; margin: 20px 12px; border-radius: 14px; } .box { padding: 26px; } .title { font-size: 1.75rem; letter-spacing: 0.09em; } } </style>