View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SupervisedHyperParameters (google_api_ai_platform v0.13.0)

Hyperparameters for SFT.

Attributes

  • adapterSize (type: String.t, default: nil) - Optional. Adapter size for tuning.
  • epochCount (type: String.t, default: nil) - Optional. Number of complete passes the model makes over the entire training dataset during training.
  • learningRateMultiplier (type: float(), default: nil) - Optional. Multiplier for adjusting the default learning rate.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SupervisedHyperParameters{
    adapterSize: String.t() | nil,
    epochCount: String.t() | nil,
    learningRateMultiplier: float() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.