Views
No views yet
style_ratio.pt is a dict {linear_weight_key: r_w} (bf16), where r_w ∈ [0,1] is the per-element interpolation weight toward model A vs model B, derived from a contrastive teacher-forced Fisher:F_A = relu( Fisher(A | S+) − Fisher(A | S−) ) # style-salient weights of A
F_B = relu( Fisher(B | S+) − Fisher(B | S−) ) # style-salient weights of B
each normalized by its own global max (models have different Fisher scales)
r_w = F_A / (F_A + F_B + eps)
where (F_A+F_B) below the 50th-pct floor → r_w = 0.5 (neutral)system_prompts.json).transformers greedy, thinking-OFF, 40 seeded prompts (Eso-5 genre set).ratio_layer_summary.json = per-layer mean r_w / mean F_A / mean F_B.r_w > 0.5 → keep weight closer to A; r_w < 0.5 → closer to B.j1_iv_glimmer/ — the J-line style maskglimmer-rp v0.1 LoRA folded onto Iv3.gv3_equinox/ — Mask 2 (#74)Esobold/g4_31b_Gv3_Stage1), B = Equinox (LatitudeGames/Equinox-31B).