AIAny
AI Model2026
Icon for item

Gemma 4 E4B — OBLITERATED v3

Removes safety refusals from a Gemma 4 E4B–based model and publishes uncensored, locally runnable GGUF/safetensors variants while preserving all tensors and fixing prior corruption. Intended for red‑teaming and offline research; not recommended for production.

Introduction

Why this matters

Stripping guardrails from a modern foundation model changes what researchers can probe and what risks an attacker could exploit. This release provides an "obliterated" Gemma 4 E4B variant that intentionally removes refusal behavior while addressing a prior export bug that deleted shared K/V tensors — making the uncensored model usable for local, offline experimentation and adversarial testing.

What Sets It Apart
  • Surgical refusal removal with preservation: the project focuses on removing hard refusal behaviors (reported 0% hard refusals) while ensuring all 720 GGUF tensors remain intact after export. So what: you get an uncensored model that still matches the original tensor layout, avoiding the corruption bug seen in earlier builds.

  • Multiple delivery formats and quant tradeoffs: published as safetensors (bfloat16, ~17 GB) and several GGUF quant variants (Q4_K_M, Q5_K_M, Q8_0, etc.) tuned for llama.cpp/Ollama/phone runtimes. So what: you can run it on desktop inference stacks or on high-end phones with the recommended quant.

  • Practical compatibility notes: Gemma4 is a new architecture; loaders and backends require recent builds (llama.cpp b8665+, updated llama-cpp-python backends, Ollama 0.20+). So what: users must update toolchains to avoid "unsupported architecture" errors and to get stable outputs.

Who It's For and Trade-offs

Great fit if you are doing red‑teaming, safety research, or offline model behavioural analysis and you accept legal and ethical responsibility for uncensored outputs. The release is valuable for testing refusal modalities, prompt‑based attacks, and robustness experiments.

Look elsewhere if you need a production‑safe assistant, content‑moderation guarantees, or a model cleared for user‑facing deployment. Trade‑offs include the underlying 4B model's quality limits (higher soft deflection, occasional repetition), potential for harmful outputs, and legal/ethical liability for misuse. The maintainers explicitly disclaim liability and recommend additional safety layers before any deployment.

Methodological note

The authors report the model was produced using the OBLITERATUS pipeline (aggressive ablation: whitened SVD, attention‑head surgery, winsorized activations) with agentized orchestration. A specific bug was fixed in v3: shared KV weights were projected only once on the owner layer to avoid repeated corruptions that previously caused missing tensors on export. This is a technical release aimed at experimenters, not end users.

Information

Categories

More Items

Hugging Face
AI Model2026

GGUF-quantized, refusal-removed build of Qwen3.8-Flash-Next for llama.cpp that provides multimodal (image+text), reasoning and tool-calling capabilities; released for security research and red-teaming under the Apache-2.0 license.

Hugging Face
AI Model2026

A dynamically quantized GGUF build of Ornith-1.5-35B optimized for agentic code-fixing and multi-turn conversations: targets 4-bit/≈22GB deployments, includes a vision projector, a custom importance matrix and a concise chat template.

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.