Skip to content

@ralphschuler.ai function caller.index.<internal>.OpenAI.FineTuning.Jobs.FineTuningJob.Hyperparameters

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: Hyperparameters

Jobs.FineTuningJob.Hyperparameters

The hyperparameters used for the fine-tuning job. See the fine-tuning guide for more details.

Table of contents

Properties

Properties

n_epochs

n_epochs: number | "auto"

The number of epochs to train the model for. An epoch refers to one full cycle through the training dataset. "auto" decides the optimal number of epochs based on the size of the dataset. If setting the number manually, we support any number between 1 and 50 epochs.

Defined in

node_modules/openai/resources/fine-tuning/jobs.d.ts:146

Typescript Libraries

Modules

Namespaces

Clone this wiki locally