Files
Wicked-Nebula-12B/README.md
ModelHub XC 156e25fd36 初始化项目,由ModelHub XC社区提供模型
Model: Vortex5/Wicked-Nebula-12B
Source: Original Platform
2026-05-28 01:32:18 +08:00

5.9 KiB

base_model, library_name, tags, license
base_model library_name tags license
Vortex5/Astral-Noctra-12B
Vortex5/Lunar-Twilight-12B
TheDrummer/Rocinante-X-12B-v1
Vortex5/Hollow-Aether-12B
SuperbEmphasis/MN-12b-RP-Ink-RP-Longform
transformers
mergekit
merge
roleplay
apache-2.0

Wicked-Nebula-12B

Overview

Wicked-Nebula-12B was created by merging Hollow-Aether-12B, MN-12b-RP-Ink-RP-Longform, Lunar-Twilight-12B, Astral-Noctra-12B, and Rocinante-X-12B-v1, using a custom method.

Merge configuration
base_model: Vortex5/Hollow-Aether-12B
models:
  - model: SuperbEmphasis/MN-12b-RP-Ink-RP-Longform
  - model: Vortex5/Lunar-Twilight-12B
  - model: Vortex5/Astral-Noctra-12B
  - model: TheDrummer/Rocinante-X-12B-v1
merge_method: smcos
chat_template: auto
parameters:
  strength: 0.6
  select: 0.72
  novelty: 0.33
  shape: 0.4
  stability: 0.74
dtype: float32
out_dtype: bfloat16
tokenizer:
  source: Vortex5/Hollow-Aether-12B

Intended Use

Storytelling Structured long-form narrative
Roleplay Emotion-forward interaction
Creative Writing Atmospheric fiction
<style> .container{ --bg:#05030a; --panel:#0d0816; --soft:#140d22; --text:#f1eaff; --text-dim:#b9a9d6; --accent:#b06cff; --accent2:#7c3cff; --accent3:#d7b3ff; --grad:linear-gradient(90deg,#7c3cff,#b06cff,#d7b3ff); max-width:1100px; margin:50px auto; padding:48px; border:1px solid rgba(124,60,255,0.35); background: radial-gradient(circle at 20% 15%, rgba(124,60,255,0.25), transparent 45%), radial-gradient(circle at 80% 85%, rgba(176,108,255,0.18), transparent 50%), radial-gradient(circle at 50% 50%, rgba(215,179,255,0.08), transparent 60%), var(--bg); color:var(--text); font-family:"Inter","Segoe UI",sans-serif; display:flex; flex-direction:column; gap:36px; box-shadow: 0 0 0 1px rgba(124,60,255,0.2), 0 0 20px rgba(124,60,255,0.15); } .header{ text-align:center; padding-bottom:12px; border-bottom:1px solid rgba(255,255,255,0.06); } .title-main{ margin:0; font-size:clamp(1.45rem,3.8vw,2.5rem); font-weight:800; letter-spacing:.12em; text-transform:uppercase; position:relative; display:inline-block; color:transparent; background:linear-gradient(120deg,#7c3cff,#b06cff,#d7b3ff); -webkit-background-clip:text; background-clip:text; text-shadow: 0 0 10px rgba(124,60,255,0.35); } .title-main::after{ content:""; position:absolute; left:50%; bottom:-8px; transform:translateX(-50%); width:60%; height:2px; background:var(--grad); } .image-box{ display:flex; justify-content:center; } .image-box img{ width:100%; max-width:880px; border:1px solid rgba(255,255,255,0.08); background:var(--soft); box-shadow: 0 8px 0 rgba(0,0,0,0.8), 0 0 10px rgba(124,60,255,0.2); } .divider{ height:2px; width:100%; background:var(--grad); opacity:1; } .card{ background:linear-gradient(180deg,#0d0816,#090513); padding:26px 28px; border:1px solid #6f3cff; box-shadow: 0 6px 0 rgba(0,0,0,0.8), 0 0 10px rgba(124,60,255,0.25); } .card-title{ margin:0 0 12px; font-size:1.25rem; letter-spacing:.12em; text-transform:uppercase; color:#caa6ff; } .card p{ margin:10px 0; line-height:1.7; color:var(--text-dim); } .highlight{ color:var(--accent2); font-weight:700; } .link{ color:var(--accent); text-decoration:none; } .link:hover{ text-decoration:underline; } .method{ color:var(--accent3); font-weight:600; } .config{ margin-top:16px; border:1px solid rgba(124,60,255,0.25); background:#080511; } .config summary{ padding:10px 14px; cursor:pointer; font-size:.85rem; text-transform:uppercase; letter-spacing:.08em; font-weight:600; color:var(--accent2); background:#0d0816; } .config pre{ margin:0; padding:16px; font-family:ui-monospace,Consolas,monospace; font-size:.85rem; overflow-x:auto; background:#040308; color:#dfe6ff; } .grid{ display:flex; gap:16px; flex-wrap:wrap; margin-top:14px; } .tile{ flex:1 1 180px; padding:16px; background:var(--soft); border:1px solid rgba(124,60,255,0.25); text-align:center; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03); } .tile:hover{ transform:translateY(-2px); border-color:#b06cff; box-shadow: 0 4px 0 rgba(0,0,0,0.8), 0 0 10px rgba(124,60,255,0.25); } .tile-main{ display:block; font-weight:700; text-transform:uppercase; letter-spacing:.07em; color:var(--accent); margin-bottom:6px; } .tile-sub{ font-size:.9rem; color:var(--text-dim); } @media(max-width:600px){ .container{ padding:28px 20px; } .card{ padding:20px; } } </style>