Fine-tuning Jobs
List all fine-tuning jobs
Fine-tuning Jobs
List all fine-tuning jobs
GET
/
v1
/
fine-tuning
{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"status": "NEW",
"base_model_name": "<string>",
"dataset_name": "<string>",
"name": "<string>",
"type": "LORA",
"current_step": 123,
"total_steps": 123,
"current_epoch": 123,
"total_epochs": 123,
"num_tokens": 123
}
],
"pagination": {
"total_pages": 123,
"current_page": 123,
"items_per_page": 123
}
}
Authorizations
Query Parameters
Page number to retrieve
Required range:
x >= 1
Number of items to return per page
Required range:
x >= 1
Response
200
application/json
Successful response
Available options:
NEW
, QUEUED
, RUNNING
, COMPLETED
, FAILED
, STOPPING
, STOPPED
Available options:
LORA
, QLORA
Number of tokens processed in the fine-tuning job
{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"status": "NEW",
"base_model_name": "<string>",
"dataset_name": "<string>",
"name": "<string>",
"type": "LORA",
"current_step": 123,
"total_steps": 123,
"current_epoch": 123,
"total_epochs": 123,
"num_tokens": 123
}
],
"pagination": {
"total_pages": 123,
"current_page": 123,
"items_per_page": 123
}
}