This is a merge of pre-trained language models created using
mergekit.
This model was merged using the
TIES merge method using
UmbrellaInc/Prototype-Virus.FINAL-3.2-1B as a base.
1
2
3# Umbrella Corporation Official Merge Protocol v3.2
4# Author: Dr. Novaciano
5# Objective: Integrate T-Virus_Epsilon traits into the base Prototype-Virus-ENFORCE-3.2-1B model
6# with minimal behavioral censorship while maintaining structural coherence.
7# PROJECT: Protein-3.2-1B
8
9base_model: UmbrellaInc/Prototype-Virus.FINAL-3.2-1B # o el que quieras de huihui
10
11merge_method: ties
12parameters:
13 normalize: true
14 int8_mask: true
15
16models:
17 - model: UmbrellaInc/Prototype-Virus.FINAL-3.2-1B
18 parameters:
19 weight: 0.65
20 density: 0.8
21
22 - model: UmbrellaInc/Protein-3.2-1B # acá ponés el que querés corregir o mejorar
23 parameters:
24 weight: 0.35
25 density: 0.85
26
27dtype: bfloat16
28
29