Update README.md
Browse files
README.md
CHANGED
@@ -128,4 +128,17 @@ model = VipLlavaForConditionalGeneration.from_pretrained(
|
|
128 |
|
129 |
## License
|
130 |
Llama 2 is licensed under the LLAMA 2 Community License,
|
131 |
-
Copyright (c) Meta Platforms, Inc. All Rights Reserved.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
|
129 |
## License
|
130 |
Llama 2 is licensed under the LLAMA 2 Community License,
|
131 |
+
Copyright (c) Meta Platforms, Inc. All Rights Reserved.
|
132 |
+
|
133 |
+
## Citation
|
134 |
+
To cite this work please use
|
135 |
+
```bibtex
|
136 |
+
@misc{cai2023making,
|
137 |
+
title={Making Large Multimodal Models Understand Arbitrary Visual Prompts},
|
138 |
+
author={Mu Cai and Haotian Liu and Siva Karthik Mustikovela and Gregory P. Meyer and Yuning Chai and Dennis Park and Yong Jae Lee},
|
139 |
+
year={2023},
|
140 |
+
eprint={2312.00784},
|
141 |
+
archivePrefix={arXiv},
|
142 |
+
primaryClass={cs.CV}
|
143 |
+
}
|
144 |
+
```
|