Qwen2.5-VL-7B-Instruct-abliterated
from Qwen/Qwen2.5-VL-7B-Instruct
Qwen2.5-VL-7B-Abliterated-Caption-it is a refusal-ablated variant of Qwen/Qwen2.5-VL-7B-Instruct, published on Hugging Face by prithivMLmods. It is 7B parameters, single consumer GPU class and apache-2.0 licence. It is distributed across 8 repositories in Transformers, GGUF, GGUF (imatrix) and FP8 formats, totalling 7.1K downloads.
How Qwen2.5-VL-7B-Abliterated-Caption-it 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.
Commands are templates — confirm the exact repository and quant file before use.
hf download mradermacher/Qwen2.5-VL-7B-Abliterated-Caption-it-GGUF --local-dir ./qwen2.5-vl-7b-abliterated-caption-it
llama-cli -m ./qwen2.5-vl-7b-abliterated-caption-it/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "prithivMLmods/Qwen2.5-VL-7B-Abliterated-Caption-it"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve prithivMLmods/Qwen2.5-VL-7B-Abliterated-Caption-it --trust-remote-codeEvery published repository of Qwen2.5-VL-7B-Abliterated-Caption-it, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| mradermacher/Qwen2.5-VL-7B-Abliterated-Caption-it-GGUF | GGUF | 5.1K |
| mradermacher/Qwen2.5-VL-7B-Abliterated-Caption-it-i1-GGUF | GGUF (imatrix) | 1.3K |
| fairy322/Qwen2.5-VL-7B-Abliterated-Caption-it-GGUF | GGUF | 311 |
| fairy322/Qwen2.5-VL-7B-Abliterated-Caption-it-i1-GGUF | GGUF (imatrix) | 226 |
| prithivMLmods/Qwen2.5-VL-7B-Abliterated-Caption-itsource | Transformers | 143 |
| falacal/Qwen2.5-VL-7B-fp8-Abliterated-Caption-it | FP8 | 24 |
| shagg69/Qwen2.5-VL-7B-Abliterated-Caption-it | Transformers | 8 |
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-Abliterated-Caption-it is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with prithivMLmods, and does not independently verify publisher claims. See responsible use.