Hi @awwkl 🤗
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/2604.10333.
The paper page lets people discuss about your paper and lets them find artifacts about it, you can also claim the paper as yours which will show up on your public profile at HF, and add GitHub and project page URLs.
I see you've already hosted some of your vision encoder checkpoints (V-JEPA2 and DINOv3 variants) on Hugging Face (https://huggingface.co/awwkl), which is awesome for transparency!
I noticed in your GitHub README that you plan to release the code and the training datasets (like the BabyView egocentric data) by May 2026. Would you also like to host those datasets on https://huggingface.co/datasets?
Hosting on Hugging Face will give the data more visibility and enable better discoverability through metadata tags. It also allows researchers to easily load it via the library:
from datasets import load_dataset
dataset = load_dataset("awwkl/babyview")
If you're interested, you can find a guide here: https://huggingface.co/docs/datasets/loading. We also have a dataset viewer which is particularly useful for exploring visual/video data directly in the browser.
After they are uploaded, we can also link the datasets to the paper page so people can discover all your work in one place.
Let me know if you're interested or need any guidance when you are ready for the release!
Kind regards,
Niels
Hi @awwkl 🤗
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/2604.10333.
The paper page lets people discuss about your paper and lets them find artifacts about it, you can also claim the paper as yours which will show up on your public profile at HF, and add GitHub and project page URLs.
I see you've already hosted some of your vision encoder checkpoints (V-JEPA2 and DINOv3 variants) on Hugging Face (https://huggingface.co/awwkl), which is awesome for transparency!
I noticed in your GitHub README that you plan to release the code and the training datasets (like the BabyView egocentric data) by May 2026. Would you also like to host those datasets on https://huggingface.co/datasets?
Hosting on Hugging Face will give the data more visibility and enable better discoverability through metadata tags. It also allows researchers to easily load it via the library:
If you're interested, you can find a guide here: https://huggingface.co/docs/datasets/loading. We also have a dataset viewer which is particularly useful for exploring visual/video data directly in the browser.
After they are uploaded, we can also link the datasets to the paper page so people can discover all your work in one place.
Let me know if you're interested or need any guidance when you are ready for the release!
Kind regards,
Niels