-
Notifications
You must be signed in to change notification settings - Fork 843
Description
Is your feature request related to a problem? Please describe.
I am currently working on implementing trending models for Hugging Face models (https://github.com/yachty66/trending_huggingface), similar to what is provided on GitHub's trending page (https://github.com/trending). However, I'm facing difficulties as the current Hub API Endpoints' list_models() method only provides the number of downloads from the last month. It lacks more granular, frequent statistics that would allow for real-time or at least daily tracking of model download counts.
Describe the solution you'd like
I would greatly appreciate it if the API could provide more detailed download statistics. For example, it would be extremely helpful to have data on how often a model was downloaded on a daily basis. Real-time statistics would be even better, if feasible.
Describe alternatives you've considered
As an alternative, I considered using the provided monthly download count to estimate daily downloads, but this does not provide the accuracy required for a trending models feature.
Additional context
More granular download statistics would not only benefit the implementation of trending models, but also provide useful insights for model creators and users in the Hugging Face community. It would help them to understand the adoption and usage of models more accurately and on a more frequent basis.
Thank you for considering this feature request.