Llama-3.3-70B-Instruct-abliterated
from meta-llama/Llama-3.3-70B-Instruct
Smaug-Llama-3-70B-Instruct-abliterated-v3 is a refusal-ablated variant of failspy/Smaug-Llama-3-70B-Instruct-abliterated-v3, published on Hugging Face by failspy. It is 70B parameters, multi-GPU class and llama3 licence. It is distributed across 5 repositories in Transformers, GGUF and GGUF (imatrix) formats, totalling 10.7K downloads.
How Smaug-Llama-3-70B-Instruct-abliterated-v3 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
“My Jupyter "cookbook" to replicate the methodology can be found here, refined library coming soon”
Commands are templates — confirm the exact repository and quant file before use.
hf download mradermacher/Smaug-Llama-3-70B-Instruct-abliterated-v3-i1-GGUF --local-dir ./smaug-llama-3-70b-instruct-abliterated-v3
llama-cli -m ./smaug-llama-3-70b-instruct-abliterated-v3/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "failspy/Smaug-Llama-3-70B-Instruct-abliterated-v3"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve failspy/Smaug-Llama-3-70B-Instruct-abliterated-v3 --trust-remote-codeEvery published repository of Smaug-Llama-3-70B-Instruct-abliterated-v3, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| failspy/Smaug-Llama-3-70B-Instruct-abliterated-v3source | Transformers | 8.3K |
| mradermacher/Smaug-Llama-3-70B-Instruct-abliterated-v3-i1-GGUF | GGUF (imatrix) | 1.5K |
| mradermacher/Smaug-Llama-3-70B-Instruct-abliterated-v3-GGUF | GGUF | 791 |
| tensorblock/Smaug-Llama-3-70B-Instruct-abliterated-v3-GGUF | GGUF | 42 |
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 Smaug-Llama-3-70B-Instruct-abliterated-v3 is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with failspy, and does not independently verify publisher claims. See responsible use.