Views
No views yet
Qwen/Qwen3-4B at source revision 1cfa9a7208912126459214e8b04321603b3df60c. It remains subject to the base model's license, intended use, and limitations.| Component | Method | Weight format | Details |
|---|---|---|---|
| Decoder Linear layers | AutoRound | symmetric INT4, G256 | 252 targets; lm_head excluded |
lm_head | GPTQ | symmetric INT4, G256 | static act-order, block size 128, dampening 0.01 |
| Mixed-precision exceptions | — | source dtype | non-Linear parameters remain at source precision |
HuggingFaceH4/ultrachat_200k (dataset revision not captured), train_sft[:512], rendered with the source chat template. Token IDs were deterministically concatenated and packed into 512 full 1024-token spans (no shuffle); AutoRound used 200 iterations and batch size 1.wikitext task backed by EleutherAI/wikitext_document_level, wikitext-2-raw-v1, with no example limit and the same evaluator settings for source and quantized checkpoints.| Checkpoint | Word perplexity |
|---|---|
Source (Qwen/Qwen3-4B) | 18.454564 |
| This UltraChat-calibrated checkpoint | 20.196137 |
quantize.py completed finite-scale validation and a Transformers chat-generation smoke test.quantize.py, recipe.yaml, and versions.txt.python quantize.py --model-path /path/to/models--Qwen--Qwen3-4B --output-dir /path/to/outputversions.txt.