Update README.md
Browse files- .gitattributes +1 -0
- LICENSE +1 -1
- README.md +14 -7
- examples/image1.jpg +0 -0
- examples/image2.jpg +0 -0
- examples/red-panda.mp4 +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
examples/red-panda.mp4 filter=lfs diff=lfs merge=lfs -text
|
LICENSE
CHANGED
@@ -48,4 +48,4 @@ If you are commercially using the Materials, and your product or service has mor
|
|
48 |
|
49 |
9. Governing Law and Jurisdiction.
|
50 |
a. This Agreement and any dispute arising out of or relating to it will be governed by the laws of China, without regard to conflict of law principles, and the UN Convention on Contracts for the International Sale of Goods does not apply to this Agreement.
|
51 |
-
b. The People's Courts in Hangzhou City shall have exclusive jurisdiction over any dispute arising out of this Agreement.
|
|
|
48 |
|
49 |
9. Governing Law and Jurisdiction.
|
50 |
a. This Agreement and any dispute arising out of or relating to it will be governed by the laws of China, without regard to conflict of law principles, and the UN Convention on Contracts for the International Sale of Goods does not apply to this Agreement.
|
51 |
+
b. The People's Courts in Hangzhou City shall have exclusive jurisdiction over any dispute arising out of this Agreement.
|
README.md
CHANGED
@@ -17,9 +17,9 @@ tags:
|
|
17 |
|
18 |
# InternVL2_5-78B
|
19 |
|
20 |
-
[\[π GitHub\]](https://github.com/OpenGVLab/InternVL) [\[
|
21 |
|
22 |
-
[\[π¨οΈ 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/)
|
23 |
|
24 |
<div align="center">
|
25 |
<img width="500" alt="image" src="https://cdn-uploads.huggingface.co/production/uploads/64006c09330a45b03605bba3/zJsd2hqd3EevgXo6fNgC-.png">
|
@@ -681,6 +681,12 @@ This project is released under the MIT License. This project uses the pre-traine
|
|
681 |
If you find this project useful in your research, please consider citing:
|
682 |
|
683 |
```BibTeX
|
|
|
|
|
|
|
|
|
|
|
|
|
684 |
@article{gao2024mini,
|
685 |
title={Mini-internvl: A flexible-transfer pocket multimodal model with 5\% parameters and 90\% performance},
|
686 |
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},
|
@@ -693,10 +699,11 @@ If you find this project useful in your research, please consider citing:
|
|
693 |
journal={arXiv preprint arXiv:2404.16821},
|
694 |
year={2024}
|
695 |
}
|
696 |
-
@
|
697 |
-
title={
|
698 |
-
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
|
699 |
-
|
700 |
-
|
|
|
701 |
}
|
702 |
```
|
|
|
17 |
|
18 |
# InternVL2_5-78B
|
19 |
|
20 |
+
[\[π 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)
|
21 |
|
22 |
+
[\[π 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/)
|
23 |
|
24 |
<div align="center">
|
25 |
<img width="500" alt="image" src="https://cdn-uploads.huggingface.co/production/uploads/64006c09330a45b03605bba3/zJsd2hqd3EevgXo6fNgC-.png">
|
|
|
681 |
If you find this project useful in your research, please consider citing:
|
682 |
|
683 |
```BibTeX
|
684 |
+
@article{chen2024expanding,
|
685 |
+
title={Expanding Performance Boundaries of Open-Source Multimodal Models with Model, Data, and Test-Time Scaling},
|
686 |
+
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},
|
687 |
+
journal={arXiv preprint arXiv:2412.05271},
|
688 |
+
year={2024}
|
689 |
+
}
|
690 |
@article{gao2024mini,
|
691 |
title={Mini-internvl: A flexible-transfer pocket multimodal model with 5\% parameters and 90\% performance},
|
692 |
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},
|
|
|
699 |
journal={arXiv preprint arXiv:2404.16821},
|
700 |
year={2024}
|
701 |
}
|
702 |
+
@inproceedings{chen2024internvl,
|
703 |
+
title={Internvl: Scaling up vision foundation models and aligning for generic visual-linguistic tasks},
|
704 |
+
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},
|
705 |
+
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
|
706 |
+
pages={24185--24198},
|
707 |
+
year={2024}
|
708 |
}
|
709 |
```
|
examples/image1.jpg
ADDED
examples/image2.jpg
ADDED
examples/red-panda.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d921c07bb97224d65a37801541d246067f0d506f08723ffa1ad85c217907ccb8
|
3 |
+
size 1867237
|