Skip to content

Commit

Permalink
updated date and model count
Browse files Browse the repository at this point in the history
  • Loading branch information
c1505 committed Sep 1, 2023
1 parent f1eba6e commit 0c07f8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ def find_top_differences_table(df, target_model, closest_models, num_differences
data_provider = ResultDataProcessor()

# st.title('Model Evaluation Results including MMLU by task')
st.title('Exploring the Characteristics of Large Language Models: An Interactive Portal for Analyzing 1000+ Open Source Models Across 57 Diverse Evaluation Tasks')
st.markdown("""***Last updated August 26th***""")
st.title('Exploring the Characteristics of Large Language Models: An Interactive Portal for Analyzing 1100+ Open Source Models Across 57 Diverse Evaluation Tasks')
st.markdown("""***Last updated September 1st***""")
st.markdown("""**Models that are suspected to have training data contaminated with evaluation data have been removed.**""")
st.markdown("""
Hugging Face runs evaluations on open source models and provides results on a
Expand Down

0 comments on commit 0c07f8b

Please sign in to comment.