Spaces:
Runtime error
Runtime error
Commit
·
c2365a2
1
Parent(s):
b54efd1
add citation
Browse files- src/about.py +11 -0
src/about.py
CHANGED
@@ -81,4 +81,15 @@ If everything is done, check you can launch the EleutherAIHarness on your model
|
|
81 |
|
82 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
83 |
CITATION_BUTTON_TEXT = r"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
"""
|
|
|
81 |
|
82 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
83 |
CITATION_BUTTON_TEXT = r"""
|
84 |
+
@misc{beyene2025mstebmassivelymultilingualevaluation,
|
85 |
+
title = {mSTEB: Massively Multilingual Evaluation of LLMs on Speech and Text Tasks},
|
86 |
+
author = {Luel Hagos Beyene and Vivek Verma and Min Ma and Jesujoba O. Alabi
|
87 |
+
and Fabian David Schmidt and Joyce Nakatumba-Nabende and
|
88 |
+
David Ifeoluwa Adelani},
|
89 |
+
year = {2025},
|
90 |
+
eprint = {2506.08400},
|
91 |
+
archivePrefix = {arXiv},
|
92 |
+
primaryClass = {cs.CL},
|
93 |
+
url = {https://arxiv.org/abs/2506.08400}
|
94 |
+
}
|
95 |
"""
|