Fine-tune models on your data.
POST https://forefront.ai/v1/fine-tunes/create
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.
name*
String
The name of your fine-tuned model.
baseModel*
The model string of the model to fine-tune.
trainingDataset*
The dataset string of the training data.
validationDataset
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.
Last updated 2 years ago