Skip to main content
Module

x/openai/resources/mod.ts>FineTuneCreateParams.Hyperparameters

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface FineTuneCreateParams.Hyperparameters
import { type FineTuneCreateParams } from "https://deno.land/x/openai@v4.21.0/resources/mod.ts";
const { Hyperparameters } = FineTuneCreateParams;

The hyperparameters used for the fine-tuning job.

Properties

optional
n_epochs: "auto" | number

The number of epochs to train the model for. An epoch refers to one full cycle through the training dataset.