What problem does it solve?
This Skill helps you choose and configure the right training approach when you need to fine-tune an embedding model instead of using a pretrained one unchanged. It reduces guesswork around model family, loss function, evaluation setup, and training safeguards.
Core Features & Use Cases
- Model selection: Picks the right encoder type for retrieval, similarity, reranking, classification, or sparse search.
- Training guidance: Maps your data shape, such as pairs or triples, to an appropriate loss and evaluator.
- Practical guardrails: Highlights common training footguns like duplicate negatives, incorrect activation settings, and unsafe checkpointing choices.
- Use case: A team wants to adapt a retrieval model for legal documents and needs a reliable plan for base model choice, hard negatives, and evaluation metrics.
Quick Start
Ask for a training plan for your embedding task, including the encoder type, data shape, base model, loss, evaluator, and key training pitfalls.