AlibabaResearch / AlibabaResearch/RoTS

Release RoTS models and datasets on Hugging Face

オープン
#1 コメント 0 件 リアクション 1 件 担当者 0 名 GitHub で見る
主要言語
言語のデータがありません
スター
6
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

Hi @TianpengAbaAba 🤗

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/2605.29447.
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.

I saw on your GitHub repository that you are currently preparing the **RoTS-7B/32B** models, the **RoTS dataset**, and the **GUI-RobustEval** benchmark for public release. It'd be great to make these checkpoints and datasets available on the 🤗 hub to improve their discoverability and visibility within the AI community. We can add tags so that people find them when filtering https://huggingface.co/models and https://huggingface.co/datasets.

## Uploading models

See here for a guide: https://huggingface.co/docs/hub/models-uploading.

Since your models are fine-tuned versions of Qwen2.5-VL, they should be very easy to integrate. We encourage researchers to push each model checkpoint to a separate model repository so that download stats and model cards work effectively. We can then also link the checkpoints directly to the paper page.

## Uploading dataset

With 800k high-quality training samples, it would be awesome to make the RoTS dataset available on 🤗 so that people can easily use it:

```python
from datasets import load_dataset

dataset = load_dataset("your-hf-org-or-username/RoTS-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 trajectory data and screenshots directly in the browser.

Let me know if you're interested or need any help regarding this! Congrats on the ICML Spotlight!

Cheers,

Niels
ML Engineer @ HF 🤗

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。