update about
Browse files- src/about.py +13 -5
src/about.py
CHANGED
@@ -80,22 +80,30 @@ class Tasks(Enum):
|
|
80 |
TITLE = """
|
81 |
<div align="center">
|
82 |
<a href="https://imgbb.com/">
|
83 |
-
<img src="https://i.ibb.co/zHzhXqb/Smile-Group-Logo.png" alt="Smile-Group-Logo" border="0">
|
84 |
</a>
|
85 |
</div>
|
86 |
"""
|
87 |
|
88 |
|
89 |
|
90 |
-
|
91 |
INTRODUCTION_TEXT = """
|
92 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
"""
|
94 |
|
|
|
95 |
LLM_BENCHMARKS_TEXT = """
|
96 |
-
## About
|
97 |
|
98 |
-
The Massive Multitask Multilingual Language Understanding (MMMLU) benchmark is designed to evaluate models on a wide range of subjects.
|
99 |
|
100 |
## How to Interpret the Leaderboard
|
101 |
|
|
|
80 |
TITLE = """
|
81 |
<div align="center">
|
82 |
<a href="https://imgbb.com/">
|
83 |
+
<img src="https://i.ibb.co/zHzhXqb/Smile-Group-Logo.png" alt="Smile-Group-Logo" border="0" width="800" height="auto">
|
84 |
</a>
|
85 |
</div>
|
86 |
"""
|
87 |
|
88 |
|
89 |
|
|
|
90 |
INTRODUCTION_TEXT = """
|
91 |
+
<div style="background-color:#001f3f; padding: 20px; border-radius: 10px;">
|
92 |
+
<h1 style="color:#ffffff; font-family: Arial, sans-serif; text-align: center;">
|
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 large language models on the
|
97 |
+
<strong>new released MMMLU OpenAI dataset</strong> across different subjects.
|
98 |
+
</p>
|
99 |
+
</div>
|
100 |
"""
|
101 |
|
102 |
+
|
103 |
LLM_BENCHMARKS_TEXT = """
|
104 |
+
## About BASMA
|
105 |
|
106 |
+
BASMA is based on The Massive Multitask Multilingual Language Understanding (MMMLU) benchmark which is designed to evaluate Arabic models on a wide range of subjects.
|
107 |
|
108 |
## How to Interpret the Leaderboard
|
109 |
|