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
Log probabilities of output tokens indicate the likelihood of each token occurring in the sequence given the context. To simplify, a logprob is log(p), where p = probability of a token occurring at a specific position based on the previous tokens in the context. Some key points about logprobs
Now, with logprobs enabled, we can see exactly how confident the model is in its predictions, which is crucial for creating an accurate and trustworthy classifier.
Lighter colors indicate lower probability, darker colors / black indicate higher probability
Based on https://cookbook.openai.com/examples/using_logprobs
Lighter colors indicate lower probability, darker colors / black indicate higher probability
Default temperature
openai_default_temp.mp4
Temperature = 1.9
openai_1.9_temp.mp4
The text was updated successfully, but these errors were encountered: