import { FineTuningJobCheckpoint } from "https://deno.land/x/openai@v4.45.0/resources/fine-tuning/jobs/checkpoints.ts";
Interfaces
Metrics at the step number during the fine-tuning job. |
import { type FineTuningJobCheckpoint } from "https://deno.land/x/openai@v4.45.0/resources/fine-tuning/jobs/checkpoints.ts";
The fine_tuning.job.checkpoint
object represents a model checkpoint for a
fine-tuning job that is ready to use.
Properties
metrics: FineTuningJobCheckpoint.Metrics
Metrics at the step number during the fine-tuning job.