qwythos-9b-v2
Empero AI
# Qwythos-9B-v2 β the new and improved Qwythos
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.
- π **Looping behavior eliminated** β repetition/degeneration under greedy or low-temperature decoding dropped from **6.7% β 0%**. You can serve it *without* leaning on `repetition_penalty` as a band-aid.
- π§ **Reasoning fully preserved** β MMLU, GSM8K, GPQA, ARC and HumanEval are all held at (or above) the v1 level. This is a *hygiene* upgrade, not a capability regression.
- π§© **MTP head restored** β the native multi-token-prediction module (dropped in the previous export) is back, so config and weights agree and speculative-decoding setups work.
- πͺͺ **Cleaner identity** β the model no longer prefaces unrelated answers with its identity; it introduces itself only when you actually ask.
- π **Still intentionally uncensored** for research, cybersecurity, red-teaming, biology, chemistry, pharmacology and clinical work.
- π **St
...