-
Notifications
You must be signed in to change notification settings - Fork 291
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
leaderboard v2 - add autoupdate #1605
Comments
Yes, definitely! I'm trying to figure out how the leaderboard gets its data, seems like there's a function in MTEB now that provides the results, is that right? (also cc'ing @x-tabdeveloping). The way I restarted it daily before was by updating the results file in the repo daily and then the results repo would re-start. If I understand correctly, would the best way to do this be to auto-restart the leaderboard on MTEB merges? Or perhaps MTEB results github merges? I don't see the connection to the |
So the way it currently happens is that I download the results and cache them everytime the Docker container is rebuilt. |
Totally works great :) Do you mind pointing me to that step? I can work out how to get the leaderboard to refresh after it. |
@x-tabdeveloping if you have any pointers :) |
You will find the dockerfile on the HuggingFace space and you have to click in settings -> factory reset to rebuild the container and deploy the app @orionw (sorry for the late response) |
Seems like we currently need to manually update the MTEB leaderboard (@orionw I believe you fixed the old one. I believe we really only need to restart the space daily)
The text was updated successfully, but these errors were encountered: