Sentence Similarity
sentence-transformers
PyTorch
Transformers
English
t5
text-embedding
embeddings
information-retrieval
beir
text-classification
language-model
text-clustering
text-semantic-similarity
text-evaluation
prompt-retrieval
text-reranking
feature-extraction
English
Sentence Similarity
natural_questions
ms_marco
fever
hotpot_qa
mteb
Eval Results
Are these objects thread safe for concurrent use?
#21
by
hiranya911
- opened
Can I use the same INSTRUCTOR object from multiple threads for encoding? Any issues we need to be aware of?
Hi, Thanks a lot for your interest in the INSTRUCTOR model!
Yes, it is possible to use INSTRUCTOR in multi-threading process. You may need to take care of the model/data copy/parallel issues in the encoding.