No sentence-transformers model found

#5
by baconnier - opened

Hello,
Do you know why i have (after local copy):
Using:
from sentence_transformers import SentenceTransformer
from sentence_transformers.util import cos_sim

sentences = ['That is a happy person', 'That is a very happy person']

model = SentenceTransformer('thenlper/gte-large')
embeddings = model.encode(sentences)
print(cos_sim(embeddings[0], embeddings[1]))

No sentence-transformers model found with name sentence-transformers/gte-large. Creating a new one with MEAN pooling.
Thanks

we have uploaded the missing configuration files to fix this warning. You can now retry it.

thenlper changed discussion status to closed

Sign up or log in to comment