kcz358 commited on
Commit
a26b3fe
β€’
1 Parent(s): d975f20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -40,8 +40,30 @@ configs:
40
  - split: test
41
  path: data/test-*
42
  ---
43
- # Dataset Card for "NoCaps"
44
 
45
- Converted from [HuggingfaceM4/NoCaps](https://huggingface.co/datasets/HuggingFaceM4/NoCaps)
46
 
47
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  - split: test
41
  path: data/test-*
42
  ---
 
43
 
 
44
 
45
+ <p align="center" width="100%">
46
+ <img src="https://i.postimg.cc/g0QRgMVv/WX20240228-113337-2x.png" width="100%" height="80%">
47
+ </p>
48
+
49
+ # Large-scale Multi-modality Models Evaluation Suite
50
+
51
+ > Accelerating the development of large-scale multi-modality models (LMMs) with `lmms-eval`
52
+
53
+ 🏠 [Homepage](https://lmms-lab.github.io/) | πŸ“š [Documentation](docs/README.md) | πŸ€— [Huggingface Datasets](https://huggingface.co/lmms-lab)
54
+
55
+ # This Dataset
56
+
57
+ This is a formatted version of [NoCaps](https://nocaps.org/). It is used in our `lmms-eval` pipeline to allow for one-click evaluations of large multi-modality models.
58
+
59
+ ```
60
+ @inproceedings{Agrawal_2019,
61
+ title={nocaps: novel object captioning at scale},
62
+ url={http://dx.doi.org/10.1109/ICCV.2019.00904},
63
+ DOI={10.1109/iccv.2019.00904},
64
+ booktitle={2019 IEEE/CVF International Conference on Computer Vision (ICCV)},
65
+ publisher={IEEE},
66
+ author={Agrawal, Harsh and Desai, Karan and Wang, Yufei and Chen, Xinlei and Jain, Rishabh and Johnson, Mark and Batra, Dhruv and Parikh, Devi and Lee, Stefan and Anderson, Peter},
67
+ year={2019},
68
+ month=oct }
69
+ ```