Lead story
Models & availability
Latest
Lead story
Models & availability
Latest
A blog post explaining how to use the Sentence Transformers library to train and finetune sparse embedding models, including components like model, datasets, loss functions, training arguments, evaluators, and trainer class, with practical examples.
From the source
Sentence Transformers is a Python library for using and training dense embedding, reranker (cross encoder), and sparse embedding models for a wide range of applications, such as retrieval augmented generation, semantic search, semantic textual similarity, paraphrase mining, and more. In this blogpost, I'll show you how to use it to finetune a sparse encoder/embedding model and explain why you might want to do so.
huggingface.co