You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Congrats on this work! It's great to see the checkpoints being released on HF 🤗
Download stats
I see that currently download stats aren't working for your model. This is due to the model repositories not containing a config.json or config.yaml file. See here for more info: https://huggingface.co/docs/hub/models-download-stats.
one could leverage the PyTorchModelHubMixin which is a minimal class which can be added to any nn.Module, to add from_pretrained and push_to_hub capabilities. This ensures the safer safetensors format is leveraged.
Improve discoverability
Besides making download stats work, we could also help in improving the discoverability of your models on the hub. We can for instance add appropriate tags to the model repos (READMEs) such as text-to-video which allow people to find your models.
Let me know what you prefer, and whether you need any help regarding this!
Cheers,
Niels
ML Engineer @ HF 🤗
The text was updated successfully, but these errors were encountered:
Hi VideoCrafter team,
Congrats on this work! It's great to see the checkpoints being released on HF 🤗
Download stats
I see that currently download stats aren't working for your model. This is due to the model repositories not containing a config.json or config.yaml file. See here for more info: https://huggingface.co/docs/hub/models-download-stats.
There are a few options here to make them work:
from_pretrained
andpush_to_hub
capabilities. This ensures the safersafetensors
format is leveraged.Improve discoverability
Besides making download stats work, we could also help in improving the discoverability of your models on the hub. We can for instance add appropriate tags to the model repos (READMEs) such as
text-to-video
which allow people to find your models.Let me know what you prefer, and whether you need any help regarding this!
Cheers,
Niels
ML Engineer @ HF 🤗
The text was updated successfully, but these errors were encountered: