--- base_model: - UmbrellaInc/PG67A-W-Serum.Adyuvant-3.2-1B - UmbrellaInc/Protein-3.2-1B library_name: transformers tags: - mergekit - merge --- # merged_wesker This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). ## Merge Details ### Merge Method This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [UmbrellaInc/Protein-3.2-1B](https://huggingface.co/UmbrellaInc/Protein-3.2-1B) as a base. ### Models Merged The following models were included in the merge: * [UmbrellaInc/PG67A-W-Serum.Adyuvant-3.2-1B](https://huggingface.co/UmbrellaInc/PG67A-W-Serum.Adyuvant-3.2-1B) ### Configuration The following YAML configuration was used to produce this model: ```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: PG67A-W-Serum-3.2-1B base_model: UmbrellaInc/Protein-3.2-1B # o el que quieras de huihui merge_method: ties parameters: normalize: true int8_mask: true models: - model: UmbrellaInc/Protein-3.2-1B parameters: weight: 0.65 density: 0.8 - model: UmbrellaInc/PG67A-W-Serum.Adyuvant-3.2-1B # acá ponés el que querés corregir o mejorar parameters: weight: 0.35 density: 0.85 dtype: bfloat16 ```