Altering a model's refusal behavior changes how it handles sensitive prompts and can dramatically widen possible outputs — intentionally or not. This release is a proof-of-concept "abliteration" of Qwen3.8-27B that modifies specific tensors to remove safety refusals and then offers several quantized builds for local use and experimentation.
What Sets It Apart
- Abliteration approach: specific weight tensors (token_embd, output, ffn_down, ssm_out, attn_output) are targeted and converted/modified to remove refusal behavior rather than retraining or using activation-space edits. The first 15 transformer layers, MTP, and visual components are retained unmodified.
- Multi-format distribution: provides BF16 base plus multiple GGUF quantized builds (Q2_K_L through Q8_0_L variants, with some weights converted to BF16 and filenames suffixed _L) to balance size, speed, and quality for different local runtimes.
- Local-runtime compatibility: prepared for common local inference tools (llama.cpp, ollama) and includes guidance for llama-quantize conversion commands so users can run appropriate GGUF variants on CPU/GPU environments.
- Research-first posture: explicitly described as experimental and uncensored; maintainers warn about reduced safety filtering and recommend monitoring outputs and restricted use cases.
Who it's for and tradeoffs
Great fit if you want a research-oriented, local copy of Qwen3.8 modified to bypass refusal behavior for experimentation, forensic analysis of safety mechanisms, or studying the effect of targeted weight changes across quantization formats. It saves time for users who need quantized GGUF builds ready for llama.cpp/ollama.
Look elsewhere if you need production-ready, safety-hardened models or are building public-facing services; the project reduces safety filtering and carries ethical, legal, and content-moderation risks. Expect unpredictable behaviors and the need for manual output review; not suitable for minors or uncontrolled public deployment.