opengvlab-admin
commited on
Commit
β’
21541b0
1
Parent(s):
1a1a6cb
Update README.md
Browse files
README.md
CHANGED
@@ -12,10 +12,14 @@ pipeline_tag: image-feature-extraction
|
|
12 |
|
13 |
# InternViT-6B-224px
|
14 |
|
15 |
-
[\[π GitHub\]](https://github.com/OpenGVLab/InternVL) [\[π Blog\]](https://internvl.github.io/blog/) [\[π InternVL 1.0
|
16 |
|
17 |
[\[π¨οΈ 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/)
|
18 |
|
|
|
|
|
|
|
|
|
19 |
## Model Details
|
20 |
- **Model Type:** vision foundation model, feature backbone
|
21 |
- **Model Stats:**
|
@@ -60,6 +64,12 @@ outputs = model(pixel_values)
|
|
60 |
If you find this project useful in your research, please consider citing:
|
61 |
|
62 |
```BibTeX
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
@article{chen2023internvl,
|
64 |
title={InternVL: Scaling up Vision Foundation Models and Aligning for Generic Visual-Linguistic Tasks},
|
65 |
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},
|
|
|
12 |
|
13 |
# InternViT-6B-224px
|
14 |
|
15 |
+
[\[π 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)
|
16 |
|
17 |
[\[π¨οΈ 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/)
|
18 |
|
19 |
+
<div align="center">
|
20 |
+
<img width="500" alt="image" src="https://cdn-uploads.huggingface.co/production/uploads/64006c09330a45b03605bba3/zJsd2hqd3EevgXo6fNgC-.png">
|
21 |
+
</div>
|
22 |
+
|
23 |
## Model Details
|
24 |
- **Model Type:** vision foundation model, feature backbone
|
25 |
- **Model Stats:**
|
|
|
64 |
If you find this project useful in your research, please consider citing:
|
65 |
|
66 |
```BibTeX
|
67 |
+
@article{gao2024mini,
|
68 |
+
title={Mini-internvl: A flexible-transfer pocket multimodal model with 5\% parameters and 90\% performance},
|
69 |
+
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},
|
70 |
+
journal={arXiv preprint arXiv:2410.16261},
|
71 |
+
year={2024}
|
72 |
+
}
|
73 |
@article{chen2023internvl,
|
74 |
title={InternVL: Scaling up Vision Foundation Models and Aligning for Generic Visual-Linguistic Tasks},
|
75 |
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},
|