Spaces:
Sleeping
Sleeping
adding search boxes with suggestions, and automatic sorting of models for easier plotting
Browse files- src/display.py +1 -1
src/display.py
CHANGED
@@ -174,7 +174,7 @@ def display_app():
|
|
174 |
round(model_list[i]["MMLU"],2)
|
175 |
))
|
176 |
elif len(model_list) == 1:
|
177 |
-
st.markdown("**Model name:** [%s](https://huggingface.co/%s)" % (model_list[0]["model_name"] , model_list[
|
178 |
st.markdown("**Results:**")
|
179 |
st.markdown("""
|
180 |
* Average: %s
|
|
|
174 |
round(model_list[i]["MMLU"],2)
|
175 |
))
|
176 |
elif len(model_list) == 1:
|
177 |
+
st.markdown("**Model name:** [%s](https://huggingface.co/%s)" % (model_list[0]["model_name"] , model_list[0]["model_name"]))
|
178 |
st.markdown("**Results:**")
|
179 |
st.markdown("""
|
180 |
* Average: %s
|