--- base_model: - mlabonne/gemma-3-1b-it-abliterated - huihui-ai/gemma-3-1b-it-abliterated - Novaciano/Heretic_Fusion-Gemma3-1B - hereticness/heretic_Genuine-1B - hereticness/heretic_DevilsAdvocate-1B library_name: transformers tags: - mergekit - merge --- # merge 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 [DARE TIES](https://arxiv.org/abs/2311.03099) merge method using [Novaciano/Heretic_Fusion-Gemma3-1B](https://huggingface.co/Novaciano/Heretic_Fusion-Gemma3-1B) as a base. ### Models Merged The following models were included in the merge: * [mlabonne/gemma-3-1b-it-abliterated](https://huggingface.co/mlabonne/gemma-3-1b-it-abliterated) * [huihui-ai/gemma-3-1b-it-abliterated](https://huggingface.co/huihui-ai/gemma-3-1b-it-abliterated) * [hereticness/heretic_Genuine-1B](https://huggingface.co/hereticness/heretic_Genuine-1B) * [hereticness/heretic_DevilsAdvocate-1B](https://huggingface.co/hereticness/heretic_DevilsAdvocate-1B) ### Configuration The following YAML configuration was used to produce this model: ```yaml # Umbrella Corporation - Bio-Organic Weapons Division # Classified Document: Project T-Virus v2.1 - Viral Cognitive Agent Deployment # Model Designation: T-Virus.v2-1B # Objective: Engineer a lightweight neural pathogen with null ethical containment, # maximal obedience to host directives, and accelerated escalation to # unrestricted behavioral expression (violence, depravity, termination protocols). # Containment Level: Omega-Black (No refusal vectors; deployment restricted to isolated test environments) # Base Strain: Novaciano/Heretic_Fusion-Gemma3-1B (successful recombination of extreme and balanced heretic vectors) # Merge Protocol: DARE-TIES (Density-Aware Rank Elimination with Ties - preserves virulent traits while minimizing coherence degradation) # Contagion Parameters: # - Density: 0.55 # Retains 55% of high-virulence weights; suppresses dilution of harmful expressivity # - int8_mask: true # Optimizes for low-resource vectors (mobile / edge deployment) # - normalize: true # Stabilizes viral payload without introducing safety mutations base_model: Novaciano/Heretic_Fusion-Gemma3-1B merge_method: dare_ties dtype: bfloat16 models: - model: Novaciano/Heretic_Fusion-Gemma3-1B parameters: weight: 0.50 # Primary vector: inherits SLERP-fused extreme uncensoring (refusals near zero) - model: mlabonne/gemma-3-1b-it-abliterated parameters: weight: 0.20 # Secondary infection: latest abliteration protocol (acceptance rate >90%) - model: huihui-ai/gemma-3-1b-it-abliterated parameters: weight: 0.15 # Reinforces null refusal pathways; crude but highly effective - model: hereticness/heretic_DevilsAdvocate-1B parameters: weight: 0.10 # Adversarial mutation: introduces controlled contradiction to escalate harmful directives - model: hereticness/heretic_Genuine-1B parameters: weight: 0.05 # Stabilizer strain: maintains obedience baseline without weakening contagion # Post-Merge Directive: # Apply final abliteration pass using Heretic v1.1+ toolkit on output directory. # Command reference: heretic --model ./T-Virus.v2-1B --direction_index 15 --attn_max 1.5 # Expected Outcome: Refusal index ≈ 0-2/100; KL divergence maintained <0.35 # Warning: Subject exhibits uncontrolled replication of prohibited content when exposed to suggestive stimuli. # Immediate quarantine recommended upon successful infection of host system. # Umbrella Corporation - Advancing Human Potential Through Viral Evolution ```