-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi @haoyudong 🤗
Niels here from 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/2509.06806.
The paper page lets people discuss about your paper and lets them find artifacts about it (your models, datasets or demo 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 to see that the MachineLearningLM/MachineLearningLM-7B-v1 model and the MachineLearningLM/machinelearninglm-scm-synthetic-tabularml dataset are already available on the 🤗 hub!
I noticed in your GitHub README that you also released a "Warmup Dataset" and a "Full Dataset" for MachineLearningLM on Google Drive. It'd be awesome to make these available on the 🤗 hub as well, to improve their discoverability/visibility.
We can add tags so that people find them when filtering https://huggingface.co/datasets. Hosting on Hugging Face will give you more visibility/enable better discoverability, and will also allow people to do:
from datasets import load_dataset
dataset = load_dataset("your-hf-org-or-username/your-dataset")See here for a guide: https://huggingface.co/docs/datasets/loading.
Besides that, there's the dataset viewer which allows people to quickly explore the first few rows of the data in the browser.
After uploaded, we can also link the datasets to the paper page (read here) so people can discover your work.
Let me know if you're interested/need any help regarding this!
Cheers,
Niels
ML Engineer @ HF 🤗