-
Notifications
You must be signed in to change notification settings - Fork 8
Release EgoVCP checkpoints on Hugging Face #3
Description
Hi @66Lau 🤗
I'm Niels and work as part of the open-source team at Hugging Face. I discovered your work on Arxiv and was wondering whether you would like to submit it to hf.co/papers to improve its discoverability. If you are one of the authors, you can submit it at https://huggingface.co/papers/submit.
The paper page lets people discuss about your paper and lets them find artifacts about it. I saw that you've already hosted the EgoVCP_Dataset on the Hub at https://huggingface.co/datasets/Hang917/EgoVCP_Dataset — that's fantastic! 🚀
Would you like to also host the model checkpoints you've released (the low-level controller and the high-level world model) on https://huggingface.co/models?
Hosting on Hugging Face will give your work more visibility and enable better discoverability. We can add tags in the model cards (like the robotics tag) so that people find the models easier, and link them directly to the paper page so researchers can find all your artifacts in one place.
If you're down, leaving a guide here. If these are custom PyTorch models, you can use the PyTorchModelHubMixin class which adds from_pretrained and push_to_hub to the model, or you can simply use hf_hub_download to load the .pt files.
After uploaded, we can also link the models to the paper page (read here).
Let me know if you're interested/need any guidance :)
Kind regards,
Niels