What is base for logprobs? #8766
Closed
wongjingping
announced in
Q&A
Replies: 2 comments
-
Also curious. Is there an answer now? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Based on this line it seems like it's using the natural log logprobs = torch.log_softmax(logits, dim=-1, dtype=torch.float) Based on the pytorch docs the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I wanted to check what is the base for logprobs ie to get the normalized probability, do I do 2**(logprob) or 10**(logprob) or exp(logprob)?
Beta Was this translation helpful? Give feedback.
All reactions