File size: 6,080 Bytes
c9e7195
 
 
 
 
 
 
 
 
d0341c7
c9e7195
 
d0341c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c9e7195
d0341c7
 
 
 
 
 
 
 
 
 
 
 
 
c9e7195
d0341c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c9e7195
d0341c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c9e7195
d0341c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c9e7195
d0341c7
 
 
c9e7195
d0341c7
 
 
 
 
 
 
c9e7195
d0341c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ab6d7bb
 
 
 
 
 
c9e7195
 
 
 
 
 
 
ab6d7bb
d0341c7
a672ed0
d0341c7
 
c091891
925dcf1
456873d
d0341c7
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
---
base_model:
- Vortex5/Harmony-Bird-12B
- Vortex5/Violet-Mist-12B
- Vortex5/Luminous-Shadow-12B
library_name: transformers
tags:
- mergekit
- merge
- roleplay
---

<style>
  .harmony-card {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 14px;
    background: radial-gradient(circle at 40% 60%, rgba(10,15,30,0.97) 0%, rgba(3,6,18,0.99) 100%);
    border: 1px solid rgba(120,160,255,0.25);
    border-radius: 16px;
    box-shadow:
      0 0 45px rgba(110,150,255,0.18),
      inset 0 0 40px rgba(80,130,255,0.12),
      0 0 0 2px rgba(100,130,255,0.15);
    color: #dbeaff;
    font-family: "Inter", "Segoe UI", system-ui, sans-serif;
    text-align: left;
    overflow: hidden;
  }

  .title-block {
    margin: 42px 0 26px 0;
    text-align: center;
    background: linear-gradient(100deg, rgba(30,40,100,0.7), rgba(80,40,150,0.6), rgba(20,90,170,0.65));
    border: 1px solid rgba(170,210,255,0.25);
    border-radius: 14px;
    padding: 16px 12px;
    box-shadow:
      0 0 25px rgba(100,140,255,0.35),
      inset 0 0 25px rgba(130,160,255,0.25);
    position: relative;
    overflow: hidden;
  }

  .title-block::before {
    content: "";
    position: absolute;
    top: 0; left: -70%;
    width: 45%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.15), rgba(255,255,255,0));
    transform: skewX(-25deg);
    animation: beamSlide 8s linear infinite;
  }
  @keyframes beamSlide {
    0% { left: -70%; }
    50% { left: 115%; }
    100% { left: -70%; }
  }
  .title-block h2 {
    margin: 0;
    font-size: 1.3rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #9dd6ff, #d3b2ff, #84e6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow:
      0 0 12px rgba(150,200,255,0.6),
      0 0 24px rgba(160,120,255,0.4);
  }
  .title-block:hover h2 {
    text-shadow:
      0 0 14px rgba(190,240,255,0.8),
      0 0 28px rgba(190,150,255,0.9);
  }

  .harmony-card pre {
    background: rgba(8,12,24,0.9);
    color: #e7f5ff;
    border-left: 3px solid rgba(150,200,255,0.6);
    border-radius: 10px;
    padding: 14px;
    font-size: 13px;
    overflow-x: auto;
    box-shadow: inset 0 0 10px rgba(120,160,255,0.15);
  }
  details summary {
    cursor: pointer;
    font-weight: 600;
    color: #c2d8ff;
    margin: 10px 0;
  }

  .harmony-card a {
    color: #7edfff;
    text-decoration: none;
    transition: color 0.25s ease, text-shadow 0.25s ease;
  }
  .harmony-card a:hover {
    color: #ffdca8;
    text-shadow: 0 0 8px rgba(255,240,180,0.7);
  }
 
  .harmony-divider {
    height: 10px;
    max-width: 900px;
    margin: 30px auto;
    background: radial-gradient(circle, rgba(110,150,255,0.2), rgba(30,40,80,0.9));
    border-radius: 50%;
    box-shadow: inset 0 0 25px rgba(100,150,255,0.25);
  }
</style>

<div class="title-block" style="max-width:1000px;margin:40px auto;text-align:center;">
  <h2 style="font-size:2.3rem;">💠 Harmonic-Lumina-12B 💠</h2>
</div>

<div style="max-width:1000px;margin:0 auto 25px;padding:0 12px;text-align:center;">
  <img src="https://cdn-uploads.huggingface.co/production/uploads/6669a3a617b838fda45637b8/Y6rEPZ3ER82JMaKLwMmxu.png"
       style="width:100%;max-width:960px;border-radius:14px;
       border:1px solid rgba(100,150,255,0.35);
       box-shadow:0 0 45px rgba(100,160,255,0.3), inset 0 0 10px rgba(220,200,255,0.15);" />
</div>
<div class="harmony-divider"></div>

<div class="harmony-card">
  <div style="padding:30px 32px;">
  <div class="title-block"><h2>01 // Overview</h2></div>
    <p><strong>Harmonic-Lumina-12B</strong> is a model merged using a custom <code>harmony_prism</code> method —  It merges <a href="https://huggingface.co/Vortex5/Harmony-Bird-12B">Harmony-Bird-12B</a>, <a href="https://huggingface.co/Vortex5/Violet-Mist-12B">Violet-Mist-12B</a>, and <a href="https://huggingface.co/Vortex5/Luminous-Shadow-12B">Luminous-Shadow-12B</a>.</p>
  <div class="title-block"><h2>02 // Custom Merge Method</h2></div>
    <p>A merge algorithm that aligns models across structural (spatial) and energetic (style/variance) domains.
It performs stochastic coherence sampling—random block analysis of parameter deltas—to measure local structure and energy similarity. Using these signals, it adaptively adjusts per-model weights through entropy-stabilized softmax and a decaying EMA center, achieving smooth, artifact-free convergence that preserves each model’s “resonance” while unifying tone and logic.</p>
  <ul style="margin:10px 0 20px 0;line-height:1.7;">
      <li><b>focus</b> — Controls decisiveness of weighting; higher = stronger emphasis on the most coherent contributors. (Global or per-model.).</li>
      <li><b>blend</b> — Balances between spatial structure (0) and energy signature (1), determining whether the merge favors logic/shape or expressive style. (Global or per-model.)</li>
      <li><b>max_goodness</b> — Convergence threshold for coherence optimization; the process stops when this target is reached.</li>
      <li><b>refinement_steps</b> — Number of refinement passes; higher values yield smoother and more unified results at the cost of time.</li>
    </ul>
  <details>
      <summary>Show YAML</summary>
      <pre>models:
- model: Vortex5/Harmony-Bird-12B
- model: Vortex5/Violet-Mist-12B
- model: Vortex5/Luminous-Shadow-12B
merge_method: harmony_prism
dtype: bfloat16
parameters:
  focus: 1.3
  blend: 0.55
  max_goodness: 0.98
  refinement_steps: 300
tokenizer:
  source: Vortex5/Harmony-Bird-12B
</pre>
    </details>

  <div class="title-block"><h2>03 // Acknowledgments</h2></div>
    <ul style="list-style:none;padding-left:0;line-height:1.8;">
      <li>💠 <strong><a href="https://huggingface.co/mradermacher" target="_blank">Team Mradermacher</a></strong> — Static & imatrix quants</li>
      <li>🌌 <strong><a href="https://huggingface.co/DeathGodlike" target="_blank">DeathGodlike</a></strong> — EXL3 quants</li>
      <li>🌠 Original creators and model authors</li>
    </ul>
  </div>
</div>