Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- Qwen/Qwen2.5-VL-3B-Instruct
|
7 |
+
- Qwen/Qwen2.5-VL-7B-Instruct
|
8 |
+
pipeline_tag: visual-question-answering
|
9 |
+
---
|
10 |
+
|
11 |
+
|
12 |
+
This repository contains the model presented in [GUI-R1 : A Generalist R1-Style Vision-Language Action Model For GUI Agents](https://huggingface.co/papers/2504.10458).
|
13 |
+
|
14 |
+
Project page: https://github.com/ritzz-ai/GUI-R1
|