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
Currently, to simplify, the server passes both the scores and hidden states for steps associated with padding tokens.
However this creates a communication inefficiency (since messages for hidden states / scores are quite large) and can lead to errors in analysis by users
The text was updated successfully, but these errors were encountered:
Currently, to simplify, the server passes both the scores and hidden states for steps associated with padding tokens.
However this creates a communication inefficiency (since messages for hidden states / scores are quite large) and can lead to errors in analysis by users
The text was updated successfully, but these errors were encountered: