Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
alozowski
commited on
Commit
β’
b1a0884
1
Parent(s):
b2895a3
add the link to the previous version
Browse files- 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?
|
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 |
|