Interface ApiScore

Hierarchy

  • ApiScore

Properties

logprob: number

The overall log-probability of the entire text processed.

normalized_logprob: number

The same as logprob, but normalized for text length (number of tokens).

token_logprob: null | Record<string, number>

A dictionary including the specific log-probability of each token.

Generated using TypeDoc