Spaces:
Runtime error
Runtime error
Update constants.py
Browse files- constants.py +1 -1
constants.py
CHANGED
@@ -7,7 +7,7 @@ banner_url = "https://huggingface.co/spaces/WildEval/WildBench-Leaderboard/resol
|
|
7 |
BANNER = f'<div style="display: flex; justify-content: space-around;"><img src="{banner_url}" alt="Banner" style="width: 40vw; min-width: 300px; max-width: 600px;"> </div>'
|
8 |
|
9 |
INTRODUCTION_TEXT= """
|
10 |
-
#
|
11 |
π [Website](https://github.com/VILA-Lab/Open-LLM-Leaderboard) | π» [GitHub](https://github.com/VILA-Lab/Open-LLM-Leaderboard) | π [Paper](#) | π¦ [X1](https://x.com/open_llm_lb) | π¦ [X2](https://x.com/szq0214)
|
12 |
|
13 |
> ### Open-LLM-Leaderboard,for evaluating large language models (LLMs) by transitioning from multiple-choice questions (MCQs) to open-style questions.
|
|
|
7 |
BANNER = f'<div style="display: flex; justify-content: space-around;"><img src="{banner_url}" alt="Banner" style="width: 40vw; min-width: 300px; max-width: 600px;"> </div>'
|
8 |
|
9 |
INTRODUCTION_TEXT= """
|
10 |
+
# OSQ Benchmark (Evaluating LLMs with OSQs and MCQs)
|
11 |
π [Website](https://github.com/VILA-Lab/Open-LLM-Leaderboard) | π» [GitHub](https://github.com/VILA-Lab/Open-LLM-Leaderboard) | π [Paper](#) | π¦ [X1](https://x.com/open_llm_lb) | π¦ [X2](https://x.com/szq0214)
|
12 |
|
13 |
> ### Open-LLM-Leaderboard,for evaluating large language models (LLMs) by transitioning from multiple-choice questions (MCQs) to open-style questions.
|