Spaces:
Runtime error
Runtime error
Update meta_data.py
Browse files- meta_data.py +3 -3
meta_data.py
CHANGED
@@ -10,9 +10,9 @@ CITATION_BUTTON_TEXT = r"""@misc{2023opencompass,
|
|
10 |
}"""
|
11 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
12 |
# CONSTANTS-TEXT
|
13 |
-
LEADERBORAD_INTRODUCTION = """#
|
14 |
-
### Welcome to
|
15 |
-
### [
|
16 |
### Currently, OpenVLM Leaderboard covers {} different VLMs (including GPT-4v, Gemini, QwenVLPlus, LLaVA, etc.) and {} different multi-modal benchmarks.
|
17 |
|
18 |
This leaderboard was last updated: {}.
|
|
|
10 |
}"""
|
11 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
12 |
# CONSTANTS-TEXT
|
13 |
+
LEADERBORAD_INTRODUCTION = """# Shopping MMLU Leaderboard
|
14 |
+
### Welcome to Shopping MMLU 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, OpenVLM Leaderboard covers {} different VLMs (including GPT-4v, Gemini, QwenVLPlus, LLaVA, etc.) and {} different multi-modal benchmarks.
|
17 |
|
18 |
This leaderboard was last updated: {}.
|