sjtuzc commited on
Commit
257258a
·
verified ·
1 Parent(s): 5b5dacd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
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="75%"/>
27
  </p>
28
  </div>
29
 
30
  ## Evaluation Results
31
 
32
- <div align="center">
33
- <p align="center">
34
- <img src="https://raw.githubusercontent.com/IPADS-SAI/MobiAgent/main/assets/result1.png" width="30%"/>
35
- <img src="https://raw.githubusercontent.com/IPADS-SAI/MobiAgent/main/assets/result2.png" width="30%"/>
36
- <img src="https://raw.githubusercontent.com/IPADS-SAI/MobiAgent/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!
 
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)!