About New Rate Limit System

#272
by mhemetfaik - opened

Implementing a rate limit is a good idea, but it's important to note that submitting five 180B or 70B models doesn't equate to submitting five 7B or 13B models. What are your thoughts on this? Thanks.

@clefourrier

You can use Gradio Client which used to work but is now broken. Or you can access the Result datasets but you won't be getting the view of the leaderboard, only the raw results.
I will open an new issue about the Gradio API being not working .

Hugging Face H4 org

@mhemetfaik This is totally correct, and we might make the rate limit more important for bigger models in the future if needed.
However, this is both a matter of compute (as you mentioned) and of model diversity: we want many people to be able to submit, not just a handful of labs and users, which is why we do not do the difference for now.

clefourrier changed discussion status to closed

@clefourrier I'm trying the notebook available on the page:

https://huggingface.co/blog/graphml-classification

gives me the following error:

error.png

Is there a solution?

Thanks in advance,
Cordially,
Mario Manzo

Hugging Face H4 org

@mariomanzo This issue is completely unrelated to the leaderboard. Please try to only comment here for leaderboard related issues to not spam.
In this case, I suspect the machine you are trying to run the notebook on does not have enough RAM to process the graph. If you need more support on this issue, please open an issue on the blog's github.

Sign up or log in to comment