Qwythos-9B-Claude-Mythos-5-1M
from empero-ai/Qwythos-9B-Claude-Mythos-5-1M
Qwythos-9B-v2 is a abliterated and uncensored variant of empero-ai/Qwythos-9B-v2, published on Hugging Face by empero-ai. It is 9B parameters, single consumer GPU class and apache-2.0 licence. It is distributed across 12 repositories in GGUF, Transformers, MLX and GGUF (imatrix) formats, totalling 639.9K downloads.
How Qwythos-9B-v2 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
“The next iteration of Qwythos: all the reasoning of Qwythos-9B, with the looping behavior fixed. v2 keeps the deep chain-of-thought, the uncensored research posture, and the 1M-token context of its predecessor, and cleans up the rough edges that showed up in real use.”
Commands are templates — confirm the exact repository and quant file before use.
hf download empero-ai/Qwythos-9B-v2-GGUF --local-dir ./qwythos-9b-v2
llama-cli -m ./qwythos-9b-v2/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "empero-ai/Qwythos-9B-v2"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve empero-ai/Qwythos-9B-v2 --trust-remote-codeEvery published repository of Qwythos-9B-v2, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| empero-ai/Qwythos-9B-v2-GGUF | GGUF | 632.9K |
| empero-ai/Qwythos-9B-v2source | Transformers | 4K |
| mradermacher/Qwythos-9B-v2-i1-GGUF | GGUF (imatrix) | 1.1K |
| mradermacher/Qwythos-9B-v2-GGUF | GGUF | 608 |
| luxuansang/Qwythos-9B-v2-GGUF | GGUF | 280 |
| luxuansang/Qwythos-9B-v2 | Transformers | 269 |
| Fastiraz/Qwythos-9B-v2-GGUF | GGUF | 266 |
| IKN03/Qwythos-9B-v2-GGUF | GGUF | 186 |
| DarkKitsune/Qwythos-9B-v2-Q5_K_L-imat-GGUF | GGUF | 126 |
| Dzluck/Qwythos-9B-v2-GGUF | GGUF | 77 |
| JameslineUK/Qwythos-9B-v2-mlx-4Bit | MLX | 41 |
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 Qwythos-9B-v2 is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with empero-ai, and does not independently verify publisher claims. See responsible use.