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
but on sentence-transformers 2.7.0 getting this error,
TypeError: INSTRUCTOR._load_sbert_model() got an unexpected keyword argument 'token'
tried reverting it back to sentence-transformers 2.2.2 but then getting another error, .cache/torch/sentence_transformers/intfloat_multilingual-e5-large-instruct/sentence_xlnet_config.json'
Please let me know if there's other way around to make it running or alternative to run instruct base embeddings. Much appreciated.
Describe your environment (please complete the following information):
Hi, I am trying to load InstructorDocumentEmbedder:
doc_embedder = InstructorDocumentEmbedder(
model="intfloat/multilingual-e5-large-instruct",
instruction=doc_embedding_instruction,
batch_size=32
)
but on sentence-transformers 2.7.0 getting this error,
TypeError: INSTRUCTOR._load_sbert_model() got an unexpected keyword argument 'token'
tried reverting it back to sentence-transformers 2.2.2 but then getting another error, .cache/torch/sentence_transformers/intfloat_multilingual-e5-large-instruct/sentence_xlnet_config.json'
Please let me know if there's other way around to make it running or alternative to run instruct base embeddings. Much appreciated.
Describe your environment (please complete the following information):
The text was updated successfully, but these errors were encountered: