FoolDev Claude Fable 5 commited on
Commit
9e850e7
·
1 Parent(s): 834f5fe

docs: document why Janus stays on 3.6 + refresh Thanatos cross-ref

Browse files

Add a Related-models note (35B-A3B discontinued in 3.8; the 3.8 MoEs are
Flash-Next ~180B and 2.4T-A95B; llmfan46 has no 3.8), and update the
Thanatos-27B row to its 3.8 heretic-ara rebase. Also ignore build.sh's
*.stripped.gguf intermediates.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

Files changed (3) hide show
  1. .gitignore +2 -0
  2. CHANGELOG.md +5 -0
  3. README.md +2 -2
.gitignore CHANGED
@@ -12,6 +12,8 @@ venv/
12
  # widget (ollama run hf.co/FoolDev/Janus-35B-HERETIC).
13
  *.gguf
14
  !Janus-35B-A3B.*.gguf
 
 
15
  *.safetensors
16
  *.bin
17
 
 
12
  # widget (ollama run hf.co/FoolDev/Janus-35B-HERETIC).
13
  *.gguf
14
  !Janus-35B-A3B.*.gguf
15
+ # scripts/strip_mtp.py + build.sh intermediates — local only, never tracked.
16
+ Janus-35B-A3B.*.stripped.gguf
17
  *.safetensors
18
  *.bin
19
 
CHANGELOG.md CHANGED
@@ -9,6 +9,11 @@ track the **tooling and documentation**, not the underlying base model.
9
  ## [Unreleased]
10
 
11
  ### Added
 
 
 
 
 
12
  - **Header spec line now surfaces context length.** Added a
13
  `Context: 262,144 native / 1,010,000 extensible` field to the card's header
14
  spec row (alongside Architecture / Total Params / Active Params / Base / …), so
 
9
  ## [Unreleased]
10
 
11
  ### Added
12
+ - **Documented why Janus stays on Qwen 3.6.** Added a Related-models note — the
13
+ 35B-A3B config was discontinued in 3.8 (the 3.8 MoEs are `Qwen3.8-Flash-Next`
14
+ ~180B and `Qwen3.8-2.4T-A95B`, and `llmfan46` has no 3.8), so Janus keeps the
15
+ newest 35B-A3B heretic base — and refreshed the Thanatos-27B cross-ref to its
16
+ 3.8 `heretic-ara` rebase. Also ignore `build.sh`'s `*.stripped.gguf` intermediates.
17
  - **Header spec line now surfaces context length.** Added a
18
  `Context: 262,144 native / 1,010,000 extensible` field to the card's header
19
  spec row (alongside Architecture / Total Params / Active Params / Base / …), so
README.md CHANGED
@@ -457,10 +457,10 @@ print(resp.choices[0].message.tool_calls)
457
  | [llmfan46/Qwen3.6-35B-A3B-uncensored-heretic-GGUF](https://huggingface.co/llmfan46/Qwen3.6-35B-A3B-uncensored-heretic-GGUF) | 35B / 3B active | Heretic GGUFs — pull other quants here; the bundled Q4_K_M is already this Heretic quant. |
458
  | [llmfan46/Qwen3.6-35B-A3B-uncensored-heretic-Native-MTP-Preserved](https://huggingface.co/llmfan46/Qwen3.6-35B-A3B-uncensored-heretic-Native-MTP-Preserved) | 35B / 3B active | Same Heretic base but keeps the MTP head for vLLM / SGLang speculative decoding. |
459
  | [Qwen/Qwen3.6-35B-A3B](https://huggingface.co/Qwen/Qwen3.6-35B-A3B) | 35B / 3B active | Upstream pre-Heretic base model. `transformers`-native multimodal weights. |
460
- | [FoolDev/Thanatos-27B-HERETIC](https://huggingface.co/FoolDev/Thanatos-27B-HERETIC) | 27B dense | Dense sibling on the [`llmfan46/Qwen3.6-27B-uncensored-heretic-v2`](https://huggingface.co/llmfan46/Qwen3.6-27B-uncensored-heretic-v2) Heretic base. Same teacher (Fable 5), same dataset family, smaller memory footprint, no MoE quirks. (The older `FoolDev/Thanatos-27B` and `Thanatos-27B-Heretic` slugs now 307 to this path.) |
461
  | [Crownelius/Crow-9B-HERETIC-4.6](https://huggingface.co/Crownelius/Crow-9B-HERETIC-4.6) | 9B dense | Heretic-flavored fine-tune on a smaller 9B Qwen base. Useful as a fast first-pass model when 35B is too heavy for the host. |
462
 
463
- ## Credits
464
 
465
  - Immediate base: [llmfan46/Qwen3.6-35B-A3B-uncensored-heretic](https://huggingface.co/llmfan46/Qwen3.6-35B-A3B-uncensored-heretic) — Heretic-style abliteration of Qwen 3.6 35B-A3B
466
  - Upstream base: [Qwen/Qwen3.6-35B-A3B](https://huggingface.co/Qwen/Qwen3.6-35B-A3B) (Alibaba)
 
457
  | [llmfan46/Qwen3.6-35B-A3B-uncensored-heretic-GGUF](https://huggingface.co/llmfan46/Qwen3.6-35B-A3B-uncensored-heretic-GGUF) | 35B / 3B active | Heretic GGUFs — pull other quants here; the bundled Q4_K_M is already this Heretic quant. |
458
  | [llmfan46/Qwen3.6-35B-A3B-uncensored-heretic-Native-MTP-Preserved](https://huggingface.co/llmfan46/Qwen3.6-35B-A3B-uncensored-heretic-Native-MTP-Preserved) | 35B / 3B active | Same Heretic base but keeps the MTP head for vLLM / SGLang speculative decoding. |
459
  | [Qwen/Qwen3.6-35B-A3B](https://huggingface.co/Qwen/Qwen3.6-35B-A3B) | 35B / 3B active | Upstream pre-Heretic base model. `transformers`-native multimodal weights. |
460
+ | [FoolDev/Thanatos-27B-HERETIC](https://huggingface.co/FoolDev/Thanatos-27B-HERETIC) | 27B dense | Dense sibling, rebased to the **Qwen 3.8** [`heretic-org/Qwen3.8-27B-heretic-ara`](https://huggingface.co/heretic-org/Qwen3.8-27B-heretic-ara) base. Same teacher (Fable 5), same dataset family, smaller memory footprint, no MoE quirks. (The older `FoolDev/Thanatos-27B` and `Thanatos-27B-Heretic` slugs now 307 to this path.) |
461
  | [Crownelius/Crow-9B-HERETIC-4.6](https://huggingface.co/Crownelius/Crow-9B-HERETIC-4.6) | 9B dense | Heretic-flavored fine-tune on a smaller 9B Qwen base. Useful as a fast first-pass model when 35B is too heavy for the host. |
462
 
463
+ > **Why Janus stays on Qwen 3.6:** the 35B-A3B MoE config was discontinued in Qwen 3.8 — the 3.8 MoEs are `Qwen3.8-Flash-Next` (~180B) and `Qwen3.8-2.4T-A95B` (2.4T), neither anywhere near this scale, and `llmfan46` published no 3.8 heretic. So Janus stays on the 3.6 base (the newest 35B-A3B heretic that exists), while the dense sibling [Thanatos-27B](https://huggingface.co/FoolDev/Thanatos-27B-HERETIC) moved to Qwen 3.8 (whose dense model is 27B).
464
 
465
  - Immediate base: [llmfan46/Qwen3.6-35B-A3B-uncensored-heretic](https://huggingface.co/llmfan46/Qwen3.6-35B-A3B-uncensored-heretic) — Heretic-style abliteration of Qwen 3.6 35B-A3B
466
  - Upstream base: [Qwen/Qwen3.6-35B-A3B](https://huggingface.co/Qwen/Qwen3.6-35B-A3B) (Alibaba)