Corey Morris commited on
Commit
96ffe12
1 Parent(s): 7fc9618

Added statement of removal of models

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -125,6 +125,7 @@ data_provider = ResultDataProcessor()
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 800+ Open Source Models Across 57 Diverse Evaluation Tasks')
127
  st.markdown("""***Last updated August 22th***""")
 
128
  st.markdown("""
129
  Hugging Face has run evaluations on over 800 open source models and provides results on a
130
  [publicly available leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard) and [dataset](https://huggingface.co/datasets/open-llm-leaderboard/results).
 
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 800+ 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("""
130
  Hugging Face has run evaluations on over 800 open source models and provides results on a
131
  [publicly available leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard) and [dataset](https://huggingface.co/datasets/open-llm-leaderboard/results).