Closed steventkrawczyk closed 1 year ago
Looks good to me! Thank you for adding this. Just small comments: Might need to ask users to install datasets from HuggingFace up top Is file-name on this line openai.FineTuningJob.create(training_file="file-name", model="gpt-3.5-turbo") correct? I guess that may be the default name? How long does the fine-tuning job take? We can mention that as well so they know what to expect. I think adding a SQL syntax validator (as an eval function) in the future can be cool.
Looks good to me! Thank you for adding this. Just small comments:
datasets
file-name
openai.FineTuningJob.create(training_file="file-name", model="gpt-3.5-turbo")
I think adding a SQL syntax validator (as an eval function) in the future can be cool.
Totally agree that validating SQL is a good one, added an issue here: https://github.com/hegelai/prompttools/issues/89
Totally agree that validating SQL is a good one, added an issue here: https://github.com/hegelai/prompttools/issues/89