Ludwig Stumpp commited on
Commit
e4e6ff0
1 Parent(s): 2544151

Add falcon 40b model

Browse files
Files changed (2) hide show
  1. README.md +0 -0
  2. streamlit_app.py +1 -0
README.md CHANGED
The diff for this file is too large to render. See raw diff
 
streamlit_app.py CHANGED
@@ -275,6 +275,7 @@ def setup_sources():
275
  - [lmsys.org - Chatbot Arena benchmarks](https://lmsys.org/blog/2023-05-03-arena/)
276
  - [Papers With Code](https://paperswithcode.com/)
277
  - [Stanford HELM](https://crfm.stanford.edu/helm/latest/)
 
278
  """
279
  )
280
 
 
275
  - [lmsys.org - Chatbot Arena benchmarks](https://lmsys.org/blog/2023-05-03-arena/)
276
  - [Papers With Code](https://paperswithcode.com/)
277
  - [Stanford HELM](https://crfm.stanford.edu/helm/latest/)
278
+ - [HF Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
279
  """
280
  )
281