Fine-tuning
Fine-tune models on your data.
Create fine-tuned model
Create fine-tuned model
POST
https://forefront.ai/v1/fine-tunes/create
Creates a fine-tuning job which begins the process of training a new model using the given training dataset.
Request Body
Name | Type | Description |
---|---|---|
name* | String | The name of your fine-tuned model. |
baseModel* | String | The model string of the model to fine-tune. |
trainingDataset* | String | The dataset string of the training data. |
validationDataset | String | The dataset string of the validation data. |
epochs | Integer | The number of epochs to train the model for. An epoch refers to one full cycle through the training dataset. |
Example request
Last updated