FineTuneCompletionRequestInput
objectThe per-line training example of a fine-tuning input file for completions models
The input prompt for this training example.
The desired completion for this training example.
FineTuneDPOMethod
objectConfiguration for the DPO fine-tuning method.
The hyperparameters used for the fine-tuning job.
Show Child Parameters
FineTuneMethod
objectThe method used for fine-tuning.
The type of method. Is either supervised or dpo.
Allowed values:superviseddpo
Configuration for the supervised fine-tuning method.
Show Child Parameters
Configuration for the DPO fine-tuning method.
Show Child Parameters
FineTunePreferenceRequestInput
objectThe per-line training example of a fine-tuning input file for chat models using the dpo method.
Show Child Parameters
One OfThe preferred completion message for the output.
<= 1 items
Messages sent by the model in response to user messages.
Show Child Parameters
One OfThe non-preferred completion message for the output.
<= 1 items
Messages sent by the model in response to user messages.
Show Child Parameters
FineTuneSupervisedMethod
objectConfiguration for the supervised fine-tuning method.
The hyperparameters used for the fine-tuning job.