just like
from sentence_transformers import SentenceTransformer, util
model = SentenceTransformer('distilbert-base-nli-stsb-mean-tokens')
could you tell me if i download you pretrained model "distilbert-base-nli-stsb-mean-tokens",and unzip,
how can i change "model = SentenceTransformer('distilbert-base-nli-stsb-mean-tokens')" to setting my path.
just like from sentence_transformers import SentenceTransformer, util model = SentenceTransformer('distilbert-base-nli-stsb-mean-tokens')
could you tell me if i download you pretrained model "distilbert-base-nli-stsb-mean-tokens",and unzip, how can i change "model = SentenceTransformer('distilbert-base-nli-stsb-mean-tokens')" to setting my path.