How to track download statistics for static embeddings in sentence-transformers?
#3
by
hotchpotch
- opened
Hi @tomaarsen ! 👋
I have a question about tracking download counts for static embeddings using sentence-transformers.
When loading static embedding models with sentence-transformers, the download count isn't displayed because of the special loading path used. I've checked these references:
- https://huggingface.co/docs/hub/models-adding-libraries#register-your-library
- https://github.com/huggingface/huggingface.js/blob/main/packages/tasks/src/model-libraries.ts
While we could create individual pull requests to track each repository, I'm wondering if there are any other ideas for effectively counting downloads specifically for sentence-transformer static embeddings?
Thank you in advance for your help! Really appreciate any insights you can provide.