yadonglu commited on
Commit
71f73b6
·
1 Parent(s): 1863367

fix readme

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. config.json +0 -0
README.md CHANGED
@@ -3,7 +3,7 @@ library_name: transformers
3
  license: mit
4
  pipeline_tag: image-text-to-text
5
  ---
6
- 📢 [[Project Page](https://microsoft.github.io/OmniParser/)] [[OmniParser V2 Blog Post](https://www.microsoft.com/en-us/research/articles/omniparser-v2-turning-any-llm-into-a-computer-use-agent/)]
7
 
8
  # Model Summary
9
  OmniParser is a general screen parsing tool, which interprets/converts UI screenshot to structured format, to improve existing LLM based UI agent.
@@ -15,7 +15,7 @@ This model hub includes a finetuned version of YOLOv8 and a finetuned BLIP-2 mod
15
  - Larger and cleaner set of icon caption + grounding dataset
16
  - 60% improvement in latency compared to V1
17
  - Strong performance: 39.6 average accuracy on [ScreenSpot Pro](https://github.com/likaixin2000/ScreenSpot-Pro-GUI-Grounding)
18
- - Your agent only need one tool: OmniTool. Control a Windows 11 VM with OmniParser + your vision model of choice. OmniTool supports out of the box the following vision models - OpenAI (4o/o1/o3-mini), DeepSeek (R1), Qwen (2.5VL) or Anthropic Computer Use. Check out our github repo for details.
19
 
20
 
21
  # Responsible AI Considerations
 
3
  license: mit
4
  pipeline_tag: image-text-to-text
5
  ---
6
+ 📢 [[GitHub Repo](https://github.com/microsoft/OmniParser/tree/master)] [[OmniParser V2 Blog Post](https://www.microsoft.com/en-us/research/articles/omniparser-v2-turning-any-llm-into-a-computer-use-agent/)]
7
 
8
  # Model Summary
9
  OmniParser is a general screen parsing tool, which interprets/converts UI screenshot to structured format, to improve existing LLM based UI agent.
 
15
  - Larger and cleaner set of icon caption + grounding dataset
16
  - 60% improvement in latency compared to V1
17
  - Strong performance: 39.6 average accuracy on [ScreenSpot Pro](https://github.com/likaixin2000/ScreenSpot-Pro-GUI-Grounding)
18
+ - Your agent only need one tool: OmniTool. Control a Windows 11 VM with OmniParser + your vision model of choice. OmniTool supports out of the box the following large language models - OpenAI (4o/o1/o3-mini), DeepSeek (R1), Qwen (2.5VL) or Anthropic Computer Use. Check out our github repo for details.
19
 
20
 
21
  # Responsible AI Considerations
config.json ADDED
File without changes