Corey Morris
commited on
Commit
•
383dc16
1
Parent(s):
65e92dc
Updated description and data
Browse files
app.py
CHANGED
@@ -114,8 +114,8 @@ def find_top_differences_table(df, target_model, closest_models, num_differences
|
|
114 |
# data_provider = ResultDataProcessor()
|
115 |
|
116 |
# st.title('Model Evaluation Results including MMLU by task')
|
117 |
-
st.title('
|
118 |
-
st.markdown("""***Last updated September
|
119 |
st.markdown("""**Models that are suspected to have training data contaminated with evaluation data have been removed.**""")
|
120 |
st.markdown("""
|
121 |
Hugging Face runs evaluations on open source models and provides results on a
|
|
|
114 |
# data_provider = ResultDataProcessor()
|
115 |
|
116 |
# st.title('Model Evaluation Results including MMLU by task')
|
117 |
+
st.title('Interactive Portal for Analyzing Open Source Large Language Models')
|
118 |
+
st.markdown("""***Last updated September 30th***""")
|
119 |
st.markdown("""**Models that are suspected to have training data contaminated with evaluation data have been removed.**""")
|
120 |
st.markdown("""
|
121 |
Hugging Face runs evaluations on open source models and provides results on a
|