-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi @ACMCMC 🤗
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/2508.01887.
The paper page lets people discuss about your paper and lets them find artifacts about it (your code 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 noticed in your abstract that you plan to make your code publicly available at https://github.com/ACMCMC/PDFuzz. It would be fantastic if you could host the code for PDFuzz, and potentially the dataset of human and AI-generated text used for evaluation, on the Hugging Face Hub once they are released.
Hosting your artifacts on Hugging Face will give you more visibility/enable better discoverability. We can add tags so that people find them when filtering https://huggingface.co/models and https://huggingface.co/datasets.
If you're down, here are some guides:
- For code/models: https://huggingface.co/docs/hub/models-uploading. If it's a custom PyTorch model, you can use the PyTorchModelHubMixin class.
- For datasets: https://huggingface.co/docs/datasets/loading. This allows users to do
from datasets import load_dataset.
After uploading, we can also link the artifacts to the paper page (read here) so people can discover your work.
You can also build a demo for your method on Spaces, we can provide you a ZeroGPU grant, which gives you A100 GPUs for free.
Let me know if you're interested/need any guidance :)
Kind regards,
Niels