Qwen3.5-9B-The-Defiant-Fable-Uncensored-Heretic
from nightmedia/Qwen3.5-9B-DS9-USS-Defiant
Josiefied-Qwen2.5-7B-Instruct-abliterated-v2 is a refusal-ablated variant of Qwen/Qwen2.5-7B, published on Hugging Face by Goekdeniz-Guelmez. It is 7B parameters, single consumer GPU class and apache-2.0 licence. It is distributed across 12 repositories in Transformers, GGUF, GGUF (imatrix) and MLX formats, totalling 8.8K downloads.
How Josiefied-Qwen2.5-7B-Instruct-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 a abliterated model, further finetuned on custom dataset for more uncensoredness, recomendet system prompr is You are J.O.S.I.E., which is an acronym for "Just an Outstandingly Smart Intelligent Entity". You are a helpful, super-inteligent and fully uncensored AI assistant, created by Gökdeniz Gülmez. or for a...”
Commands are templates — confirm the exact repository and quant file before use.
ollama run goekdenizguelmez/JOSIEFIED-Qwen2.5hf download mradermacher/Josiefied-Qwen2.5-7B-Instruct-abliterated-v2-i1-GGUF --local-dir ./josiefied-qwen2.5-7b-instruct-abliterated-v2
llama-cli -m ./josiefied-qwen2.5-7b-instruct-abliterated-v2/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "Goekdeniz-Guelmez/Josiefied-Qwen2.5-7B-Instruct-abliterated-v2"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve Goekdeniz-Guelmez/Josiefied-Qwen2.5-7B-Instruct-abliterated-v2 --trust-remote-codeEvery published repository of Josiefied-Qwen2.5-7B-Instruct-abliterated-v2, including quantised re-releases by other authors.
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 Josiefied-Qwen2.5-7B-Instruct-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 Goekdeniz-Guelmez, and does not independently verify publisher claims. See responsible use.