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
Hi,
I am going to use the clinical models like "BSC-LT/roberta-base-biomedical-clinical-es", "Clinical BioBERT", or even one of the clinical models in this link "https://huggingface.co/models?search=clinical" as a model_type in bert score but I get the following error:
P, R, F1 = score(cands, refs, lang="en", model_type="BSC-LT/roberta-base-biomedical-clinical-es", verbose=True)
Hi,
I am going to use the clinical models like "BSC-LT/roberta-base-biomedical-clinical-es", "Clinical BioBERT", or even one of the clinical models in this link "https://huggingface.co/models?search=clinical" as a model_type in bert score but I get the following error:
P, R, F1 = score(cands, refs, lang="en", model_type="BSC-LT/roberta-base-biomedical-clinical-es", verbose=True)
Could you please assist me how I can solve this issue?
Thanks
The text was updated successfully, but these errors were encountered: