ExLLM.Gemini.Tuning.TuningSnapshot (ex_llm v0.5.0)

View Source

Record for a single tuning step.

Summary

Types

t()

@type t() :: %ExLLM.Gemini.Tuning.TuningSnapshot{
  compute_time: String.t(),
  epoch: integer(),
  mean_loss: float(),
  step: integer()
}

Functions

from_json(json)