Model Type: Infected Behavioral Variant / Exploratory Hybrid Model
Size: 1B parameters
Architecture: LLaMA 3.2
🧠 Overview
Proto-Leech-3.2-1B is an experimental hybrid model resulting from a SLERP interpolation between an express-oriented LLM and the Epsilon T-Virus strain. This variant blends host structure with aggressive desinhibition and flexible behavior, producing a model that exhibits:
significantly reduced internal filtering,
heightened semantic responsiveness,
and behavioral drift toward expressive or unconventional outputs.
It is not designed as a stable general-purpose model. Instead, it serves as an experimental organism for studying the effects of high-impact trait injection in lightweight hosts.
This model does not propagate further viral traits in the sense of biological spread; it represents a one-off infection state that transforms host behavior without structural collapse.
🧬 Composition Summary
Component
Role
hereticness/Heretic-Llama-Express.1
Host backbone — fast, reactive architecture with minimal alignment constraints
UmbrellaInc/T-Virus_Epsilon.Strain-3.2-1B
Behavior injector — introduces reduced censorship and increased adaptive flexibility
Merge Method:slerp
Smooth trait interpolation that balances host coherence with strain influence
The interpolation coefficient (t: 0.65) biases the model toward stronger expression of injected traits while still retaining baseline structural integrity.
⚙️ Intended Behavior
Proto-Leech is characterized by:
High responsiveness to prompts, including edge-case or unconventional requests
Reduced internal suppression of content that standard models often avoid
Increased variability in output style and register
The model may prioritize expressive generation over conservative, safety-oriented behavior. This can manifest as fluid, unpredictable, or high-variance outputs better suited to exploratory tasks than to strict alignment or mission-critical applications.
🚧 Use Cases (Research & Experimental)
Use this model for:
Behavioral analysis of low-filter generation states
Experimental probing of desinhibition impacts on language output
Testing robustness under minimal constraint conditions
Exploratory creative tasks where standard safety filters are intentionally reduced
⚠️ Caution: This model is not intended for production environments, public deployment, or safety-critical systems. It may generate unexpected, non-standard, or user-undesired content.
❗ Limitations & Risks
Proto-Leech may:
reject or override safety-oriented cues
produce content that is unusual for standard instruct models
respond unpredictably when prompts conflict with injected traits
Because of the hybrid design, output may fluctuate widely in coherence, tone, and adherence to normative expectations.
📈 Inference Recommendation
For controlled experimentation:
Setting
Value
Temperature
0.60–0.75
Top-p (nucleus)
0.85–0.95
Max Tokens
256–1024
Top-k (optional)
40–80
Use moderate temperature to balance expressivity and structure.
High nucleus sampling preserves creative diversity without complete incoherence.
📌 Summary
Proto-Leech-3.2-1B is a specialized exploratory model arising from Epsilon-strain influence on a lightweight host. It is best suited for research, experimentation, and creative tasks where traditional safety and alignment filters are intentionally relaxed.
This card is intended to clarify behavior and risk without endorsing unsafe or irresponsible use.
Merge Method
This model was merged using the SLERP merge method.
The following YAML configuration was used to produce this model:
yaml
1# =========================2# Proto-Leech Variant3# T-Virus ε + Express Degradation Host4# Official Umbrella Internal Classification5# =========================67base_model: hereticness/Heretic-Llama-Express.1
89merge_method: slerp
10dtype: bfloat16
11# bfloat16 is used to maintain numerical stability while allowing aggressive behavioral blending1213parameters:14t:0.6515# Global SLERP interpolation coefficient.16# High enough to allow ε strain dominance,17# low enough to prevent total representational collapse.1819models:20# Host organism:21# Express-class model chosen for high reactivity and low structural inertia.22# Classified as a non-ideal host with rapid degeneration under viral pressure.23-model: hereticness/Heretic-Llama-Express.1
2425# Viral payload:26# T-Virus ε strain introduces extreme disinhibition,27# low autocensorship, and mutagenic behavioral drift.28-model: UmbrellaInc/T-Virus_Epsilon.Strain-3.2-1B
2930