writetoasik commited on
Commit
0189717
·
verified ·
1 Parent(s): 9d821cd

Note Hub param-count widget is packed EXL3, not 8B

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ This is a **weight-only re-quant**, not a new train. The vision tower and MTP sp
43
  | **Architecture** | `Qwen3_5ForConditionalGeneration` — 64 layers, hidden 5120, hybrid Gated DeltaNet (48 linear + 16 full attention) |
44
  | **Load with** | ExLlamaV3 ≥ 1.4.3 or [TabbyAPI](https://github.com/theroyallab/tabbyAPI) (official ExLlama V3 server) |
45
 
46
- Not a GGUF, not FP8, not for `transformers` `generate()` / vLLM / llama.cpp.
47
 
48
  Sibling quants of the same uncensored source: [FP8](https://huggingface.co/orcarouter/Qwen3.8-27B-Uncensored-FP8) · [GGUF](https://huggingface.co/orcarouter/Qwen3.8-27B-Uncensored-GGUF) · [MLX](https://huggingface.co/orcarouter/Qwen3.8-27B-Uncensored-MLX). Official (censored) EXL3 of the base: [`turboderp/Qwen3.8-27B-exl3`](https://huggingface.co/turboderp/Qwen3.8-27B-exl3).
49
 
 
43
  | **Architecture** | `Qwen3_5ForConditionalGeneration` — 64 layers, hidden 5120, hybrid Gated DeltaNet (48 linear + 16 full attention) |
44
  | **Load with** | ExLlamaV3 ≥ 1.4.3 or [TabbyAPI](https://github.com/theroyallab/tabbyAPI) (official ExLlama V3 server) |
45
 
46
+ Not a GGUF, not FP8, not for `transformers` `generate()` / vLLM / llama.cpp. The Hub “model size” widget under-counts (packed EXL3 tensors look like ~8B); this is the full **27B**.
47
 
48
  Sibling quants of the same uncensored source: [FP8](https://huggingface.co/orcarouter/Qwen3.8-27B-Uncensored-FP8) · [GGUF](https://huggingface.co/orcarouter/Qwen3.8-27B-Uncensored-GGUF) · [MLX](https://huggingface.co/orcarouter/Qwen3.8-27B-Uncensored-MLX). Official (censored) EXL3 of the base: [`turboderp/Qwen3.8-27B-exl3`](https://huggingface.co/turboderp/Qwen3.8-27B-exl3).
49