import { type FineTune } from "https://deno.land/x/openai@v4.24.3/resources/mod.ts";
const { Hyperparams } = FineTune;
The hyperparameters used for the fine-tuning job. See the fine-tuning guide for more details.
Properties
The batch size to use for training. The batch size is the number of training examples used to train a single forward and backward pass.
The number of epochs to train the model for. An epoch refers to one full cycle through the training dataset.
The number of classes to use for computing classification metrics.
The positive class to use for computing classification metrics.