OpenAI.CreateFineTuneRequest (oapi_oai v0.1.0)

Provides struct and type for CreateFineTuneRequest

Link to this section Summary

Link to this section Types

@type t() :: %OpenAI.CreateFineTuneRequest{
  batch_size: integer() | nil,
  classification_betas: [number()] | nil,
  classification_n_classes: integer() | nil,
  classification_positive_class: String.t() | nil,
  compute_classification_metrics: boolean() | nil,
  learning_rate_multiplier: number() | nil,
  model: String.t() | nil,
  n_epochs: integer() | nil,
  prompt_loss_weight: number() | nil,
  suffix: String.t() | nil,
  training_file: String.t(),
  validation_file: String.t() | nil
}