Update README.md
Browse files
README.md
CHANGED
@@ -21,4 +21,27 @@ dataset_info:
|
|
21 |
---
|
22 |
# Dataset Card for "VizWiz-Caps"
|
23 |
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
# Dataset Card for "VizWiz-Caps"
|
23 |
|
24 |
+
<p align="center" width="100%">
|
25 |
+
<img src="https://i.postimg.cc/g0QRgMVv/WX20240228-113337-2x.png" width="100%" height="80%">
|
26 |
+
</p>
|
27 |
+
|
28 |
+
# Large-scale Multi-modality Models Evaluation Suite
|
29 |
+
|
30 |
+
> Accelerating the development of large-scale multi-modality models (LMMs) with `lmms-eval`
|
31 |
+
|
32 |
+
🏠 [Homepage](https://lmms-lab.github.io/) | 📚 [Documentation](docs/README.md) | 🤗 [Huggingface Datasets](https://huggingface.co/lmms-lab)
|
33 |
+
|
34 |
+
# This Dataset
|
35 |
+
|
36 |
+
This is a formatted version of [VizWiz-Caps](https://arxiv.org/abs/2002.08565v2). It is used in our `lmms-eval` pipeline to allow for one-click evaluations of large multi-modality models.
|
37 |
+
|
38 |
+
```
|
39 |
+
@inproceedings{gurari2020captioning,
|
40 |
+
title={Captioning images taken by people who are blind},
|
41 |
+
author={Gurari, Danna and Zhao, Yinan and Zhang, Meng and Bhattacharya, Nilavra},
|
42 |
+
booktitle={Computer Vision--ECCV 2020: 16th European Conference, Glasgow, UK, August 23--28, 2020, Proceedings, Part XVII 16},
|
43 |
+
pages={417--434},
|
44 |
+
year={2020},
|
45 |
+
organization={Springer}
|
46 |
+
}
|
47 |
+
```
|