Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
luodian commited on
Commit
94ab4c3
·
verified ·
1 Parent(s): 9adb195

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -21,4 +21,27 @@ dataset_info:
21
  ---
22
  # Dataset Card for "VizWiz-Caps"
23
 
24
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```