Add link to paper
Browse filesThis PR improves the model card by explicitly linking it to the research paper: [MobiAgent: A Systematic Framework for Customizable Mobile Agents](https://huggingface.co/papers/2509.00531).
README.md
CHANGED
@@ -1,23 +1,23 @@
|
|
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-Grounder-3B Model
|
11 |
|
12 |
-
This is the Grounder Model of [MobiAgent](https://github.com/IPADS-SAI/MobiAgent) with 3B parameters, capable of low-level UI element grounding in GUI agent task execution.
|
13 |
|
14 |
## About MobiAgent
|
15 |
|
16 |
**MobiAgent** is a powerful mobile agent system including:
|
17 |
|
18 |
-
*
|
19 |
-
*
|
20 |
-
*
|
21 |
|
22 |
**System Architecture:**
|
23 |
|
@@ -44,4 +44,4 @@ Deploy model inference service with vLLM:
|
|
44 |
vllm serve IPADS-SAI/MobiMind-Grounder-3B
|
45 |
```
|
46 |
|
47 |
-
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)!
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
pipeline_tag: image-text-to-text
|
5 |
tags:
|
6 |
- multimodal
|
7 |
- gui
|
|
|
8 |
---
|
9 |
|
10 |
# MobiMind-Grounder-3B Model
|
11 |
|
12 |
+
This is the Grounder Model of [MobiAgent](https://github.com/IPADS-SAI/MobiAgent) with 3B parameters, capable of low-level UI element grounding in GUI agent task execution, as presented in the paper [MobiAgent: A Systematic Framework for Customizable Mobile Agents](https://huggingface.co/papers/2509.00531).
|
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 |
|
|
|
44 |
vllm serve IPADS-SAI/MobiMind-Grounder-3B
|
45 |
```
|
46 |
|
47 |
+
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)!
|