You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The log_prob_c member contains log-probability for the current character. At decode time, only the accumulated score from the beginning of the transcript until the current node (the score member) is copied into the Output structure:
Basically to do this one would have to write a bunch of boring code shuffling this data through the layers of the implementation, so it can be used at the API level.
When using
*WithMetadata
functions, it would be helpful to get access to the confidence score of each token of a given candidate transcript.It could be made available in the
TokenMetadata
class as a public memberconfidence
.The text was updated successfully, but these errors were encountered: