Spaces:
Restarting
on
CPU Upgrade
Restarting
on
CPU Upgrade
Update src/about.py
Browse files- src/about.py +3 -3
src/about.py
CHANGED
@@ -142,12 +142,13 @@ If everything is done, check you can launch the LightEval script on your model l
|
|
142 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
143 |
CITATION_BUTTON_TEXT = r"""
|
144 |
@misc{OALL,
|
145 |
-
author = {Elfilali Ali
|
146 |
title = {Open Arabic LLM Leaderboard},
|
147 |
year = {2024},
|
148 |
publisher = {OALL},
|
149 |
howpublished = "\url{https://huggingface.co/spaces/OALL/Open-Arabic-LLM-Leaderboard}"
|
150 |
}
|
|
|
151 |
@inproceedings{almazrouei-etal-2023-alghafa,
|
152 |
title = "{A}l{G}hafa Evaluation Benchmark for {A}rabic Language Models",
|
153 |
author = "Almazrouei, Ebtesam and
|
@@ -200,5 +201,4 @@ CITATION_BUTTON_TEXT = r"""
|
|
200 |
year = {2023},
|
201 |
version = {0.3.0},
|
202 |
url = {https://github.com/huggingface/lighteval}
|
203 |
-
}
|
204 |
-
"""
|
|
|
142 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
143 |
CITATION_BUTTON_TEXT = r"""
|
144 |
@misc{OALL,
|
145 |
+
author = {Elfilali, Ali and Alobeidli, Hamza and Fourrier, Clémentine and Boussaha, Basma El Amel and Cojocaru, Ruxandra and Habib, Nathan and Hacid, Hakim},
|
146 |
title = {Open Arabic LLM Leaderboard},
|
147 |
year = {2024},
|
148 |
publisher = {OALL},
|
149 |
howpublished = "\url{https://huggingface.co/spaces/OALL/Open-Arabic-LLM-Leaderboard}"
|
150 |
}
|
151 |
+
|
152 |
@inproceedings{almazrouei-etal-2023-alghafa,
|
153 |
title = "{A}l{G}hafa Evaluation Benchmark for {A}rabic Language Models",
|
154 |
author = "Almazrouei, Ebtesam and
|
|
|
201 |
year = {2023},
|
202 |
version = {0.3.0},
|
203 |
url = {https://github.com/huggingface/lighteval}
|
204 |
+
}"""
|
|