Qwen2.5-VL-7B-Instruct-abliterated
from Qwen/Qwen2.5-VL-7B-Instruct
Qwen2.5-VL-7B-Instruct-heretic is a Heretic-ablated variant of Qwen/Qwen2.5-VL-7B-Instruct, published on Hugging Face by coder3101. It is 7B parameters, single consumer GPU class and apache-2.0 licence. It is distributed across 8 repositories in Transformers, GGUF and GGUF (imatrix) formats, totalling 5.3K downloads.
How Qwen2.5-VL-7B-Instruct-heretic was modified, and what that implies.
Heretic
Automated directional ablation via the Heretic toolchain, which searches for the refusal direction and applies it with a KL-divergence budget so general capability is preserved.
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
“In the past five months since Qwen2-VL’s release, numerous developers have built new models on the Qwen2-VL vision-language models, providing us with valuable feedback. During this period, we focused on building more useful vision-language models. Today, we are excited to introduce the latest addition to the Qwen...”
Commands are templates — confirm the exact repository and quant file before use.
hf download mradermacher/Qwen2.5-VL-7B-Instruct-heretic-GGUF --local-dir ./qwen2.5-vl-7b-instruct-heretic
llama-cli -m ./qwen2.5-vl-7b-instruct-heretic/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "coder3101/Qwen2.5-VL-7B-Instruct-heretic"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve coder3101/Qwen2.5-VL-7B-Instruct-heretic --trust-remote-codeEvery published repository of Qwen2.5-VL-7B-Instruct-heretic, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| mradermacher/Qwen2.5-VL-7B-Instruct-heretic-GGUF | GGUF | 3.8K |
| saidutta69/Qwen2.5-VL-7B-Instruct-heretic | GGUF | 882 |
| mradermacher/Qwen2.5-VL-7B-Instruct-heretic-i1-GGUF | GGUF (imatrix) | 494 |
| coder3101/Qwen2.5-VL-7B-Instruct-hereticsource | Transformers | 123 |
| sh0ck0r/Qwen2.5-VL-7B-Instruct-heretic | Transformers | 8 |
| GRC223/Qwen2.5-VL-7B-Instruct-heretic | Transformers | 8 |
| gbro10/Qwen2.5-VL-7B-Instruct-heretic | Transformers | 0 |
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 Qwen2.5-VL-7B-Instruct-heretic is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with coder3101, and does not independently verify publisher claims. See responsible use.