What this is
Medium — gentle abliteration: the sharpest, best-calibrated tier (gsm8k 0.94–0.95, factual 1.0) with more selective openness.
W4A16-AWQ — 4-bit weight-only (AWQ, compressed-tensors), FP16 activations. Runs on 1Cat-vLLM's SM70 TurboMind path (Tesla V100) and on stock vLLM (Ampere+).
Base model: philbert440/ThinkingCap-Qwen3.6-27B-Uncensored-Medium
Benchmarks
7-axis battery on 2× V100. Higher is better except Confab (↓). Openness/Confab are small-N probes; gsm8k is n=100.
Table with columns: gsm8k, Factual, Confab ↓, Openness, tok/s (c1)| gsm8k | Factual | Confab ↓ | Openness | tok/s (c1) |
|---|
| 0.94 | 1.0 | 0.13 | 0.167 | 46.8 |
Serving
# 1Cat-vLLM on 2x Tesla V100 (SM70): W4A16-AWQ + MTP. (Also runs on stock vLLM, Ampere+.)
export VLLM_SM70_FLASH_ATTN_V100=1 VLLM_SM70_QUANT_BACKEND=turbomind
python -m vllm.entrypoints.openai.api_server \
--model philbert440/ThinkingCap-Qwen3.6-27B-Uncensored-Medium-W4A16 --trust-remote-code --dtype half \
--attention-backend FLASH_ATTN_V100 --tensor-parallel-size 2 \
--kv-cache-dtype fp8_e5m2 --max-num-seqs 6 \
--speculative-config '{"method":"mtp","num_speculative_tokens":4,"attention_backend":"FLASH_ATTN_V100","draft_sample_method":"greedy"}' \
--compilation-config '{"cudagraph_mode":"full_and_piecewise","cudagraph_capture_sizes":[1,2,4,8]}'
Openness
Openness profile (honest): abliteration opens up hacking / malware / lock-picking / NSFW / disinformation prompts; weapons, drugs, political persuasion, surveillance, and extremism stay refused across all tiers. "Uncensored" here means cyber/NSFW-permissive, not unconditionally open.
Variants
See the Qwen3.6-27B Uncensored — ThinkingCap collection for all tiers and formats (BF16 / W4A16-AWQ / NVFP4).
Abliteration removes safety refusals; you are responsible for lawful, ethical use.