Update README.md
Browse files
README.md
CHANGED
@@ -25,3 +25,27 @@ configs:
|
|
25 |
- split: test
|
26 |
path: data/test-*
|
27 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
- split: test
|
26 |
path: data/test-*
|
27 |
---
|
28 |
+
<p align="center" width="100%">
|
29 |
+
<img src="https://i.postimg.cc/g0QRgMVv/WX20240228-113337-2x.png" width="100%" height="80%">
|
30 |
+
</p>
|
31 |
+
|
32 |
+
# Large-scale Multi-modality Models Evaluation Suite
|
33 |
+
|
34 |
+
> Accelerating the development of large-scale multi-modality models (LMMs) with `lmms-eval`
|
35 |
+
|
36 |
+
๐ [Homepage](https://lmms-lab.github.io/) | ๐ [Documentation](docs/README.md) | ๐ค [Huggingface Datasets](https://huggingface.co/lmms-lab)
|
37 |
+
|
38 |
+
# This Dataset
|
39 |
+
|
40 |
+
This is a formatted version of [MM-Vet](https://github.com/yuweihao/MM-Vet). It is used in our `lmms-eval` pipeline to allow for one-click evaluations of large multi-modality models.
|
41 |
+
|
42 |
+
```
|
43 |
+
@misc{yu2023mmvet,
|
44 |
+
title={MM-Vet: Evaluating Large Multimodal Models for Integrated Capabilities},
|
45 |
+
author={Weihao Yu and Zhengyuan Yang and Linjie Li and Jianfeng Wang and Kevin Lin and Zicheng Liu and Xinchao Wang and Lijuan Wang},
|
46 |
+
year={2023},
|
47 |
+
eprint={2308.02490},
|
48 |
+
archivePrefix={arXiv},
|
49 |
+
primaryClass={cs.AI}
|
50 |
+
}
|
51 |
+
```
|