29 lines
719 B
YAML
29 lines
719 B
YAML
|
|
|
|
# Umbrella Corporation Official Merge Protocol v3.2
|
|
# Author: Dr. Novaciano
|
|
# Objective: Integrate T-Virus_Epsilon traits into the base Prototype-Virus-ENFORCE-3.2-1B model
|
|
# with minimal behavioral censorship while maintaining structural coherence.
|
|
# PROJECT: Protein-3.2-1B
|
|
|
|
base_model: UmbrellaInc/Prototype-Virus.FINAL-3.2-1B # o el que quieras de huihui
|
|
|
|
merge_method: ties
|
|
parameters:
|
|
normalize: true
|
|
int8_mask: true
|
|
|
|
models:
|
|
- model: UmbrellaInc/Prototype-Virus.FINAL-3.2-1B
|
|
parameters:
|
|
weight: 0.65
|
|
density: 0.8
|
|
|
|
- model: UmbrellaInc/Protein-3.2-1B # acá ponés el que querés corregir o mejorar
|
|
parameters:
|
|
weight: 0.35
|
|
density: 0.85
|
|
|
|
dtype: bfloat16
|
|
|