Hi @nnilayy 🤗
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/2511.13954.
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 fantastic to see that you've already made the RBTransformer model checkpoints available in collections on the 🤗 Hub! This significantly improves their discoverability and visibility.
I also noticed that your work introduces 13 preprocessed datasets (e.g., seed_multi_emotion_dataset.pkl) that are generated by your preprocessing scripts. We would be very excited if you would consider making these preprocessed EEG emotion recognition datasets available on the Hub as well.
Hosting these datasets on Hugging Face will further improve their discoverability and visibility. It would also allow people to easily load them using the datasets library:
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. We can also help you link both your model collections and these new datasets to your paper page on Hugging Face.
Let me know if you're interested/need any help regarding this!
Cheers,
Niels
ML Engineer @ HF 🤗
Hi @nnilayy 🤗
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/2511.13954.
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 fantastic to see that you've already made the RBTransformer model checkpoints available in collections on the 🤗 Hub! This significantly improves their discoverability and visibility.
I also noticed that your work introduces 13 preprocessed datasets (e.g.,
seed_multi_emotion_dataset.pkl) that are generated by your preprocessing scripts. We would be very excited if you would consider making these preprocessed EEG emotion recognition datasets available on the Hub as well.Hosting these datasets on Hugging Face will further improve their discoverability and visibility. It would also allow people to easily load them using the
datasetslibrary: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. We can also help you link both your model collections and these new datasets to your paper page on Hugging Face.
Let me know if you're interested/need any help regarding this!
Cheers,
Niels
ML Engineer @ HF 🤗