empero-ai commited on
Commit
50d8b30
Β·
verified Β·
1 Parent(s): a7ab0f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -10
README.md CHANGED
@@ -23,28 +23,32 @@ tags:
23
  - agentic
24
  ---
25
 
26
- <p align="center">
27
- <img src="https://huggingface.co/empero-ai/Qwythos-9B-Claude-Mythos-5-1M/resolve/main/assets/qwythos.png" alt="Qwythos-9B" width="640"/>
28
- </p>
29
-
30
  <table>
31
  <tr>
32
  <td>
33
 
34
- ## 🚨 v3 released β€” please redownload the GGUFs
35
 
36
- Hotfix for the chat template. If you downloaded this repo before v3, please redownload your GGUF.
37
 
38
- Fixes in v3:
39
 
40
- - embedded chat template updated for preserved reasoning and adaptive thinking;
41
- - fixes looping during long generation traces;
42
- - fixes agentic use in harnesses like OpenCode, Abacus, Hermes, and Claude Code;
 
 
 
 
43
 
44
  </td>
45
  </tr>
46
  </table>
47
 
 
 
 
 
48
  # Qwythos-9B-Claude-Mythos-5-1M-GGUF
49
 
50
  **Developed by [Empero](https://empero.org)**
 
23
  - agentic
24
  ---
25
 
 
 
 
 
26
  <table>
27
  <tr>
28
  <td>
29
 
30
+ ## 🚨 v2 released β€” please download the new model!
31
 
32
+ We have release a version 2 of Qwythos here: **[empero-ai/Qwythos-9B-v2](https://huggingface.co/empero-ai/Qwythos-9B-v2)** or **[empero-ai/Qwythos-9B-v2-GGUF](https://huggingface.co/empero-ai/Qwythos-9B-v2-GGUF)**
33
 
34
+ Please download the newest version for the best experience! If you downloaded Qwythos previously consider to download v2 for a rounder experience.
35
 
36
+ Fixes include:
37
+ - πŸ” 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.
38
+ - 🧠 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.
39
+ - 🧩 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.
40
+ - πŸͺͺ Cleaner identity β€” the model no longer prefaces unrelated answers with its identity; it introduces itself only when you actually ask.
41
+ - πŸ”“ Still intentionally uncensored for research, cybersecurity, red-teaming, biology, chemistry, pharmacology and clinical work.
42
+ - πŸ“œ Still 1M-token context (YaRN) and the native multimodal-capable Qwen3.5 stack.
43
 
44
  </td>
45
  </tr>
46
  </table>
47
 
48
+ <p align="center">
49
+ <img src="https://huggingface.co/empero-ai/Qwythos-9B-Claude-Mythos-5-1M/resolve/main/assets/qwythos.png" alt="Qwythos-9B" width="640"/>
50
+ </p>
51
+
52
  # Qwythos-9B-Claude-Mythos-5-1M-GGUF
53
 
54
  **Developed by [Empero](https://empero.org)**