fixes
Browse files- app.py +1 -1
- src/about.py +1 -1
app.py
CHANGED
@@ -80,7 +80,7 @@ def init_leaderboard(dataframe):
|
|
80 |
wrap=True,
|
81 |
show_fullscreen_button=False,
|
82 |
interactive=False,
|
83 |
-
column_widths=[30,
|
84 |
max_height=420,
|
85 |
elem_classes="leaderboard_col_style"
|
86 |
)
|
|
|
80 |
wrap=True,
|
81 |
show_fullscreen_button=False,
|
82 |
interactive=False,
|
83 |
+
column_widths=[30,50,50,150,60,60,60],
|
84 |
max_height=420,
|
85 |
elem_classes="leaderboard_col_style"
|
86 |
)
|
src/about.py
CHANGED
@@ -23,7 +23,7 @@ TITLE = """<div ><img class='abl_header_image' src='https://huggingface.co/space
|
|
23 |
|
24 |
# What does your leaderboard evaluate?
|
25 |
INTRODUCTION_TEXT = """
|
26 |
-
<h1 style='width: 100%;text-align: center;' id="space-title">Arabic Board Benchmark (ABL)
|
27 |
ABL is the official leaderboard of <a href='https://huggingface.co/datasets/silma-ai/arabic-broad-benchmark' target='_blank'>Arabic Board Benchmark (ABB)</a>. ABB is a compact, yet comprehensive benchmark aiming to evaluate Arabic LLMs from all angels. The benchmark consists of <b>450</b> high quality questions sampled from <b>63</b> Arabic benchmarking datasets, evaluating <b>22 categories</b> some of which are unique to Arabic language such as Diacritization and Dialects. Find more details in the about Tab.
|
28 |
|
29 |
"""
|
|
|
23 |
|
24 |
# What does your leaderboard evaluate?
|
25 |
INTRODUCTION_TEXT = """
|
26 |
+
<h1 style='width: 100%;text-align: center;' id="space-title">Arabic Board Benchmark (ABL). The first comprehensive Leaderboard for Arabic LLMs</h1>
|
27 |
ABL is the official leaderboard of <a href='https://huggingface.co/datasets/silma-ai/arabic-broad-benchmark' target='_blank'>Arabic Board Benchmark (ABB)</a>. ABB is a compact, yet comprehensive benchmark aiming to evaluate Arabic LLMs from all angels. The benchmark consists of <b>450</b> high quality questions sampled from <b>63</b> Arabic benchmarking datasets, evaluating <b>22 categories</b> some of which are unique to Arabic language such as Diacritization and Dialects. Find more details in the about Tab.
|
28 |
|
29 |
"""
|