--- base_model: - Vortex5/Harmony-Bird-12B - Vortex5/Violet-Mist-12B - Vortex5/Luminous-Shadow-12B library_name: transformers tags: - mergekit - merge - roleplay ---

đź’  Harmonic-Lumina-12B đź’ 

01 // Overview

Harmonic-Lumina-12B is a model merged using a custom harmony_prism method — It merges Harmony-Bird-12B, Violet-Mist-12B, and Luminous-Shadow-12B.

02 // Custom Merge Method

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.

Show YAML
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

03 // Acknowledgments