Sentence Transformers is a python framework for state of the art sentence, text and image embeddings. These embeddings are used to find sentences which have similar meaning.
Sentence Transformers is a python framework for state of the art sentence, text and image embeddings. These embeddings are used to find sentences which have similar meaning. Sentence Transformers supports creation of word and text embeddings for more than 100 languages.
You can install it using pip:
pip install -U sentence-transformers
Pre-trained models can be found here : https://www.sbert.net/docs/pretrained_models.html#sentence-embedding-models
Sentence Transformers Paper: https://arxiv.org/abs/1908.10084