# The Right Way to Train Models

There are so many confusions on how you can train your AI models and what's the right way. So, here we resolve all your doubts at once :&#x20;

<figure><img src="/files/2UMI7UjWdSMw4gdDRZvv" alt=""><figcaption></figcaption></figure>

### The Basics

Training AKA *creating a new model* involves 5 input fields to be filled out by you. Firstly, you need to name the model. The default name format is **DEMO NAME (.) SUPERVISED (.) DATA** that you can change to anything.&#x20;

However, we suggest to just change the **DEMO NAME** part as it gives better filtration options later while building apps on these models.

### The License&#x20;

This is where you can decide how you want your models to be utilized by other developers and companies.&#x20;

We have a dedicated section where we have talked about licenses on Supervised. So, find more informations there.&#x20;

### Selecting A Base Model

Here, you have to select the foundational model of your AI. Choose between Ada, Babbage, Curie, and DaVinci.&#x20;

You can find more info about which model to choose from [here](https://platform.openai.com/docs/guides/fine-tuning).&#x20;

### Final Goal for Model

The final goal for model is a definition of what your model is being build for. Each selection can change the way your models responds to conversations.&#x20;

### Dataset

Datasets are the heart of your Supervised LLMs (models). Your data needs to be correctly formatted in order for the model to work in the right way. &#x20;

A sample dataset format is provided can be downloaded from the training page. Make sure your data is in the same format.&#x20;

**For precision, your dataset needs atleast 3500 rows of unique data.**&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://supervised.gitbook.io/supervised-ai-documentation/features/the-right-way-to-train-models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
