kennymckormick commited on
Commit
efef417
1 Parent(s): e401827

update meta data

Browse files
Files changed (1) hide show
  1. meta_data.py +2 -0
meta_data.py CHANGED
@@ -16,6 +16,8 @@ LEADERBORAD_INTRODUCTION = """# OpenVLM Leaderboard
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: {}.
 
 
19
  """
20
  # CONSTANTS-FIELDS
21
  META_FIELDS = ['Method', 'Parameters (B)', 'Language Model', 'Vision Model', 'OpenSource', 'Verified']
 
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: {}.
19
+
20
+ OpenVLM Leaderboard only includes open-source VLMs or API models that are publicly available. To add your own model to the leaderboard, please create a PR in [VLMEvalKit](https://github.com/open-compass/VLMEvalKit) to support your VLM and then we will help with the evaluation and updating the leaderboard. For any questions or concerns, please feel free to contact us at [opencompass,duanhaodong]@pjlab.org.cn.
21
  """
22
  # CONSTANTS-FIELDS
23
  META_FIELDS = ['Method', 'Parameters (B)', 'Language Model', 'Vision Model', 'OpenSource', 'Verified']