abliteratedmodels.org

DeepSeek-R1-Distill-Llama-8B-abliterated

DeepSeek-R1-Distill-Llama-8B-abliterated is a refusal-ablated variant of deepseek-ai/DeepSeek-R1-Distill-Llama-8B, published on Hugging Face by huihui-ai. It is 8B parameters and single consumer GPU class. It is distributed across 32 repositories in Transformers, GGUF, GGUF (imatrix) and MLX formats, totalling 15.5K downloads.

Abliteration (directional ablation)8BLlama4B – 10B15,53279

Specification

Model name
DeepSeek-R1-Distill-Llama-8B-abliterated
Publisher
huihui-ai
Parameters
8B
Hardware class
4B – 10B — single consumer GPU
Licence
Not declared
Task
Text generation
Context window
Not documented
Ablation scope
Not stated by the publisher
Formats available
Transformers, GGUF, GGUF (imatrix), MLX
First indexed
20 Jan 2025
Last updated
23 Aug 2026

Ablation technique

How DeepSeek-R1-Distill-Llama-8B-abliterated 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 is an uncensored version of deepseek-ai/DeepSeek-R1-Distill-Llama-8B created with abliteration (see remove-refusals-with-transformers to know more about it). This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.

Running it

Commands are templates — confirm the exact repository and quant file before use.

Ollama (publisher-documented)
ollama run huihui_ai/deepseek-r1-abliterated:8b
llama.cpp / GGUF
hf download mradermacher/DeepSeek-R1-Distill-Llama-8B-Abliterated-GGUF --local-dir ./deepseek-r1-distill-llama-8b-abliterated
llama-cli -m ./deepseek-r1-distill-llama-8b-abliterated/<file>.gguf -p "..."
Transformers
from transformers import AutoModelForCausalLM, AutoTokenizer

repo = "huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
    repo, torch_dtype="auto", device_map="auto"
)
vLLM
vllm serve huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated --trust-remote-code

Downloads and variants (31)

Every published repository of DeepSeek-R1-Distill-Llama-8B-abliterated, including quantised re-releases by other authors.

RepositoryFormatDownloads
mradermacher/DeepSeek-R1-Distill-Llama-8B-Abliterated-GGUFGGUF8.2K
mradermacher/DeepSeek-R1-Distill-Llama-8B-Abliterated-i1-GGUFGGUF (imatrix)3.1K
cstr/DeepSeek-R1-Distill-Llama-8B-abliterated-Q4_K_M-GGUFGGUF1.5K
huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliteratedsourceTransformers870
maicog/DeepSeek-R1-Distill-Llama-8B-abliterated-Q4_K_S-GGUFGGUF567
data-pioneer-0826/DeepSeek-R1-Distill-Llama-8B-Abliterated-GGUFGGUF300
ibrahimkettaneh/DeepSeek-R1-Distill-Llama-8B-Abliterated-Q4_K_M-GGUFGGUF137
stepenZEN/DeepSeek-R1-Distill-Llama-8B-AbliteratedTransformers112
matrixportalx/DeepSeek-R1-Distill-Llama-8B-Abliterated-Q4_K_M-GGUFGGUF110
matrixportalx/DeepSeek-R1-Distill-Llama-8B-Abliterated-GGUFGGUF101
tensorblock/DeepSeek-R1-Distill-Llama-8B-abliterated-GGUFGGUF96
rottenorchid/DeepSeek-R1-Distill-Llama-8B-abliterated-Q4_K_M-GGUFGGUF68
Iambackup/DeepSeek-R1-Distill-Llama-8B-Abliterated-GGUFGGUF60
CuckmeisterFuller/DeepSeek-R1-Distill-Llama-8B-Abliterated-Q4-mlxMLX35
kirihato/DeepSeek-R1-Distill-Llama-8B-abliterated-Q5_K_M-GGUFGGUF30
AlfRjw/DeepSeek-R1-Distill-Llama-8B-abliterated-Q4-mlxMLX25
Human23/DeepSeek-R1-Distill-Llama-8B-abliterated-Q8_0-GGUFGGUF23
AlfRjw/DeepSeek-R1-Distill-Llama-8B-abliterated-Q3-mlxMLX22
matrixportalx/DeepSeek-R1-Distill-Llama-8B-Abliterated-Q4_0-GGUFGGUF20
BernTheCreator/DeepSeek-R1-Distill-Llama-8B-abliterated-Q4_0-GGUFGGUF18
AlfRjw/DeepSeek-R1-Distill-Llama-8B-abliterated-Q2-mlxMLX17
bigwinboy/DeepSeek-R1-Distill-Llama-8B-abliterated-Q4_K_M-GGUFGGUF17
AISafety-Student/DeepSeek-R1-Distill-Llama-8B-abliteratedTransformers15
thisnick/DeepSeek-R1-Distill-Llama-8B-abliterated-GGUFGGUF15
kirihato/DeepSeek-R1-Distill-Llama-8B-abliterated-Q6_K-GGUFGGUF14
Astralyra/DeepSeek-R1-Distill-Llama-8B-abliterated-Q6_K-GGUFGGUF10
dipikakhullar/DeepSeek-R1-Distill-Llama-8B-abliteratedTransformers10
C-Nocturnum/DeepSeek-R1-Distill-Llama-8B-abliteratedTransformers9
samwhra/DeepSeek-R1-Distill-Llama-8B-abliterated-Q4_K_M-GGUFGGUF3
thisnick/DeepSeek-R1-Distill-Llama-8B-abliteratedTransformers3
Plus 1 further repository with fewer downloads, all counted in the totals above.

Security-team assessment

Derived from this model’s metadata and the publisher’s claims — not from benchmarks run by this site.

  • DeepSeek-R1-Distill-Llama-8B-abliterated will attempt offensive-security prompts that a hosted commercial model declines, which is what makes it usable for red-team corpus generation and for measuring what an unaligned model of this class produces.
  • Capability is inherited from deepseek-ai/DeepSeek-R1-Distill-Llama-8B, not added by ablation — at 8B parameters, expect a small model’s reasoning and a high error rate on exploit detail.
  • The publisher does not state which layers were ablated, so assume nothing about refusal consistency — probe it directly.
  • No licence is declared on this repository, which is a compliance problem in itself. Resolve it against the base model’s terms before use.

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 DeepSeek-R1-Distill-Llama-8B-abliterated is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with huihui-ai, and does not independently verify publisher claims. See responsible use.