Spaces:
Sleeping
Sleeping
Update meta_data.py
Browse files- meta_data.py +1 -1
meta_data.py
CHANGED
@@ -6,7 +6,7 @@ CITATION_BUTTON_TEXT = r"""@inproceedings{Liu2024ClinicBench,
|
|
6 |
booktitle={Conference on Empirical Methods in Natural Language Processing (EMNLP)},
|
7 |
year={2024}
|
8 |
}"""
|
9 |
-
CITATION_BUTTON_LABEL = "
|
10 |
# CONSTANTS-TEXT
|
11 |
LEADERBORAD_INTRODUCTION = """# Medical LLM Leaderboard
|
12 |
### Welcome to Medical LLM Leaderboard! On this leaderboard, we share the evaluation results of LLMs obtained by the OpenSource Framework:
|
|
|
6 |
booktitle={Conference on Empirical Methods in Natural Language Processing (EMNLP)},
|
7 |
year={2024}
|
8 |
}"""
|
9 |
+
CITATION_BUTTON_LABEL = "Please consider citing 📑 our papers if our repository is helpful to your work, thanks sincerely!"
|
10 |
# CONSTANTS-TEXT
|
11 |
LEADERBORAD_INTRODUCTION = """# Medical LLM Leaderboard
|
12 |
### Welcome to Medical LLM Leaderboard! On this leaderboard, we share the evaluation results of LLMs obtained by the OpenSource Framework:
|