Corey Morris
commited on
Commit
·
4f20e65
1
Parent(s):
e3863f2
Updated model count
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ def find_top_differences_table(df, target_model, closest_models, num_differences
|
|
123 |
data_provider = ResultDataProcessor()
|
124 |
|
125 |
# st.title('Model Evaluation Results including MMLU by task')
|
126 |
-
st.title('Exploring the Characteristics of Large Language Models: An Interactive Portal for Analyzing
|
127 |
st.markdown("""***Last updated August 22th***""")
|
128 |
st.markdown("""**Models that are suspected to have training data contaminated with evaluation data have been removed.**""")
|
129 |
st.markdown("""
|
|
|
123 |
data_provider = ResultDataProcessor()
|
124 |
|
125 |
# st.title('Model Evaluation Results including MMLU by task')
|
126 |
+
st.title('Exploring the Characteristics of Large Language Models: An Interactive Portal for Analyzing 1100+ Open Source Models Across 57 Diverse Evaluation Tasks')
|
127 |
st.markdown("""***Last updated August 22th***""")
|
128 |
st.markdown("""**Models that are suspected to have training data contaminated with evaluation data have been removed.**""")
|
129 |
st.markdown("""
|