Initial update for model card.
Browse files
README.md
CHANGED
@@ -1,3 +1,30 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model:
|
4 |
+
- Qwen/Qwen2-VL-7B-Instruct
|
5 |
+
---
|
6 |
+
|
7 |
+
# GUI-Actor-7B with Qwen2-VL-7B as backbone VLM
|
8 |
+
|
9 |
+
[GUI-Actor-7B-Qwen2-VL]() | [GUI-Actor-2B-Qwen-2-VL]() | [GUI-Actor-7B-Qwen2.5-VL]() | [GUI-Actor-3B-Qwen2.5-VL]()
|
10 |
+
|
11 |
+
This model was introduced in the paper [**GUI-Actor: Coordinate-Free Visual Grounding for GUI Agents** (Wu et al, 2025)](https://arxiv.org/abs/2403.12968).
|
12 |
+
It is developed based on [Qwen2-VL-7B-Instruct ](https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct), augmented by an attention-based action head and finetuned to perform GUI grounding using the dataset [here]() (will update later).
|
13 |
+
|
14 |
+
For more details on model design and evaluation, please check the project page at [GUI-Actor](https://aka.ms/GUI-Actor).
|
15 |
+
|
16 |
+
## Usage
|
17 |
+
|
18 |
+
## Citation
|
19 |
+
```
|
20 |
+
@article{wu2025guiactor,
|
21 |
+
title={GUI-Actor: Coordinate-Free Visual Grounding for GUI Agents},
|
22 |
+
author={Qianhui Wu and Kanzhi Cheng and Rui Yang and Chaoyun Zhang and Jianwei Yang and Huiqiang Jiang and Jian Mu and Baolin Peng and Bo Qiao and Reuben Tan and Si Qin and Lars Liden and Qingwei Lin and Huan Zhang and Tong Zhang and Jianbing Zhang and Dongmei Zhang and Jianfeng Gao},
|
23 |
+
year={2025},
|
24 |
+
eprint={},
|
25 |
+
archivePrefix={arXiv},
|
26 |
+
primaryClass={cs.CV},
|
27 |
+
url={},
|
28 |
+
}
|
29 |
+
```
|
30 |
+
|