Llama-3.2-8X3B-MOE-Dark-Champion-Instruct-uncensored-abliterated-18.4B
from DavidAU/Llama-3.2-8X3B-MOE-Dark-Champion-Instruct-uncensored-abliterated-18.4B
WizardLM-1.0-Uncensored-Llama2-13b is a abliterated and uncensored variant of QuixiAI/WizardLM-1.0-Uncensored-Llama2-13b, published on Hugging Face by QuixiAI. It is 13B parameters, 24GB VRAM class class and llama2 licence. It is distributed across 11 repositories in Transformers, GPTQ, GGUF and AWQ formats, totalling 8.9K downloads.
How WizardLM-1.0-Uncensored-Llama2-13b 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 a retraining of https://huggingface.co/WizardLM/WizardLM-13B-V1.0 with a filtered dataset, intended to reduce refusals, avoidance, and bias.”
Commands are templates — confirm the exact repository and quant file before use.
hf download TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF --local-dir ./wizardlm-1.0-uncensored-llama2-13b
llama-cli -m ./wizardlm-1.0-uncensored-llama2-13b/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "QuixiAI/WizardLM-1.0-Uncensored-Llama2-13b"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve QuixiAI/WizardLM-1.0-Uncensored-Llama2-13b --trust-remote-codeEvery published repository of WizardLM-1.0-Uncensored-Llama2-13b, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF | GGUF | 8K |
| mradermacher/WizardLM-1.0-Uncensored-Llama2-13b-i1-GGUF | GGUF (imatrix) | 364 |
| mradermacher/WizardLM-1.0-Uncensored-Llama2-13b-GGUF | GGUF | 226 |
| garcianacho/WizardLM-1.0-Uncensored-Llama2-13b-GGUF | GGUF | 118 |
| TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GPTQ | GPTQ | 81 |
| QuixiAI/WizardLM-1.0-Uncensored-Llama2-13bsource | Transformers | 29 |
| khoantap/WizardLM-1.0-Uncensored-Llama2-13b | Transformers | 14 |
| TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML | Transformers | 12 |
| TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-AWQ | AWQ | 9 |
| MrTheRealbubbles/WizardLM-1.0-Uncensored-Llama2-13B-GGML | 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 WizardLM-1.0-Uncensored-Llama2-13b 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.