Get Fine-tuning Job
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Account Id
The Fine-tuning Job Id
Response
The name of the base model.
The batch size of dataset used for training.
The email address of the user who created this fine tuning job.
The name of the dataset used for training. A dataset ID may also be supplied, in which case the ID will be normalized into the fully qualified dataset name using the parent of the job.
The number of epochs to train for.
the dataset to use for evaluation.
the split flag to take from training dataset for evaluation.
The learning rate used for training.
The lora rank used for training.
The lora target modules used for training.
The token to mask out prompts, used by draft model data generation.
The batch size of dataset used for training per accelerator.
the model id to generate for training jobs.
The token for padding, used by draft model data generation.
- CREATING: The fine-tuning job is being created.
- PENDING: The fine-tuning job scheduled and is waiting for resource allocation.
- RUNNING: The fine-tuning job is running.
- COMPLETED: The fine-tuning job has finished successfully.
- FAILED: The fine-tuning job has failed.
- DELETING: The fine-tuning job is being deleted
STATE_UNSPECIFIED
, CREATING
, PENDING
, RUNNING
, COMPLETED
, FAILED
, DELETING
The Weights & Biases API key associated with the entity. Required if and only if wandb_entity is specified.
The Weights & Biases entity where training progress should be reported. If unspecified, then progress will not be reported to W&B.
The Weights & Biases project where training progress should be reported. Required if and only if wandb_entity is specified.
The Weights & Biases url to see training progress.
peft addon model in fireworks format to warm start a fine-tuning job from.
Was this page helpful?