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
Token indices sequence length is longer than the specified maximum sequence length for this model (2268 > 512). Running this sequence through the model will result in indexing errors
Can I ignore the warning notice above? Why is it popping up?
The text was updated successfully, but these errors were encountered:
ah! and
torch.save(model.state_dict(), "outputs/")
I don't need to use code, but can you tell me how to save and load the model?
I searched on Google and it said I had to inherit from torch.nn, but that didn't work.
Token indices sequence length is longer than the specified maximum sequence length for this model (2268 > 512). Running this sequence through the model will result in indexing errors
Can I ignore the warning notice above? Why is it popping up?
The text was updated successfully, but these errors were encountered: