SondosMB commited on
Commit
127fa6f
·
verified ·
1 Parent(s): 18bd6ff

Create constants.py

Browse files
Files changed (1) hide show
  1. 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
+ }"""