Hi @Adrien987k 馃
I'm Niels and work as part of 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/2603.14482.
The paper page lets people discuss about your paper and lets them find artifacts about it (your models 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.
I saw that you've already hosted the previous V-JEPA 2 models on the hub (under the facebook organization), which is great! Would you like to also host the new V-JEPA 2.1 pre-trained checkpoints (the ViT-B, L, g, and G variants) as well as the V-JEPA 2-AC model on https://huggingface.co/models?
Hosting the new weights on Hugging Face will give them more visibility and enable better discoverability through metadata tags. It also allows the community to load them easily via hf_hub_download or potentially directly through integration with the transformers library, which you've already implemented for the V2 models.
If you're down, I can help with the process. You can use the PyTorchModelHubMixin class for custom models, or simply upload the .pt files to a new repository.
After uploaded, we can also link the models to the paper page (read here) so people can discover your latest work.
Let me know if you're interested or need any guidance!
Kind regards,
Niels
Hi @Adrien987k 馃
I'm Niels and work as part of 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/2603.14482.
The paper page lets people discuss about your paper and lets them find artifacts about it (your models 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.
I saw that you've already hosted the previous V-JEPA 2 models on the hub (under the
facebookorganization), which is great! Would you like to also host the new V-JEPA 2.1 pre-trained checkpoints (the ViT-B, L, g, and G variants) as well as the V-JEPA 2-AC model on https://huggingface.co/models?Hosting the new weights on Hugging Face will give them more visibility and enable better discoverability through metadata tags. It also allows the community to load them easily via
hf_hub_downloador potentially directly through integration with thetransformerslibrary, which you've already implemented for the V2 models.If you're down, I can help with the process. You can use the PyTorchModelHubMixin class for custom models, or simply upload the
.ptfiles to a new repository.After uploaded, we can also link the models to the paper page (read here) so people can discover your latest work.
Let me know if you're interested or need any guidance!
Kind regards,
Niels