Fine Tuning
Fine-tuning allows you to adapt foundation models to your specific data and use cases. Orbit supports fine-tuning workflows for supported LLMs and embedding models.
Key Concepts
- Data preparation: Clean and format your training data for optimal results.
- Training jobs: Launch fine-tuning jobs using Orbit's orchestration or directly via cloud providers.
- Model versioning: Track and manage different versions of your fine-tuned models.
Example: Fine-Tuning Workflow
- Prepare your dataset in JSONL or CSV format.
- Use the Orbit CLI or UI to start a fine-tuning job.
- Monitor training progress and review evaluation metrics.
- Deploy the fine-tuned model as an Orbit Agent or API endpoint.
Best Practices
- Start with a small dataset to validate your pipeline.
- Use validation and test splits to avoid overfitting.
- Document model changes and evaluation results.
See the Orbit documentation for supported models and detailed fine-tuning guides.
Last updated on