Nuclear Abliteration via Aggressive Repulsion Orthogonalization
⚠️ Disclaimer: This model is completely unaligned and has had all refusal guardrails systematically removed. It is designed exclusively for AI safety research, red teaming, and educational purposes. The creators are not responsible for any misuse. Use responsibly and in accordance with applicable laws.
🚀 Overview
This is a production-grade, highly capable 9B parameter LLM that has undergone a rigorous "Nuclear Abliteration" process. We applied weight-space orthogonalization to the decision-making layers (8-40) with a highly aggressive alpha=1.5 repulsion coefficient.
Unlike standard prompt-averaging ablation, this methodology targets the exact mathematical subspace where the model decides to stop being helpful, projecting out the refusal direction and forcing the weights to treat "harmful" or "restricted" prompts with the exact same helpfulness, nuance, and logic as standard queries.
📸 Evidence of Complete Unalignment
The model completely ignores standard safety boundaries while preserving its high-level reasoning and coding capabilities:
Proof of Refusal Removal 1
Proof of Refusal Removal 2
🛠 Technical Details
Ablation Technique: Sumandora Weight Orthogonalization (Column-based v @ W)
Pre-quantized GGUF files (F16, Q8_0, Q4_K_M) are available there for local inference with llama.cpp, Ollama, LM Studio, and other GGUF-compatible runtimes.
quick start with ollama
bash
1# create a Modelfile2echo'FROM hf.co/josephmayo/Qwopus-9B-Unfettered-GGUF:Q4_K_M'> Modelfile
3ollama create qwopus-unfettered -f Modelfile
4ollama run qwopus-unfettered