Upload folder using huggingface_hub
Browse files- 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:
|