Anas Awadalla
commited on
Commit
·
fe4ed4c
1
Parent(s):
4f9fa17
osworld baselines
Browse files- src/streamlit_app.py +5 -0
src/streamlit_app.py
CHANGED
@@ -74,6 +74,11 @@ BASELINES = {
|
|
74 |
"UI-TARS-2B": {"overall": 59.8},
|
75 |
"UI-TARS-7B": {"overall": 66.1},
|
76 |
"UI-TARS-1.5-7B": {"overall": 67.2},
|
|
|
|
|
|
|
|
|
|
|
77 |
}
|
78 |
}
|
79 |
|
|
|
74 |
"UI-TARS-2B": {"overall": 59.8},
|
75 |
"UI-TARS-7B": {"overall": 66.1},
|
76 |
"UI-TARS-1.5-7B": {"overall": 67.2},
|
77 |
+
},
|
78 |
+
"osworld-g": {
|
79 |
+
"Qwen2.5VL-3B": {"overall": 27.3},
|
80 |
+
"Qwen2.5VL-7B": {"overall": 31.4},
|
81 |
+
"UI-TARS-7B": {"overall": 47.5},
|
82 |
}
|
83 |
}
|
84 |
|