eduagarcia commited on
Commit
eef299c
Β·
1 Parent(s): 439afd4

change icon to rocket

Browse files
Files changed (1) hide show
  1. 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">πŸ“ˆ {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,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 πŸ“ˆ {LEADERBOARD_NAME}
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