Anas Awadalla
commited on
Commit
·
78df5f4
1
Parent(s):
c6efeae
osworld baselines
Browse files- src/streamlit_app.py +3 -3
src/streamlit_app.py
CHANGED
@@ -85,12 +85,12 @@ BASELINES = {
|
|
85 |
"UGround-7B": {"overall": 36.4},
|
86 |
"Aguvis-7B": {"overall": 38.7},
|
87 |
"UI-TARS-7B": {"overall": 47.5},
|
88 |
-
"Qwen2.5-VL-32B
|
89 |
"Jedi-3B": {"overall": 50.9},
|
90 |
"Jedi-7B": {"overall": 54.1},
|
91 |
"UI-TARS-72B": {"overall": 57.1},
|
92 |
-
"Qwen2.5-VL-72B
|
93 |
-
"UI-TARS-1.5-7B
|
94 |
"GTAI-7B": {"overall": 67.7},
|
95 |
"GTAI-32B": {"overall": 61.9},
|
96 |
"GTAI-72B": {"overall": 66.7},
|
|
|
85 |
"UGround-7B": {"overall": 36.4},
|
86 |
"Aguvis-7B": {"overall": 38.7},
|
87 |
"UI-TARS-7B": {"overall": 47.5},
|
88 |
+
"Qwen2.5-VL-32B": {"overall": 59.6},
|
89 |
"Jedi-3B": {"overall": 50.9},
|
90 |
"Jedi-7B": {"overall": 54.1},
|
91 |
"UI-TARS-72B": {"overall": 57.1},
|
92 |
+
"Qwen2.5-VL-72B": {"overall": 62.2},
|
93 |
+
"UI-TARS-1.5-7B": {"overall": 64.2},
|
94 |
"GTAI-7B": {"overall": 67.7},
|
95 |
"GTAI-32B": {"overall": 61.9},
|
96 |
"GTAI-72B": {"overall": 66.7},
|