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
I would like to be able to do 2 things that I think should be straight forward, but am having trouble figuring them out in the Hugging Face model.
I would like to provide a prompt, and in addition to returning response produced by the model, I would also like to return the word level score/model probabilities.
I would like to enter a prompt and a response and use DialoGPT to get the word level score/model probabilities of that response (the 'force-decoded' score).
I have tried looking through the Hugging Face documentation, but it seems like different models have different APIs, and I can't quite figure out how to do either of these.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I would like to be able to do 2 things that I think should be straight forward, but am having trouble figuring them out in the Hugging Face model.
I would like to provide a prompt, and in addition to returning response produced by the model, I would also like to return the word level score/model probabilities.
I would like to enter a prompt and a response and use DialoGPT to get the word level score/model probabilities of that response (the 'force-decoded' score).
I have tried looking through the Hugging Face documentation, but it seems like different models have different APIs, and I can't quite figure out how to do either of these.
Thanks!
The text was updated successfully, but these errors were encountered: