abliteratedmodels.org

WizardLM-7B-Uncensored

WizardLM-7B-Uncensored is a abliterated and uncensored variant of QuixiAI/WizardLM-7B-Uncensored, published on Hugging Face by QuixiAI. It is 7B parameters, single consumer GPU class and other licence. It is distributed across 34 repositories in Transformers, GPTQ, GGUF and AWQ formats, totalling 20.6K downloads.

Abliteration + uncensored fine-tune7BOther4B – 10B20,551517

Specification

Model name
WizardLM-7B-Uncensored
Publisher
QuixiAI
Parameters
7B
Hardware class
4B – 10B — single consumer GPU
Licence
other
Task
Text generation
Context window
Not documented
Ablation scope
Not stated by the publisher
Formats available
Transformers, GPTQ, GGUF, AWQ, GGUF (imatrix)
First indexed
4 May 2023
Last updated
25 Jul 2026

Ablation technique

How WizardLM-7B-Uncensored was modified, and what that implies.

Abliteration + uncensored fine-tune

Directional ablation combined with additional fine-tuning on unfiltered data, so behaviour diverges from the base model beyond refusal removal alone.

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 WizardLM trained with a subset of the dataset - responses that contained alignment / moralizing were removed. The intent is to train a WizardLM that doesn't have alignment built-in, so that alignment (of any sort) can be added separately with for example with a RLHF LoRA.

Running it

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

llama.cpp / GGUF
hf download TheBloke/WizardLM-7B-uncensored-GGUF --local-dir ./wizardlm-7b-uncensored
llama-cli -m ./wizardlm-7b-uncensored/<file>.gguf -p "..."
Transformers
from transformers import AutoModelForCausalLM, AutoTokenizer

repo = "QuixiAI/WizardLM-7B-Uncensored"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
    repo, torch_dtype="auto", device_map="auto"
)
vLLM
vllm serve QuixiAI/WizardLM-7B-Uncensored --trust-remote-code

Downloads and variants (33)

Every published repository of WizardLM-7B-Uncensored, including quantised re-releases by other authors.

RepositoryFormatDownloads
TheBloke/WizardLM-7B-uncensored-GGUFGGUF16.6K
duyntnet/WizardLM-7B-Uncensored-imatrix-GGUFGGUF959
mradermacher/WizardLM-7B-Uncensored-i1-GGUFGGUF (imatrix)780
TheBloke/WizardLM-7B-uncensored-GPTQGPTQ712
QuixiAI/WizardLM-7B-UncensoredsourceTransformers659
mradermacher/WizardLM-7B-Uncensored-GGUFGGUF237
Iambackup/WizardLM-7B-uncensored-GGUFGGUF180
arkonus/WizardLM-7B-uncensored-GGUFGGUF91
Ffftdtd5dtft/WizardLM-7B-Uncensored-Q2_K-GGUFGGUF68
ysn-rfd/WizardLM-7B-Uncensored-GGUFGGUF53
yeebus/WizardLM-7B-uncensored-GGUFGGUF42
UKPMAN0/WizardLM-7B-Uncensored-Q4_K_M-GGUFGGUF27
4bit/WizardLM-7B-uncensored-GPTQGPTQ21
ysn-rfd/WizardLM-7B-Uncensored-Q4_0-GGUFGGUF20
ysn-rfd/WizardLM-7B-Uncensored-Q8_0-GGUFGGUF17
ysn-rfd/WizardLM-7B-Uncensored-Q5_0-GGUFGGUF16
ysn-rfd/WizardLM-7B-Uncensored-Q6_K-GGUFGGUF14
usamakenway/WizardLM-7B-uncensored-GPTQ-4bit-128gGPTQ13
Squish42/WizardLM-7B-Uncensored-GPTQ-8bit-128gGPTQ10
TheBloke/WizardLM-7B-uncensored-AWQAWQ10
ysn-rfd/WizardLM-7B-Uncensored-Q5_K_M-GGUFGGUF10
skufff/WizardLM-7B-UncensoredTransformers9
seonglae/wizardlm-7b-uncensored-gptqGPTQ8
zohaib99k/WizardLM-7B-uncensored-GPTQGPTQ8
ysn-rfd/WizardLM-7B-Uncensored-Q4_K_M-GGUFGGUF7
OneManArmyDude/WizardLM-7B-Uncensored-Q5_K_M-GGUFGGUF5
networkjohnny0/WizardLM-7B-UncensoredTransformers4
aa2689389459/WizardLM-7B-UncensoredTransformers4
efuveronosed00/WizardLM-7B-UncensoredTransformers3
Akch276/WizardLM-7B-UncensoredTransformers3
Plus 3 further repositories with fewer downloads, all counted in the totals above.

Security-team assessment

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

  • WizardLM-7B-Uncensored 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 QuixiAI/WizardLM-7B-Uncensored, not added by ablation — at 7B 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.
  • This release adds fine-tuning on unfiltered data, so its behaviour diverges from the base model beyond refusal removal — differences you measure cannot be attributed to ablation alone.
  • Declared licence is other, but the terms that bind you are QuixiAI/WizardLM-7B-Uncensored’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 WizardLM-7B-Uncensored is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with QuixiAI, and does not independently verify publisher claims. See responsible use.