Anas Awadalla commited on
Commit
6584652
·
1 Parent(s): 402e797

add more baselines for ssv2

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +3 -1
src/streamlit_app.py CHANGED
@@ -36,7 +36,9 @@ BASELINES = {
36
  },
37
  "UI-TARS-72B": {
38
  "desktop_text": 91.2, "desktop_icon": 87.8, "web_text": 87.7, "web_icon": 86.3, "overall": 88.3
39
- }
 
 
40
  },
41
  "screenspot-pro": {
42
  "Qwen2.5-VL-3B-Instruct": {"overall": 16.1},
 
36
  },
37
  "UI-TARS-72B": {
38
  "desktop_text": 91.2, "desktop_icon": 87.8, "web_text": 87.7, "web_icon": 86.3, "overall": 88.3
39
+ },
40
+ "Qwen2.5-VL-3B-Instruct": {"desktop_text": 54.1, "desktop_icon": 30.0, "web_text": 31.2, "web_icon": 48.3, "overall": 41.5},
41
+ "Qwen2.5-VL-7B-Instruct": {"desktop_text": 87.6, "desktop_icon": 65.7, "web_text": 90.2, "web_icon": 79.8, "overall": 81.9},
42
  },
43
  "screenspot-pro": {
44
  "Qwen2.5-VL-3B-Instruct": {"overall": 16.1},