Any way to download the leaderboard table as csv?
I hope we can have a downloadable file for all the leaderboard results
I gave it a try but it broke everything haha I'll find a way to add it later
I wrote a pull request that just got merged that allows you to do this!
Just press the export as CSV button :)!
I wrote a pull request that just got merged that allows you to do this!
Just press the export as CSV button :)!
The new feature sounds fantastic, @CultriX ! I'm really grateful for your contribution.
I do have a couple of queries, though:
- Could you clarify the purpose of the
tags
column? It seems a bit different than what's actually shown on the leaderboard. - I noticed that the process to export a CSV requires two steps: first pressing 'export csv' and then 'download csv'. Would it be feasible to streamline this into a single-click operation to enhance user experience?
- The tags column pulls information from the models page. I did not implement this yet, but this could be useful to for example filter all models that have a merge tag.
- That is a great suggestion! I will in the near future make a small QoL improvement on the code (for example I added features to export to more formats, implemented a cache to make the leaderboard load faster as well as a way to compare different models). I will try to implement this as well!
My own version of the Leaderboard is at: https://huggingface.co/spaces/CultriX/Yet_Another_LLM_Leaderboard
I will improve my code first and when it's good enough I'll make another pull request for
@mlabonne
:)!
Thanks for your suggestions so far, and let me know if you have any other ideas.