Skip to content

Commit a4dce7d

Browse files
authored
Update README.md
1 parent 0c751ea commit a4dce7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Fine-Tuning Embedding Models on SageMaker
22

3-
This repository contains samples for fine-tuning embedding models using Amazon SageMaker. Embedding models are useful for tasks such as semantic similarity, text clustering, and information retrieval.
3+
This repository contains samples for fine-tuning embedding models using Amazon SageMaker.
4+
Embedding models are useful for tasks such as semantic similarity, text clustering, and information retrieval.
45
By fine-tuning embedding model on data that is representative of the target domain or task, the model can learn to capture the relevant semantics, jargon, and contextual relationships that are crucial for that domain.
56
Domain-specific embeddings can significantly improve the quality of vector representations, leading to more accurate retrieval of relevant context from the vector database. This, in turn, enhances the performance of the RAG system in terms of generating more accurate and relevant responses.
67

0 commit comments

Comments
 (0)