alozowski commited on
Commit
b1a0884
β€’
1 Parent(s): b2895a3

add the link to the previous version

Browse files
Files changed (1) hide show
  1. src/display/about.py +1 -1
src/display/about.py CHANGED
@@ -3,7 +3,7 @@ from src.display.utils import ModelType
3
  TITLE = """<h1 style="text-align:left;float:left; id="space-title">πŸ€— Open LLM Leaderboard</h1> <h3 style="text-align:left;float:left;> Track, rank and evaluate open LLMs and chatbots </h3>"""
4
 
5
  INTRODUCTION_TEXT = """
6
- Feeling lost? Documentation is [here](https://huggingface.co/docs/leaderboards/open_llm_leaderboard/about) πŸ“„
7
  \n You'll notably find explanations on the evaluations we are using, reproducibility guidelines, best practices on how to submit a model, and our FAQ.
8
  """
9
 
 
3
  TITLE = """<h1 style="text-align:left;float:left; id="space-title">πŸ€— Open LLM Leaderboard</h1> <h3 style="text-align:left;float:left;> Track, rank and evaluate open LLMs and chatbots </h3>"""
4
 
5
  INTRODUCTION_TEXT = """
6
+ The previous Leaderboard version is live [here](https://huggingface.co/spaces/open-llm-leaderboard-old/open_llm_leaderboard) πŸ“Š Feeling lost? Check out our [documentation](https://huggingface.co/docs/leaderboards/open_llm_leaderboard/about) πŸ“„
7
  \n You'll notably find explanations on the evaluations we are using, reproducibility guidelines, best practices on how to submit a model, and our FAQ.
8
  """
9