KennyUTC commited on
Commit
77c1fdd
1 Parent(s): 40533e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -10,6 +10,25 @@ pinned: true
10
  license: apache-2.0
11
  tags:
12
  - leaderboard
 
13
  ---
14
 
15
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  license: apache-2.0
11
  tags:
12
  - leaderboard
13
+ short_description: 'VLMEvalKit Evaluation Results Collection '
14
  ---
15
 
16
+
17
+ In this leaderboard, we display all evaluation results obtained with VLMEvalKit. The space provides an overall leaderboard, consisting of a curated selection of benchmarks and the overall score; as well as the benchmark-level leaderboards that provides the overall and fine-grained scores for each single benchmark.
18
+
19
+ Github: https://github.com/open-compass/VLMEvalKit
20
+ Report: https://arxiv.org/abs/2407.11691
21
+
22
+ Please consider to cite the report if the resource is useful to your research:
23
+
24
+ ```BibTex
25
+ @misc{duan2024vlmevalkitopensourcetoolkitevaluating,
26
+ title={VLMEvalKit: An Open-Source Toolkit for Evaluating Large Multi-Modality Models},
27
+ author={Haodong Duan and Junming Yang and Yuxuan Qiao and Xinyu Fang and Lin Chen and Yuan Liu and Amit Agarwal and Zhe Chen and Mo Li and Yubo Ma and Hailong Sun and Xiangyu Zhao and Junbo Cui and Xiaoyi Dong and Yuhang Zang and Pan Zhang and Jiaqi Wang and Dahua Lin and Kai Chen},
28
+ year={2024},
29
+ eprint={2407.11691},
30
+ archivePrefix={arXiv},
31
+ primaryClass={cs.CV},
32
+ url={https://arxiv.org/abs/2407.11691},
33
+ }
34
+ ```