huggingface_hub.utils.validators.HFValidationError: Repo id must use alphanumeric chars or ‘-’, '', ‘.’, ‘–’ and ‘…’ are forbidden, ‘-’ and ‘.’ cannot start or end the name, max length is 96:

As it is mentioned in the title I am getting this error for the model FremyCompany/BioLORD-2023-M

i am calling the model like this sbert = SentenceTransformer(model_name)