huangzhiyuan
commited on
Commit
Β·
60aa2d9
1
Parent(s):
ce86b5b
Improve model card
Browse files
README.md
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
base_model:
|
4 |
- InternVL/InternVL2-26B
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
## SpiritSight Agent: Advanced GUI Agent with One Look
|
@@ -9,7 +11,8 @@ 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-26B">π€ Models</a> β’
|
12 |
-
<a href="
|
|
|
13 |
</p>
|
14 |
|
15 |
|
@@ -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 |
- InternVL/InternVL2-26B
|
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-26B">π€ Models</a> β’
|
14 |
+
<a href="https://hzhiyuan.github.io/SpiritSight-Agent">π Project Page</a> β’
|
15 |
+
<a href="https://huggingface.co/datasets/SenseLLM/GUI-Lasagne-L1">π Datasets</a>
|
16 |
</p>
|
17 |
|
18 |
|
|
|
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)
|