Creates a job that fine-tunes a specified model based on a given dataset.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Project ID to list fine tuning jobs
The name of the model to fine-tune
"meta-llama/Llama-3.1-70B-Instruct"
"meta-llama/Llama-3.1-70B"
"meta-llama/Llama-3.1-8B-Instruct"
"meta-llama/Llama-3.1-8B"
The ID of the uploaded training data file
"file_123456"
The ID of the uploaded validation data file
"file_123456"
Training hyperparameters
Job integration paramaters
The seed controls the reproducibility of the job
42
The suffix that will be used for output model name
64List of tags to associate with the job
"my-ft-job"
Extra params to pass to the fine-tuning job
Successful Response
validating_files, queued, running, succeeded, failed, cancelled fine_tuning.job "fine_tuning.job"64