Local downloaded models uploading

I have downloaded all-mpnet-base-v2 model on my server. i am not able to upload it in python using path. my statements are from sentence_transformers import SentenceTransformer

model_path = r"path of downloaded model"
model = SentenceTransformer(model_path) it is giving repo id error.

1 Like

Is this a bug?