Update README.md
Browse files
README.md
CHANGED
|
@@ -15,9 +15,9 @@ tags:
|
|
| 15 |
|
| 16 |
# InternVL2_5-1B
|
| 17 |
|
| 18 |
-
[\[📂 GitHub\]](https://github.com/OpenGVLab/InternVL) [\[
|
| 19 |
|
| 20 |
-
[\[🗨️ 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/)
|
| 21 |
|
| 22 |
<div align="center">
|
| 23 |
<img width="500" alt="image" src="https://cdn-uploads.huggingface.co/production/uploads/64006c09330a45b03605bba3/zJsd2hqd3EevgXo6fNgC-.png">
|
|
@@ -648,6 +648,12 @@ This project is released under the MIT License. This project uses the pre-traine
|
|
| 648 |
If you find this project useful in your research, please consider citing:
|
| 649 |
|
| 650 |
```BibTeX
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 651 |
@article{gao2024mini,
|
| 652 |
title={Mini-internvl: A flexible-transfer pocket multimodal model with 5\% parameters and 90\% performance},
|
| 653 |
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},
|
|
@@ -660,10 +666,11 @@ If you find this project useful in your research, please consider citing:
|
|
| 660 |
journal={arXiv preprint arXiv:2404.16821},
|
| 661 |
year={2024}
|
| 662 |
}
|
| 663 |
-
@
|
| 664 |
-
title={
|
| 665 |
-
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
|
| 666 |
-
|
| 667 |
-
|
|
|
|
| 668 |
}
|
| 669 |
```
|
|
|
|
| 15 |
|
| 16 |
# InternVL2_5-1B
|
| 17 |
|
| 18 |
+
[\[📂 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)
|
| 19 |
|
| 20 |
+
[\[🆕 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/)
|
| 21 |
|
| 22 |
<div align="center">
|
| 23 |
<img width="500" alt="image" src="https://cdn-uploads.huggingface.co/production/uploads/64006c09330a45b03605bba3/zJsd2hqd3EevgXo6fNgC-.png">
|
|
|
|
| 648 |
If you find this project useful in your research, please consider citing:
|
| 649 |
|
| 650 |
```BibTeX
|
| 651 |
+
@article{chen2024expanding,
|
| 652 |
+
title={Expanding Performance Boundaries of Open-Source Multimodal Models with Model, Data, and Test-Time Scaling},
|
| 653 |
+
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},
|
| 654 |
+
journal={arXiv preprint arXiv:2412.05271},
|
| 655 |
+
year={2024}
|
| 656 |
+
}
|
| 657 |
@article{gao2024mini,
|
| 658 |
title={Mini-internvl: A flexible-transfer pocket multimodal model with 5\% parameters and 90\% performance},
|
| 659 |
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},
|
|
|
|
| 666 |
journal={arXiv preprint arXiv:2404.16821},
|
| 667 |
year={2024}
|
| 668 |
}
|
| 669 |
+
@inproceedings{chen2024internvl,
|
| 670 |
+
title={Internvl: Scaling up vision foundation models and aligning for generic visual-linguistic tasks},
|
| 671 |
+
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},
|
| 672 |
+
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
|
| 673 |
+
pages={24185--24198},
|
| 674 |
+
year={2024}
|
| 675 |
}
|
| 676 |
```
|