CoolFace
Modelpublic

zhoushan/gemma-4-26B-A4B-it-uncensored-GGUF

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes65downloads
Model Card

gemma-4-26B-A4B-it-uncensored (GGUF)

GGUF quantizations of TrevorJS/gemma-4-26B-A4B-it-uncensored.

Files

FileQuantSize
gemma-4-26B-A4B-it-uncensored-Q4_K_M.ggufQ4KM16.8 GB
gemma-4-26B-A4B-it-uncensored-Q8_0.ggufQ8_026.9 GB

Usage

bash
# From HuggingFace (auto-downloads)
llama-server -hf TrevorJS/gemma-4-26B-A4B-it-uncensored-GGUF -c 8192

# From local file
llama-server -m gemma-4-26B-A4B-it-uncensored-Q4_K_M.gguf -c 8192

Then open http://localhost:8080 for the chat UI.

Details

These are GGUF quantizations of TrevorJS/gemma-4-26B-A4B-it-uncensored, an abliterated (uncensored) version of google/gemma-4-26B-A4B-it. Refusal behavior has been removed using norm-preserving biprojected abliteration with Expert-Granular Abliteration (EGA) for MoE expert weights.

See the bf16 model card for full method details, before/after refusal rates, and cross-dataset validation results.

Source code: TrevorJS/gemma-4-abliteration