-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
added leaderboard for arena hard auto #3437
added leaderboard for arena hard auto #3437
Conversation
let me take a look @connorchenn |
@connorchenn Could you edit the mapping file instead of manually mapping them in the code? For cleaner practices.
|
ok, I made the changes, I will add the new mapping file to the chatbot arena hf leaderboard |
@connorchenn Thank you so much! A few things:
And we should be good for merging. |
@connorchenn I think this looks good pretty much. Just one thing, the column name for arena-hard-auto is too crammed. Let's change it to |
@connorchenn Could you fix the code format? It is not passing the check. |
d0bc6eb
to
4e3bcac
Compare
@connorchenn Thanks for the contribution. This is amazing work!
Why are these changes needed?
added feature to display arena hard leaderboard on chatbot arena page
Added code for a new tab to be displayed in the chatbot arena page. The code takes a csv file of the arena hard rankings, processes it, and displays it
Related issue number (if applicable)
Checks
format.sh
to lint the changes in this PR.