Skip to content

@ralphschuler.ai function caller.index.<internal>.OpenAI.FineTunes.FineTune

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

Interface: FineTune

OpenAI.FineTunes.FineTune

The FineTune object represents a legacy fine-tune job that has been created through the API.

Table of contents

Properties

Properties

created_at

created_at: number

The Unix timestamp (in seconds) for when the fine-tuning job was created.

Defined in

node_modules/openai/resources/fine-tunes.d.ts:56


events

Optional events: FineTuneEvent[]

The list of events that have been observed in the lifecycle of the FineTune job.

Defined in

node_modules/openai/resources/fine-tunes.d.ts:103


fine_tuned_model

fine_tuned_model: null | string

The name of the fine-tuned model that is being created.

Defined in

node_modules/openai/resources/fine-tunes.d.ts:60


hyperparams

hyperparams: Hyperparams

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

Defined in

node_modules/openai/resources/fine-tunes.d.ts:66


id

id: string

The object identifier, which can be referenced in the API endpoints.

Defined in

node_modules/openai/resources/fine-tunes.d.ts:52


model

model: string

The base model that is being fine-tuned.

Defined in

node_modules/openai/resources/fine-tunes.d.ts:70


object

object: "fine-tune"

The object type, which is always "fine-tune".

Defined in

node_modules/openai/resources/fine-tunes.d.ts:74


organization_id

organization_id: string

The organization that owns the fine-tuning job.

Defined in

node_modules/openai/resources/fine-tunes.d.ts:78


result_files

result_files: FileObject[]

The compiled results files for the fine-tuning job.

Defined in

node_modules/openai/resources/fine-tunes.d.ts:82


status

status: string

The current status of the fine-tuning job, which can be either created, running, succeeded, failed, or cancelled.

Defined in

node_modules/openai/resources/fine-tunes.d.ts:87


training_files

training_files: FileObject[]

The list of files used for training.

Defined in

node_modules/openai/resources/fine-tunes.d.ts:91


updated_at

updated_at: number

The Unix timestamp (in seconds) for when the fine-tuning job was last updated.

Defined in

node_modules/openai/resources/fine-tunes.d.ts:95


validation_files

validation_files: FileObject[]

The list of files used for validation.

Defined in

node_modules/openai/resources/fine-tunes.d.ts:99

Typescript Libraries

Modules

Namespaces

Clone this wiki locally