OpenAI · Arazzo Workflow
OpenAI Fine-Tuning Job
Version 1.0.0
Upload a training file, start a fine-tuning job, poll until terminal, and read the result.
Provider
Workflows
fine-tuning-job
Upload training data, run a fine-tuning job, and poll to completion.
Uploads the training file, creates a fine-tuning job, polls the job status, and on success returns the resulting fine-tuned model identifier.
1
uploadTrainingFile
createFile
Upload the JSONL training file with the fine-tune purpose.
2
createJob
createFineTuningJob
Create a fine-tuning job using the uploaded training file.
3
pollJob
retrieveFineTuningJob
Poll the fine-tuning job until it reaches a terminal status, branching to the result step when finished and looping while it is still running.
4
getResult
retrieveFineTuningJob
Retrieve the finished fine-tuning job and return the fine-tuned model.