Fix pipeline tag
Browse filesThis PR fixes the model card by setting the correct `pipeline_tag`, ensuring people can find your model at https://huggingface.co/models?pipeline_tag=robotics.
README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
- zh
|
| 6 |
-
base_model:
|
| 7 |
-
- ByteDance-Seed/UI-TARS-7B-DPO
|
| 8 |
-
pipeline_tag: image-text-to-text
|
| 9 |
library_name: transformers
|
|
|
|
|
|
|
| 10 |
tags:
|
| 11 |
- multimodal
|
| 12 |
- gui
|
|
@@ -14,8 +14,8 @@ tags:
|
|
| 14 |
|
| 15 |
# ZeroGUI-OSWorld-7B
|
| 16 |
|
| 17 |
-
[
|
| 18 |
-
[
|
| 19 |
|
| 20 |
## Introduction
|
| 21 |
|
|
@@ -44,4 +44,4 @@ If you find this work helpful in your research, please consider citing:
|
|
| 44 |
journal={arXiv preprint arXiv:2505.23762},
|
| 45 |
year={2025}
|
| 46 |
}
|
| 47 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- ByteDance-Seed/UI-TARS-7B-DPO
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
- zh
|
|
|
|
|
|
|
|
|
|
| 7 |
library_name: transformers
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
pipeline_tag: robotics
|
| 10 |
tags:
|
| 11 |
- multimodal
|
| 12 |
- gui
|
|
|
|
| 14 |
|
| 15 |
# ZeroGUI-OSWorld-7B
|
| 16 |
|
| 17 |
+
[\\[π Paper\\]](https://arxiv.org/abs/2505.23762)
|
| 18 |
+
[\\[π GitHub\\]](https://github.com/OpenGVLab/ZeroGUI)
|
| 19 |
|
| 20 |
## Introduction
|
| 21 |
|
|
|
|
| 44 |
journal={arXiv preprint arXiv:2505.23762},
|
| 45 |
year={2025}
|
| 46 |
}
|
| 47 |
+
```
|