LIFEHUBBER
Theme

AI Resources

Laya

GitHub stars: 6.1K GitHub forks: 527 Declared license: Apache-2.0: Apache-2.0 Last pushed September 20, 2026: Pushed today
Stats from GitHub

Laya is a local model family for answering bounded choice, score, and yes-or-no questions with probabilities instead of generating prose.

Its Python package can load English, multilingual, or task-specialized checkpoints and route a request to the appropriate model before running the decision in one forward pass. Use this as a first read, not a recommendation. Open the original project before trusting details like terms, limits, privacy, cost, setup, or safety.

What it is

A model family for bounded decisions

An application supplies a state plus named questions. Laya returns a selected choice, an ordinal score, or a yes-or-no probability inside the requested schema.

Why it stands out

It decides without generating an answer

Laya scores option markers with a bidirectional encoder and a small decision head. That avoids generating free text and then parsing it back into a fixed result.

Availability

Local package, public weights, and demo

The project provides an Apache-2.0 Python package, three public Hugging Face checkpoints, a browser demo, benchmark materials, and notebooks for evaluation and fine-tuning.

Why it matters

What makes it useful

Some AI steps need a small decision rather than a written response: select a queue, score urgency, or decide whether a condition is present. Laya makes that step a separate model call with explicit options and probabilities.

Notable points

What stands out

Laya is a very new project. Its own benchmarks say the general checkpoints are near chance on the typed-decisions test before task-specific fine-tuning, and the specialized checkpoint was trained on four synthetic workflows. The published comparisons with Jev use Jev results from other sources rather than a shared independent run.

Before using

What to review

Whether the workflow really needs a bounded decision with supplied options rather than generated text or an ordinary classifier.

Whether you have held-out examples from the real task. The project recommends fine-tuning and fitting temperatures before relying on its probabilities.

Whether the question fits the model budget. The documented default loses accuracy with large choice sets, and the project suggests keeping choices below roughly 20 unless the budget or workflow is adjusted.

Whether the language route matches the input. The English checkpoint performs poorly outside English, while the multilingual checkpoint trades away some English accuracy.

Whether an early package and model family with limited independent use evidence fits the reliability needed for the workflow.

Reader fit

Who may find it relevant

Builders testing local typed decisions for routing, classification, moderation, scoring, or agent gates.

Teams that can fine-tune, calibrate, and evaluate a model against their own examples before automating actions.

Less relevant for readers who want a general chatbot, a mature managed service, or reliable zero-shot decisions without task-specific evaluation.

Editorial note

Why LifeHubber lists it

LifeHubber lists Laya because it gives builders a small, inspectable model family for decision steps that do not need generated prose, while making the fine-tuning and calibration work visible. That helps readers decide whether a specialized local model is worth the evaluation work for a repeated routing or scoring task.

Source links

Source materials

Reader note

Before relying on this entry

LifeHubber lists entries to help readers inspect AI projects, not to endorse them or prove they are safe, suitable, accurate, maintained, or right for a specific use. We do not verify every entry in depth. Before relying on anything listed, review the original materials, terms, privacy practices, limits, and risks that matter for your situation.

Advertisements

Advertisements

For project maintainers

Listed here? You can use the badge.

If you maintain a project with a current LifeHubber listing, you may add the optional “Listed on LifeHubber AI Resources” badge to its README, docs, or website. No introduction or permission request is needed.

See what’s moving