List all jobs
List the metadata for all fine-tuning jobs. Returns a list of FinetuneResponseTruncated objects.
Response
List of fine-tune jobs
Example response
{
"data": [
{
"id": "ft-01234567890123456789",
"status": "completed",
"created_at": "2023-05-17T17:35:45.123Z",
"updated_at": "2023-05-17T18:46:23.456Z",
"user_id": "user_789xyz012",
"owner_address": "user@example.com",
"total_price": 1500,
"token_count": 850000,
"events": [],
"model": "meta-llama/Llama-2-7b-hf",
"model_output_name": "mynamespace/meta-llama/Llama-2-7b-hf-32162631",
"n_epochs": 3,
"training_file": "file-01234567890123456789",
"wandb_project_name": "my-finetune-project"
}
]
}Changes
Changed in 2 of the 14 revisions of this API.1311
- ●
added the new
tokenized_dataset_upload_completeenum value to thedata/items/events/items/typeresponse property for the response status200response-property-enum-value-added
- ○
added the optional property
data/items/events/items/tokenized_dataset_pathto the response with the200statusresponse-optional-property-added
- ●
- ▲
the
data/items/early_stopping_best_metricresponse's property type/format changed fromnumber/floattonumber/for status200response-property-type-changed
- ▲
the
data/items/events/items/early_stopping_best_metric_valueresponse's property type/format changed fromnumber/floattonumber/for status200response-property-type-changed
- ▲
the
data/items/learning_rateresponse's property type/format changed fromnumber/floattonumber/for status200response-property-type-changed
- ▲
the
data/items/lr_scheduler/lr_scheduler_args/oneOf[CosineLRSchedulerArgs]/min_lr_ratioresponse's property type/format changed fromnumber/floattonumber/for status200response-property-type-changed
- ▲
the
data/items/lr_scheduler/lr_scheduler_args/oneOf[CosineLRSchedulerArgs]/num_cyclesresponse's property type/format changed fromnumber/floattonumber/for status200response-property-type-changed
- ▲
the
data/items/lr_scheduler/lr_scheduler_args/oneOf[LinearLRSchedulerArgs]/min_lr_ratioresponse's property type/format changed fromnumber/floattonumber/for status200response-property-type-changed
- ▲
the
data/items/max_grad_normresponse's property type/format changed fromnumber/floattonumber/for status200response-property-type-changed
- ▲
the
data/items/training_method/oneOf[TrainingMethodDPO]/dpo_betaresponse's property type/format changed fromnumber/floattonumber/for status200response-property-type-changed
- ▲
the
data/items/training_method/oneOf[TrainingMethodDPO]/rpo_alpharesponse's property type/format changed fromnumber/floattonumber/for status200response-property-type-changed
- ▲
the
data/items/training_method/oneOf[TrainingMethodDPO]/simpo_gammaresponse's property type/format changed fromnumber/floattonumber/for status200response-property-type-changed
- ▲
the
data/items/training_type/oneOf[LoRATrainingType]/lora_dropoutresponse's property type/format changed fromnumber/floattonumber/for status200response-property-type-changed
- ▲
the
data/items/warmup_ratioresponse's property type/format changed fromnumber/floattonumber/for status200response-property-type-changed
- ▲
the
data/items/weight_decayresponse's property type/format changed fromnumber/floattonumber/for status200response-property-type-changed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲