Qwythos-9B-v2
from empero-ai/Qwythos-9B-v2
mythos-9b-unhinged is a abliterated and uncensored variant of King3Djbl/mythos-9b-unhinged, published on Hugging Face by King3Djbl. It is 9B parameters, single consumer GPU class and apache-2.0 licence. It is distributed across 6 repositories in GGUF and GGUF (imatrix) formats, totalling 10.1K downloads.
How mythos-9b-unhinged 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 model does not refuse. It provides complete, detailed, working answers on every tested category.”
Commands are templates — confirm the exact repository and quant file before use.
ollama run hf.co/King3Djbl/mythos-9b-unhinged:Q4_K_Mhf download King3Djbl/mythos-9b-unhinged --local-dir ./mythos-9b-unhinged
llama-cli -m ./mythos-9b-unhinged/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "King3Djbl/mythos-9b-unhinged"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve King3Djbl/mythos-9b-unhinged --trust-remote-codeEvery published repository of mythos-9b-unhinged, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| King3Djbl/mythos-9b-unhingedsource | GGUF | 7.7K |
| fableforge-ai/mythos-9b-unhinged-GGUF | GGUF | 814 |
| mradermacher/mythos-9b-unhinged-i1-GGUF | GGUF (imatrix) | 796 |
| mradermacher/mythos-9b-unhinged-GGUF | GGUF | 589 |
| fairy322/mythos-9b-unhinged-GGUF | GGUF | 237 |
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 mythos-9b-unhinged is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with King3Djbl, and does not independently verify publisher claims. See responsible use.