Back to all Bounties
Earn 4,500 ($45.00)
due 2 years ago
Completed
OpenAPI Training UI
ElieHabib
Details
Applications
2
Discussion
This Bounty has been completed!
Bounty Description
I want a python code with simple UI where I can upload a CSV with prompts and completions (2 columns), specify a base-model to fine tune, specify new model name, set other variables (learning rate, epochs, etc), quickly validate the file, upload to OpenAI, run OpenAI fine-tuning, follow progress along the way, and return the fine-tuned model details in the end.
When uploading the data:
Finish every prompt with a separator \n\n###\n\n
Finish every completion with ending token ###
The relevant documentation is here: https://beta.openai.com/docs/api-reference/files/upload and here https://beta.openai.com/docs/api-reference/fine-tunes/create