Spaces:
Sleeping
Sleeping
Create constants.py
Browse files- constants.py +9 -0
constants.py
ADDED
@@ -0,0 +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 |
+
}"""
|