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
Hey. How does one convert logprobs to regular probabilities? I've tried np.exp(token.logprob) expecting them to be always negative. But sometimes they are positive. Need some explanation on how to handle those.
The text was updated successfully, but these errors were encountered:
Hey. How does one convert logprobs to regular probabilities? I've tried
np.exp(token.logprob)
expecting them to be always negative. But sometimes they are positive. Need some explanation on how to handle those.The text was updated successfully, but these errors were encountered: