Update README.md
Browse files
README.md
CHANGED
|
@@ -98,3 +98,15 @@ print(processor.tokenizer.batch_decode(output_ids, skip_special_tokens=True))
|
|
| 98 |
## License / Terms of Use
|
| 99 |
The model is released under the [NVIDIA OneWay Noncommercial License](asset/NVIDIA_OneWay_Noncommercial_License.docx).
|
| 100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 98 |
## License / Terms of Use
|
| 99 |
The model is released under the [NVIDIA OneWay Noncommercial License](asset/NVIDIA_OneWay_Noncommercial_License.docx).
|
| 100 |
|
| 101 |
+
## Citation
|
| 102 |
+
Please consider to cite our paper and this framework, if they are helpful in your research.
|
| 103 |
+
|
| 104 |
+
```bibtex
|
| 105 |
+
@article{omnivinci2025,
|
| 106 |
+
title={OmniVinci: Enhancing Architecture and Data for Omni-Modal Understanding LLM},
|
| 107 |
+
author={Hanrong Ye, Chao-Han Huck Yang, Arushi Goel, Wei Huang, Ligeng Zhu, Yuanhang Su, Sean Lin, An-Chieh Cheng, Zhen Wan, Jinchuan Tian, Yuming Lou, Dong Yang, Zhijian Liu, Yukang Chen, Ambrish Dantrey, Ehsan Jahangiri, Sreyan Ghosh, Daguang Xu, Ehsan Hosseini-Asl, Danial Mohseni Taheri, Vidya Murali, Sifei Liu, Jason Lu, Oluwatobi Olabiyi, Frank Wang, Rafael Valle, Bryan Catanzaro, Andrew Tao, Song Han, Jan Kautz, Hongxu Yin, Pavlo Molchanov},
|
| 108 |
+
journal={arXiv},
|
| 109 |
+
year={2025},
|
| 110 |
+
}
|
| 111 |
+
```
|
| 112 |
+
|