CoolFace
Modelpublic

simaai/LFM2.5-VL-450M-Autoround-Safetensors

sourceHugging Faceotherupdated 26d agoView on Hugging Face
0likes38downloads
Model Card

LFM2.5-VL-450M Autoround

This is a post-training quantized version of `LiquidAI/LFM2.5-VL-450M`, prepared as a Hugging Face checkpoint for LLiMa compilation and Sima.ai deployment. The source model's license and use restrictions continue to apply.

Source revision: Not captured; pin an immutable upstream revision before release.

Quantization

ComponentMethodWeight formatDetails
Decoder Linear layersAutoRoundsymmetric INT4, G25692 targets; 200 iterations; batch size 1
lm_headGPTQsymmetric INT4, G2561 target; static act-order; block size 128; dampening 0.01
Vision encoder Linear layersGPTQsymmetric INT8, per-channel73 targets; static act-order
Mixed-precision exceptions—BF162 multimodal-projector Linear layers

Decoder calibration used NeelNanda/pile-10k (revision not captured), 512 samples of 1,024 tokens, seed 42. Head and vision calibration used lmms-lab/flickr30k (revision not captured), test[:512], 512 deterministic image-text samples, sequence length 2,048, and batch size 1. Exact targets are listed in recipe.yaml.

Evaluation

Full MMStar used all 1,500 examples, VLMEvalKit commit 7055d3010c38ccb5dcae1bc9535ca19c7fe5d79f, deterministic generation, and local exact matching on 2026-07-17.

CheckpointOverall accuracyStatus
Source43.0667%Full MMStar
This quantized checkpoint41.9333%Full MMStar
Absolute change-1.1333 percentage pointsHigher is better
Relative change-2.6316%Relative to source

Reproduction

bash
python quantize.py \
  --model-path /project/mlasw/share/huggingface/models--LiquidAI--LFM2.5-VL-450M \
  --output-dir /path/to/LFM2.5-VL-450M-Autoround-Safetensors

The directory includes quantize.py, recipe.yaml, and versions.txt.

Environment

Exact Python, CUDA, Torch, Transformers, llmcompressor, AutoRound, and compressed-tensors versions are recorded in versions.txt.

Deployment

This is the pre-LLiMa checkpoint. Compile it separately for Sima.ai hardware and keep compiler output separate. No upload is authorized for this VLM batch.

Limitations

Quantization quality varies by language, visual domain, prompt format, context length, and runtime. Validate the intended deployment workload independently.