Fine-tuning workflow
The fine-tuning process is comprised of the following steps:
- Prepare and upload training data: You prepare the taxonomies the model must learn and securely share the training dataset using private links.
- Train the new fine-tuned model: Twelve Labs’s automated pipeline trains the model using your dataset.
- Evaluate the fine-tuned model: You evaluate the fine-tuned model quantitatively and qualitatively.
- Quantitative evaluation: Assess the model's performance using metrics such as mean average precision (mAP). Twelve Labs will provide the metrics for the private beta release.
Qualitative evaluation: The fine-tuned model will be available in the Playground or accessible programmatically through the API for qualitative assessment.
- Quantitative evaluation: Assess the model's performance using metrics such as mean average precision (mAP). Twelve Labs will provide the metrics for the private beta release.
- Deploy the fine-tuned model: Twelve Labs deploys the fine-tuned model to your environment.
Based on the evaluation results, you can retrain the model by repeating the cycle from the second step to improve its performance.
Updated 4 months ago