CoolFace
Modelpublic

tommytracx/Thox1-27b

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
2likes814downloads
Model Card

Thox1-27b

License Params Base GGUF Format

Your AI. Your Data. Your Rules.

THOX flagship 1-bit (Q1_0) GGUF quant of a 27B Qwen3.5-family abliterated model — the most-downloaded THOX repo.

What this is

  • —Real quantized-weights repo: single Thox1-27b-Q1_0.gguf (~4.67 GB) + config/tokenizer.
  • —Base: s3nh/Bonsai-27B-unpacked-abliterated-uncensored (Qwen3.5 VLM). basemodelrelation=quantized.
  • —config maxpositionembeddings 262144; card serves at 8192 — align the card's context claim.
  • —License chain: card asserts Apache-2.0 over an abliterated base — verify the full chain. Uncensored — content-policy sensitive.
  • —Config is a full VLM (vision tower) but it is served text-only via llama.cpp.

Architecture (from config)

FieldValue
Architectureqwen35 (Qwen35ForConditionalGeneration, VLM base; served text-only)
Layers64
Hidden size5120
Attention heads24
KV heads4 (GQA)
FFN / intermediate17408
Vocab248,320
Max context262144
dtypebfloat16

Intended use

On-device / edge text generation within the THOX stack. Not a safety-aligned public assistant unless deployed behind THOX guardrails.

Prompt / chat template

text
<|im_start|>system
{system}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant

Usage

llama.cpp

bash
huggingface-cli download tommytracx/Thox1-27b --include '*.gguf' --local-dir ./Thox1-27b
llama-cli -m ./Thox1-27b/model-Q1_0.gguf -p "Hello"

Links


THOX.ai LLC — Your AI. Your Data. Your Rules. · On-device and private by design.