Update README.md
Browse files
README.md
CHANGED
@@ -53,3 +53,28 @@ configs:
|
|
53 |
- split: test
|
54 |
path: data/test-*
|
55 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
- split: test
|
54 |
path: data/test-*
|
55 |
---
|
56 |
+
|
57 |
+
|
58 |
+
|
59 |
+
<p align="center" width="100%">
|
60 |
+
<img src="https://i.postimg.cc/g0QRgMVv/WX20240228-113337-2x.png" width="100%" height="80%">
|
61 |
+
</p>
|
62 |
+
|
63 |
+
# Large-scale Multi-modality Models Evaluation Suite
|
64 |
+
|
65 |
+
> Accelerating the development of large-scale multi-modality models (LMMs) with `lmms-eval`
|
66 |
+
|
67 |
+
🏠 [Homepage](https://lmms-lab.github.io/) | 📚 [Documentation](docs/README.md) | 🤗 [Huggingface Datasets](https://huggingface.co/lmms-lab)
|
68 |
+
|
69 |
+
# This Dataset
|
70 |
+
|
71 |
+
This is a formatted version of [TextCaps](https://textvqa.org/textcaps/). It is used in our `lmms-eval` pipeline to allow for one-click evaluations of large multi-modality models.
|
72 |
+
|
73 |
+
```
|
74 |
+
@inproceedings{sidorov2019textcaps,
|
75 |
+
title={TextCaps: a Dataset for Image Captioningwith Reading Comprehension},
|
76 |
+
author={Sidorov, Oleksii and Hu, Ronghang and Rohrbach, Marcus and Singh, Amanpreet},
|
77 |
+
journal={European Conference on Computer Vision},
|
78 |
+
year={2020}
|
79 |
+
}
|
80 |
+
```
|