Update constants.py
Browse files- constants.py +2 -2
constants.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
from pathlib import Path
|
2 |
|
3 |
-
CITATION_TEXT = """@misc{mobilemmlu2024,
|
4 |
title={Mobile-MMLU: A Benchmark for Evaluating Mobile-Compatible Large Language Models},
|
5 |
author={Sondos Mahmoud Bsharat, Mukul Ranjan, Aidar Myrzakhan, Jiacheng Liu, Bowei Guo, Shengkun Tang, Zhiqiang Shen},
|
6 |
url={https://github.com/VILA-Lab/Mobile-MMLU},
|
7 |
note={Also available at \url{https://huggingface.co/spaces/SondosMB/Mobile-MMLU}},
|
8 |
year={2024}
|
9 |
-
}"""
|
|
|
1 |
from pathlib import Path
|
2 |
|
3 |
+
CITATION_TEXT = r"""@misc{mobilemmlu2024,
|
4 |
title={Mobile-MMLU: A Benchmark for Evaluating Mobile-Compatible Large Language Models},
|
5 |
author={Sondos Mahmoud Bsharat, Mukul Ranjan, Aidar Myrzakhan, Jiacheng Liu, Bowei Guo, Shengkun Tang, Zhiqiang Shen},
|
6 |
url={https://github.com/VILA-Lab/Mobile-MMLU},
|
7 |
note={Also available at \url{https://huggingface.co/spaces/SondosMB/Mobile-MMLU}},
|
8 |
year={2024}
|
9 |
+
}"""
|