Improve model card: Add pipeline tag, library name, paper, and project page links
#2
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
- gui-agent
|
| 7 |
- phone-use agent
|
|
@@ -10,10 +12,14 @@ tags:
|
|
| 10 |
- android
|
| 11 |
- multimodal
|
| 12 |
- gelab-zero
|
| 13 |
-
|
| 14 |
-
|
| 15 |
---
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
## Model Details
|
| 18 |
|
| 19 |
This model is part of the [**GELab-Zero**](https://github.com/stepfun-ai/gelab-zero) project, which aims to accelerate the innovation and application deployment of GUI Agents by providing:
|
|
@@ -92,5 +98,4 @@ If you find GELab-Zero-4B-preview useful for your research, please consider citi
|
|
| 92 |
primaryClass={cs.CV},
|
| 93 |
url={https://arxiv.org/abs/2512.02423},
|
| 94 |
}
|
| 95 |
-
|
| 96 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: Qwen/Qwen3-VL-4B-Instruct
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- zh
|
| 6 |
+
license: apache-2.0
|
| 7 |
tags:
|
| 8 |
- gui-agent
|
| 9 |
- phone-use agent
|
|
|
|
| 12 |
- android
|
| 13 |
- multimodal
|
| 14 |
- gelab-zero
|
| 15 |
+
pipeline_tag: image-text-to-text
|
| 16 |
+
library_name: transformers
|
| 17 |
---
|
| 18 |
|
| 19 |
+
# GELab-Zero-4B-preview
|
| 20 |
+
|
| 21 |
+
This model is part of the **GELab-Zero** project, which presents the **Step-GUI Technical Report** [[Paper](https://huggingface.co/papers/2512.15431)] [[Project Page](https://opengelab.github.io/)] [[Code](https://github.com/stepfun-ai/gelab-zero)].
|
| 22 |
+
|
| 23 |
## Model Details
|
| 24 |
|
| 25 |
This model is part of the [**GELab-Zero**](https://github.com/stepfun-ai/gelab-zero) project, which aims to accelerate the innovation and application deployment of GUI Agents by providing:
|
|
|
|
| 98 |
primaryClass={cs.CV},
|
| 99 |
url={https://arxiv.org/abs/2512.02423},
|
| 100 |
}
|
| 101 |
+
```
|
|
|