Views
No views yet
google/gemma-2-2b-it,
prepared as a Hugging Face checkpoint for LLiMa compilation and deployment on
Sima.ai hardware.299a8560bedf22ed1c72a8a11e7dce4a7f9f51f8| Component | Method | Weight format | Details |
|---|---|---|---|
| Decoder Linear layers | AutoRound | symmetric INT4, G256 | 182 targets; lm_head excluded; 200 iterations |
lm_head | GPTQ | symmetric INT4, G256 | static act-order; block size 128; dampening 0.01 |
| Mixed-precision exceptions | Source precision | BF16 | Embeddings, norms, and non-Linear operations |
HuggingFaceH4/ultrachat_200k train_sft, in deterministic order. Messages
were rendered with the model chat template and packed into 512 complete
1,024-token spans. AutoRound batch size was 1. Calibration shuffling was
disabled; the effective ordering is therefore deterministic.wikitext-2-raw-v1 test split through the wikitext
lm-eval task, without an example limit.| Checkpoint | Word perplexity | Status |
|---|---|---|
| Source checkpoint | 17.152318 | Full run: 2026-07-19 |
| This UltraChat checkpoint | 19.344819 | Full run: 2026-07-19 |
| Absolute degradation vs source | +2.192501 | Lower is better |
| Relative degradation vs source | +12.78% | 100 * (quantized / source - 1) |
perplexity_results/full_wikitext/.quantize.py, recipe.yaml, and
versions.txt used for this artifact:1python quantize.py \
2 --model-path /path/to/models--google--gemma-2-2b-it \
3 --output-dir /path/to/Gemma-2-2B-it-Autoround-Safetensorsversions.txt for the exact environment:1Python: 3.13.2
2torch: 2.11.0+cu128
3CUDA: 12.8
4transformers: 5.10.1
5llm-compressor: 0.12.0
6auto-round: 0.13.0
7compressed-tensors: 0.17.1