Spaces:
Running
Running
MINGYISU
commited on
Commit
·
1ab47c2
1
Parent(s):
4d26073
update citation
Browse files
utils.py
CHANGED
@@ -69,7 +69,12 @@ to the VQA task, each query has 1,000 candidates, with 1 ground truth and 999 di
|
|
69 |
"""
|
70 |
|
71 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
72 |
-
CITATION_BUTTON_TEXT = """
|
|
|
|
|
|
|
|
|
|
|
73 |
|
74 |
SUBMIT_INTRODUCTION = """# Submit on MMEB Leaderboard Introduction
|
75 |
|
|
|
69 |
"""
|
70 |
|
71 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
72 |
+
CITATION_BUTTON_TEXT = r"""@article{jiang2024vlm2vec,
|
73 |
+
title={VLM2Vec: Training Vision-Language Models for Massive Multimodal Embedding Tasks},
|
74 |
+
author={Jiang, Ziyan and Meng, Rui and Yang, Xinyi and Yavuz, Semih and Zhou, Yingbo and Chen, Wenhu},
|
75 |
+
journal={arXiv preprint arXiv:2410.05160},
|
76 |
+
year={2024}
|
77 |
+
}"""
|
78 |
|
79 |
SUBMIT_INTRODUCTION = """# Submit on MMEB Leaderboard Introduction
|
80 |
|