Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Fine-tune ID to cancel. A string that starts with ft-
.
Response
Successfully cancelled the fine-tuning job.
A truncated version of the fine-tune response, used for POST /fine-tunes, GET /fine-tunes and POST /fine-tunes/{id}/cancel endpoints
Unique identifier for the fine-tune job
pending
, queued
, running
, compressing
, uploading
, cancel_requested
, cancelled
, error
, completed
Creation timestamp of the fine-tune job
Last update timestamp of the fine-tune job
Identifier for the user who created the job
Owner address information
Total price for the fine-tuning job
Count of tokens processed
Events related to this fine-tune job
File-ID of the training file
File-ID of the validation file
Base model used for fine-tuning
Suffix added to the fine-tuned model name
Number of training epochs
Number of evaluations during training
Number of checkpoints saved during training
Batch size used for training
Type of training used (full or LoRA)
- Option 1
- Option 2
Method of training used
- Option 1
- Option 2
Learning rate used for training
Learning rate scheduler configuration
Ratio of warmup steps
Maximum gradient norm for clipping
Weight decay value used
Weights & Biases project name
Weights & Biases run name
Checkpoint used to continue training
Hugging Face Hub repo to start training from
The revision of the Hugging Face Hub model to continue training from