InternLM open-sources Intern-Decision 4B/0.8B: structured decisions in one forward pass
jacek2023 · reddit · 2026-09-26
internlm released Intern-Decision-4B and 0.8B, open multimodal structured decision models fine-tuned from Qwen3.5. They take a shared state, a schema of named questions and optional images, and return an answer distribution for every question in a single forward pass.
Options are mapped to single-token symbols (A, B, …), the prompt includes a full JSON skeleton with per-field placeholders, and logits are read immediately before each placeholder, softmaxed over only that field's candidates, calibrated, and mapped back to typed JSON. No generate() or free-form sampling — pure structured candidate scoring. Demo, weights and GitHub repo are available.
More from Models
- The Best AI Model May Be the One You Need to Check Less — yi111 · 2026-09-26
- OpenAI DevDay in 2 days: leaks point to new hardware demo and always-on assistant — haider1 · 2026-09-26
- Stealth model Space Bunny rebuilds entire site from a 40s screen recording — PrajwalTomar_ · 2026-09-26
- LiquidAI's LFM 2.5 Encoder runs on CPU, predates Jev release — JosephJacks_ · 2026-09-26
- "You can do better than that" remains an unreasonably effective follow-up prompt — paul_cal · 2026-09-26
- Nace launches Drex, a sub-6B decision model outputting option probabilities instead of prose — rohanpaul_ai · 2026-09-26