MINGYISU commited on
Commit
22c598e
·
verified ·
1 Parent(s): 8ad4dd0

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +2 -3
utils.py CHANGED
@@ -86,14 +86,13 @@ SUBMIT_INTRODUCTION = """# Submit on MMEB Leaderboard Introduction
86
  "V-CLS": 50.0,
87
  "V-QA": 50.0,
88
  "V-RET": 50.0,
89
- "V-VG": 50.0,
90
  "VisDoc": 50.0
91
  },
92
  ]
93
  ```
94
  You are also welcome to submit both versions by including all the fields above! :) \n
95
- You may refer to the Github page for instructions about evaluating your model. \n
96
- Github link: https://github.com/TIGER-AI-Lab/VLM2Vec. \n
97
  Please send us an email at m7su@uwaterloo.ca, attaching the JSON file. We will review your submission and update the leaderboard accordingly.
98
  """
99
 
 
86
  "V-CLS": 50.0,
87
  "V-QA": 50.0,
88
  "V-RET": 50.0,
89
+ "V-MRET": 50.0,
90
  "VisDoc": 50.0
91
  },
92
  ]
93
  ```
94
  You are also welcome to submit both versions by including all the fields above! :) \n
95
+ You may refer to the [**GitHub page**](https://github.com/TIGER-AI-Lab/VLM2Vec) for instructions about evaluating your model. \n
 
96
  Please send us an email at m7su@uwaterloo.ca, attaching the JSON file. We will review your submission and update the leaderboard accordingly.
97
  """
98