FoolDev Claude Opus 4.7 commited on
Commit
52b76d1
·
1 Parent(s): 64b629a

Update sibling link: Thanatos-27B → Thanatos-27B-Heretic

Browse files

The dense sibling repo was renamed on 2026-05-23
(FoolDev/Thanatos-27B → FoolDev/Thanatos-27B-Heretic) along with
a base swap to llmfan46/Qwen3.6-27B-uncensored-heretic-v2 (an
uncensored Heretic-style abliteration of the Qwen 3.6 27B base).

README "Related models" row updated to the canonical name with a
refreshed description noting the Heretic base, the uncensored
property, and the old-path 307 redirect HF still serves.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

Files changed (2) hide show
  1. CHANGELOG.md +9 -0
  2. README.md +1 -1
CHANGELOG.md CHANGED
@@ -8,6 +8,15 @@ track the **tooling and documentation**, not the underlying base model.
8
 
9
  ## [Unreleased]
10
 
 
 
 
 
 
 
 
 
 
11
  ### Added
12
  - Root-level `template`, `system`, and `params` files for HF's Ollama
13
  bridge. The bridge generates Ollama manifests at request time from
 
8
 
9
  ## [Unreleased]
10
 
11
+ ### Changed (sibling rename — Thanatos-27B → Thanatos-27B-Heretic)
12
+ - **README "Related models" row** updated to point at
13
+ `FoolDev/Thanatos-27B-Heretic` (the dense sibling renamed from
14
+ `FoolDev/Thanatos-27B` on 2026-05-23 along with a base swap to
15
+ `llmfan46/Qwen3.6-27B-uncensored-heretic-v2`, an uncensored
16
+ Heretic-style abliteration of Qwen 3.6 27B). Description now
17
+ notes the Heretic base, the uncensored property, and the
18
+ old-path 307 redirect HF serves.
19
+
20
  ### Added
21
  - Root-level `template`, `system`, and `params` files for HF's Ollama
22
  bridge. The bridge generates Ollama manifests at request time from
README.md CHANGED
@@ -323,7 +323,7 @@ print(resp.choices[0].message.tool_calls)
323
  | Model | Size | Notes |
324
  |---|---|---|
325
  | [Qwen/Qwen3.6-35B-A3B](https://huggingface.co/Qwen/Qwen3.6-35B-A3B) | 35B / 3B active | Upstream base model. `transformers`-native multimodal weights. |
326
- | [FoolDev/Thanatos-27B](https://huggingface.co/FoolDev/Thanatos-27B) | 27B dense | Dense sibling on the Qwen 3.6 27B base. Same teacher (Opus 4.7), same dataset family, smaller memory footprint, no MoE quirks. |
327
  | [Crownelius/Crow-9B-HERETIC-4.6](https://huggingface.co/Crownelius/Crow-9B-HERETIC-4.6) | 9B dense | Heretic-flavored fine-tune of the same Qwen 3.5 9B base used as a smaller starting point. Useful as a fast first-pass model when 35B is too heavy for the host. |
328
 
329
  ## Credits
 
323
  | Model | Size | Notes |
324
  |---|---|---|
325
  | [Qwen/Qwen3.6-35B-A3B](https://huggingface.co/Qwen/Qwen3.6-35B-A3B) | 35B / 3B active | Upstream base model. `transformers`-native multimodal weights. |
326
+ | [FoolDev/Thanatos-27B-Heretic](https://huggingface.co/FoolDev/Thanatos-27B-Heretic) | 27B dense | Dense sibling, now on `llmfan46/Qwen3.6-27B-uncensored-heretic-v2` (Heretic-style abliteration of the Qwen 3.6 27B base). Same teacher (Opus 4.7), same dataset family, smaller memory footprint, no MoE quirks, uncensored. (Renamed from `FoolDev/Thanatos-27B` — HF serves a 307 from the old path.) |
327
  | [Crownelius/Crow-9B-HERETIC-4.6](https://huggingface.co/Crownelius/Crow-9B-HERETIC-4.6) | 9B dense | Heretic-flavored fine-tune of the same Qwen 3.5 9B base used as a smaller starting point. Useful as a fast first-pass model when 35B is too heavy for the host. |
328
 
329
  ## Credits