Create Finetuning Job
Create a new fine-tuning job.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Request to the VLM API for fine-tuning a model.
The model to fine-tune.
The file-id or URL of the training dataset.
Unique identifier of the request.
Date and time when the request was created (in UTC timezone)
The URL to call when the request is completed.
1
The file-id or URL of the validation dataset.
The number of epochs to fine-tune the model.
The batch size to use for fine-tuning.
The learning rate to use for fine-tuning.
The suffix to use for the fine-tuned model.
The base URL to use for Weights & Biases.
The API key to use for Weights & Biases.
The project to use for the fine-tuning job.
Response
Response to the VLM API for fine-tuning a model.
The message from the fine-tuning job.
The model identifier to fine-tune (has the format ft:vlm-1:<my-org>:<custom_suffix>:id
).
The usage metrics for the request.
The unique identifier for the fine-tuning job.
The date and time when the job was created (in UTC timezone).
The date and time when the job was completed (in UTC timezone).
The status of the fine-tuning job.
enqueued
, pending
, running
, completed
, failed
, paused
The suffix to use for the fine-tuned model.
The base URL to use for Weights & Biases.
The project to use for the fine-tuning job.
The URL to the Weights & Biases project.