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
Seems to be related to the added special tokens, can be fixed by adding:
model.resize_token_embeddings(len(tokenizer))
See a related issue with BERT: huggingface/transformers#4153
The text was updated successfully, but these errors were encountered:
Seems to be related to the added special tokens, can be fixed by adding:
model.resize_token_embeddings(len(tokenizer))
See a related issue with BERT: huggingface/transformers#4153
The text was updated successfully, but these errors were encountered: