Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
Β·
eef299c
1
Parent(s):
439afd4
change icon to rocket
Browse files- src/display/about.py +3 -3
src/display/about.py
CHANGED
@@ -4,10 +4,10 @@ from src.envs import REPO_ID, QUEUE_REPO, RESULTS_REPO, PATH_TO_COLLECTION, LEAD
|
|
4 |
|
5 |
LM_EVAL_URL = "https://github.com/eduagarcia/lm-evaluation-harness-pt"
|
6 |
|
7 |
-
TITLE = F"""<h1 align="center" id="space-title"
|
8 |
|
9 |
INTRODUCTION_TEXT = f"""
|
10 |
-
π The
|
11 |
|
12 |
This is a fork of the <a href="https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard" target="_blank">π€ Open LLM Leaderboard</a> with different benchmarks.
|
13 |
|
@@ -134,7 +134,7 @@ I have an issue about accessing the leaderboard through the Gradio API
|
|
134 |
|
135 |
|
136 |
EVALUATION_QUEUE_TEXT = f"""
|
137 |
-
# Evaluation Queue for the
|
138 |
|
139 |
Models added here will be automatically evaluated on our evaluation cluster.
|
140 |
|
|
|
4 |
|
5 |
LM_EVAL_URL = "https://github.com/eduagarcia/lm-evaluation-harness-pt"
|
6 |
|
7 |
+
TITLE = F"""<h1 align="center" id="space-title">π {LEADERBOARD_NAME}</h1>"""
|
8 |
|
9 |
INTRODUCTION_TEXT = f"""
|
10 |
+
π The π {LEADERBOARD_NAME} aims to track, rank and evaluate open LLMs and chatbots.
|
11 |
|
12 |
This is a fork of the <a href="https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard" target="_blank">π€ Open LLM Leaderboard</a> with different benchmarks.
|
13 |
|
|
|
134 |
|
135 |
|
136 |
EVALUATION_QUEUE_TEXT = f"""
|
137 |
+
# Evaluation Queue for the π {LEADERBOARD_NAME}
|
138 |
|
139 |
Models added here will be automatically evaluated on our evaluation cluster.
|
140 |
|