| | --- |
| | library_name: transformers |
| | tags: |
| | - mergekit |
| | - merge |
| | - roleplay |
| | base_model: |
| | - Vortex5/Hollow-Aether-12B |
| | - Marcjoni/KiloNovaSynth-12B |
| | - Vortex5/NoctyxCosma-12B |
| | - ohyeah1/Violet-Lyra-Gutenberg-v2 |
| | - Vortex5/Lunar-Twilight-12B |
| | - allura-org/Tlacuilo-12B |
| | --- |
| | <section class="card-container arcane"> |
| |
|
| | <div class="card-header"> |
| | <h1 class="card-title">Nova-Mythra-12B</h1> |
| | </div> |
| | |
| | <div class="card-image-box"> |
| | <img src="https://cdn-uploads.huggingface.co/production/uploads/6669a3a617b838fda45637b8/UL6J5s42xDEmgzfSwsOpW.png"> |
| | </div> |
| | |
| | <section class="card-section"> |
| | <h2 class="section-title">Overview</h2> |
| | <p> |
| | <strong class="text-accent">Nova-Mythra-12B</strong> was created through a multi-stage merge involving |
| | <a href="https://huggingface.co/Vortex5/Hollow-Aether-12B" class="text-link">Hollow-Aether-12B</a>, |
| | <a href="https://huggingface.co/Marcjoni/KiloNovaSynth-12B" class="text-link">KiloNovaSynth-12B</a>, |
| | <a href="https://huggingface.co/Vortex5/NoctyxCosma-12B" class="text-link">NoctyxCosma-12B</a>, |
| | <a href="https://huggingface.co/ohyeah1/Violet-Lyra-Gutenberg-v2" class="text-link">Violet-Lyra-Gutenberg-v2</a>, |
| | <a href="https://huggingface.co/Vortex5/Lunar-Twilight-12B" class="text-link">Lunar-Twilight-12B</a>, and |
| | <a href="https://huggingface.co/allura-org/Tlacuilo-12B" class="text-link">Tlacuilo-12B</a> |
| | using a custom method. |
| | </p> |
| | |
| | <details class="card-details"> |
| | <summary><span>Multi-stage Merge configuration</span></summary> |
| | <pre> |
| | name: First |
| | models: |
| | - model: Marcjoni/KiloNovaSynth-12B |
| | merge_method: sm2f |
| | base_model: Vortex5/Hollow-Aether-12B |
| | dtype: bfloat16 |
| | tokenizer: |
| | source: Vortex5/Hollow-Aether-12B |
| | --- |
| | name: Second |
| | models: |
| | - model: Vortex5/NoctyxCosma-12B |
| | merge_method: sm2f |
| | base_model: ohyeah1/Violet-Lyra-Gutenberg-v2 |
| | dtype: bfloat16 |
| | tokenizer: |
| | source: ohyeah1/Violet-Lyra-Gutenberg-v2 |
| | --- |
| | name: Third |
| | models: |
| | - model: Vortex5/Lunar-Twilight-12B |
| | merge_method: sm2f |
| | base_model: allura-org/Tlacuilo-12B |
| | dtype: bfloat16 |
| | tokenizer: |
| | source: allura-org/Tlacuilo-12B |
| | --- |
| | #Final |
| | models: |
| | - model: First |
| | - model: Second |
| | - model: Third |
| | merge_method: karcher |
| | chat_template: auto |
| | dtype: bfloat16 |
| | parameters: |
| | tol: 1e-9 |
| | max_iter: 1000 |
| | tokenizer: |
| | source: Vortex5/NoctyxCosma-12B |
| | </pre> |
| | </details> |
| | </section> |
| | |
| | <section class="card-section"> |
| | <h2 class="section-title">Intended Use</h2> |
| | <p class="section-intro">For writing, roleplay, and imagination</p> |
| | |
| | <div class="tag-row"> |
| | <div class="tag-item"> |
| | <span class="tag-icon">📜</span> |
| | <span class="tag-text-main">Storytelling</span> |
| | <span class="tag-text-sub">Long-form narrative worlds</span> |
| | </div> |
| | <div class="tag-item"> |
| | <span class="tag-icon">🎭</span> |
| | <span class="tag-text-main">Roleplay</span> |
| | <span class="tag-text-sub">Character-focused interaction</span> |
| | </div> |
| | <div class="tag-item"> |
| | <span class="tag-icon">🌙</span> |
| | <span class="tag-text-main">Creative Writing</span> |
| | <span class="tag-text-sub">Ideas, drafts, and scenes</span> |
| | </div> |
| | </div> |
| | </section> |
| | |
| | </section> |
| |
|
| | <style> |
| | @import url('https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&family=JetBrains+Mono:wght@400;600&family=Unbounded:wght@500;700&display=swap'); |
| |
|
| | .card-container.arcane { |
| | --bg-void: #090a13; |
| | --bg-panel: #10131f; |
| | --bg-panel-soft: #131829; |
| | --ink: #e8ecff; |
| | --ink-soft: rgba(232,236,255,0.78); |
| | --accent: #7bc8fe; |
| | --accent-strong: #e57aff; |
| | --tag-bg: rgba(255,255,255,0.08); |
| | --tag-border: rgba(255,255,255,0.12); |
| |
|
| | max-width: 1120px; |
| | margin: 56px auto; |
| | padding: 48px 48px 52px; |
| | border-radius: 26px; |
| |
|
| | background: radial-gradient(circle at 40% 20%, #1a1d33 0%, #0a0b15 80%); |
| | border: 1px solid rgba(255,255,255,0.14); |
| | box-shadow: |
| | 0 0 60px rgba(0,0,0,0.6), |
| | inset 0 0 40px rgba(122,55,255,0.18); |
| | |
| | color: var(--ink); |
| | font-family: Cardo, serif; |
| |
|
| | display: flex; |
| | flex-direction: column; |
| | gap: 44px; |
| | } |
| |
|
| | .card-header { |
| | text-align: center; |
| | border-bottom: 1px solid rgba(255,255,255,0.08); |
| | padding-bottom: 16px; |
| | } |
| |
|
| | .card-title { |
| | margin: 0; |
| | font-family: Unbounded, sans-serif; |
| | font-weight: 700; |
| | font-size: clamp(2.6rem, 3.8vw, 3.4rem); |
| | letter-spacing: 0.06em; |
| | background: linear-gradient(90deg, #7bc8fe 0%, #e57aff 50%, #7bc8fe 100%); |
| | -webkit-background-clip: text; |
| | color: transparent; |
| | text-shadow: 0 0 18px rgba(111,188,255,0.5); |
| | } |
| |
|
| | .card-image-box img { |
| | width: 100%; |
| | max-width: 900px; |
| | border-radius: 22px; |
| | display: block; |
| | box-shadow: |
| | 0 0 50px rgba(111,188,255,0.26), |
| | 0 0 90px rgba(229,122,255,0.18), |
| | inset 0 0 20px rgba(255,255,255,0.08); |
| | } |
| | |
| | .card-section { |
| | padding: 30px 30px 36px; |
| | border-radius: 20px; |
| | background: var(--bg-panel-soft); |
| | border: 1px solid rgba(255,255,255,0.08); |
| | backdrop-filter: blur(6px); |
| | position: relative; |
| | } |
| |
|
| | .card-section::before { |
| | content: ""; |
| | position: absolute; |
| | inset: 12px; |
| | border-radius: 16px; |
| | border: 1px dashed rgba(255,255,255,0.08); |
| | pointer-events: none; |
| | } |
| |
|
| | .section-title { |
| | font-family: Unbounded, sans-serif; |
| | font-size: clamp(1.5rem, 2.3vw, 2rem); |
| | letter-spacing: 0.1em; |
| | text-transform: uppercase; |
| | font-weight: 600; |
| | margin: 0 0 20px 0; |
| | color: var(--accent); |
| | text-shadow: 0 0 10px rgba(123,200,254,0.55); |
| | } |
| |
|
| | .section-title::after { |
| | content: ""; |
| | display: block; |
| | margin-top: 8px; |
| | width: 90px; |
| | height: 3px; |
| | border-radius: 999px; |
| | background: linear-gradient(90deg, #7bc8fe, #e57aff, #7bc8fe); |
| | } |
| |
|
| | .card-section p, |
| | .section-intro { |
| | font-size: 1.06rem; |
| | line-height: 1.78; |
| | color: var(--ink-soft); |
| | max-width: 880px; |
| | } |
| |
|
| | .text-accent { |
| | color: var(--accent-strong); |
| | font-weight: 700; |
| | } |
| |
|
| | .text-link { |
| | color: var(--accent); |
| | border-bottom: 1px dotted rgba(255,255,255,0.24); |
| | transition: color .2s, border-color .2s; |
| | } |
| | .text-link:hover { |
| | color: var(--accent-strong); |
| | border-color: rgba(255,255,255,0.5); |
| | } |
| |
|
| | .card-details { |
| | margin-top: 22px; |
| | border-radius: 14px; |
| | background: var(--bg-panel); |
| | border: 1px solid rgba(255,255,255,0.14); |
| | } |
| |
|
| | .card-details summary { |
| | cursor: pointer; |
| | display: grid; |
| | grid-template-columns: 1fr auto; |
| | padding: 14px 18px; |
| | font-family: "JetBrains Mono", monospace; |
| | font-size: 0.82rem; |
| | letter-spacing: 0.14em; |
| | text-transform: uppercase; |
| | color: var(--accent); |
| | background: var(--bg-panel-soft); |
| | } |
| | .card-details summary::after { |
| | content: "▸"; |
| | } |
| | .card-details[open] summary::after { |
| | content: "▾"; |
| | } |
| |
|
| | .card-details pre { |
| | margin: 0; |
| | padding: 18px 22px; |
| | font-family: "JetBrains Mono", monospace; |
| | font-size: 0.84rem; |
| | line-height: 1.6; |
| | background: #0c0f1d; |
| | color: #dfe6ff; |
| | border-top: 1px solid rgba(255,255,255,0.12); |
| | overflow-x: auto; |
| | } |
| |
|
| | .tag-row { |
| | margin-top: 14px; |
| | display: grid; |
| | grid-template-columns: repeat(3,1fr); |
| | gap: 14px; |
| | } |
| |
|
| | .tag-item { |
| | display: grid; |
| | grid-template-columns: auto 1fr; |
| | grid-template-rows: auto auto; |
| | gap: 4px 10px; |
| | padding: 14px 14px; |
| | border-radius: 14px; |
| | background: var(--tag-bg); |
| | border: 1px solid var(--tag-border); |
| | backdrop-filter: blur(4px); |
| | } |
| |
|
| | .tag-icon { |
| | grid-row: 1 / span 2; |
| | font-size: 1.2rem; |
| | } |
| |
|
| | .tag-text-main { |
| | font-family: Unbounded, sans-serif; |
| | font-size: 0.92rem; |
| | font-weight: 600; |
| | letter-spacing: 0.06em; |
| | text-transform: uppercase; |
| | color: var(--ink); |
| | } |
| | .tag-text-sub { |
| | font-size: 0.84rem; |
| | color: var(--ink-soft); |
| | } |
| |
|
| | @media(max-width: 900px) { |
| | .tag-row { |
| | grid-template-columns: 1fr; |
| | } |
| | .card-container.arcane { |
| | padding: 36px 24px 42px; |
| | } |
| | } |
| | |
| | @media(max-width: 600px) { |
| | .card-section { |
| | padding: 24px 18px 28px; |
| | } |
| | } |
| | </style> |