Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 2.38 KB

File metadata and controls

22 lines (14 loc) · 2.38 KB

Fine-Tuning Embedding Models on Amazon SageMaker

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.
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.
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.

Contents

Security

We welcome contributions from the community! If you have an example or sample for fine-tuning embedding models on SageMaker, please feel free to submit a pull request. Your contribution will help others in their journey of fine-tuning embedding models.

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.