binwang commited on
Commit
46e5256
·
verified ·
1 Parent(s): 56f2c7f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app/pages.py +1 -1
app/pages.py CHANGED
@@ -588,7 +588,7 @@ def mmau_evaluation():
588
  with space1:
589
  tab_section = st.selectbox('Dataset', filters_1_list)
590
  with space2:
591
- metric = st.selectbox('Metric', ['LLAMA3_70B_JUDGE'])
592
  metric = metric.lower()
593
 
594
  if tab_section:
 
588
  with space1:
589
  tab_section = st.selectbox('Dataset', filters_1_list)
590
  with space2:
591
+ metric = st.selectbox('Metric', ['LLAMA3_70B_JUDGE', 'STRING_MATCH'])
592
  metric = metric.lower()
593
 
594
  if tab_section: