Anas Awadalla
commited on
Commit
·
1d20349
1
Parent(s):
6584652
fix showdown numbers
Browse files- src/streamlit_app.py +3 -3
src/streamlit_app.py
CHANGED
@@ -49,9 +49,9 @@ BASELINES = {
|
|
49 |
"UI-TARS-72B": {"overall": 38.1}
|
50 |
},
|
51 |
"showdown-clicks": {
|
52 |
-
"
|
53 |
-
"UI-TARS-
|
54 |
-
"
|
55 |
}
|
56 |
}
|
57 |
|
|
|
49 |
"UI-TARS-72B": {"overall": 38.1}
|
50 |
},
|
51 |
"showdown-clicks": {
|
52 |
+
"UI-TARS-2B": {"overall": 59.8},
|
53 |
+
"UI-TARS-7B": {"overall": 66.1},
|
54 |
+
"UI-TARS-1.5-7B": {"overall": 67.2},
|
55 |
}
|
56 |
}
|
57 |
|