Closed KkEeVvIiNnn closed 9 months ago
The OpenAI model provides the probabilities of the top five tokens. If both "Yes" and "No" are among these five tokens, we proceed with the computation. However, if one of them is not included, we assume that the probability of the other one is the smallest among these five. Note that, this is not a comprehensive solution, but an estimated solution.
Got it! Thank you!
Thanks very much!