View Source ExOpenAI.Components.FineTuneSupervisedMethod (ex_openai.ex v1.8.0)

Schema representing a FineTuneSupervisedMethod within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.FineTuneSupervisedMethod{
  hyperparameters:
    %{
      batch_size: integer() | :auto,
      learning_rate_multiplier: float() | :auto,
      n_epochs: integer() | :auto
    }
    | nil
}