nielsr HF Staff commited on
Commit
f84f9b5
·
verified ·
1 Parent(s): 9ae1211

Improve model card metadata and content

Browse files

Hi! I'm Niels from the Hugging Face community team. I've updated your model card to improve its metadata and discoverability.

Summary of changes:
- Added `pipeline_tag: image-text-to-text` to the metadata.
- Linked the repository to the [Mobile-Agent-v3.5 paper](https://huggingface.co/papers/2602.16855) and its [official GitHub repository](https://github.com/X-PLUG/MobileAgent).
- Cleaned up the YAML metadata by moving the ArXiv reference to the markdown section.

This should make it easier for users to find your model and the associated research!

Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,11 +1,19 @@
1
  ---
2
- license: mit
3
  language:
4
  - en
5
- tags:
6
- - arxiv:2602.16855
7
  ---
8
 
 
 
 
 
 
 
 
 
 
9
 
10
  ## Citation
11
 
@@ -18,3 +26,4 @@ If you find this model useful, please cite our paper:
18
  journal={arXiv preprint arXiv:2602.16855},
19
  year={2026}
20
  }
 
 
1
  ---
 
2
  language:
3
  - en
4
+ license: mit
5
+ pipeline_tag: image-text-to-text
6
  ---
7
 
8
+ # Mobile-Agent-v3.5 (GUI-Owl-1.5)
9
+
10
+ **Mobile-Agent-v3.5** introduces **GUI-Owl-1.5**, a family of native multi-platform GUI agent foundation models. Built on the Qwen3-VL architecture, GUI-Owl-1.5 supports automation across desktop, mobile, and browser platforms, achieving state-of-the-art results on more than 20 GUI benchmarks like OSWorld, AndroidWorld, and WebArena.
11
+
12
+ It unifies perception, grounding, reasoning, planning, and action execution within a single policy network, supporting both "Instruct" and "Thinking" variants.
13
+
14
+ - **Paper:** [Mobile-Agent-v3.5: Multi-platform Fundamental GUI Agents](https://huggingface.co/papers/2602.16855)
15
+ - **Repository:** [https://github.com/X-PLUG/MobileAgent](https://github.com/X-PLUG/MobileAgent)
16
+ - **Project Page:** [Mobile-Agent Family](https://github.com/X-PLUG/MobileAgent)
17
 
18
  ## Citation
19
 
 
26
  journal={arXiv preprint arXiv:2602.16855},
27
  year={2026}
28
  }
29
+ ```