Update src/about.py
Browse files- src/about.py +6 -1
src/about.py
CHANGED
@@ -80,7 +80,7 @@ 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" width="
|
84 |
</a>
|
85 |
</div>
|
86 |
"""
|
@@ -128,5 +128,10 @@ If you use this leaderboard or the MMMLU dataset in your research, please cite:
|
|
128 |
title = {BASMA: Benchmark for Arabic System in Multitask Assessment},
|
129 |
year = {2024},
|
130 |
publisher = {Omartificial-Intelligence-Space}}"
|
|
|
|
|
|
|
|
|
|
|
131 |
}"""
|
132 |
|
|
|
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="500" height="auto">
|
84 |
</a>
|
85 |
</div>
|
86 |
"""
|
|
|
128 |
title = {BASMA: Benchmark for Arabic System in Multitask Assessment},
|
129 |
year = {2024},
|
130 |
publisher = {Omartificial-Intelligence-Space}}"
|
131 |
+
|
132 |
+
Acknowledgment:
|
133 |
+
|
134 |
+
Thanks for Prince Sultan University and RIOTU Lab for their support
|
135 |
+
|
136 |
}"""
|
137 |
|