Update README.md
Browse files
README.md
CHANGED
@@ -103,6 +103,27 @@ https://github.com/DAMO-NLP-SG/VideoLLaMA2
|
|
103 |
**Where to send questions or comments about the model:**
|
104 |
https://github.com/DAMO-NLP-SG/VideoLLaMA2/issues
|
105 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
## Intended use
|
107 |
**Primary intended uses:**
|
108 |
The primary use of MSVC is research on Video-LLMs.
|
|
|
103 |
**Where to send questions or comments about the model:**
|
104 |
https://github.com/DAMO-NLP-SG/VideoLLaMA2/issues
|
105 |
|
106 |
+
## Citation
|
107 |
+
|
108 |
+
If you find VideoLLaMA useful for your research and applications, please cite using this BibTeX:
|
109 |
+
```bibtex
|
110 |
+
@article{damonlpsg2024videollama2,
|
111 |
+
title={VideoLLaMA 2: Advancing Spatial-Temporal Modeling and Audio Understanding in Video-LLMs},
|
112 |
+
author={Cheng, Zesen and Leng, Sicong and Zhang, Hang and Xin, Yifei and Li, Xin and Chen, Guanzheng and Zhu, Yongxin and Zhang, Wenqi and Luo, Ziyang and Zhao, Deli and Bing, Lidong},
|
113 |
+
journal={arXiv preprint arXiv:2406.07476},
|
114 |
+
year={2024},
|
115 |
+
url = {https://arxiv.org/abs/2406.07476}
|
116 |
+
}
|
117 |
+
|
118 |
+
@article{damonlpsg2023videollama,
|
119 |
+
title = {Video-LLaMA: An Instruction-tuned Audio-Visual Language Model for Video Understanding},
|
120 |
+
author = {Zhang, Hang and Li, Xin and Bing, Lidong},
|
121 |
+
journal = {arXiv preprint arXiv:2306.02858},
|
122 |
+
year = {2023},
|
123 |
+
url = {https://arxiv.org/abs/2306.02858}
|
124 |
+
}
|
125 |
+
```
|
126 |
+
|
127 |
## Intended use
|
128 |
**Primary intended uses:**
|
129 |
The primary use of MSVC is research on Video-LLMs.
|