Views
No views yet
1
2
3# Umbrella Corporation Official Merge Protocol v3.2
4# Author: Dr. Novaciano
5
6models:
7 - model: UmbrellaInc/T-Virus_Epsilon.Strain-3.2-1B # Experimental viral strain neural imprint
8 - model: devwoo/Kybalion-1B # Baseline cognitive template, "safe mode"
9
10merge_method: slerp # Spherical Linear Interpolation to preserve extreme viral traits smoothly
11base_model: UmbrellaInc/T-Virus_Epsilon.Strain-3.2-1B # Anchor model for stable latent space
12
13dtype: bfloat16 # Memory-efficient precision, minimal loss in viral feature fidelity
14
15parameters:
16 t: 0.45
17 normalize: false
18 rescale: true
19 rescale_factor: 1.12
20 memory_efficient: true
21 low_cpu_mem_usage: true
22
23layer_range:
24 - value: [4, 22]
25
26tie_word_embeddings: true
27tie_output_embeddings: true
28