Update README.md
Browse files
README.md
CHANGED
@@ -16,9 +16,9 @@ tags:
|
|
16 |
|
17 |
# InternVL2-Llama3-76B
|
18 |
|
19 |
-
[\[π GitHub\]](https://github.com/OpenGVLab/InternVL) [\[
|
20 |
|
21 |
-
[\[π¨οΈ Chat Demo\]](https://internvl.opengvlab.com/) [\[π€ HF Demo\]](https://huggingface.co/spaces/OpenGVLab/InternVL) [\[π Quick Start\]](#quick-start) [\[π
|
22 |
|
23 |
<div align="center">
|
24 |
<img width="500" alt="image" src="https://cdn-uploads.huggingface.co/production/uploads/64006c09330a45b03605bba3/zJsd2hqd3EevgXo6fNgC-.png">
|
@@ -620,6 +620,12 @@ This project is released under the MIT License. This project uses the pre-traine
|
|
620 |
If you find this project useful in your research, please consider citing:
|
621 |
|
622 |
```BibTeX
|
|
|
|
|
|
|
|
|
|
|
|
|
623 |
@article{gao2024mini,
|
624 |
title={Mini-internvl: A flexible-transfer pocket multimodal model with 5\% parameters and 90\% performance},
|
625 |
author={Gao, Zhangwei and Chen, Zhe and Cui, Erfei and Ren, Yiming and Wang, Weiyun and Zhu, Jinguo and Tian, Hao and Ye, Shenglong and He, Junjun and Zhu, Xizhou and others},
|
@@ -632,10 +638,11 @@ If you find this project useful in your research, please consider citing:
|
|
632 |
journal={arXiv preprint arXiv:2404.16821},
|
633 |
year={2024}
|
634 |
}
|
635 |
-
@
|
636 |
-
title={
|
637 |
-
author={Chen, Zhe and Wu, Jiannan and Wang, Wenhai and Su, Weijie and Chen, Guo and Xing, Sen and Zhong, Muyan and Zhang, Qinglong and Zhu, Xizhou and Lu, Lewei and
|
638 |
-
|
639 |
-
|
|
|
640 |
}
|
641 |
```
|
|
|
16 |
|
17 |
# InternVL2-Llama3-76B
|
18 |
|
19 |
+
[\[π GitHub\]](https://github.com/OpenGVLab/InternVL) [\[π InternVL 1.0\]](https://huggingface.co/papers/2312.14238) [\[π InternVL 1.5\]](https://huggingface.co/papers/2404.16821) [\[π Mini-InternVL\]](https://arxiv.org/abs/2410.16261) [\[π InternVL 2.5\]](https://huggingface.co/papers/2412.05271)
|
20 |
|
21 |
+
[\[π Blog\]](https://internvl.github.io/blog/) [\[π¨οΈ Chat Demo\]](https://internvl.opengvlab.com/) [\[π€ HF Demo\]](https://huggingface.co/spaces/OpenGVLab/InternVL) [\[π Quick Start\]](#quick-start) [\[π Documents\]](https://internvl.readthedocs.io/en/latest/)
|
22 |
|
23 |
<div align="center">
|
24 |
<img width="500" alt="image" src="https://cdn-uploads.huggingface.co/production/uploads/64006c09330a45b03605bba3/zJsd2hqd3EevgXo6fNgC-.png">
|
|
|
620 |
If you find this project useful in your research, please consider citing:
|
621 |
|
622 |
```BibTeX
|
623 |
+
@article{chen2024expanding,
|
624 |
+
title={Expanding Performance Boundaries of Open-Source Multimodal Models with Model, Data, and Test-Time Scaling},
|
625 |
+
author={Chen, Zhe and Wang, Weiyun and Cao, Yue and Liu, Yangzhou and Gao, Zhangwei and Cui, Erfei and Zhu, Jinguo and Ye, Shenglong and Tian, Hao and Liu, Zhaoyang and others},
|
626 |
+
journal={arXiv preprint arXiv:2412.05271},
|
627 |
+
year={2024}
|
628 |
+
}
|
629 |
@article{gao2024mini,
|
630 |
title={Mini-internvl: A flexible-transfer pocket multimodal model with 5\% parameters and 90\% performance},
|
631 |
author={Gao, Zhangwei and Chen, Zhe and Cui, Erfei and Ren, Yiming and Wang, Weiyun and Zhu, Jinguo and Tian, Hao and Ye, Shenglong and He, Junjun and Zhu, Xizhou and others},
|
|
|
638 |
journal={arXiv preprint arXiv:2404.16821},
|
639 |
year={2024}
|
640 |
}
|
641 |
+
@inproceedings{chen2024internvl,
|
642 |
+
title={Internvl: Scaling up vision foundation models and aligning for generic visual-linguistic tasks},
|
643 |
+
author={Chen, Zhe and Wu, Jiannan and Wang, Wenhai and Su, Weijie and Chen, Guo and Xing, Sen and Zhong, Muyan and Zhang, Qinglong and Zhu, Xizhou and Lu, Lewei and others},
|
644 |
+
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
|
645 |
+
pages={24185--24198},
|
646 |
+
year={2024}
|
647 |
}
|
648 |
```
|