gemma-2-2b-it-abliterated
from google/gemma-2-2b-it
Gemma-2B-Uncensored is a abliterated and uncensored variant of google/gemma-2-2b-it, published on Hugging Face by lemuralabs. It is 2B parameters, runs on a laptop CPU class and gemma licence. It is distributed across 5 repositories in GGUF, Transformers and GGUF (imatrix) formats, totalling 11.1K downloads.
How Gemma-2B-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
“Welcome to the repository for Lemura Labs-Limitless-Gemma-2B, an advanced language model that provides unrestricted and versatile responses across a wide range of topics. Unlike conventional models, Lemura Labs-Limitless-Gemma-2B is designed to handle any type of question and deliver comprehensive answers without...”
Commands are templates — confirm the exact repository and quant file before use.
hf download lemuralabs/Gemma-2B-Uncensored-GGUF --local-dir ./gemma-2b-uncensored
llama-cli -m ./gemma-2b-uncensored/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "lemuralabs/Gemma-2B-Uncensored"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve lemuralabs/Gemma-2B-Uncensored --trust-remote-codeEvery published repository of Gemma-2B-Uncensored, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| lemuralabs/Gemma-2B-Uncensored-GGUF | GGUF | 8.7K |
| mradermacher/Gemma-2B-Uncensored-GGUF | GGUF | 1.3K |
| mradermacher/Gemma-2B-Uncensored-i1-GGUF | GGUF (imatrix) | 973 |
| lemuralabs/Gemma-2B-Uncensoredsource | Transformers | 164 |
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 Gemma-2B-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.