> ## Documentation Index
> Fetch the complete documentation index at: https://studio-docs.prem.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Fine-Tuning Overview

> Use fine-tuning to create a custom model for your use case.

<Note>
  This is a general overview of fine-tuning and what it is. If you want to learn how to fine-tune a model, please refer to the [Fine-Tuning Guide](/finetuning/get-started).
</Note>

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/hj1XDmsI9Os?si=3byolWkZE5fPKLBB" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

***Prem Studio*** offers fine-tuning capabilities so you can create a custom model without needing to be a machine learning expert.

Fine-tuning an AI model serves several important purposes:

* Adaptation to specific tasks: Fine-tuning allows a pre-trained model to specialize in particular domains or tasks that may differ from its original training data.
* Improved performance: It typically enhances accuracy and relevance for specific use cases compared to using a generic model.
* Efficiency: Fine-tuning requires significantly less data and computational resources than training a model from scratch.
* Customization: Organizations can tailor models to their unique requirements, terminology, or style.
* Overcoming limitations: It can help address biases or gaps in the original model's knowledge for particular applications.
* Rapid development: Fine-tuning accelerates the deployment of AI solutions by building on existing model capabilities.

# How it works

1. Create a [Snapshot](/datasets/create-snapshot) of your [dataset](/datasets/overview).
2. [Fine-tune](/finetuning/get-started) your model on your [dataset](/datasets/overview).
3. [Evaluate](/evaluations/get-started) your model.

***

# Next Step: Create a Fine-Tuning Job

<Card title="Create a Fine-Tuning Job" icon="robot" href="/finetuning/get-started">
  Click here to learn how to create a fine-tuning job.
</Card>

***

# Do More With Fine-Tuning

<CardGroup cols={2}>
  <Card title="Get Started with Fine-Tuning" icon="robot" href="/finetuning/get-started">
    Fine-Tune a model with a snapshot of a dataset.
  </Card>

  <Card title="Run Experiments With Fine-Tuned Models" icon="flask" href="/finetuning/experiments">
    Prepare you fine-tune model with experiments.
  </Card>
</CardGroup>

***

# After Fine-Tuning

<Card title="Evaluate a Model" icon="heart-pulse" href="/evaluations/get-started">
  Click here to learn how to evaluate a model.
</Card>
