supergemma4-26b-uncensored-v2
from google/gemma-4-26B-A4B-it
Qwythos-27B-v1 is a abliterated and uncensored variant of empero-ai/Qwythos-27B-v1, published on Hugging Face by empero-ai. It is 27B parameters, 48GB VRAM class class and apache-2.0 licence. It is distributed across 8 repositories in GGUF, Transformers, NVFP4 and GGUF (imatrix) formats, totalling 342.3K downloads.
How Qwythos-27B-v1 was modified, and what that implies.
Abliteration + uncensored fine-tune
Directional ablation combined with additional fine-tuning on unfiltered data, so behaviour diverges from the base model beyond refusal removal alone.
Reported scope: Not stated by the publisher. Publishers frequently omit this, so verify behaviour empirically rather than assuming full coverage.
From the publisher’s model card
“Qwythos-27B-v1 is an open-weight, full-parameter reasoning model: the larger sibling of Qwythos-9B, trained on the exact same curriculum and sized up on a Qwen3.5-27B base. It is a complete pre-RL checkpoint, post-trained through SFT → DPO → ESFT.”
Commands are templates — confirm the exact repository and quant file before use.
hf download empero-ai/Qwythos-27B-v1-GGUF --local-dir ./qwythos-27b-v1
llama-cli -m ./qwythos-27b-v1/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "empero-ai/Qwythos-27B-v1"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve empero-ai/Qwythos-27B-v1 --trust-remote-codeEvery published repository of Qwythos-27B-v1, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| empero-ai/Qwythos-27B-v1-GGUF | GGUF | 334.3K |
| empero-ai/Qwythos-27B-v1source | Transformers | 4.5K |
| mradermacher/Qwythos-27B-v1-GGUF | GGUF | 1.9K |
| mradermacher/Qwythos-27B-v1-i1-GGUF | GGUF (imatrix) | 1.1K |
| Fastiraz/Qwythos-27B-v1-GGUF | GGUF | 260 |
| CocaKova/Qwythos-27B-v1-NVFP4 | NVFP4 | 140 |
| CrossNow/Qwythos-27B-v1 | Transformers | 11 |
Derived from this model’s metadata and the publisher’s claims — not from benchmarks run by this site.
Handling: run it isolated, put moderation in front of it if anyone outside your team can reach it, and verify the weights before loading — these are third-party artifacts. Full handling and licence guidance.
Metadata for Qwythos-27B-v1 is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with empero-ai, and does not independently verify publisher claims. See responsible use.