KikoCis/Qwythos-9B-Claude-Mythos-5-1M-GGUF
Qwythos-9B-Claude-Mythos-5-1M — full GGUF ladder + KLD fidelity metrics
This is NOT my model. All weights and training are by [empero-ai](https://huggingface.co/empero-ai) (Qwythos-9B-Claude-Mythos-5-1M, Apache-2.0). This is an independent GGUF repack whose value-add is the objective fidelity measurement (KLD/PPL/Top-1 vs the Q8 reference) + provenance that the existing community GGUFs don't publish. No weights were modified.
✅ Recommended files
Tip: IQ4_XS dominates Q4_K_M — smaller (5.3 vs 5.8 GB) and more faithful (94.1% vs 92.3% Top-1), thanks to the imatrix.
📊 Metrics — fidelity vs the Q8_0 reference
Measured with llama-perplexity --kl-divergence (68 chunks, n_ctx 512). KLD is the gold-standard quant-fidelity metric; Top-1 match = how often the quant's argmax equals the reference's.
Reference = Q8_0, not BF16. Qwythos is a hybrid `qwen35` arch (SSM + attention, like Ornith), which llama.cpp does not lower cleanly from safetensors. So the ladder is requantized from empero-ai's official Q8_0 (near-lossless) with --allow-requantize + an imatrix, and fidelity is measured against that Q80. *(Q3KM shows real degradation — 83.7% / +17.8% PPL; use IQ4XS+ for quality.)*🚀 Run it
ollama run hf.co/KikoCis/Qwythos-9B-Claude-Mythos-5-1M-GGUF:Q5_K_M
llama-server -m Qwythos-9B-Q5_K_M.gguf -c 32768Sampling: qwen3.5-family reasoning models want temp 1.0 / top_p 0.95 — low temp causes repetition loops. For Ollama with a recent build, use RENDERER qwen3.5 + PARSER qwen3.5.
⚠️ Honest scope
This release is fidelity-gated (KLD-measured), which is the differentiator over the existing community GGUFs. It is not an independent capability benchmark — for agentic/reasoning scores of Qwythos itself, see [empero-ai's model card](https://huggingface.co/empero-ai/Qwythos-9B-Claude-Mythos-5-1M) (their "Mythos-5" claims are theirs, not independently re-verified here).
🔁 Provenance
Requantized from the official Q8_0 with llama-quantize --allow-requantize + imatrix (qwythos.imatrix, 248 KB calibration corpus). Scripts in scripts/, per-quant KLD logs in reports/, SHA-256 in reports/artifact-sha256sums.txt.
Credit
Model © empero-ai (Apache-2.0). This repack + fidelity metrics: KikoCis.
