Skip to content
AImpact
IT EN
Inference Intermediate Also known as: Logit

Logits

Raw numeric scores the model produces for every possible vocabulary token, before being turned into probabilities.

ShareLinkedInX

In practice

They are the model's "unnormalized thinking": the higher a token's logit, the more likely it gets. Some APIs expose `logprobs` (logits after softmax and log) to gauge confidence or build classifiers. Working with raw logits is only relevant for fine-tuning or research.

Related terms

Seen in the wild

0 entries mentioning it

No archive entry mentions it explicitly. Appears in broader contexts.

← All terms