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
RuntimeError: Error(s) in loading state_dict for BertModel:
size mismatch for bert.embeddings.word_embeddings.weight: copying a param with shape torch.Size([21128, 128]) from checkpoint, the shape in current model is torch.Size([21128, 312]).
Can anyone help with this issue? I used the convert file but it seems there is some problem with the param size in checkpoint?
Thank u
The text was updated successfully, but these errors were encountered:
RuntimeError: Error(s) in loading state_dict for BertModel:
size mismatch for bert.embeddings.word_embeddings.weight: copying a param with shape torch.Size([21128, 128]) from checkpoint, the shape in current model is torch.Size([21128, 312]).
Can anyone help with this issue? I used the convert file but it seems there is some problem with the param size in checkpoint?
Thank u
The text was updated successfully, but these errors were encountered: