update about
Browse files- src/about.py +3 -3
src/about.py
CHANGED
|
@@ -93,8 +93,8 @@ INTRODUCTION_TEXT = """
|
|
| 93 |
Welcome to <span style="color:#f39c12;">BASMA</span>: Benchmark for Arabic System in Multitask Assessment
|
| 94 |
</h1>
|
| 95 |
<p style="color:#d4d4d4; font-family: 'Verdana', sans-serif; font-size: 18px; text-align: center;">
|
| 96 |
-
This leaderboard showcases the performance of various Arabic
|
| 97 |
-
<strong style="color:#d4d4d4;">newly released MMMLU OpenAI
|
| 98 |
</p>
|
| 99 |
</div>
|
| 100 |
"""
|
|
@@ -103,7 +103,7 @@ INTRODUCTION_TEXT = """
|
|
| 103 |
LLM_BENCHMARKS_TEXT = """
|
| 104 |
## About BASMA
|
| 105 |
|
| 106 |
-
BASMA is based on The Massive Multitask Multilingual Language Understanding
|
| 107 |
|
| 108 |
## How to Interpret the Leaderboard
|
| 109 |
|
|
|
|
| 93 |
Welcome to <span style="color:#f39c12;">BASMA</span>: Benchmark for Arabic System in Multitask Assessment
|
| 94 |
</h1>
|
| 95 |
<p style="color:#d4d4d4; font-family: 'Verdana', sans-serif; font-size: 18px; text-align: center;">
|
| 96 |
+
This leaderboard showcases the performance of various Arabic LLMs on the
|
| 97 |
+
<strong style="color:#d4d4d4;">newly released MMMLU OpenAI Benchmark</strong> across different subjects.
|
| 98 |
</p>
|
| 99 |
</div>
|
| 100 |
"""
|
|
|
|
| 103 |
LLM_BENCHMARKS_TEXT = """
|
| 104 |
## About BASMA
|
| 105 |
|
| 106 |
+
BASMA is based on The Massive Multitask Multilingual Language Understanding benchmark which is designed to evaluate Arabic models on a wide range of subjects.
|
| 107 |
|
| 108 |
## How to Interpret the Leaderboard
|
| 109 |
|