Sentence Transformers
Sentence Transformers is a Python library built on Hugging Face Transformers, designed to generate high-quality vector embeddings for sentences, paragraphs, or phrases. It provides access to numerous pre-trained models like BERT and RoBERTa, supporting multiple languages and task types. Ideal for semantic similarity, clustering, and information retrieval, making it a key tool for building semantic search, QA systems, and recommendation engines.