LogProbProperties interface
A single log probability entry for a token.
Properties
| bytes | The bytes that were used to generate the log probability. |
| logprob | The log probability of the token. |
| token | The token that was used to generate the log probability. |
Property Details
bytes
The bytes that were used to generate the log probability.
bytes: number[]
Property Value
number[]
logprob
The log probability of the token.
logprob: number
Property Value
number
token
The token that was used to generate the log probability.
token: string
Property Value
string