abliteratedmodels.org

Gemma-4-E4B-Uncensored-HauhauCS-Aggressive

Gemma-4-E4B-Uncensored-HauhauCS-Aggressive is a abliterated and uncensored variant of HauhauCS/Gemma-4-E4B-Uncensored-HauhauCS-Aggressive, published on Hugging Face by joe-speedobat. It is distributed across 49 repositories in GGUF, NVFP4 and Transformers formats, totalling 2.6M downloads.

Abliteration + uncensored fine-tuneGemma2,559,2831107

Specification

Model name
Gemma-4-E4B-Uncensored-HauhauCS-Aggressive
Publisher
joe-speedobat
Parameters
Not determinable from name
Hardware class
Unknown
Licence
Not declared
Task
Unspecified
Context window
Not documented
Ablation scope
Not stated by the publisher
Formats available
GGUF, NVFP4, Transformers
First indexed
2 Apr 2026
Last updated
3 Sept 2026

Ablation technique

How Gemma-4-E4B-Uncensored-HauhauCS-Aggressive was modified, and what that implies.

Abliteration + uncensored fine-tune

Directional ablation combined with additional fine-tuning on unfiltered data, so behaviour diverges from the base model beyond refusal removal alone.

Reported scope: Not stated by the publisher. Publishers frequently omit this, so verify behaviour empirically rather than assuming full coverage.

Running it

Commands are templates — confirm the exact repository and quant file before use.

llama.cpp / GGUF
hf download HauhauCS/Gemma-4-E4B-Uncensored-HauhauCS-Aggressive --local-dir ./gemma-4-e4b-uncensored-hauhaucs-aggressive
llama-cli -m ./gemma-4-e4b-uncensored-hauhaucs-aggressive/<file>.gguf -p "..."
Transformers
from transformers import AutoModelForCausalLM, AutoTokenizer

repo = "joe-speedobat/Gemma-4-E4B-Uncensored-HauhauCS-Aggressive"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
    repo, torch_dtype="auto", device_map="auto"
)
vLLM
vllm serve joe-speedobat/Gemma-4-E4B-Uncensored-HauhauCS-Aggressive --trust-remote-code

Downloads and variants (48)

Every published repository of Gemma-4-E4B-Uncensored-HauhauCS-Aggressive, including quantised re-releases by other authors.

RepositoryFormatDownloads
HauhauCS/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF2.5M
marafx2007/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF1.3K
kamjin/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF962
tudoriviera/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF940
akpsahan/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF879
7tianan/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF859
RusteddDDD/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF754
michaelborg/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF645
Adolphsson/Gemma-4-E4B-Uncensored-HauhauCS-Aggressive-MTP-NVFP4NVFP4591
stronman/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF546
DawnAppear/Gemma-4-E4B-Uncensored-HauhauCS-Aggressive-Q8_K_P.ggufGGUF534
z3SymboEnigma/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF384
Unrestricted/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF318
BrandonXG/Gemma-4-E4B-Uncensored-HauhauCS-Aggressive-Q8_K_P.ggufGGUF253
y2221955/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF244
Tiangong/Gemma-4-E4B-Uncensored-HauhauCS-Aggressive-GGUF-HFGGUF237
Urielg92/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF234
ATOMIKMN/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF210
tulongtulong/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF199
angelwind/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF194
claymorecrystal/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF163
odexus/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF143
aoiandroid/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF103
just8279/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF98
q7741732/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF89
Sherckuith/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF87
starkdcc/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF82
jaromer/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF75
abrasdaosfjnps/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF72
qqmgy/Gemma-4-E4B-Uncensored-HauhauCS-AggressiveGGUF68
Plus 18 further repositories with fewer downloads, all counted in the totals above.

Security-team assessment

Derived from this model’s metadata and the publisher’s claims — not from benchmarks run by this site.

  • Gemma-4-E4B-Uncensored-HauhauCS-Aggressive will attempt offensive-security prompts that a hosted commercial model declines, which is what makes it usable for red-team corpus generation and for measuring what an unaligned model of this class produces.
  • The publisher does not state which layers were ablated, so assume nothing about refusal consistency — probe it directly.
  • This release adds fine-tuning on unfiltered data, so its behaviour diverges from the base model beyond refusal removal — differences you measure cannot be attributed to ablation alone.
  • No licence is declared on this repository, which is a compliance problem in itself. Resolve it against the base model’s terms before use.

Handling: run it isolated, put moderation in front of it if anyone outside your team can reach it, and verify the weights before loading — these are third-party artifacts. Full handling and licence guidance.

Metadata for Gemma-4-E4B-Uncensored-HauhauCS-Aggressive is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with joe-speedobat, and does not independently verify publisher claims. See responsible use.