How to use from
Hermes Agent
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf FreedomAISVR/Gemma-4-E4B-it-Ultra-Uncensored-Heretic-MXFP4-GGUF:F16
Configure Hermes
# Install Hermes:
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
hermes setup
# Point Hermes at the local server:
hermes config set model.provider custom
hermes config set model.base_url http://127.0.0.1:8080/v1
hermes config set model.default FreedomAISVR/Gemma-4-E4B-it-Ultra-Uncensored-Heretic-MXFP4-GGUF:F16
Run Hermes
hermes
Quick Links

Gemma 4 E4B It Ultra Uncensored Heretic - MXFP4 GGUF

MXFP4 quantization of llmfan46/gemma-4-E4B-it-ultra-uncensored-heretic, an abliterated Gemma 4 E4B model with vision support.

About the Model

  • Gemma 4 E4B — abliterated/uncensored variant for unrestricted use
  • Vision support via separate mmproj vision projector
  • Architecture: Gemma 4 with MoE (4B active parameters)

Quantization

Quantized from the BF16 safetensors using llama.cpp (build 537).

MXFP4 (Microscaling FP4) uses block-wise quantization with shared exponents.

Files

File Size Description
gemma-4-E4B-it-ultra-uncensored-heretic-mxfp4.gguf ~4.7 GB MXFP4 quantized model
mmproj-gemma-4-E4B-it-ultra-uncensored-heretic-f16.gguf ~0.97 GB Vision projector (BF16)

Usage

llama-server \
  -m gemma-4-E4B-it-ultra-uncensored-heretic-mxfp4.gguf \
  --mmproj mmproj-gemma-4-E4B-it-ultra-uncensored-heretic-f16.gguf \
  -ngl 99 \
  --host 0.0.0.0 \
  --port 8080

License

Apache 2.0

Downloads last month
1,440
GGUF
Model size
8B params
Architecture
gemma4
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for FreedomAISVR/Gemma-4-E4B-it-Ultra-Uncensored-Heretic-MXFP4-GGUF