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 CLIP:
size mismatch for transformer.embeddings.word_embeddings.weight: copying a param with shape torch.Size([30522, 768]) from checkpoint, the shape in current model is torch.Size([28996, 768]).
The dimension of bioclinicalbert emilyalsentzer/Bio_ClinicalBERT (whose vocab size is 28996, and the vocab size of pubmedbert is 30522) and the provided ctranspath_448_bioclinicalbert.zip checkpoint are not the same, and causes failure in loading the checkpoint.
The text was updated successfully, but these errors were encountered:
The dimension of bioclinicalbert
emilyalsentzer/Bio_ClinicalBERT
(whose vocab size is 28996, and the vocab size of pubmedbert is 30522) and the provided ctranspath_448_bioclinicalbert.zip checkpoint are not the same, and causes failure in loading the checkpoint.The text was updated successfully, but these errors were encountered: