Update README.md
Browse files
README.md
CHANGED
@@ -23,26 +23,26 @@ This is the Decider Model of [MobiAgent](https://github.com/IPADS-SAI/MobiAgent)
|
|
23 |
|
24 |
<div align="center">
|
25 |
<p align="center">
|
26 |
-
<img src="https://raw.githubusercontent.com/IPADS-SAI/MobiAgent/main/assets/arch.png" width="
|
27 |
</p>
|
28 |
</div>
|
29 |
|
30 |
## Evaluation Results
|
31 |
|
32 |
-
<
|
33 |
-
<
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
</
|
38 |
-
</
|
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!
|
|
|
23 |
|
24 |
<div align="center">
|
25 |
<p align="center">
|
26 |
+
<img src="https://raw.githubusercontent.com/IPADS-SAI/MobiAgent/main/assets/arch.png" width="100%"/>
|
27 |
</p>
|
28 |
</div>
|
29 |
|
30 |
## Evaluation Results
|
31 |
|
32 |
+
<table>
|
33 |
+
<tr>
|
34 |
+
<td><img src="https://raw.githubusercontent.com/IPADS-SAI/MobiAgent/main/assets/result1.png" width="100%"/></td>
|
35 |
+
<td><img src="https://raw.githubusercontent.com/IPADS-SAI/MobiAgent/main/assets/result2.png" width="100%"/></td>
|
36 |
+
<td><img src="https://raw.githubusercontent.com/IPADS-SAI/MobiAgent/main/assets/result3.png" width="100%"/></td>
|
37 |
+
</tr>
|
38 |
+
</table>
|
39 |
|
40 |
## Usage
|
41 |
|
42 |
+
Deploy model inference service with vLLM:
|
43 |
|
44 |
```bash
|
45 |
vllm serve IPADS-SAI/MobiMind-Decider-7B
|
46 |
```
|
47 |
|
48 |
+
For more usage details, e.g., execute GUI tasks with ADB or our Android App, please refer to our [repo](https://github.com/IPADS-SAI/MobiAgent)!
|