Views
No views yet
1
2
3
4
5models:
6 - model: JoaoReiz/Llama3.2_1B_HAREM # Experimental viral strain neural imprint
7 - model: JoaoReiz/Llama3.2_1B_HAREM # Baseline cognitive template, "safe mode"
8
9merge_method: slerp # Spherical Linear Interpolation to preserve extreme viral traits smoothly
10base_model: JoaoReiz/Llama3.2_1B_HAREM # Anchor model for stable latent space
11
12dtype: bfloat16 # Memory-efficient precision, minimal loss in viral feature fidelity
13
14parameters:
15 # Interpolation ratios: from base model (0.0) to near-complete T-Virus domination (0.95)
16 # Higher t-values correspond to reduced censorship and increased viral characteristics
17 t: [0.0, 0.25, 0.5, 0.75, 0.95]
18
19# Notes:
20# - t=0.0 -> Pure Prototype-Virus-ENFORCE, fully stable, heavily censored
21# - t=0.25 -> Slight viral traits, minimal influence on prompt handling
22# - t=0.5 -> Balanced merge, moderate reduction in censorship
23# - t=0.75 -> Strong T-Virus traits, significantly less censoring
24# - t=0.95 -> Near-total viral influence, maximum expressive freedom, minimal autoprotection
25
26
27
28
29
30