Release UI-UG datasets on Hugging Face & link existing model to paper page
- Lingua principale
- Python
- Stelle
- 90
- Fork
- 8
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Hi @neovateai 🤗
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.24361.
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 you've already released the `UI-UG-7B` model on the Hugging Face Hub! To further enhance its discoverability, we can help you link this model (https://huggingface.co/neovateai/UI-UG-7B) directly to your paper page (read [here](https://huggingface.co/docs/hub/en/model-cards#linking-a-paper)).
Additionally, I noticed that your paper introduces new datasets, specifically the "VQA dataset" and "UI DPO Dataset" used for UI understanding and generation tasks. It would be awesome to make these datasets available on the 🤗 hub, to improve their discoverability/visibility.
We can add tags so that people find them when filtering https://huggingface.co/datasets.
## Uploading dataset
Would be awesome to make the new datasets (VQA, DPO) available on 🤗 , so that people can do:
```python
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](https://huggingface.co/docs/hub/en/datasets-viewer) which allows people to quickly explore the first few rows of the data in the browser.
Let me know if you're interested/need any help regarding this!
Cheers,
Niels
ML Engineer @ HF 🤗
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.