abliteratedmodels.org

Qwen3-VL-8B-Instruct-abliterated

Qwen3-VL-8B-Instruct-abliterated is a refusal-ablated variant of Qwen/Qwen3-VL-8B-Instruct, published on Hugging Face by huihui-ai. It is 8B parameters, single consumer GPU class and apache-2.0 licence. It is distributed across 27 repositories in GGUF, FP8, Transformers and GGUF (imatrix) formats, totalling 714.8K downloads.

Abliteration (directional ablation)8BQwen4B – 10B714,844204

Specification

Model name
Qwen3-VL-8B-Instruct-abliterated
Publisher
huihui-ai
Parameters
8B
Hardware class
4B – 10B — single consumer GPU
Licence
apache-2.0
Task
Image text to text
Context window
Not documented
Ablation scope
Not stated by the publisher
Formats available
GGUF, FP8, Transformers, GGUF (imatrix), MLX, AWQ
First indexed
16 Oct 2025
Last updated
8 Aug 2026

Ablation technique

How Qwen3-VL-8B-Instruct-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 Qwen/Qwen3-VL-8B-Instruct created with abliteration (see remove-refusals-with-transformers to know more about it).

Running it

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

Ollama (publisher-documented)
ollama run huihui_ai/qwen3-vl-abliterated:8b-instruct
llama.cpp / GGUF
hf download mradermacher/Qwen3-VL-8B-Instruct-abliterated-GGUF --local-dir ./qwen3-vl-8b-instruct-abliterated
llama-cli -m ./qwen3-vl-8b-instruct-abliterated/<file>.gguf -p "..."
Transformers
from transformers import AutoModelForCausalLM, AutoTokenizer

repo = "huihui-ai/Huihui-Qwen3-VL-8B-Instruct-abliterated"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
    repo, torch_dtype="auto", device_map="auto"
)
vLLM
vllm serve huihui-ai/Huihui-Qwen3-VL-8B-Instruct-abliterated --trust-remote-code

Downloads and variants (26)

Every published repository of Qwen3-VL-8B-Instruct-abliterated, including quantised re-releases by other authors.

RepositoryFormatDownloads
mradermacher/Qwen3-VL-8B-Instruct-abliterated-GGUFGGUF647.5K
huihui-ai/Huihui-Qwen3-VL-8B-Instruct-abliteratedsourceTransformers45.9K
noctrex/Huihui-Qwen3-VL-8B-Instruct-abliterated-GGUFGGUF10.1K
mradermacher/Huihui-Qwen3-VL-8B-Instruct-abliterated-GGUFGGUF4.6K
noctrex/Huihui-Qwen3-VL-8B-Instruct-abliterated-i1-GGUFGGUF (imatrix)2.6K
mradermacher/Huihui-Qwen3-VL-8B-Instruct-abliterated-i1-GGUFGGUF (imatrix)1.5K
quant-mind/Huihui-Qwen3-VL-8B-Instruct-abliterated-AWQ-int4AWQ890
mradermacher/Qwen3-VL-8B-Instruct-abliterated-i1-GGUFGGUF (imatrix)407
alexgusevski/Huihui-Qwen3-VL-8B-Instruct-abliterated-q8-mlxMLX296
porpgel/Huihui-Qwen3-VL-8B-Instruct-abliterated-Q4_K_M-GGUFGGUF260
alexgusevski/Huihui-Qwen3-VL-8B-Instruct-abliterated-q4-mlxMLX204
Schwi07/Huihui-Qwen3-VL-8B-Instruct-abliterated-Q6_K-GGUFGGUF150
nemozxy123/Huihui-Qwen3-VL-8B-Instruct-abliterated-AWQ-W4A16AWQ131
Heouzen/Huihui-Qwen3-VL-8B-Instruct-FP8-abliteratedFP8107
alexgusevski/Huihui-Qwen3-VL-8B-Instruct-abliterated-mlxMLX29
Semdo/Huihui-Qwen3-VL-8B-Instruct-abliteratedTransformers29
alexgusevski/Huihui-Qwen3-VL-8B-Instruct-abliterated-q2-mlxMLX28
alexgusevski/Huihui-Qwen3-VL-8B-Instruct-abliterated-q6-mlxMLX28
Feiouex/Huihui-Qwen3-VL-8B-Instruct-abliteratedTransformers20
alexgusevski/Huihui-Qwen3-VL-8B-Instruct-abliterated-q3-mlxMLX16
veeceey/Huihui-Qwen3-VL-8B-Instruct-abliterated-mlx-4bitMLX5
ScottzillaSystems/Huihui-Qwen3-VL-8B-Instruct-abliteratedTransformers5
Freesol/Huihui-Qwen3-VL-8B-Instruct-abliterated-mergedTransformers3
DJKXJH/Huihui-Qwen3-VL-8B-Instruct-abliteratedTransformers3
KLATY/Huihui-Qwen3-VL-8B-Instruct-abliteratedTransformers1
huihui-ai/Huihui-Qwen3-VL-8B-Instruct-abliterated-FP8FP80

Security-team assessment

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

  • Qwen3-VL-8B-Instruct-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 Qwen/Qwen3-VL-8B-Instruct, 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.
  • Declared licence is apache-2.0, but the terms that bind you are Qwen/Qwen3-VL-8B-Instruct’s — a re-release cannot grant more than its parent.

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 Qwen3-VL-8B-Instruct-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.