-
Notifications
You must be signed in to change notification settings - Fork 133
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 llm as judge in metrics #146
Conversation
use_case=MetricUseCase.SUMMARIZATION, | ||
sample_level_fn=JudgeLLM( | ||
judge_model_name="gpt-3.5-turbo", | ||
template_path="src/lighteval/tasks/extended/mt_bench/judge_prompts.jsonl", |
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.
Do we want to put the prompts somewhere else? maybe have a folder for the prompt examples in the future?
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.
yes probably, we are gonna move mt-bench to lighteval tasks anyway
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.
Code LGTM, super nice!
Looking forward to having a more modular system :)
…gingface/lighteval into nathan-add-model-as-judge-in-metrics
No description provided.