Llama-3.2-3B-Instruct-uncensored
from meta-llama/Llama-3.2-3B-Instruct
Llama-3.2-3B-Uncensored is a abliterated and uncensored variant of meta-llama/Llama-3.2-3B, published on Hugging Face by lemuralabs. It is 3B parameters, runs on a laptop CPU class and apache-2.0 licence. It is distributed across 11 repositories in GGUF and GGUF (imatrix) formats, totalling 21.2K downloads.
How Llama-3.2-3B-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
“At Lemura Labs, we believe in pushing the boundaries of innovation by providing advanced and unrestricted AI models for every application. Dive into our world of possibilities and experience the freedom of Lemura Labs-Llama-3.2-3B-Uncensored, tailored to meet diverse needs with exceptional performance.”
Commands are templates — confirm the exact repository and quant file before use.
hf download lemuralabs/Llama-3.2-3B-Uncensored-GGUF --local-dir ./llama-3.2-3b-uncensored
llama-cli -m ./llama-3.2-3b-uncensored/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "lemuralabs/Llama-3.2-3B-Uncensored-GGUF"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve lemuralabs/Llama-3.2-3B-Uncensored-GGUF --trust-remote-codeEvery published repository of Llama-3.2-3B-Uncensored, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| lemuralabs/Llama-3.2-3B-Uncensored-GGUFsource | GGUF | 20.4K |
| Shyamnath/Llama-3.2-3b-Uncensored-GGUF | GGUF | 303 |
| mradermacher/Llama-3.2-3B-Uncensored-i1-GGUF | GGUF (imatrix) | 233 |
| mradermacher/Llama-3.2-3B-Uncensored-GGUF | GGUF | 157 |
| prawinin/Llama-3.2-3B-Uncensored | GGUF | 35 |
| dogma-black/Llama-3.2-3B-Uncensored-Q3_K_L.gguf | GGUF | 25 |
| dogma-black/Llama-3.2-3B-Uncensored-F16.gguf | GGUF | 24 |
| prawinin/Llama-3.2-3B-Uncensored-Q8_0-GGUF | GGUF | 23 |
| panszymonkwi/Llama-3.2-3B-Uncensored-gguf | GGUF | 15 |
| dogma-black/Llama-3.2-3B-Uncensored-GGUF | GGUF | 11 |
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 Llama-3.2-3B-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 lemuralabs, and does not independently verify publisher claims. See responsible use.