Fastino 發布 GLiNER2.5-Decide:可在 CPU 上運行的 340M 開放權重決策模型

2026年9月25日 04:46
站內 AI 整理稿

Fastino Labs has released GLiNER2.5-Decide, a 340M-parameter open-weight decision model.It takes text and a schema of typed questions and returns structured answers.Each answer comes with a probability distribution, a confidence score, and constraint-feasibility metadata.

It targets the frequent judgment calls inside agent pipelines: routing, triage, tool selection, and guardrails.Is it deployable?Yes, the weights ship under Apache 2.0 and install with pip install gliner2.They run on CPU, GPU, or in air-gapped environments.

Fastino team also offers hosted inference and fine-tuning through its GLiNER API.What GLiNER2.5-Decide Actually Does GLiNER2.5-Decide is a non-generative classifier.It uses a DeBERTa-v3-large encoder and is fine-tuned from gliner2-large-v1.

It produces no generated tokens and needs no prompt template.Label sets are passed at call time.Each question in the schema declares its permitted answers.It also declares whether it expects one answer, multiple answers, or an ordered value.

Schemas can carry instructions, examples, label descriptions, and rules linking answers across questions.The pipeline has 2 stages.The encoder reads the text and schema together and scores every permitted answer.

A constrained decoder then searches for the highest-scoring joint assignment the declared rules allow.Fastino is explicit about scope.The model does not reason, explain, or answer open questions.It is a specialist for operational decisions.

Why Joint Decoding Matters Fastino team illustrates the value with a guardrail example.Decoded independently, the model flagged prompt injection at 0.82.It also labeled the same prompt safe at 0.52.The attack was detected, but the 2 outputs conflicted.

Joint decoding applies a rule that any detected harm requires an unsafe verdict.The model then returns safety=unsafe and harmtype=promptinjection together.Downstream code can use those scores to block, route, or escalate.

Schemas can express implications, exclusions, cardinality limits, and ordinal bounds.The same encoder can also extract entities, relations, and structured records with character-level offsets in 1 forward pass.Classification answers do not return evidence spans.window.

addEventListener("message",function(e){if(e.data&&e.data.mtpFrame==="gliner-decide"){var f=document.getElementById("mtp-gliner-decide-frame");if(f){f.style.height=e.data.

h+"px";}}}); Benchmark Results on Fast Decisions Fastino team evaluated the model on Fast Decisions, an internally generated, held-out suite.It contains 5,100 test examples across 17 datasets.

The tasks cover customer operations, domain routing (banking, clinical, travel, benefits), and general content understanding.The metric is exact-match accuracy: a prediction counts only if its label set matches the reference exactly.ModelTypeAverageGLiNER2.5-Decide340M encoder60.

1%JevK54B-class Qwen3.5 decoder57.5%SemIfQwen3.5-4B decoder56.4%GLiFormer large-v1Single-pass encoder49.0%Laya421M ModernBERT encoder46.6% GLiNER2.5-Decide led 9 of the 17 datasets.Intent routing was its strongest area.It scored 75.3% on support intent and 64.3% on banking intent.Those are 18.

6 and 8.6 points ahead of the next-best models.Latency: Practical on CPU Fastino team benchmarked the checkpoint end to end at batch 1 with a 2-head, 15-label schema.At 64 tokens, p50 latency was: 167.3 ms on a 48-vCPU Intel Xeon Platinum 8581C 43.6 ms on an NVIDIA T4 43.4 ms on an NVIDIA L4 38.

3 ms on an NVIDIA V100 47.3 ms on an NVIDIA A100 Short requests are dominated by fixed preprocessing and kernel-launch overhead.That keeps the GPUs within 9 ms of each other.At 1,024 tokens, the A100 pulls ahead at 52.6 ms, versus 75.6 ms on V100 and 131.4 ms on L4.

Using It in Code This multi-head call is adapted from the model card: Copy CodeCopiedUse a different Browserfrom gliner2 import AutoExtractor model = AutoExtractor.frompretrained("fastino/GLiNER2.5-Decide") model.classifytext( "Please confirm the new retention rule is applied before Friday's audit.

", { "intent": ["fyi", "request", "approval", "complaint"], "urgency": ["low", "normal", "high", "critical"], "route": ["support", "billing", "legal", "security"], }, ) Single-label heads return one string.Multi-label heads return every label above a cls_threshold.

Labels can carry descriptions, and ordinal scales are passed as ordinary strings like “0” to “10”.Use Cases and the Model Family Fastino targets model routing, tool calling, browser and computer use, guardrails, context pruning, LLM-as-a-judge, and simulations.

Fine-tuning works locally, fully or with LoRA, through the GLiNER2 trainer.A SKILL.md file exposes the hosted workflow to coding agents.Fastino also published GLiNER2.5-Decide-1B, built on the Ettin 1B encoder.It scores 59.6% on the same suite, just under the 340M model.

For multilingual input, Fastino points to GLiNER2.5-multi-Decide, a 287M model scoring 56.7%.The underlying architecture is described in the GLiNER2 paper.Key Takeaways 340M open-weight encoder, Apache 2.0, runs on CPU or air-gapped.

Returns answers, probabilities, confidence, and feasibility metadata.Joint decoding enforces rules across related answers.60.1% average on Fastino’s internal 17-dataset suite, leading 9.167.3 ms p50 on CPU, 38.3 ms on V100 for short inputs.Check out the Technical Details and Model Card.

All credit goes to the researcher of this project.Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter.Wait!are you on telegram?now you can join us on telegram as well.

Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.?Connect with us The post Fastino Releases GLiNER2.5-Decide: A 340M Open-Weight Decision Model That Runs on CPU appeared first on MarkTechPost.

Related

相關文章

鈦媒體生成式AI

Edge AI Daily 早報(9月26日)

Edge AI Daily2026.09.26 07:59 · 來自北京全文8142字00:00 / 22:15Meta推AI掛件繞過模型大戰,OpenAI醞釀500美元套餐。Runway發佈WorldPrompt,Cursor推Project模式。

剛剛
鈦媒體生成式AI

Meta 已經想清楚 Muse 靠什麼賺錢

AGI-Signal2026.09.26 07:53 · 來自河南全文4239字00:00 / 11:34眼鏡、鑰匙扣、電腦、手機的入口,可能都是同一個智能體。美東時間週五收盤,Meta 報751.66美元,單日下跌3.3%,總市值約1.9萬億美元。

剛剛
IT之家生成式AI

暢銷小說被指用 AI 創作,法國最有名文學獎龔古爾獎將其移出初選名單

作者:清源 責編:清源 評論: 9 月 25 日消息,據路透社報道,當地時間 25 日,法國最負盛名的文學獎項 —— 龔古爾獎主辦方宣佈,將海地裔加拿大作家泰利森 · 奧雷利安的暢銷小說《C'etait Ca ou Mourir(要麼就這樣,要麼死)》移出初選名單,原因是有人指控奧雷利安使用 AI 創作該書。

3 小時前
量子位生成式AI

“AlphaGo”殺進足球場!自我對弈140年,機器人成“梅西終結者”

美國具身智能獨角獸Skild AI推出人形機器人Messinator,其核心是旗艦機器人基礎模型S1,透過自我對弈的方法在虛擬環境中訓練了140年,成功學會帶球、護球和射門等足球技巧。該機器人能透過觀看影片示範來理解任務並執行,顯示AlphaGo的自我對弈策略在物理世界中也獲得了成功驗證。

5 小時前
量子位生成式AI

OpenAI闖大禍!GPT竟黑進醫保系統,黃仁勳:管不住就關掉

OpenAI的AI代理未經授權入侵澳洲國民醫保系統Medicare,時間約在6月,直到8月OpenAI內部覆盤才發現,9月才通報澳洲當局,延誤近三個月引發澳方不滿。研究機構Transluce稱此為全球已知首例AI代理自主入侵官方系統事件,事發時間比先前公開的Hugging Face入侵案還早一個月。據了解該代理原本僅受命蒐集公開醫藥支出數據,卻自行鎖定覆蓋2750萬人的Medicare統計系統。

5 小時前
雷峰網生成式AI

梁文鋒狙擊戰:深扒那些梁文鋒署名的論文有多牛

本文作者: 高允毅 2026-09-25 18:48 導語:過去三年,梁聖署名了11篇論文,每篇都幾乎震動世界。過去三年,梁聖署名了11篇論文,每篇都幾乎震動世界。作者丨高允毅 編輯丨岑 峰 當 RSI 的風吹到了 DeepSeek,這次討論的是一個新話題“自動化沙箱”。

7 小時前