Fine-tuning

List all jobs

List the metadata for all fine-tuning jobs. Returns a list of FinetuneResponseTruncated objects.

get/fine-tunes

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_complete enum value to the data/items/events/items/type response property for the response status 200

      response-property-enum-value-added

    • added the optional property data/items/events/items/tokenized_dataset_path to the response with the 200 status

      response-optional-property-added

    • the data/items/early_stopping_best_metric response's property type/format changed from number/float to number/ for status 200

      response-property-type-changed

    • the data/items/events/items/early_stopping_best_metric_value response's property type/format changed from number/float to number/ for status 200

      response-property-type-changed

    • the data/items/learning_rate response's property type/format changed from number/float to number/ for status 200

      response-property-type-changed

    • the data/items/lr_scheduler/lr_scheduler_args/oneOf[CosineLRSchedulerArgs]/min_lr_ratio response's property type/format changed from number/float to number/ for status 200

      response-property-type-changed

    • the data/items/lr_scheduler/lr_scheduler_args/oneOf[CosineLRSchedulerArgs]/num_cycles response's property type/format changed from number/float to number/ for status 200

      response-property-type-changed

    • the data/items/lr_scheduler/lr_scheduler_args/oneOf[LinearLRSchedulerArgs]/min_lr_ratio response's property type/format changed from number/float to number/ for status 200

      response-property-type-changed

    • the data/items/max_grad_norm response's property type/format changed from number/float to number/ for status 200

      response-property-type-changed

    • the data/items/training_method/oneOf[TrainingMethodDPO]/dpo_beta response's property type/format changed from number/float to number/ for status 200

      response-property-type-changed

    • the data/items/training_method/oneOf[TrainingMethodDPO]/rpo_alpha response's property type/format changed from number/float to number/ for status 200

      response-property-type-changed

    • the data/items/training_method/oneOf[TrainingMethodDPO]/simpo_gamma response's property type/format changed from number/float to number/ for status 200

      response-property-type-changed

    • the data/items/training_type/oneOf[LoRATrainingType]/lora_dropout response's property type/format changed from number/float to number/ for status 200

      response-property-type-changed

    • the data/items/warmup_ratio response's property type/format changed from number/float to number/ for status 200

      response-property-type-changed

    • the data/items/weight_decay response's property type/format changed from number/float to number/ for status 200

      response-property-type-changed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog