Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 4.51 KB

checkpointout.md

File metadata and controls

21 lines (16 loc) · 4.51 KB

CheckpointOut

Example Usage

import { CheckpointOut } from "@mistralai/mistralai/models/components";

let value: CheckpointOut = {
  metrics: {},
  stepNumber: 730856,
  createdAt: 1716963433,
};

Fields

Field Type Required Description Example
metrics components.MetricOut ✔️ Metrics at the step number during the fine-tuning job. Use these metrics to assess if the training is going smoothly (loss should decrease, token accuracy should increase).
stepNumber number ✔️ The step number that the checkpoint was created at.
createdAt number ✔️ The UNIX timestamp (in seconds) for when the checkpoint was created. 1716963433