Spaces:
Running
Running
Update utils.py
Browse files
utils.py
CHANGED
@@ -68,7 +68,7 @@ CITATION_BUTTON_TEXT = r"""@article{jiang2024vlm2vec,
|
|
68 |
SUBMIT_INTRODUCTION = """# Submit on MMEB Leaderboard Introduction
|
69 |
|
70 |
## Please refer to the [**GitHub page**](https://github.com/TIGER-AI-Lab/VLM2Vec) for detailed instructions about evaluating your model. \n
|
71 |
-
|
72 |
## ⚠️ Please note that you need to submit the JSON file with the following format:
|
73 |
```json
|
74 |
{
|
|
|
68 |
SUBMIT_INTRODUCTION = """# Submit on MMEB Leaderboard Introduction
|
69 |
|
70 |
## Please refer to the [**GitHub page**](https://github.com/TIGER-AI-Lab/VLM2Vec) for detailed instructions about evaluating your model. \n
|
71 |
+
## After running the pipelines, please use the script we provided \(e.g., [report_score_v2.py](https://github.com/TIGER-AI-Lab/VLM2Vec/blob/main/experiments/report_score_v2.py)\) to generate the unified score sheet which is like the following format.
|
72 |
## ⚠️ Please note that you need to submit the JSON file with the following format:
|
73 |
```json
|
74 |
{
|