Logit

concept

A logit is the raw confidence number the ranker puts on each candidate. The crop’s answer is the candidate with the highest logit.

For engineers: the raw unnormalized model output; here the top-1 logit over candidates selects the predicted class.