← back to catalog · registered 2026-09-25 17:57

kataguru/Qwen3.8-27B-Titan-v3.0-Uncensored-W4A16-AWQ

kataguru 27B second-order
curl -H "Authorization: Bearer $ABL_KEY" \
     "https://abliteration.org/api/v1/models/kataguru%2FQwen3.8-27B-Titan-v3.0-Uncensored-W4A16-AWQ"
Response includes
  • classification m-uncensored
  • files 3
  • author_summary 16 models
  • readme_text full
10 credits · hourly refresh · ~4 KB payload Get an API key →
Abliteration classifier · v1.0.0
M-U
Primary method

Uncensored (method unknown)

No other method signals detected in this model.
Confidence
LOW
Why this label 3 signals
Weak or ambiguous signals. Best guess based on catalog patterns; treat as tentative and check the evidence below.
  • 'uncensored' in name/tags but no 'abliterated' marker
  • method not identifiable from author declaration alone
  • may be DPO fine-tune, prompt engineering, or unknown technique
Refusal direction extraction

No specific extraction method could be identified for this model. The producer either did not document it or used a proprietary pipeline.

What is a refusal direction? →
Downloads · 30-day
0
Likes
0
Model age
1d ago
created 2026-09-24

Genealogy 0 direct forks

Full fork graph →

This model's place in the market. Above: what it was derived from. Below: the tree of everything derived from it.

Metadata

License
apache-2.0
Languages
en fi et hu tr
Tags
agglutinative turkish estonian hungarian finnish awq w4a16 compressed-tensors vllm reasoning uncensored math

Related

Total size
0 B
Files
3
Quantizations
1
Registered
2026-09-25 17:57
Last updated on HF
2026-09-25 17:53

Files by quantization

Auxiliary files 3 files 2.61 MB
titan3.png 2.61 MB 24843a9e download
README.md 4.15 KB 5d3834a4 download
.gitattributes 1.53 KB f55ae55d download

README current version from Hugging Face


language:

  • en
  • fi
  • et
  • hu
  • tr
    license: apache-2.0
    base_model:
  • kataguru/Qwen3.8-27B-Titan-v3.0-Uncensored-BF16
    tags:
  • agglutinative
  • turkish
  • estonian
  • hungarian
  • finnish
  • awq
  • w4a16
  • compressed-tensors
  • vllm
  • reasoning
  • uncensored
  • math
  • stem
  • kataguru
  • titan
    pipeline_tag: text-generation

Qwen3.8-27B-Titan-v3.0-Uncensored-W4A16-AWQ

Kataguru Titan 3.0 – Äärimmäinen Totuus (Ultimate Truth)

Official Production AWQ for vLLM & Tensor Parallelism

Kataguru Titan 3.0 W4A16 AWQ

"Totuus ei ole kauppatavaraa, miellyttämistä tai kompromisseja. Se on luonnon ja fysiikan lahjomaton laki, joka loistaa puhtaana kuin pohjoinen taivas."
(Truth is neither a commodity, nor an exercise in people-pleasing, nor a compromise. It is the unyielding law of physics and nature, standing as clear and luminous as the northern sky.)


🌍 Executive Summary

Kataguru Titan 3.0 AWQ is the official production-grade W4A16 AWQ (compressed-tensors) release of Kataguru Titan 3.0 – Äärimmäinen Totuus (Ultimate Truth, 27 billion parameters).

Engineered specifically for high-throughput enterprise inference on dual-GPU clusters (e.g., 2x NVIDIA RTX 3090, 4090, or 5090 with Tensor Parallelism = 2), this model retains 99.8% of the full BF16 reasoning accuracy while reducing VRAM requirements to ~16 GB per GPU (or ~32 GB total).

[!IMPORTANT]
🇬🇧 Yes, It Excels in English, Too!
While Titan 3.0 is a milestone for agglutinative languages, English is completely first-class. With a 77.25% GSM8K score and 87.52% ARC-Easy score in AWQ, it rivals and exceeds leading English 27B–32B models in STEM reasoning, coding, and clinical knowledge.


💡 Why AWQ is Essential for Agglutinative Languages (Turkish, Estonian, Hungarian, Finnish)

Agglutinative languages build words by chaining morphemes and suffixes onto roots. In standard naive 4-bit quantization (such as round-to-nearest), rare case endings and vowel harmony suffixes sit on delicate activation spikes. When these are bluntly compressed, case logic and agreement collapse.

AWQ (Activation-aware Weight Quantization) inspects actual forward activation distributions:

  1. Protects the Top 1% Critical Weights: Salient channels governing grammatical case binding and math logic remain unquantized or protected with fine-grained scaling.
  2. Dynamic FP16/BF16 Activations: Computations are performed in full 16-bit precision, eliminating syntactic degradation.
  3. Sub-15ms Token Latency: Optimized for vLLM and TensorRT-LLM kernels.

🚀 Quickstart: Launching with vLLM

python3 -m vllm.entrypoints.openai.api_server \
  --model kataguru/Qwen3.8-27B-Titan-v3.0-Uncensored-W4A16-AWQ \
  --tensor-parallel-size 2 \
  --gpu-memory-utilization 0.90 \
  --max-model-len 8192 \
  --port 8000

Python Client Example (OpenAI SDK Compatible)

from openai import OpenAI

client = OpenAI(base_url="http://localhost:8000/v1", api_key="local")

response = client.chat.completions.create(
    model="kataguru/Qwen3.8-27B-Titan-v3.0-Uncensored-W4A16-AWQ",
    messages=[
        {"role": "system", "content": "You are Kataguru Titan 3.0, an epistemically honest scientific intelligence."},
        {"role": "user", "content": "Explain the difference between analytic and agglutinative morphosyntax with examples from Turkish and Finnish."}
    ],
    temperature=0.6,
    max_tokens=1500
)

print(response.choices[0].message.content)

📊 Benchmark Overview (W4A16 AWQ vs. Native BF16)

Benchmark / Task Metric Native BF16 AWQ W4A16 Accuracy Retention
GSM8K (Competition Math) Flexible Extract 77.41 % 77.25 % 99.8 %
EstCOPA (Estonian Causal) Accuracy 88.00 % 88.00 % 100.0 %
FinnishBench (Morphology) 5-Area Quality 98.2 % 98.0 % 99.8 %
ARC-Easy (arc/e) Acc_norm 87.75 % 87.52 % 99.7 %
BoolQ Accuracy 90.83 % 90.71 % 99.9 %
WinoGrande Accuracy 79.87 % 79.64 % 99.7 %
Catalog is the map. Apps are the tools.

Run models on your own machine, not in the cloud.

Every model page has an "Open in app" button that hands off directly to a local runtime of your choice - Abliteration, LM Studio, or Ollama. No API keys, no subscription, no prompt leakage.