MINGYISU commited on
Commit
48e3c5b
·
verified ·
1 Parent(s): 29ea595

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +2 -2
utils.py CHANGED
@@ -120,8 +120,8 @@ SUBMIT_INTRODUCTION = """# Submit on MMEB Leaderboard Introduction
120
  },
121
  ]
122
  ```
123
- You may refer to the [**GitHub page**](https://github.com/TIGER-AI-Lab/VLM2Vec) for detailed instructions about evaluating your model. \n
124
- Please send us an email at [email protected], attaching the JSON file. We will review your submission and update the leaderboard accordingly. \n
125
  Please also share any feedback or suggestions you have for improving the leaderboard experience. We appreciate your contributions to the MMEB community!
126
  """
127
 
 
120
  },
121
  ]
122
  ```
123
+ Please refer to the [**GitHub page**](https://github.com/TIGER-AI-Lab/VLM2Vec) for detailed instructions about evaluating your model. \n
124
+ To submit, create a pull request and upload the generated JSON file to the ***scores*** folder, then send us an email at [email protected], including your model's information. \n We will review your submission and update the leaderboard accordingly. \n
125
  Please also share any feedback or suggestions you have for improving the leaderboard experience. We appreciate your contributions to the MMEB community!
126
  """
127