Views
No views yet
| Component | Method | Weight format | Effective targets |
|---|---|---|---|
Decoder Linear layers and lm_head | GPTQ | symmetric INT4, group size 256, static act-order | 277 |
| Vision encoder Linear layers | GPTQ | symmetric INT8, per-channel, static act-order | 113 |
| Audio tower | none | source BF16 | 134 explicit exceptions |
| Vision/audio embedding projectors | none | source BF16 | 2 explicit exceptions |
lm_head follows the default GPTQ INT4/G256 policy; no INT8 escalation was made. Calibration used lmms-lab/flickr30k test[:512], deterministic dataset order, 512 image-text samples, sequence length 2048, batch size 1, no concatenation, and no padding to maximum length. Exact targets and exceptions are saved in recipe.yaml.7055d3010c38ccb5dcae1bc9535ca19c7fe5d79f, deterministic generation, a matched letter-only system prompt, maximum 16 new tokens, SDPA, and exact_matching without an API judge.| Checkpoint | Overall accuracy |
|---|---|
| Source | 35.6667% |
| Quantized | 29.7333% |
| Absolute change | -5.9333 percentage points |
| Relative change | -16.6355% |
vlmeval_results/mmstar_full/.EleutherAI/wikitext_document_level, wikitext-2-raw-v1, no example limit; 2026-07-18): source 3362.9125; this checkpoint 618.3263; raw-text delta -2744.5862 (-81.61%). Independent native-logit scoring confirmed that the source's untemplated raw-text likelihood is intrinsically anomalous, so this lower PPL is not a quality improvement and must not be used as a release gate. It conflicts with the full MMStar regression. Investigation and raw evidence: releases/vlm-full-wikitext-perplexity/GEMMA4_PPL_INVESTIGATION.md and perplexity_results/vlm_full_wikitext/.quantize.py, recipe.yaml, and versions.txt used for this artifact:1python quantize.py \
2 --model-path /path/to/source-model \
3 --output-dir /path/to/new-quantized-model1Python: 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