czczup commited on
Commit
3e72b50
β€’
1 Parent(s): 67fc787

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -7
README.md CHANGED
@@ -14,9 +14,9 @@ tags:
14
 
15
  # InternVL2-26B-AWQ
16
 
17
- [\[πŸ“‚ GitHub\]](https://github.com/OpenGVLab/InternVL) [\[πŸ†• Blog\]](https://internvl.github.io/blog/) [\[πŸ“œ InternVL 1.0\]](https://arxiv.org/abs/2312.14238) [\[πŸ“œ InternVL 1.5\]](https://arxiv.org/abs/2404.16821) [\[πŸ“œ Mini-InternVL\]](https://arxiv.org/abs/2410.16261)
18
 
19
- [\[πŸ—¨οΈ Chat Demo\]](https://internvl.opengvlab.com/) [\[πŸ€— HF Demo\]](https://huggingface.co/spaces/OpenGVLab/InternVL) [\[πŸš€ Quick Start\]](#quick-start) [\[πŸ“– 中文解读\]](https://zhuanlan.zhihu.com/p/706547971) [\[πŸ“– Documents\]](https://internvl.readthedocs.io/en/latest/)
20
 
21
  ## Introduction
22
 
@@ -120,6 +120,12 @@ This project is released under the MIT License. This project uses the pre-traine
120
  If you find this project useful in your research, please consider citing:
121
 
122
  ```BibTeX
 
 
 
 
 
 
123
  @article{gao2024mini,
124
  title={Mini-internvl: A flexible-transfer pocket multimodal model with 5\% parameters and 90\% performance},
125
  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},
@@ -132,10 +138,11 @@ If you find this project useful in your research, please consider citing:
132
  journal={arXiv preprint arXiv:2404.16821},
133
  year={2024}
134
  }
135
- @article{chen2023internvl,
136
- title={InternVL: Scaling up Vision Foundation Models and Aligning for Generic Visual-Linguistic Tasks},
137
- 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 Li, Bin and Luo, Ping and Lu, Tong and Qiao, Yu and Dai, Jifeng},
138
- journal={arXiv preprint arXiv:2312.14238},
139
- year={2023}
 
140
  }
141
  ```
 
14
 
15
  # InternVL2-26B-AWQ
16
 
17
+ [\[πŸ“‚ 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)
18
 
19
+ [\[πŸ†• 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/)
20
 
21
  ## Introduction
22
 
 
120
  If you find this project useful in your research, please consider citing:
121
 
122
  ```BibTeX
123
+ @article{chen2024expanding,
124
+ title={Expanding Performance Boundaries of Open-Source Multimodal Models with Model, Data, and Test-Time Scaling},
125
+ 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},
126
+ journal={arXiv preprint arXiv:2412.05271},
127
+ year={2024}
128
+ }
129
  @article{gao2024mini,
130
  title={Mini-internvl: A flexible-transfer pocket multimodal model with 5\% parameters and 90\% performance},
131
  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},
 
138
  journal={arXiv preprint arXiv:2404.16821},
139
  year={2024}
140
  }
141
+ @inproceedings{chen2024internvl,
142
+ title={Internvl: Scaling up vision foundation models and aligning for generic visual-linguistic tasks},
143
+ 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},
144
+ booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
145
+ pages={24185--24198},
146
+ year={2024}
147
  }
148
  ```