Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update meta_data.py
Browse files- meta_data.py +6 -5
meta_data.py
CHANGED
@@ -2,11 +2,12 @@
|
|
2 |
URL = "http://opencompass.openxlab.space/assets/OpenVLM.json"
|
3 |
VLMEVALKIT_README = 'https://raw.githubusercontent.com/open-compass/VLMEvalKit/main/README.md'
|
4 |
# CONSTANTS-CITATION
|
5 |
-
CITATION_BUTTON_TEXT = r"""@
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
10 |
}"""
|
11 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
12 |
# CONSTANTS-TEXT
|
|
|
2 |
URL = "http://opencompass.openxlab.space/assets/OpenVLM.json"
|
3 |
VLMEVALKIT_README = 'https://raw.githubusercontent.com/open-compass/VLMEvalKit/main/README.md'
|
4 |
# CONSTANTS-CITATION
|
5 |
+
CITATION_BUTTON_TEXT = r"""@inproceedings{duan2024vlmevalkit,
|
6 |
+
title={Vlmevalkit: An open-source toolkit for evaluating large multi-modality models},
|
7 |
+
author={Duan, Haodong and Yang, Junming and Qiao, Yuxuan and Fang, Xinyu and Chen, Lin and Liu, Yuan and Dong, Xiaoyi and Zang, Yuhang and Zhang, Pan and Wang, Jiaqi and others},
|
8 |
+
booktitle={Proceedings of the 32nd ACM International Conference on Multimedia},
|
9 |
+
pages={11198--11201},
|
10 |
+
year={2024}
|
11 |
}"""
|
12 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
13 |
# CONSTANTS-TEXT
|