Improve model card (#1)
Browse files- Improve model card (19d030d7ace68b21df528c636765c45f0630973e)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
base_model:
|
4 |
- OpenGVLab/InternVL2-2B
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
## SpiritSight Agent: Advanced GUI Agent with One Look
|
@@ -9,6 +11,7 @@ base_model:
|
|
9 |
<p align="center">
|
10 |
<a href="https://arxiv.org/abs/2503.03196">📄 Paper</a> •
|
11 |
<a href="https://huggingface.co/SenseLLM/SpiritSight-Agent-2B">🤖 Models</a> •
|
|
|
12 |
<a href="" style="pointer-events: none">📚 Datasets (Coming soon…)</a>
|
13 |
</p>
|
14 |
|
@@ -75,4 +78,4 @@ We thank the following amazing projects that truly inspired us:
|
|
75 |
- [GUI-Odyssey](https://github.com/OpenGVLab/GUI-Odyssey)
|
76 |
- [AMEX](https://huggingface.co/datasets/Yuxiang007/AMEX)
|
77 |
- [AndroidControl](https://github.com/google-research/google-research/tree/master/android_control)
|
78 |
-
- [GUICourse](https://github.com/yiye3/GUICourse)
|
|
|
1 |
---
|
|
|
2 |
base_model:
|
3 |
- OpenGVLab/InternVL2-2B
|
4 |
+
license: apache-2.0
|
5 |
+
library_name: transformers
|
6 |
+
pipeline_tag: image-text-to-text
|
7 |
---
|
8 |
|
9 |
## SpiritSight Agent: Advanced GUI Agent with One Look
|
|
|
11 |
<p align="center">
|
12 |
<a href="https://arxiv.org/abs/2503.03196">📄 Paper</a> •
|
13 |
<a href="https://huggingface.co/SenseLLM/SpiritSight-Agent-2B">🤖 Models</a> •
|
14 |
+
<a href="https://hzhiyuan.github.io/SpiritSight-Agent">🌐 Project Page</a> •
|
15 |
<a href="" style="pointer-events: none">📚 Datasets (Coming soon…)</a>
|
16 |
</p>
|
17 |
|
|
|
78 |
- [GUI-Odyssey](https://github.com/OpenGVLab/GUI-Odyssey)
|
79 |
- [AMEX](https://huggingface.co/datasets/Yuxiang007/AMEX)
|
80 |
- [AndroidControl](https://github.com/google-research/google-research/tree/master/android_control)
|
81 |
+
- [GUICourse](https://github.com/yiye3/GUICourse)
|