SondosMB commited on
Commit
619dd33
β€’
1 Parent(s): 9eb5abe

Update constants.py

Browse files
Files changed (1) hide show
  1. 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
- # OS Benchmark (Evaluating LLMs with OS and MCQ)
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.