Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated
from Qwen/Qwen3.5-122B-A10B
Kimi-K3-Uncensored is a abliterated and uncensored variant of moonshotai/Kimi-K3, published on Hugging Face by Ryanchen911. It is other licence. It is distributed across 3 repositories in GGUF format, totalling 6.5K downloads.
How Kimi-K3-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
“An abliterated GGUF quantization of Kimi K3 (2.8T params / 104B active / 896 experts, top-16), with the refusal direction orthogonalized out of the residual-stream write path.”
Commands are templates — confirm the exact repository and quant file before use.
hf download Ryanchen911/Kimi-K3-Uncensored-GGUF --local-dir ./kimi-k3-uncensored
llama-cli -m ./kimi-k3-uncensored/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "Ryanchen911/Kimi-K3-Uncensored-GGUF"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve Ryanchen911/Kimi-K3-Uncensored-GGUF --trust-remote-codeEvery published repository of Kimi-K3-Uncensored, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| Ryanchen911/Kimi-K3-Uncensored-GGUFsource | GGUF | 6.4K |
| Sharddha255/Kimi-K3-Uncensored-GGUF | GGUF | 61 |
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 Kimi-K3-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 Ryanchen911, and does not independently verify publisher claims. See responsible use.