Update README.md
Browse files
README.md
CHANGED
@@ -34,3 +34,40 @@ configs:
|
|
34 |
- split: test
|
35 |
path: data/test-*
|
36 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
- split: test
|
35 |
path: data/test-*
|
36 |
---
|
37 |
+
|
38 |
+
|
39 |
+
|
40 |
+
<p align="center" width="100%">
|
41 |
+
<img src="https://i.postimg.cc/g0QRgMVv/WX20240228-113337-2x.png" width="100%" height="80%">
|
42 |
+
</p>
|
43 |
+
|
44 |
+
# Large-scale Multi-modality Models Evaluation Suite
|
45 |
+
|
46 |
+
> Accelerating the development of large-scale multi-modality models (LMMs) with `lmms-eval`
|
47 |
+
|
48 |
+
๐ [Homepage](https://lmms-lab.github.io/) | ๐ [Documentation](docs/README.md) | ๐ค [Huggingface Datasets](https://huggingface.co/lmms-lab)
|
49 |
+
|
50 |
+
# This Dataset
|
51 |
+
|
52 |
+
This is a formatted version of [RefCOCOg](https://github.com/lichengunc/refer). It is used in our `lmms-eval` pipeline to allow for one-click evaluations of large multi-modality models.
|
53 |
+
|
54 |
+
```
|
55 |
+
@inproceedings{kazemzadeh-etal-2014-referitgame,
|
56 |
+
title = "{R}efer{I}t{G}ame: Referring to Objects in Photographs of Natural Scenes",
|
57 |
+
author = "Kazemzadeh, Sahar and
|
58 |
+
Ordonez, Vicente and
|
59 |
+
Matten, Mark and
|
60 |
+
Berg, Tamara",
|
61 |
+
editor = "Moschitti, Alessandro and
|
62 |
+
Pang, Bo and
|
63 |
+
Daelemans, Walter",
|
64 |
+
booktitle = "Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing ({EMNLP})",
|
65 |
+
month = oct,
|
66 |
+
year = "2014",
|
67 |
+
address = "Doha, Qatar",
|
68 |
+
publisher = "Association for Computational Linguistics",
|
69 |
+
url = "https://aclanthology.org/D14-1086",
|
70 |
+
doi = "10.3115/v1/D14-1086",
|
71 |
+
pages = "787--798",
|
72 |
+
}
|
73 |
+
```
|