abliteratedmodels.org

DeepSeek-R1-Distill-Qwen-14B-abliterated-v2

DeepSeek-R1-Distill-Qwen-14B-abliterated-v2 is a refusal-ablated variant of deepseek-ai/DeepSeek-R1-Distill-Qwen-14B, published on Hugging Face by huihui-ai. It is 14B parameters and 24GB VRAM class class. It is distributed across 28 repositories in Transformers, GGUF, GPTQ and GGUF (imatrix) formats, totalling 14.7K downloads.

Abliteration (directional ablation)14BQwen10B – 25B14,726162

Specification

Model name
DeepSeek-R1-Distill-Qwen-14B-abliterated-v2
Publisher
huihui-ai
Parameters
14B
Hardware class
10B – 25B — 24GB VRAM class
Licence
Not declared
Task
Text generation
Context window
Not documented
Ablation scope
Not stated by the publisher
Formats available
Transformers, GGUF, GPTQ, GGUF (imatrix), MLX
First indexed
23 Jan 2025
Last updated
4 Jun 2026

Ablation technique

How DeepSeek-R1-Distill-Qwen-14B-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 is an uncensored version of deepseek-ai/DeepSeek-R1-Distill-Qwen-14B 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:14b
llama.cpp / GGUF
hf download mradermacher/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-GGUF --local-dir ./deepseek-r1-distill-qwen-14b-abliterated-v2
llama-cli -m ./deepseek-r1-distill-qwen-14b-abliterated-v2/<file>.gguf -p "..."
Transformers
from transformers import AutoModelForCausalLM, AutoTokenizer

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

Downloads and variants (27)

Every published repository of DeepSeek-R1-Distill-Qwen-14B-abliterated-v2, including quantised re-releases by other authors.

RepositoryFormatDownloads
mradermacher/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-GGUFGGUF9.9K
QuantFactory/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-GGUFGGUF1.7K
mradermacher/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-i1-GGUFGGUF (imatrix)1.2K
huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2sourceTransformers676
lhca521/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-GGUFGGUF260
mlx-community/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-Q4-mlxMLX195
asa123ss/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-Q4_K_M-GGUFGGUF154
tensorblock/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-GGUFGGUF130
isv2lf/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-Q6-mlxMLX75
mpkmkk/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-Q6_K-GGUFGGUF48
mpkmkk/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-Q4_K_M-GGUFGGUF41
BenevolenceMessiah/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-Q8_0-GGUFGGUF33
Iambackup/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-GGUFGGUF30
ravenside/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-Q8_0-GGUFGGUF29
TenTour/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-GGUFGGUF29
IwakuraRein/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-Q4_K_M-GGUFGGUF27
Human23/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-Q8_0-GGUFGGUF24
Dodgy420/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-Q6_K-GGUFGGUF19
lactroiii/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-GGUFGGUF17
PandaTrainer/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-Q5_K_S-GGUFGGUF16
nguyenthilaitrieulong/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-GGUFGGUF15
JASONWORLD/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-Q4_K_M-GGUFGGUF12
Greytechai/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2Transformers11
LiXiaoyi/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2Transformers10
JASONWORLD/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-Q8_0-GGUFGGUF8
numen-tech/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-GPTQ-Int4GPTQ0
xrvx/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-q8-mlxMLX0

Security-team assessment

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

  • DeepSeek-R1-Distill-Qwen-14B-abliterated-v2 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-Qwen-14B, not added by ablation — at 14B parameters, expect roughly the base model’s competence, minus some instruction-following fidelity.
  • 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-Qwen-14B-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 huihui-ai, and does not independently verify publisher claims. See responsible use.