Improve model card: Add intro and link to paper (#3)
Browse files- Improve model card: Add intro and link to paper (67c653d3073ae8be3e4781e9704718fdbee3418e)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -3,11 +3,13 @@ base_model:
|
|
3 |
- Qwen/Qwen2.5-VL-7B-Instruct
|
4 |
language:
|
5 |
- en
|
|
|
6 |
license: apache-2.0
|
7 |
pipeline_tag: image-text-to-text
|
8 |
-
library_name: transformers
|
9 |
---
|
10 |
|
|
|
|
|
11 |
## 📄 Citation
|
12 |
If you find this work useful, please consider citing our paper:
|
13 |
|
|
|
3 |
- Qwen/Qwen2.5-VL-7B-Instruct
|
4 |
language:
|
5 |
- en
|
6 |
+
library_name: transformers
|
7 |
license: apache-2.0
|
8 |
pipeline_tag: image-text-to-text
|
|
|
9 |
---
|
10 |
|
11 |
+
This repository contains the model from the paper [Scaling Computer-Use Grounding via User Interface Decomposition and Synthesis](https://huggingface.co/papers/2505.13227).
|
12 |
+
|
13 |
## 📄 Citation
|
14 |
If you find this work useful, please consider citing our paper:
|
15 |
|