syorami commited on
Commit
c96b5c2
·
verified ·
1 Parent(s): 65cfdff

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -8,6 +8,10 @@ tags:
8
  - agent
9
  ---
10
 
 
 
 
 
11
  # UI-Venus-2-9B
12
 
13
  <div align="center">
@@ -34,6 +38,10 @@ UI-Venus-2 further integrates **safety-aware mechanisms** to ensure controlled e
34
 
35
  This repository releases the full-parameter weights of **UI-Venus-2-9B**, initialized from [Qwen3.5-9B](https://huggingface.co/Qwen/Qwen3.5-9B), which achieves near state-of-the-art performance among models of comparable scale across GUI grounding, mobile, web, computer-use, and CAPTCHA benchmarks.
36
 
 
 
 
 
37
  ## Highlights
38
 
39
  - **Scaled multilingual mobile-use environments with reliable task generation.** A substantially expanded executable mobile pool covering Chinese and English app ecosystems, paired with a deep-research-driven query-generation strategy grounded in real application functionality.
@@ -49,6 +57,16 @@ UI-Venus-2 is trained on a deliberately complementary mixture of five task famil
49
  2. **Offline RL** — step-level RL trajectories for Mobile, OS, and Web optimize state-aware action selection and execution reliability, while verified CAPTCHA and grounding instances embedded in realistic interfaces teach precise localization under visual clutter.
50
  3. **Multi-teacher On-policy Distillation** — domain-specialized teachers are consolidated into a single unified policy that preserves the broad multimodal reasoning of the base model while composing spatial grounding, verified interaction, and long-horizon navigation.
51
 
 
 
 
 
 
 
 
 
 
 
52
  ## Quick Start
53
 
54
  ### Serving with vLLM
 
8
  - agent
9
  ---
10
 
11
+ <div align="center">
12
+ <img src="assets/ui-venus-logo.png" width="140" alt="UI-Venus logo">
13
+ </div>
14
+
15
  # UI-Venus-2-9B
16
 
17
  <div align="center">
 
38
 
39
  This repository releases the full-parameter weights of **UI-Venus-2-9B**, initialized from [Qwen3.5-9B](https://huggingface.co/Qwen/Qwen3.5-9B), which achieves near state-of-the-art performance among models of comparable scale across GUI grounding, mobile, web, computer-use, and CAPTCHA benchmarks.
40
 
41
+ <div align="center">
42
+ <img src="assets/performance_overview.png" width="100%" alt="Performance overview of UI-Venus-2 across GUI agent benchmarks">
43
+ </div>
44
+
45
  ## Highlights
46
 
47
  - **Scaled multilingual mobile-use environments with reliable task generation.** A substantially expanded executable mobile pool covering Chinese and English app ecosystems, paired with a deep-research-driven query-generation strategy grounded in real application functionality.
 
57
  2. **Offline RL** — step-level RL trajectories for Mobile, OS, and Web optimize state-aware action selection and execution reliability, while verified CAPTCHA and grounding instances embedded in realistic interfaces teach precise localization under visual clutter.
58
  3. **Multi-teacher On-policy Distillation** — domain-specialized teachers are consolidated into a single unified policy that preserves the broad multimodal reasoning of the base model while composing spatial grounding, verified interaction, and long-horizon navigation.
59
 
60
+ <div align="center">
61
+ <img src="assets/training_pipeline.png" width="90%" alt="The three-stage training pipeline of UI-Venus-2">
62
+ </div>
63
+
64
+ The training data is produced by a deep-research-driven task-generation pipeline and collected at scale across mobile (ADB, 200+ apps), browser (Playwright, 50k+ websites), and computer (PyAutoGUI / VM, 50+ desktop applications) environments:
65
+
66
+ <div align="center">
67
+ <img src="assets/system_overview.png" width="100%" alt="System overview: task generation pipeline and trajectory collection across mobile, browser, and computer environments">
68
+ </div>
69
+
70
  ## Quick Start
71
 
72
  ### Serving with vLLM