LFM2.5-2.6B-Uncensored
from LiquidAI/LFM2.5-2.6B
DistilQwen3-1.7B-uncensored is a abliterated and uncensored variant of reaperdoesntknow/Qwen3-1.7B-Distilled-30B-A3B, published on Hugging Face by reaperdoesntknow. It is 1.7B parameters and runs on a laptop CPU class. It is distributed across 4 repositories in Transformers and GGUF formats, totalling 5.2K downloads.
How DistilQwen3-1.7B-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
“This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.”
Commands are templates — confirm the exact repository and quant file before use.
hf download reaperdoesntknow/DistilQwen3-1.7B-uncensored-GGUF --local-dir ./distilqwen3-1.7b-uncensored
llama-cli -m ./distilqwen3-1.7b-uncensored/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "reaperdoesntknow/DistilQwen3-1.7B-uncensored"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve reaperdoesntknow/DistilQwen3-1.7B-uncensored --trust-remote-codeEvery published repository of DistilQwen3-1.7B-uncensored, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| reaperdoesntknow/DistilQwen3-1.7B-uncensoredsource | Transformers | 3.2K |
| reaperdoesntknow/DistilQwen3-1.7B-uncensored-GGUF | GGUF | 1.9K |
| mradermacher/DistilQwen3-1.7B-uncensored-GGUF | GGUF | 156 |
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 DistilQwen3-1.7B-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 reaperdoesntknow, and does not independently verify publisher claims. See responsible use.