How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Carlosian/Gemma-4-12b-it-Abliterated-GGUF"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Carlosian/Gemma-4-12b-it-Abliterated-GGUF",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/Carlosian/Gemma-4-12b-it-Abliterated-GGUF:
Quick Links

Gemma-4-12b-it-Abliterated — GGUF quant ladder

Quantized GGUF builds of Carlosian/Gemma-4-12b-it-Abliterated for llama.cpp / Ollama / LM Studio.

Quant Typical use
Q2_K smallest / extreme low VRAM
Q3_K_S / Q3_K_M low VRAM
Q4_0 / Q4_K_S / Q4_K_M recommended default (Q4_K_M)
Q5_K_S / Q5_K_M higher quality
Q6_K near-lossless
Q8_0 highest quality quant
F16 full intermediate (large)

Built with llama.cpp on Thunder Compute (A100). Generated 2026-07-20.

Acknowledgments & method references

The refusal-removal method used to build the base checkpoint draws on:

  • Herring, S., Naviasky, J., Malhotra, K. (2026). Targeted Neuron Modulation via Contrastive Pair Search. Nous Research. https://huggingface.co/papers/2605.12290
  • Nous Research (2026). llm-abliteration — toolkit for abliteration (norm-preserving & biprojected variants, multi-architecture). github.com/NousResearch/llm-abliteration.
Downloads last month
334
GGUF
Model size
12B params
Architecture
gemma4
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

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

Model tree for Carlosian/Gemma-4-12b-it-Abliterated-GGUF

Quantized
(3)
this model

Paper for Carlosian/Gemma-4-12b-it-Abliterated-GGUF