update about
Browse files- src/about.py +10 -3
src/about.py
CHANGED
|
@@ -78,9 +78,16 @@ class Tasks(Enum):
|
|
| 78 |
# Now include the variables expected by app.py
|
| 79 |
|
| 80 |
TITLE = """
|
| 81 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
| 82 |
"""
|
| 83 |
|
|
|
|
|
|
|
|
|
|
| 84 |
INTRODUCTION_TEXT = """
|
| 85 |
Welcome to the Arabic MMMLU Evaluation for LLMs Leaderboard for the MMMLU dataset evaluation. This leaderboard displays the performance of various language models on the MMMLU dataset across different subjects.
|
| 86 |
"""
|
|
@@ -108,9 +115,9 @@ Below are the lists of models that have been evaluated, are currently being eval
|
|
| 108 |
CITATION_BUTTON_LABEL = "Citation"
|
| 109 |
CITATION_BUTTON_TEXT = """
|
| 110 |
If you use this leaderboard or the MMMLU dataset in your research, please cite:
|
| 111 |
-
@misc{
|
| 112 |
author = {Nacar, Omer},
|
| 113 |
-
title = {Arabic
|
| 114 |
year = {2024},
|
| 115 |
publisher = {Omartificial-Intelligence-Space}}"
|
| 116 |
}"""
|
|
|
|
| 78 |
# Now include the variables expected by app.py
|
| 79 |
|
| 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 |
Welcome to the Arabic MMMLU Evaluation for LLMs Leaderboard for the MMMLU dataset evaluation. This leaderboard displays the performance of various language models on the MMMLU dataset across different subjects.
|
| 93 |
"""
|
|
|
|
| 115 |
CITATION_BUTTON_LABEL = "Citation"
|
| 116 |
CITATION_BUTTON_TEXT = """
|
| 117 |
If you use this leaderboard or the MMMLU dataset in your research, please cite:
|
| 118 |
+
@misc{BASMA,
|
| 119 |
author = {Nacar, Omer},
|
| 120 |
+
title = {BASMA: Benchmark for Arabic System in Multitask Assessment},
|
| 121 |
year = {2024},
|
| 122 |
publisher = {Omartificial-Intelligence-Space}}"
|
| 123 |
}"""
|