Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/openai/resources/fine-tuning/mod.ts

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
import * as openai from "https://deno.land/x/openai@v4.38.5/resources/fine-tuning/mod.ts";

Interfaces

The fine_tuning.job object represents a fine-tuning job that has been created through the API.

For fine-tuning jobs that have failed, this will contain more information on the cause of the failure.

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

Fine-tuning job event object

The settings for your integration with Weights and Biases. This payload specifies the project that metrics will be sent to. Optionally, you can set an explicit display name for your run, add tags to your run, and set a default entity (team, username, etc) to be associated with your run.

The hyperparameters used for the fine-tuning job.

The settings for your integration with Weights and Biases. This payload specifies the project that metrics will be sent to. Optionally, you can set an explicit display name for your run, add tags to your run, and set a default entity (team, username, etc) to be associated with your run.