kennymckormick
commited on
Commit
•
b11357b
1
Parent(s):
4e15c72
update
Browse files- lb_info.py +3 -3
lb_info.py
CHANGED
@@ -25,9 +25,9 @@ CITATION_BUTTON_TEXT = r"""@misc{2023opencompass,
|
|
25 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
26 |
# CONSTANTS-TEXT
|
27 |
LEADERBORAD_INTRODUCTION = """# OpenVLM Leaderboard
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
|
32 |
This leaderboard was last updated: {}.
|
33 |
"""
|
|
|
25 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
26 |
# CONSTANTS-TEXT
|
27 |
LEADERBORAD_INTRODUCTION = """# OpenVLM Leaderboard
|
28 |
+
### Welcome to the OpenVLM Leaderboard! On this leaderboard we share the evaluation results of VLMs obtained by the OpenSource Framework:
|
29 |
+
### [*VLMEvalKit*: A Toolkit for Evaluating Large Vision-Language Models](https://github.com/open-compass/VLMEvalKit) 🏆
|
30 |
+
### Currently, OpenVLM Leaderboard covers {} different VLMs (including GPT-4v, Gemini, QwenVLPlus, LLaVA, etc.) and {} different multi-modal benchmarks.
|
31 |
|
32 |
This leaderboard was last updated: {}.
|
33 |
"""
|