Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 418 Bytes

CreateFineTuneRequestHyperparameters.md

File metadata and controls

18 lines (12 loc) · 418 Bytes

OpenapiClient::CreateFineTuneRequestHyperparameters

Properties

Name Type Description Notes
n_epochs CreateFineTuneRequestHyperparametersNEpochs [optional]

Example

require 'openapi_client'

instance = OpenapiClient::CreateFineTuneRequestHyperparameters.new(
  n_epochs: null
)