Add library name, link to Github repository and project page (#1)
Browse files- Add library name, link to Github repository and project page (64755b954cf58c6d2f7e3195e8225442813531a6)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
language:
|
4 |
-
- en
|
5 |
base_model:
|
6 |
- Qwen/Qwen2.5-VL-7B-Instruct
|
|
|
|
|
|
|
7 |
pipeline_tag: image-text-to-text
|
|
|
8 |
---
|
9 |
|
10 |
## 📄 Citation
|
@@ -20,4 +21,7 @@ If you find this work useful, please consider citing our paper:
|
|
20 |
primaryClass={cs.AI},
|
21 |
url={https://arxiv.org/abs/2505.13227},
|
22 |
}
|
23 |
-
```
|
|
|
|
|
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
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
|
|
|
21 |
primaryClass={cs.AI},
|
22 |
url={https://arxiv.org/abs/2505.13227},
|
23 |
}
|
24 |
+
```
|
25 |
+
|
26 |
+
Project Page: https://osworld-grounding.github.io
|
27 |
+
Code: https://github.com/xlang-ai/OSWorld-G
|