Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The name of the model to fine-tune
Examples:
"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
Examples:
"file_123456"
The ID of the uploaded validation data file
Examples:
"file_123456"
Training hyperparameters
Job integration paramaters
The seed controls the reproducibility of the job
Examples:
42
List of tags to associate with the job
Examples:
"my-ft-job"
Extra params to pass to the fine-tuning job
Response
Successful Response
Available options:
validating_files
, queued
, running
, succeeded
, failed
, cancelled
Available options:
Title | Const |
---|---|
Object | fine_tuning.job |
Maximum length:
64