Fine-tuning
Fine-tune models on your data.
Last updated
Fine-tune models on your data.
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*
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.
Last updated