update about
Browse files- src/about.py +9 -9
src/about.py
CHANGED
|
@@ -80,17 +80,16 @@ class Tasks(Enum):
|
|
| 80 |
TITLE = """
|
| 81 |
<div align="center">
|
| 82 |
<a href="https://imgbb.com/">
|
| 83 |
-
<img src="https://i.ibb.co/
|
| 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;">
|
| 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
|
|
@@ -101,9 +100,9 @@ INTRODUCTION_TEXT = """
|
|
| 101 |
|
| 102 |
|
| 103 |
LLM_BENCHMARKS_TEXT = """
|
| 104 |
-
## About
|
| 105 |
|
| 106 |
-
|
| 107 |
|
| 108 |
## How to Interpret the Leaderboard
|
| 109 |
|
|
@@ -123,15 +122,16 @@ Below are the lists of models that have been evaluated, are currently being eval
|
|
| 123 |
CITATION_BUTTON_LABEL = "Citation"
|
| 124 |
CITATION_BUTTON_TEXT = """
|
| 125 |
If you use this leaderboard or the MMMLU dataset in your research, please cite:
|
| 126 |
-
@misc{
|
| 127 |
author = {Nacar, Omer},
|
| 128 |
-
title = {
|
| 129 |
year = {2024},
|
| 130 |
-
publisher = {
|
|
|
|
| 131 |
|
| 132 |
Acknowledgment:
|
| 133 |
|
| 134 |
-
Thanks for Prince Sultan University and RIOTU Lab for their support
|
| 135 |
|
| 136 |
}"""
|
| 137 |
|
|
|
|
| 80 |
TITLE = """
|
| 81 |
<div align="center">
|
| 82 |
<a href="https://imgbb.com/">
|
| 83 |
+
<img src=""https://i.ibb.co/k1gQsTw/Blue-and-White-Modern-Technology-Company-Logo-2.png"" alt="Smile-Group-Logo" border="0" width="500" height="auto">
|
| 84 |
</a>
|
| 85 |
</div>
|
| 86 |
"""
|
| 87 |
|
| 88 |
|
|
|
|
| 89 |
INTRODUCTION_TEXT = """
|
| 90 |
<div style="background-color:#001f3f; padding: 20px; border-radius: 10px;">
|
| 91 |
<h1 style="color:#ffffff; font-family: Arial, sans-serif; text-align: center;">
|
| 92 |
+
Welcome to <span style="color:#f39c12;">ILMAAM</span>: Benchmark for Arabic System in Multitask Assessment
|
| 93 |
</h1>
|
| 94 |
<p style="color:#d4d4d4; font-family: 'Verdana', sans-serif; font-size: 18px; text-align: center;">
|
| 95 |
This leaderboard showcases the performance of various Arabic LLMs on the
|
|
|
|
| 100 |
|
| 101 |
|
| 102 |
LLM_BENCHMARKS_TEXT = """
|
| 103 |
+
## About ILMAAM
|
| 104 |
|
| 105 |
+
ILMAAM is based on The Massive Multitask Multilingual Language Understanding benchmark which is designed to evaluate Arabic models on a wide range of subjects.
|
| 106 |
|
| 107 |
## How to Interpret the Leaderboard
|
| 108 |
|
|
|
|
| 122 |
CITATION_BUTTON_LABEL = "Citation"
|
| 123 |
CITATION_BUTTON_TEXT = """
|
| 124 |
If you use this leaderboard or the MMMLU dataset in your research, please cite:
|
| 125 |
+
@misc{ILMAAM,
|
| 126 |
author = {Nacar, Omer},
|
| 127 |
+
title = {ILMAAM: Index for Language Models For Arabic Assessment on Multitasks},
|
| 128 |
year = {2024},
|
| 129 |
+
publisher = {Robotics and Internet-of-Things Lab, Prince Sultan University, Riyadh}"
|
| 130 |
+
|
| 131 |
|
| 132 |
Acknowledgment:
|
| 133 |
|
| 134 |
+
Thanks for Prince Sultan University and RIOTU Lab for their support.
|
| 135 |
|
| 136 |
}"""
|
| 137 |
|