Skip to content
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

Extend 'create_judge' to handle chat evaluations (prompt is a list) #14

Open
rchan26 opened this issue Apr 17, 2024 · 0 comments
Open

Comments

@rchan26
Copy link
Collaborator

rchan26 commented Apr 17, 2024

For some models, you are able to pass in a list to the prompt field where we sequentially input the items in the list as different messages in a chat interface. The response field is therefore also a list.

Currently, the create_judge command only works for single prompt and response. We can implement a simple chat evaluation by presenting the judge LLM the conversation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant