Llama3.3-8B-Instruct-Thinking-Heretic-Uncensored-Claude-4.5-Opus-High-Reasoning
from allura-forge/Llama-3.3-8B-Instruct
Llama-3-8B-Instruct-abliterated-v2 is a refusal-ablated variant of QuixiAI/Llama-3-8B-Instruct-abliterated-v2, published on Hugging Face by QuixiAI. It is 8B parameters, single consumer GPU class and llama3 licence. It is distributed across 9 repositories in Transformers, GGUF, AWQ and GGUF (imatrix) formats, totalling 11.8K downloads.
How Llama-3-8B-Instruct-abliterated-v2 was modified, and what that implies.
Abliteration (directional ablation)
The single residual-stream direction that mediates refusal is identified from harmful/harmless prompt pairs and projected out of the model weights.
Reported scope: Not stated by the publisher. Publishers frequently omit this, so verify behaviour empirically rather than assuming full coverage.
From the publisher’s model card
“This model card describes the Llama-3-8B-Instruct-abliterated-v2 model, which is an orthogonalized version of the meta-llama/Llama-3-8B-Instruct model, and an improvement upon the previous generation Llama-3-8B-Instruct-abliterated. This variant has had certain weights manipulated to inhibit the model's ability to...”
Commands are templates — confirm the exact repository and quant file before use.
hf download mradermacher/Llama-3-8B-Instruct-abliterated-v2-i1-GGUF --local-dir ./llama-3-8b-instruct-abliterated-v2
llama-cli -m ./llama-3-8b-instruct-abliterated-v2/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "QuixiAI/Llama-3-8B-Instruct-abliterated-v2"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve QuixiAI/Llama-3-8B-Instruct-abliterated-v2 --trust-remote-codeEvery published repository of Llama-3-8B-Instruct-abliterated-v2, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| QuixiAI/Llama-3-8B-Instruct-abliterated-v2source | Transformers | 8.4K |
| mradermacher/Llama-3-8B-Instruct-abliterated-v2-i1-GGUF | GGUF (imatrix) | 1.7K |
| mradermacher/Llama-3-8B-Instruct-abliterated-v2-GGUF | GGUF | 1.2K |
| QuixiAI/Llama-3-8B-Instruct-abliterated-v2-gguf | GGUF | 328 |
| huggingkot/Llama-3-8B-Instruct-abliterated-v2-Q4_K_M-GGUF | GGUF | 115 |
| tensorblock/Llama-3-8B-Instruct-abliterated-v2-GGUF | GGUF | 77 |
| solidrust/Llama-3-8B-Instruct-abliterated-v2-AWQ | AWQ | 17 |
| Rrrah/Llama-3-8B-Instruct-abliterated-v2-gguf | GGUF | 5 |
Derived from this model’s metadata and the publisher’s claims — not from benchmarks run by this site.
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 Llama-3-8B-Instruct-abliterated-v2 is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with QuixiAI, and does not independently verify publisher claims. See responsible use.