FineTuningJob
A fine-tuning job represents a request to fine-tune a model.
A fine-tuning job represents a request to fine-tune a model.
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The job identifier, which can be referenced in the API endpoints. |
project_id | string | Yes | The project identifier this job belongs to. |
object | string | No | The object type, which is always 'fine_tuning.job'. Always fine_tuning.job. Default: "fine_tuning.job". |
model | string | Yes | The base model being fine-tuned. |
status | server__models__fine_tuning__Status | Yes | The current status of the fine-tuning job. |
training_file | string | Yes | The file ID used for training. |
validation_file | string | null | No | The file ID used for validation. |
hyperparameters | Hyperparameters | No | The hyperparameters used for the fine-tuning job. Default: {"n_epochs":"auto","batch_size":"auto","learning_rate_multiplier":"auto"}. |
method | Method-Output | null | No | The method used for fine-tuning. |
created_at | integer | No | The Unix timestamp (in seconds) for when the job was created. Default: 1786012207. |
finished_at | integer | null | No | The Unix timestamp (in seconds) for when the job finished. |
fine_tuned_model | string | null | No | The name of the fine-tuned model that is being created. Null if not yet available. |
suffix | string | null | No | A string added to the fine-tuned model name. |
error | Error | null | No | Error information if the job failed. |
trained_tokens | integer | null | No | The total number of billable tokens processed by this fine-tuning job. The value will be null if the fine-tuning job is still running. |
worker_job_id | string | null | No | The job ID assigned by the fine-tuning worker service. |
worker_id | string | null | No | The ID of the fine_tuning_workers document for the worker processing this job. |
worker_sync_failures | integer | No | Number of consecutive poll failures against the assigned worker. Default: 0. |
We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.