import { CheckpointOut } from "@mistralai/mistralai/models/components";
let value: CheckpointOut = {
metrics: {},
stepNumber: 730856,
createdAt: 1716963433,
};
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 |