Replies: 1 comment
-
i believe these are in the arrays |
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
-
I think it would be useful to have a way to easily acess the next candidate tokens, for example to compare directly the probabilities of "yes" and "no" when doing sentiment anylysis. Right now I'm using
model.sample(temp=0)
, and hope that the output is either of the two expected values, but sometimes the models decide they wants to put something else here, even at low temperature and with multi-shot.I'm sure it must be possible with the low-level API, but it would be nice to have a convenient way to achieve this.
Beta Was this translation helpful? Give feedback.
All reactions