Unreal OpenAI API 1.0.0
Loading...
Searching...
No Matches
FFineTuningJobHyperparamsResponse Struct Reference

Public Attributes

FString Batch_Size
FString Learning_Rate_Multiplier
FString N_Epochs

Member Data Documentation

◆ Batch_Size

FString FFineTuningJobHyperparamsResponse::Batch_Size

Number of examples in each batch. "auto" or a number.

◆ Learning_Rate_Multiplier

FString FFineTuningJobHyperparamsResponse::Learning_Rate_Multiplier

Scaling factor for the learning rate. "auto" or a number.

◆ N_Epochs

FString FFineTuningJobHyperparamsResponse::N_Epochs

The number of epochs to train the model for. An epoch refers to one full cycle through the training dataset. "auto" decides the optimal number of epochs based on the size of the dataset. If setting the number manually, we support any number between 1 and 50 epochs.


The documentation for this struct was generated from the following file: