karimouda commited on
Commit
94b93ae
·
1 Parent(s): cbd60de

add header image

Browse files
Files changed (1) hide show
  1. src/about.py +3 -2
src/about.py CHANGED
@@ -19,11 +19,12 @@ NUM_FEWSHOT = 0 # Change with your few shot
19
 
20
 
21
  # Your leaderboard name
22
- TITLE = """<h1 align="center" id="space-title">Arabic LLM Board Leaderboard</h1>"""
23
 
24
  # What does your leaderboard evaluate?
25
  INTRODUCTION_TEXT = """
26
- Welcome to the official Leaderboard of the unique meta benchmark Arabic Board Benchmark (ABB), ABB combines 467 questions sampled from 63 Arabic benchmarking datasets on the internet, evaluating 22 categories and 174 sub-categories.
 
27
  """
28
 
29
  # Which evaluations are you running? how can people reproduce what you have?
 
19
 
20
 
21
  # Your leaderboard name
22
+ TITLE = """<img src='https://huggingface.co/spaces/silma-ai/Arabic-LLM-Broad-Leaderboard/resolve/main/abl_logo.png' style='margin:auto;width:50%;display:block'>"""
23
 
24
  # What does your leaderboard evaluate?
25
  INTRODUCTION_TEXT = """
26
+ <h1 align="center" id="space-title">The First Comprehensive Leaderboard for Arabic LLMs</h1>
27
+ Welcome to the official Leaderboard of the unique meta benchmark Arabic Board Benchmark (ABB), ABB combines 464 questions sampled from 63 Arabic benchmarking datasets on the internet, evaluating 22 categories and 174 sub-categories.
28
  """
29
 
30
  # Which evaluations are you running? how can people reproduce what you have?