luodian commited on
Commit
a101e11
1 Parent(s): ac1badd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -2
README.md CHANGED
@@ -64,9 +64,29 @@ configs:
64
  ---
65
  # Dataset Card for "nlvr2"
66
 
67
- ## Natural Language for Visual Reasoning
 
 
68
 
69
- https://github.com/lil-lab/nlvr/tree/master
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
 
71
 
72
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
64
  ---
65
  # Dataset Card for "nlvr2"
66
 
67
+ <p align="center" width="100%">
68
+ <img src="https://i.postimg.cc/g0QRgMVv/WX20240228-113337-2x.png" width="100%" height="80%">
69
+ </p>
70
 
71
+ # Large-scale Multi-modality Models Evaluation Suite
72
+
73
+ > Accelerating the development of large-scale multi-modality models (LMMs) with `lmms-eval`
74
+
75
+ 🏠 [Homepage](https://lmms-lab.github.io/) | 📚 [Documentation](docs/README.md) | 🤗 [Huggingface Datasets](https://huggingface.co/lmms-lab)
76
+
77
+ # This Dataset
78
+
79
+ This is a formatted version of [NLVR2](https://lil.nlp.cornell.edu/nlvr/). It is used in our `lmms-eval` pipeline to allow for one-click evaluations of large multi-modality models.
80
+
81
+ ```
82
+ @inproceedings{suhr2017corpus,
83
+ title={A corpus of natural language for visual reasoning},
84
+ author={Suhr, Alane and Lewis, Mike and Yeh, James and Artzi, Yoav},
85
+ booktitle={Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)},
86
+ pages={217--223},
87
+ year={2017}
88
+ }
89
+ ```
90
 
91
 
92
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)