-
Notifications
You must be signed in to change notification settings - Fork 233
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
Add support for other models in AutoEval #59
base: main
Are you sure you want to change the base?
Conversation
Hey @Divij97 this looks great! Very elegant way to support Anthropic + OpenAI as evaluators. I'm guessing Claude and GPT will need different eval prompts, but this is definitely headed in the right direction. Let me know when this is ready for a full review |
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.
Hi,
Thanks for opening this PR!
We refactored how experiment.evaluate()
work. The TL;DR is that .evaluate()
will apply the evaluation function on a row of results at a time (plus any keyword args for the evaluation function).
At a glance, I don't think it should impact this PR but please rebase and let me know if there is any issue.
862ca6e
to
30c03a6
Compare
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.
Hi @Divij97, I have ran the CI and there are some import errors. Will you be able to rebase and have a look?
After that we should be able to merge quickly. Thanks!
This PR targets targets this feature request