-
Notifications
You must be signed in to change notification settings - Fork 480
Description
Hi @abdulfatir 🤗
Niels here from the open-source team at Hugging Face. I discovered your work through Hugging Face's daily papers as yours got featured: https://huggingface.co/papers/2510.15821.
The paper page lets people discuss about your paper and lets them find artifacts about it (your models, datasets or demo for instance), you can also claim
the paper as yours which will show up on your public profile at HF, add Github and project page URLs.
It's fantastic to see that many Chronos family models (Chronos-Bolt, Chronos-T5) and the autogluon/chronos_datasets are already available on the Hugging Face Hub! This significantly improves their visibility and discoverability for the community.
I noticed that the main Chronos-2 model checkpoint is currently hosted on s3://autogluon/chronos-2. Would you be interested in also hosting the Chronos-2 model on https://huggingface.co/models? This would centralize access to your latest excellent work alongside your other Chronos models.
Hosting on Hugging Face will give it even more visibility and enable better discoverability. We can add tags in the model card so that people find the model easier, link it to the paper page, etc.
If you're down, here's a guide: https://huggingface.co/docs/hub/models-uploading. If it's a custom PyTorch model, you can use the PyTorchModelHubMixin class which adds from_pretrained and push_to_hub to the model, allowing for easy upload and usage by others. Alternatively, people can use hf_hub_download to download the model.
After uploading, we can also link the model to the paper page (read here) so people can discover your model.
You can also build a demo for your model on Spaces, and we can provide you a ZeroGPU grant, which gives you A100 GPUs for free.
Let me know if you're interested or need any guidance :)
Kind regards,
Niels