struct OpenAI::HyperParams
- OpenAI::HyperParams
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
openai/api/fine_tuning.crConstructors
Instance Method Summary
-
#n_epochs : Int32 | String
The number of epochs to train the model for.
Constructor Detail
Instance Method Detail
def n_epochs : Int32 | String
#
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.