Update README.md
#1
by
sjtuzc
- opened
README.md
CHANGED
@@ -1,10 +1,48 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
pipeline_tag: image-text-to-text
|
4 |
tags:
|
5 |
-
|
6 |
-
|
7 |
library_name: transformers
|
8 |
---
|
9 |
|
10 |
-
# MobiMind-Decider-7B Model
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
pipeline_tag: image-text-to-text
|
4 |
tags:
|
5 |
+
- multimodal
|
6 |
+
- gui
|
7 |
library_name: transformers
|
8 |
---
|
9 |
|
10 |
+
# MobiMind-Decider-7B Model
|
11 |
+
|
12 |
+
This is the Decider Model of [MobiAgent](https://github.com/IPADS-SAI/MobiAgent) with 7B parameters, capable of high-level GUI interaction decision in GUI agent task execution.
|
13 |
+
|
14 |
+
## About MobiAgent
|
15 |
+
|
16 |
+
**MobiAgent** is a powerful mobile agent system including:
|
17 |
+
|
18 |
+
* **An agent model family**: MobiMind
|
19 |
+
* **An agent acceleration framework**: AgentRR
|
20 |
+
* **An agent benchmark**: MobiFlow
|
21 |
+
|
22 |
+
**System Architecture:**
|
23 |
+
|
24 |
+
<div align="center">
|
25 |
+
<p align="center">
|
26 |
+
<img src="https://github.com/IPADS-SAI/MobiAgent/blob/main/assets/arch.png" width="100%"/>
|
27 |
+
</p>
|
28 |
+
</div>
|
29 |
+
|
30 |
+
## Evaluation Results
|
31 |
+
|
32 |
+
<div align="center">
|
33 |
+
<p align="center">
|
34 |
+
<img src="https://github.com/IPADS-SAI/MobiAgent/blob/main/assets/result1.png" width="30%" style="margin-right: 15px;"/>
|
35 |
+
<img src="https://github.com/IPADS-SAI/MobiAgent/blob/main/assets/result2.png" width="30%" style="margin-right: 15px;"/>
|
36 |
+
<img src="https://github.com/IPADS-SAI/MobiAgent/blob/main/assets/result3.png" width="30%"/>
|
37 |
+
</p>
|
38 |
+
</div>
|
39 |
+
|
40 |
+
## Usage
|
41 |
+
|
42 |
+
Deploy with vLLM:
|
43 |
+
|
44 |
+
```bash
|
45 |
+
vllm serve IPADS-SAI/MobiMind-Decider-7B
|
46 |
+
```
|
47 |
+
|
48 |
+
For more usage details, please refer to our repo!
|