Corey Morris
commited on
Commit
·
a9f9804
1
Parent(s):
c173f6a
Updated title now that there are over 700 open source models in the dataset
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def plot_top_n(df, target_column, n=10):
|
|
49 |
data_provider = ResultDataProcessor()
|
50 |
|
51 |
# st.title('Model Evaluation Results including MMLU by task')
|
52 |
-
st.title('MMLU-by-Task Evaluation Results for
|
53 |
st.markdown("""***Last updated August 7th***""")
|
54 |
st.markdown("""
|
55 |
Hugging Face has run evaluations on over 500 open source models and provides results on a
|
|
|
49 |
data_provider = ResultDataProcessor()
|
50 |
|
51 |
# st.title('Model Evaluation Results including MMLU by task')
|
52 |
+
st.title('MMLU-by-Task Evaluation Results for 700+ Open Source Models')
|
53 |
st.markdown("""***Last updated August 7th***""")
|
54 |
st.markdown("""
|
55 |
Hugging Face has run evaluations on over 500 open source models and provides results on a
|