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
However, we have past_key_values = Null all the time. I tried this approach with other models and past_key_values is not null there. How can I make the iteration work here, such that we have the knowledge of the previous iteration?
The text was updated successfully, but these errors were encountered:
I would like to use Scibert for iterated token generation. Here is my code:
However, we have
past_key_values = Null
all the time. I tried this approach with other models andpast_key_values
is not null there. How can I make the iteration work here, such that we have the knowledge of the previous iteration?The text was updated successfully, but these errors were encountered: