Back

create-fine-tuning-job (clj)

(source)

function

(create-fine-tuning-job params) (create-fine-tuning-job params options)
Creates a job that fine-tunes a specified model from a given dataset. Response includes details of the enqueued job including job status and the name of the fine-tuned models once complete. Example: ``` (create-fine-tuning-job {:training_file "file-xuhfiwuefb" :model "gpt-3.5-turbo"}) ``` Also see the [OpenAI documentation](https://platform.openai.com/docs/api-reference/fine-tuning/create)

Examples