-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tool for adding new synthetic columns #14
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is neat! I kind of think we should integrate this into tts_tool (or maybe rename that to ds_tool) since most of the code seems to be the same. Wdyt?
I agree that it's best to integrate these two into the same file. I'll take a look to see if there's a way to combine them in a simplified manner. |
PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work on this, turned out great.
This tools allows you to add new columns, by using a template and feeding it into
gpt-4o
to create a synthetic "ground-truth" response.