abliteratedmodels.org

Llama-3.2-4X3B-MOE-Hell-California-Uncensored-10B

Llama-3.2-4X3B-MOE-Hell-California-Uncensored-10B is a abliterated and uncensored open-weight language model, published on Hugging Face by DavidAU. It is 4x3B total parameters (mixture-of-experts), 24GB VRAM class class and apache-2.0 licence. It is distributed across 3 repositories in GGUF format, totalling 5.3K downloads.

Abliteration + uncensored fine-tune4x3B MoELlama10B – 25B5,28585

Specification

Model name
Llama-3.2-4X3B-MOE-Hell-California-Uncensored-10B
Base model
Not declared
Publisher
DavidAU
Parameters
4x3B (mixture-of-experts)
Hardware class
10B – 25B — 24GB VRAM class
Licence
apache-2.0
Task
Text generation
Context window
Not documented
Ablation scope
Not stated by the publisher
Formats available
GGUF
First indexed
12 Dec 2024
Last updated
24 Jul 2026

Ablation technique

How Llama-3.2-4X3B-MOE-Hell-California-Uncensored-10B 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. HORROR. Swearing. UNCENSORED... humor, romance, fun.

Running it

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

llama.cpp / GGUF
hf download DavidAU/Llama-3.2-4X3B-MOE-Hell-California-Uncensored-10B-GGUF --local-dir ./llama-3.2-4x3b-moe-hell-california-uncensored-10b
llama-cli -m ./llama-3.2-4x3b-moe-hell-california-uncensored-10b/<file>.gguf -p "..."
Transformers
from transformers import AutoModelForCausalLM, AutoTokenizer

repo = "DavidAU/Llama-3.2-4X3B-MOE-Hell-California-Uncensored-10B-GGUF"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
    repo, torch_dtype="auto", device_map="auto"
)
vLLM
vllm serve DavidAU/Llama-3.2-4X3B-MOE-Hell-California-Uncensored-10B-GGUF --trust-remote-code

Downloads and variants (2)

Every published repository of Llama-3.2-4X3B-MOE-Hell-California-Uncensored-10B, 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-4X3B-MOE-Hell-California-Uncensored-10B 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 4x3B 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-4X3B-MOE-Hell-California-Uncensored-10B 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.