Hello 👋,
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/2608.08691 The paper page lets people discuss about your paper and lets them find artifacts about it (your models and datasets 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 would be great to make the PPO checkpoints and the human role-play microdata available on the 🤗 Hub, to improve their discoverability and visibility. We can add tags so that people find them when filtering https://huggingface.co/models and https://huggingface.co/datasets.
Uploading models
For the PPO checkpoints, you can follow the guide here: https://huggingface.co/docs/hub/models-uploading. If you use PyTorch, you can leverage the PyTorchModelHubMixin class to add from_pretrained and push_to_hub functionality. Alternatively, you can directly upload the files via the UI or use hf_hub_download for easy access.
Uploading dataset
For the human role-play microdata, hosting it on the Hub would allow people to load it easily:
from datasets import load_dataset
dataset = load_dataset("your-org/EnergyBridge-human-roleplay")
See here for a guide: https://huggingface.co/docs/datasets/loading. The dataset viewer will also let users explore the first few rows directly in the browser.
After uploading, we can link the artifacts to the paper page so they are easily discoverable from your publication.
Let me know if you're interested and if you need any guidance – I'm happy to help!
Cheers,
Niels
ML Engineer @ Hugging Face 🤗
Hello 👋,
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/2608.08691 The paper page lets people discuss about your paper and lets them find artifacts about it (your models and datasets 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 would be great to make the PPO checkpoints and the human role-play microdata available on the 🤗 Hub, to improve their discoverability and visibility. We can add tags so that people find them when filtering https://huggingface.co/models and https://huggingface.co/datasets.
Uploading models
For the PPO checkpoints, you can follow the guide here: https://huggingface.co/docs/hub/models-uploading. If you use PyTorch, you can leverage the PyTorchModelHubMixin class to add
from_pretrainedandpush_to_hubfunctionality. Alternatively, you can directly upload the files via the UI or usehf_hub_downloadfor easy access.Uploading dataset
For the human role-play microdata, hosting it on the Hub would allow people to load it easily:
See here for a guide: https://huggingface.co/docs/datasets/loading. The dataset viewer will also let users explore the first few rows directly in the browser.
After uploading, we can link the artifacts to the paper page so they are easily discoverable from your publication.
Let me know if you're interested and if you need any guidance – I'm happy to help!
Cheers,
Niels
ML Engineer @ Hugging Face 🤗