For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Sample appsIntegrationsDiscordPlaygroundDevEx repo
GuidesSDK ReferenceAPI Reference
GuidesSDK ReferenceAPI Reference
  • Get Started
    • Introduction
    • Quickstart
    • Manage your plan
    • Rate limits
    • Release notes
    • Migration guide
  • Guides
    • Search
    • Analyze videos
    • Segment videos
    • Create embeddings
  • Concepts
    • Models
    • Upload and processing methods
    • Indexes
    • Modalities
    • Multimodal large language models
  • Cloud partner integrations
    • Amazon Bedrock
  • Advanced
    • Organizations
    • Fine-tuning
      • Fine-tuning workflow
      • Data preparation
      • Best practices
      • Dataset examples
    • Webhooks
    • Metadata
    • Model context protocol
    • Claude Code Plugin
  • Resources
    • Platform overview
    • Playground
    • TwelveLabs SDKs
    • Frequently asked questions
    • Use cases
    • Sample applications
    • Partner integrations
    • From the community
LogoLogo
Sample appsIntegrationsDiscordPlaygroundDevEx repo
AdvancedFine-tuning

Fine-tuning workflow

The fine-tuning process is comprised of the following steps:

  1. Prepare and upload training data: You prepare the taxonomies the model must learn and securely share the training dataset using private links.
  2. Train the new fine-tuned model: TwelveLabs’s automated pipeline trains the model using your dataset.
  3. Evaluate the fine-tuned model: You evaluate the fine-tuned model quantitatively and qualitatively.
    1. Quantitative evaluation: Assess the model’s performance using metrics such as mean average precision (mAP). TwelveLabs 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.
  4. Deploy the fine-tuned model: TwelveLabs 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.
Was this page helpful?
Previous

Data preparation

Next
Built with