Qwythos-9B-v2
from empero-ai/Qwythos-9B-v2
Katarau-9B-ru-RP-nsfw is a Heretic-ablated variant of katafiek/Katarau-9B-ru-RP-nsfw, published on Hugging Face by katafiek. It is 9B parameters, single consumer GPU class and apache-2.0 licence. It is distributed across 5 repositories in Transformers, GGUF and GGUF (imatrix) formats, totalling 9.8K downloads.
How Katarau-9B-ru-RP-nsfw was modified, and what that implies.
Heretic
Automated directional ablation via the Heretic toolchain, which searches for the refusal direction and applies it with a KL-divergence budget so general capability is preserved.
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
“All sources were originally written in or translated to Russian with Deepseek-v4-pro/Deepseek-v4-flash. Only ~2% of the dataset contains blocks — so the model ships in no-think mode, and it's recommended to run it without thinking.”
Commands are templates — confirm the exact repository and quant file before use.
hf download mradermacher/Katarau-9B-ru-RP-nsfw-GGUF --local-dir ./katarau-9b-ru-rp-nsfw
llama-cli -m ./katarau-9b-ru-rp-nsfw/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "katafiek/Katarau-9B-ru-RP-nsfw"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve katafiek/Katarau-9B-ru-RP-nsfw --trust-remote-codeEvery published repository of Katarau-9B-ru-RP-nsfw, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| mradermacher/Katarau-9B-ru-RP-nsfw-GGUF | GGUF | 4.8K |
| katafiek/Katarau-9B-ru-RP-nsfw-GGUF | GGUF | 3K |
| mradermacher/Katarau-9B-ru-RP-nsfw-i1-GGUF | GGUF (imatrix) | 1.6K |
| katafiek/Katarau-9B-ru-RP-nsfwsource | Transformers | 317 |
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 Katarau-9B-ru-RP-nsfw is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with katafiek, and does not independently verify publisher claims. See responsible use.