LFM2.5 3B Vision - Optimized
Collection
Optimized by Konic Labs: LFM2.5 3B Vision model's three near-lossless versions down to 2.57 GB INT4 (−69%) • 6 items • Updated
A surgically compressed derivative of LiquidAI/LFM2.5-VL-3B: FFN width pruned 10752 → 8192 (−24%) + LoRA distillation recovery, BF16.
| Size | vs original | |
|---|---|---|
| Original BF16 | 6.25 GB | — |
| This checkpoint | 5.30 GB | −15% |
| Axis | Value |
|---|---|
| text PPL ratio (e^ΔNLL) | 0.83 (≤1.05 gate: PASS) |
| mm PPL ratio | 0.80 (≤1.10 gate: PASS) |
| text kld_t64 | 0.161 (base = 0) |
| mm kld_t64 | 0.173 |
| generation chrF (text/mm) | 0.50 / 0.54 |
| integrity index (record-only) | 42.7 / 100 |
Semantics preserved; phrasing compresses (verified live in vLLM: same answers on image and text prompts, tool-calling intact — see the companion repos and the pipeline repo for the full reports).
from transformers import AutoModelForImageTextToText
model = AutoModelForImageTextToText.from_pretrained(
"konic-labs/LFM2.5-VL-3B-ffn8192", dtype="bfloat16")
LiquidAI/LFM2.5-VL-3B (LFM Open License v1.0 — license text
retained; modifications per this card).