Hi @MaxPappa 🤗
I'm Niels and work as part of the open-source team at Hugging Face. I discovered your work through Hugging Face Daily Papers: https://huggingface.co/papers/2603.23149
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.
It's great that the DILLO-LIBERO dataset is already available on the Hugging Face Hub. Would you also like to host the model checkpoints (DILLO Gemma-3 1B and 4B) on https://huggingface.co/models?
Hosting on Hugging Face will give them more visibility and enable better discoverability. We can add tags in the model cards so that people find the models easier, link them to the paper page, etc.
If you're interested, here's a guide for uploading models: https://huggingface.co/docs/hub/models-uploading. If these are custom PyTorch models, you can use the PyTorchModelHubMixin class which adds from_pretrained and push_to_hub to the model, making upload and download easy. Alternatively, you can use the hf_hub_download function for single files.
After uploading, we can link the checkpoints to the paper page (see here) so anyone reading the paper finds them directly. You could also create a demo Space to showcase DILLO's capabilities using ZeroGPU for on-demand GPU compute.
Let me know if you'd like any assistance with the upload – we're glad to help!
Kind regards,
Niels
ML Engineer @ Hugging Face 🤗
Hi @MaxPappa 🤗
I'm Niels and work as part of the open-source team at Hugging Face. I discovered your work through Hugging Face Daily Papers: https://huggingface.co/papers/2603.23149
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.
It's great that the DILLO-LIBERO dataset is already available on the Hugging Face Hub. Would you also like to host the model checkpoints (DILLO Gemma-3 1B and 4B) on https://huggingface.co/models?
Hosting on Hugging Face will give them more visibility and enable better discoverability. We can add tags in the model cards so that people find the models easier, link them to the paper page, etc.
If you're interested, here's a guide for uploading models: https://huggingface.co/docs/hub/models-uploading. If these are custom PyTorch models, you can use the PyTorchModelHubMixin class which adds
from_pretrainedandpush_to_hubto the model, making upload and download easy. Alternatively, you can use the hf_hub_download function for single files.After uploading, we can link the checkpoints to the paper page (see here) so anyone reading the paper finds them directly. You could also create a demo Space to showcase DILLO's capabilities using ZeroGPU for on-demand GPU compute.
Let me know if you'd like any assistance with the upload – we're glad to help!
Kind regards,
Niels
ML Engineer @ Hugging Face 🤗