Spaces:
Sleeping
Sleeping
Update meta_data.py
Browse files- meta_data.py +6 -3
meta_data.py
CHANGED
@@ -10,14 +10,17 @@ CITATION_BUTTON_TEXT = r"""@inproceedings{Liu2024ClinicBench,
|
|
10 |
}"""
|
11 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
12 |
# CONSTANTS-TEXT
|
13 |
-
LEADERBORAD_INTRODUCTION = """#
|
14 |
-
### Welcome to
|
15 |
### [Shopping MMLU: A Massive Multi-Task Online Shopping Benchmark for Large Language Models](https://github.com/KL4805/ShoppingMMLU) 🏆
|
16 |
### Currently, Shopping MMLU Leaderboard covers {} different LLMs and {} main online shopping skills.
|
17 |
|
18 |
This leaderboard was last updated: {}.
|
19 |
|
20 |
-
Shopping MMLU Leaderboard only includes open-source LLMs or API models that are publicly available.
|
|
|
|
|
|
|
21 |
"""
|
22 |
# CONSTANTS-FIELDS
|
23 |
META_FIELDS = ['Method', 'Param (B)', 'OpenSource', 'Verified']
|
|
|
10 |
}"""
|
11 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
12 |
# CONSTANTS-TEXT
|
13 |
+
LEADERBORAD_INTRODUCTION = """# Medical LLM Leaderboard
|
14 |
+
### Welcome to Medical LLM Leaderboard! On this leaderboard, we share the evaluation results of LLMs obtained by the OpenSource Framework:
|
15 |
### [Shopping MMLU: A Massive Multi-Task Online Shopping Benchmark for Large Language Models](https://github.com/KL4805/ShoppingMMLU) 🏆
|
16 |
### Currently, Shopping MMLU Leaderboard covers {} different LLMs and {} main online shopping skills.
|
17 |
|
18 |
This leaderboard was last updated: {}.
|
19 |
|
20 |
+
Shopping MMLU Leaderboard only includes open-source LLMs or API models that are publicly available.
|
21 |
+
To add your own model to the leaderboard, please create a PR in [ClinicBench](https://github.com/AI-in-Health/ClinicBench) to support your LLM and
|
22 |
+
then we will help with the evaluation and updating the leaderboard.
|
23 |
+
For any questions or concerns, please feel free to contact us at [email protected] and [email protected].
|
24 |
"""
|
25 |
# CONSTANTS-FIELDS
|
26 |
META_FIELDS = ['Method', 'Param (B)', 'OpenSource', 'Verified']
|