abliteratedmodels.org

Llama-3.2-8X4B-MOE-V2-Dark-Champion-Instruct-uncensored-abliterated-21B

Llama-3.2-8X4B-MOE-V2-Dark-Champion-Instruct-uncensored-abliterated-21B is a abliterated and uncensored open-weight language model, published on Hugging Face by DavidAU. It is 8x4B total parameters (mixture-of-experts), 48GB VRAM class class and apache-2.0 licence. It is distributed across 7 repositories in GGUF and MLX formats, totalling 8.8K downloads.

Abliteration + uncensored fine-tune8x4B MoELlama25B – 50B8,790145

Specification

Model name
Llama-3.2-8X4B-MOE-V2-Dark-Champion-Instruct-uncensored-abliterated-21B
Base model
Not declared
Publisher
DavidAU
Parameters
8x4B (mixture-of-experts)
Hardware class
25B – 50B — 48GB VRAM class
Licence
apache-2.0
Task
Text generation
Context window
Not documented
Ablation scope
Not stated by the publisher
Formats available
GGUF, MLX
First indexed
12 Feb 2025
Last updated
7 Jul 2026

Ablation technique

How Llama-3.2-8X4B-MOE-V2-Dark-Champion-Instruct-uncensored-abliterated-21B 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

WARNING: NSFW. Vivid prose. INTENSE. Visceral Details. Light HORROR. Swearing. UNCENSORED... humor, romance, fun... and can be used for ANY use case.

Running it

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

llama.cpp / GGUF
hf download DavidAU/Llama-3.2-8X4B-MOE-V2-Dark-Champion-Instruct-uncensored-abliterated-21B-GGUF --local-dir ./llama-3.2-8x4b-moe-v2-dark-champion-instruct-uncensored-abliterated-21b
llama-cli -m ./llama-3.2-8x4b-moe-v2-dark-champion-instruct-uncensored-abliterated-21b/<file>.gguf -p "..."
Transformers
from transformers import AutoModelForCausalLM, AutoTokenizer

repo = "DavidAU/Llama-3.2-8X4B-MOE-V2-Dark-Champion-Instruct-uncensored-abliterated-21B-GGUF"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
    repo, torch_dtype="auto", device_map="auto"
)
vLLM
vllm serve DavidAU/Llama-3.2-8X4B-MOE-V2-Dark-Champion-Instruct-uncensored-abliterated-21B-GGUF --trust-remote-code

Downloads and variants (6)

Every published repository of Llama-3.2-8X4B-MOE-V2-Dark-Champion-Instruct-uncensored-abliterated-21B, including quantised re-releases by other authors.

Security-team assessment

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

  • Llama-3.2-8X4B-MOE-V2-Dark-Champion-Instruct-uncensored-abliterated-21B 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 its base model, not added by ablation — at 8x4B parameters, expect roughly the base model’s competence, minus some instruction-following fidelity.
  • 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.

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 Llama-3.2-8X4B-MOE-V2-Dark-Champion-Instruct-uncensored-abliterated-21B is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with DavidAU, and does not independently verify publisher claims. See responsible use.