-
Notifications
You must be signed in to change notification settings - Fork 18
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
Adding Arena Hard Auto #65
base: main
Are you sure you want to change the base?
Conversation
…8fd0c83 git-subtree-dir: eval/chat_benchmarks/arena-hard-auto git-subtree-split: 8fd0c83047b2ccebb4c5ea993a2beb3ced2ab003
…_benchmarks/arena-hard-auto'
@neginraoof @RyanMarten feel free to review and test this. |
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.
Thanks a lot! Can you also update the reproduced_benchmarks.md with results?
|
||
## save a leaderboard in leaderboard dir | ||
subprocess.run(['python', '-m', 'eval.chat_benchmarks.arena_hard_auto.show_result', '--judge-name', f'{self.annotator_model}', '--output']) | ||
df = pd.read_csv(f'eval/chat_benchmarks/arena_hard_auto/leaderboard/arena_hard_leaderboard_{self.annotator_model}.csv') |
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.
Thanks a lot @asuvarna31 !
Can we just avoid read/write to file? seems like we can just use the input model_results here?
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.
Addressed your comments @neginraoof
Sample command :
Sample Output :