Interface LogprobsResult

Logprobs Result

interface LogprobsResult {
    chosenCandidates?: LogprobsResultCandidate[];
    topCandidates?: LogprobsResultTopCandidates[];
}

Properties

chosenCandidates?: LogprobsResultCandidate[]

Length = total number of decoding steps. The chosen candidates may or may not be in top_candidates.

topCandidates?: LogprobsResultTopCandidates[]

Length = total number of decoding steps.

MMNEPVFCICPMFPCPTTAAATR