TLDRocket
Sign in

Fastino Releases GLiNER2.5: A Boundary-Prediction Architecture That Removes Span Enumeration From Information Extraction

MarkTechPost Michal Sutter

Fastino dropped GLiNER2.5, an extraction model that skips span guessing. It can handle longer text and still run cheaply on local hardware.

Based on reporting by MarkTechPost, Michal Sutter — read the original for the full story.

Summary, retelling and take written by AI under human oversight; images are AI-generated illustrations. How we work · Report an error

Fastino has pushed out GLiNER2.5, a new take on information extraction that swaps out span enumeration for boundary prediction. That sounds technical, but the practical move is simple: instead of checking every possible span against a width grid, the model learns where an entity starts and ends.

That shift removes the old maximum-entity-width cap and opens the door to 4,096-word context windows. It also keeps compute linear in sequence length for a fixed schema, which is the sort of sentence that makes infrastructure teams sit up a little straighter. The model can now do joint entity and relation decoding, enforce cross-task label constraints, and attach attributes to spans in one pass.

Fastino is shipping three checkpoints on Hugging Face under Apache 2.0: 74M, 194M, and 287M parameters. The release notes say the 74M and 194M models can run on standard CPU boxes, while local inference is available on CPU, CUDA, or MPS through pip install "gliner2[local]" with Python 3.10 or newer. There’s no hosted inference provider for the checkpoints yet, so if you want to use them, you self-host.

On the benchmark side, Fastino reports results on 16 zero-shot datasets. The multilingual checkpoint posts an overall macro F1 of 56.17, just ahead of GLiNER2’s 56.09, while the base checkpoint reaches 54.87 versus 53.34 for GLiNER2. The biggest headline is XNLI: the multilingual model jumps to 62.30 from 37.55, a gain of 24.75 points.

The pitch here is pretty clear. Smaller teams get a model family that can run locally without GPU drama, and bigger teams get a privately hosted alternative to per-token LLM extraction. Fastino is aiming at legal work, clinical notes, insurance claims, customer support, guardrails, and anything else where entities, relations, and attributes need to come out cleanly instead of becoming another prompt-engineering hobby project.

My take — AI-written commentary, not fact-checked reporting

This is the sort of release that matters because it attacks the boring part of AI: cost, control, and deployment. Everyone loves a chat demo; fewer people want to pay for extraction by the token forever. The open, self-hosted route is the grown-up choice here, and the industry still acts surprised when that turns out to be useful.

Read more about this at: MarkTechPost

Related stories

The daily briefing

Every AI story that matters, in your inbox by 8am.

TLDRocket reads all relevant sources, removes duplicate coverage, and summarises the day in two minutes. Follow companies and topics for alerts, or get the briefing in Slack. Free, no spam, unsubscribe anytime.