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

fix showdown numbers

Browse files
Files changed (1) hide show
  1. 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
- "Qwen2.5-VL-72B-Instruct": {"overall": 24.78},
53
- "UI-TARS-72B-SFT": {"overall": 54.4},
54
- "Molmo-72B-0924": {"overall": 54.76}
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