# Hugging Face — Training and Finetuning Embedding Models with Sentence Transformers

- Company: Hugging Face (huggingface.co)
- Announced: 2024-05-28T00:00:00+00:00
- Subject: Platform
- Source: https://huggingface.co/blog/train-sentence-transformers
- Record: https://forck.live/items/1881-training-and-finetuning-embedding-models-with-sentence-transformers

The blog post explains how to finetune Sentence Transformer models using the Sentence Transformers library, covering components like datasets, loss functions, training arguments, evaluators, and the trainer.

## Evidence

Verbatim from https://huggingface.co/blog/train-sentence-transformers:

> Sentence Transformers is a Python library for using and training 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 Sentence Transformer models to improve their performance on specific tasks.

---

Record: https://forck.live/items/1881-training-and-finetuning-embedding-models-with-sentence-transformers
Catalogue: https://forck.live/llms.txt
Feed: https://forck.live/feed.md
