Quantization preserves accuracy to within ~1–2% of the BF16 baseline on standard benchmarks — typical for GPTQ INT4 on dense models of this scale.
Benchmarks
Both models evaluated under
identical conditions
with
lm-evaluation-harness
:
greedy decoding, no thinking mode,
apply_chat_template=True
,
max_gen_toks=512
,
batch_size=8
.
Task
Metric
BF16
INT4
Δ
ARC-Challenge
acc_norm
63.91
64.08
+0.17 pp
GSM8K
exact_match
(strict)
96.36
96.82
+0.46 pp
Both deltas are within the per-task standard error, so accuracy is
statistically indistinguishable
from BF16.
The vision encoder (
model.visual.*
) is intentionally left in BF16 — only the language-model weights are quantized.
Usage
With GPTQModel (recommended)
from gptqmodel import GPTQModel
from transformers import AutoTokenizer
model_id = "AxisQuant/Qwen3.6-27b-gptq-int4"
tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
model = GPTQModel.load(model_id, device_map="auto", trust_remote_code=True)
messages = [{"role": "user", "content": "Explain GPTQ in one sentence."}]
text = tokenizer.apply_chat_template(
messages, tokenize=False, add_generation_prompt=True, enable_thinking=False,
)
inputs = tokenizer(text, return_tensors="pt").to(model.device)
out = model.generate(**inputs, max_new_tokens=256, do_sample=False)
print(tokenizer.decode(out[0][inputs["input_ids"].shape[1]:], skip_special_tokens=True))
With transformers
from transformers import AutoModelForCausalLM, AutoTokenizer
model_id = "AxisQuant/Qwen3.6-27b-gptq-int4"
tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
model = AutoModelForCausalLM.from_pretrained(
model_id, device_map="auto", trust_remote_code=True,
)
Hardware
Weights
: 18 GB on disk · ~14 GB VRAM at load
Single-GPU friendly
: comfortably fits on a 24 GB consumer card (RTX 3090 / 4090) for short-to-mid context
Long context (64K+ tokens)
: H100 80 GB or A100 80 GB recommended
Limitations
Only the
language-model weights
are quantized; the vision encoder remains in BF16
Calibration set was English C4 — heavy non-English or domain-specific workloads may benefit from re-quantizing on a matching corpus
Thinking mode (
enable_thinking=True
) works but is significantly slower — enable only when reasoning quality matters more than latency
License
Inherits the license of the base model. See the
Qwen/Qwen3.6-27B
model page for terms.
Citation
Base model
@misc{qwen3.6-27b,
title = {{Qwen3.6-27B}: Flagship-Level Coding in a {27B} Dense Model},
author = {{Qwen Team}},
month = {April},
year = {2026},
url = {https://qwen.ai/blog?id=qwen3.6-27b}
}
Quantization method
@article{frantar2022gptq,
title = {{GPTQ}: Accurate Post-training Compression for Generative Pretrained Transformers},
author = {Frantar, Elias and Ashkboos, Saleh and Hoefler, Torsten and Alistarh, Dan},
journal = {arXiv preprint arXiv:2210.17323},
year = {2022}
}
This quantization
@misc{prashanttakale,
title = {Qwen3.6-27B GPTQ INT4 Quantization},
author = {Takale, Prashant},
year = {2026},
url = {https://huggingface.co/prashantcp8/Qwen3.6-27b-gptq-int4}
}
Runs of AxisQuant Qwen3.6-27b-gptq-int4 on huggingface.co
1.3K
Total runs
-29
24-hour runs
134
3-day runs
-914
7-day runs
-3.4K
30-day runs
More Information About Qwen3.6-27b-gptq-int4 huggingface.co Model
Qwen3.6-27b-gptq-int4 huggingface.co is an AI model on huggingface.co that provides Qwen3.6-27b-gptq-int4's model effect (), which can be used instantly with this AxisQuant Qwen3.6-27b-gptq-int4 model. huggingface.co supports a free trial of the Qwen3.6-27b-gptq-int4 model, and also provides paid use of the Qwen3.6-27b-gptq-int4. Support call Qwen3.6-27b-gptq-int4 model through api, including Node.js, Python, http.
Qwen3.6-27b-gptq-int4 huggingface.co is an online trial and call api platform, which integrates Qwen3.6-27b-gptq-int4's modeling effects, including api services, and provides a free online trial of Qwen3.6-27b-gptq-int4, you can try Qwen3.6-27b-gptq-int4 online for free by clicking the link below.
AxisQuant Qwen3.6-27b-gptq-int4 online free url in huggingface.co:
Qwen3.6-27b-gptq-int4 is an open source model from GitHub that offers a free installation service, and any user can find Qwen3.6-27b-gptq-int4 on GitHub to install. At the same time, huggingface.co provides the effect of Qwen3.6-27b-gptq-int4 install, users can directly use Qwen3.6-27b-gptq-int4 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
Qwen3.6-27b-gptq-int4 install url in huggingface.co: