afx-team / afx-team/UI-UG

Release UI-UG datasets on Hugging Face & link existing model to paper page

Abierto
#1 3 comentarios 1 reacción 0 asignados Ver en GitHub
Lenguaje dominante
Python
Estrellas
90
Forks
8
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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 🤗

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.