czczup commited on
Commit
732a743
β€’
1 Parent(s): cbb1f07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +171 -283
README.md CHANGED
@@ -10,269 +10,173 @@ language:
10
  - multilingual
11
  tags:
12
  - internvl
13
- - vision
14
- - ocr
15
- - multi-image
16
- - video
17
  - custom_code
18
  ---
19
 
20
  # InternVL2_5-4B
21
 
22
- [\[πŸ“‚ GitHub\]](https://github.com/OpenGVLab/InternVL) [\[πŸ†• Blog\]](https://internvl.github.io/blog/)
23
- [\[πŸ“œ InternVL 2.5 Report\]]()
24
- [\[πŸ“œ InternVL 1.0 Paper\]](https://arxiv.org/abs/2312.14238) [\[πŸ“œ InternVL 1.5 Report\]](https://arxiv.org/abs/2404.16821)
25
- [\[πŸ—¨οΈ 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/)
26
 
27
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64564b0e4a7ffb7d5a47f412/c1Vt2ZUFgeD3CjqlzTBTZ.png)
 
 
 
 
28
 
29
  ## Introduction
30
 
31
- We are excited to introduce InternVL 2.5, an advanced multimodal large language model (MLLM) series that builds upon InternVL 2.0, maintaining its core model architecture while introducing significant enhancements in training and testing strategies as well as data quality.
32
-
33
- Through extensive evaluations on a wide range of benchmarks, including multi-discipline reasoning, document understanding, multi-image / video understanding, real-world comprehension, multimodal hallucination detection, visual grounding, multilingual capabilities, and pure language processing, InternVL 2.5 exhibits competitive performance, rivaling leading commercial models such as GPT-4o and Claude-3.5-Sonnet. Notably, our model is the first open-source MLLMs to achieve over **70%** on the **MMMU benchmark**. We hope this model contributes to the open-source community by setting new standards for developing and applying multimodal AI systems. This repository contains the instruction-tuned **InternVL2_5-4B** model.
34
-
35
- We delve into the relationship between model scaling and performance, systematically exploring the performance trends in vision encoders, language models, dataset sizes, and test-time configurations. For more details, please refer to our [blog](), [tech report]() and [GitHub](https://github.com/OpenGVLab/InternVL).
36
-
37
- | Model Name | Vision Part | Language Part | HF Link |
38
- | :------------------: | :---------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------: | :--------------------------------------------------------------: |
39
- | InternVL2_5-1B | [InternViT-300M-448px-V2_5](https://huggingface.co/OpenGVLab/InternViT-300M-448px-V2_5) | [Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) | [πŸ€— link](https://huggingface.co/OpenGVLab/InternVL2_5-1B) |
40
- | InternVL2_5-2B | [InternViT-300M-448px-V2_5](https://huggingface.co/OpenGVLab/InternViT-300M-448px-V2_5) | [internlm2_5-1_8b-chat](https://huggingface.co/internlm/internlm2_5-1_8b-chat) | [πŸ€— link](https://huggingface.co/OpenGVLab/InternVL2_5-2B) |
41
- | InternVL2_5-4B | [InternViT-300M-448px-V2_5](https://huggingface.co/OpenGVLab/InternViT-300M-448px-V2_5) | [Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct) | [πŸ€— link](https://huggingface.co/OpenGVLab/InternVL2_5-4B) |
42
- | InternVL2_5-8B | [InternViT-300M-448px-V2_5](https://huggingface.co/OpenGVLab/InternViT-300M-448px-V2_5) | [internlm2_5-7b-chat](https://huggingface.co/internlm/internlm2_5-7b-chat) | [πŸ€— link](https://huggingface.co/OpenGVLab/InternVL2_5-8B) |
43
- | InternVL2_5-26B | [InternViT-6B-448px-V2_5](https://huggingface.co/OpenGVLab/InternViT-6B-448px-V2_5) | [internlm2_5-20b-chat](https://huggingface.co/internlm/internlm2_5-20b-chat) | [πŸ€— link](https://huggingface.co/OpenGVLab/InternVL2_5-26B) |
44
- | InternVL2_5-38B | [InternViT-6B-448px-V2_5](https://huggingface.co/OpenGVLab/InternViT-6B-448px-V2_5) | [Qwen2.5-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-32B-Instruct) | [πŸ€— link](https://huggingface.co/OpenGVLab/InternVL2_5-38B) |
45
- | InternVL2_5-78B | [InternViT-6B-448px-V2_5](https://huggingface.co/OpenGVLab/InternViT-6B-448px-V2_5) | [Qwen2.5-72B-Instruct](https://huggingface.co/Qwen/Qwen2.5-72B-Instruct) | [πŸ€— link](https://huggingface.co/OpenGVLab/InternVL2_5-78B) |
46
-
47
- ## Model Details
48
-
49
- InternVL 2.5 is a multimodal large language model series, featuring models of various sizes. For each size, we release instruction-tuned models optimized for multimodal tasks. InternVL2_5-4B consists of [InternViT-300M-448px-V2_5](https://huggingface.co/OpenGVLab/InternViT-300M-448px-V2_5), an MLP projector, and [Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct).
50
-
51
- ## Performance
52
-
53
- ### Image Benchmarks
54
-
55
- | Benchmark | Phi-3.5-Vision-4B | InternVL2-4B | InternVL2.5-4B |
56
- |---------------------|-------------------|--------------|----------------|
57
- | MMMU (val) | 43.0 | 47.9 | 52.3 |
58
- | MMMU (test) | - | 41.4 | 46.3 |
59
- | MMMU-PRO (overall) | 19.7 | 24.7 | 32.7 |
60
- | MathVista (mini) | 43.9 | 58.6 | 60.5 |
61
- | MathVision (mini) | 17.4 | 17.8 | 21.7 |
62
- | MathVision (full) | 15.5 | 16.5 | 20.9 |
63
- | MathVerse (mini) | 24.1 | 32.0 | 37.1 |
64
- | Olympiad Bench | - | 1.1 | 3.0 |
65
- | AI2D (w / wo M) | 77.8 / 87.6 | 78.9 / 87.8 | 81.4 / 90.5 |
66
- | ChartQA (test avg.) | 81.8 | 81.5 | 84.0 |
67
- | TextVQA (val) |72.0 | 74.4 | 76.8 |
68
- | DocVQA (test) |69.3 | 89.2 | 91.6 |
69
- | InfoVQA (test) | 36.6 | 67.0 | 72.1 |
70
- | OCR-Bench | 599 | 788 | 828 |
71
- | SEED-2 Plus | 62.2 | 63.9 | 66.9 |
72
- | CharXiv (RQ / DQ) | - | 24.5 / 48.0 | 24.9 / 61.7 |
73
- | VCR-EN-Easy (EM / Jaccard) |39.3 / 60.4 | 33.7 / 61.1 | 93.7 / 97.8 |
74
- | BLINK (val) |58.3 | 46.1 | 50.8 |
75
- | Mantis Eval | - | 61.3 | 62.7 |
76
- | MMIU | - | 43.3 | 43.8 |
77
- | Muir Bench | - | 40.5 | 45.2 |
78
- | MMT (val) | 53.6 | 55.7 | 62.4 |
79
- | MIRB (avg.) | - | 39.9 | 51.7 |
80
- | RealWorld QA | 53.6 | 60.7 | 64.3 |
81
- | MME-RW (EN) | - | 52.1 | 55.3 |
82
- | WildVision (win rate)|-- | 44.2 | 49.4 |
83
- | R-Bench | 55.5 | 64.5 | 66.1 |
84
- | MME (sum) | - | 2059.8 | 2337.5 |
85
- | MMB (EN / CN) | 76.0 / 66.1 | 78.6 / 73.9 | 81.1 / 79.3 |
86
- | MMBv1.1 (EN) | 72.1 | 75.8 | 79.3 |
87
- | MMVet (turbo) | 43.2 | 51.0 | 60.6 |
88
- | MMVetv2 (0613) | - | 46.6 | 55.4 |
89
- | MMStar | 47.5 | 54.3 | 58.3 |
90
- | HallBench (avg.) | 40.5 | 41.9 | 46.3 |
91
- | MMHal (score) | - | 2.75 | 3.31 |
92
- | CRPE (relation) | - | 71.1 | 75.5 |
93
- | POPE (avg.) | - | 87.2 | 90.9 |
94
-
95
- ### Video Benchmarks
96
-
97
- | Model Name | Video-MME (wo / w sub) | MVBench | MMBench-Video (val) | MLVU (M-Avg) | LongVideoBench (val total) | CG-Bench v1.1 (long / clue acc.) |
98
- |---------------------------------------------|-------------|------|-------|-------|------|-------------|
99
- | **InternVL2.5-1B** | 50.3 / 52.3 | 64.3 | 1.36 | 57.3 | 47.9 | - |
100
- | Qwen2-VL-2B | 55.6 / 60.4 | 63.2 | - | - | - | - |
101
- | **InternVL2.5-2B** | 51.9 / 54.1 | 68.8 | 1.44 | 61.4 | 52.0 | - |
102
- | **InternVL2.5-4B** | 62.3 / 63.6 | 71.6 | 1.73 | 68.3 | 55.2 | - |
103
- | VideoChat2-HD | 45.3 / 55.7 | 62.3 | 1.22 | 47.9 | - | - |
104
- | MiniCPM-V-2.6 | 60.9 / 63.6 | - | 1.70 | - | 54.9 | - |
105
- | LLaVA-OneVision-7B | 58.2 / - | 56.7 | - | - | - | - |
106
- | Qwen2-VL-7B | 63.3 / 69.0 | 67.0 | 1.44 | - | 55.6 | - |
107
- | **InternVL2.5-8B** | 64.2 / 66.9 | 72.0 | 1.68 | 68.9 | 60.0 | - |
108
- | **InternVL2.5-26B** | 66.9 / 69.2 | 75.2 | 1.86 | 72.3 | 59.9 | - |
109
- | Oryx-1.5-32B | 67.3 / 74.9 | 70.1 | 1.52 | 72.3 | - | - |
110
- | VILA-1.5-40B | 60.1 / 61.1 | - | 1.61 | 56.7 | - | - |
111
- | **InternVL2.5-38B** | 70.7 / 73.1 | 74.4 | 1.82 | 75.3 | 63.3 | - |
112
- | GPT-4V/4T | 59.9 / 63.3 | 43.7 | 1.53 | 49.2 | 59.1 | - |
113
- | GPT-4o-20240513 | 71.9 / 77.2 | - | 1.63 | 64.6 | 66.7 | - |
114
- | GPT-4o-20240806 | - | - | 1.87 | - | - | - |
115
- | Gemini-1.5-Pro | 75.0 / 81.3 | - | 1.30 | - | 64.0 | - |
116
- | VideoLLaMA2-72B | 61.4 / 63.1 | 62.0 | - | - | - | - |
117
- | LLaVA-OneVision-72B | 66.2 / 69.5 | 59.4 | - | 66.4 | 61.3 | - |
118
- | Qwen2-VL-72B | 71.2 / 77.8 | 73.6 | 1.70 | - | - | 41.3 / 56.2 |
119
- | InternVL2-Llama3-76B | 64.7 / 67.8 | 69.6 | 1.71 | 69.9 | 61.1 | - |
120
- | **InternVL2.5-78B** | 72.1 / 74.0 | 76.4 | 1.97 | 75.7 | 63.6 | 42.2 / 58.5 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
 
122
  ### Multimodal Multilingual Understanding
123
- <table border="1">
124
- <thead>
125
- <tr>
126
- <th rowspan="2">Model Name</th>
127
- <th colspan="6">MMMB</th>
128
- <th colspan="6">MultiMMB</th>
129
- <th>MTVQA</th>
130
- </tr>
131
- <tr>
132
- <th>en</th>
133
- <th>zh</th>
134
- <th>pt</th>
135
- <th>ar</th>
136
- <th>tr</th>
137
- <th>ru</th>
138
- <th>en</th>
139
- <th>zh</th>
140
- <th>pt</th>
141
- <th>ar</th>
142
- <th>tr</th>
143
- <th>ru</th>
144
- <th>(avg)</th>
145
- </tr>
146
- </thead>
147
- <tbody>
148
- <tr>
149
- <td>Qwen2-VL-2B</td>
150
- <td>78.3</td>
151
- <td>74.2</td>
152
- <td>72.6</td>
153
- <td>68.3</td>
154
- <td>61.8</td>
155
- <td>72.8</td>
156
- <td>72.1</td>
157
- <td>71.1</td>
158
- <td>69.9</td>
159
- <td>61.1</td>
160
- <td>54.4</td>
161
- <td>69.3</td>
162
- <td>20.0</td>
163
- </tr>
164
- <tr>
165
- <td>InternVL2-2B</td>
166
- <td>79.4</td>
167
- <td>71.6</td>
168
- <td>54.0</td>
169
- <td>43.5</td>
170
- <td>46.4</td>
171
- <td>48.1</td>
172
- <td>73.8</td>
173
- <td>69.6</td>
174
- <td>51.4</td>
175
- <td>29.8</td>
176
- <td>31.3</td>
177
- <td>42.3</td>
178
- <td>10.9</td>
179
- </tr>
180
- <tr style="background-color: #D3D3D3;">
181
- <td>InternVL2.5-2B</td>
182
- <td>81.4</td>
183
- <td>74.4</td>
184
- <td>58.2</td>
185
- <td>48.3</td>
186
- <td>46.4</td>
187
- <td>53.2</td>
188
- <td>76.5</td>
189
- <td>71.6</td>
190
- <td>55.9</td>
191
- <td>37.3</td>
192
- <td>33.9</td>
193
- <td>44.8</td>
194
- <td>21.8</td>
195
- </tr>
196
- <tr>
197
- <td>InternVL2-4B</td>
198
- <td>82.0</td>
199
- <td>76.1</td>
200
- <td>75.6</td>
201
- <td>54.3</td>
202
- <td>51.2</td>
203
- <td>67.4</td>
204
- <td>77.3</td>
205
- <td>72.4</td>
206
- <td>72.6</td>
207
- <td>43.6</td>
208
- <td>46.5</td>
209
- <td>61.2</td>
210
- <td>15.3</td>
211
- </tr>
212
- <tr style="background-color: #D3D3D3;">
213
- <td>InternVL2.5-4B</td>
214
- <td>83.7</td>
215
- <td>81.0</td>
216
- <td>79.7</td>
217
- <td>76.0</td>
218
- <td>70.5</td>
219
- <td>79.9</td>
220
- <td>82.3</td>
221
- <td>81.1</td>
222
- <td>78.9</td>
223
- <td>73.4</td>
224
- <td>68.1</td>
225
- <td>76.2</td>
226
- <td>28.4</td>
227
- </tr>
228
- <tr>
229
- <td>mPLUG-Owl2</td>
230
- <td>67.3</td>
231
- <td>61.0</td>
232
- <td>59.7</td>
233
- <td>45.8</td>
234
- <td>45.4</td>
235
- <td>62.6</td>
236
- <td>66.2</td>
237
- <td>59.4</td>
238
- <td>58.2</td>
239
- <td>37.9</td>
240
- <td>47.7</td>
241
- <td>60.4</td>
242
- <td>--</td>
243
- </tr>
244
- <tr>
245
- <td>Qwen2-VL-7B</td>
246
- <td>83.9</td>
247
- <td>82.4</td>
248
- <td>81.2</td>
249
- <td>79.0</td>
250
- <td>74.7</td>
251
- <td>82.4</td>
252
- <td>81.8</td>
253
- <td>81.6</td>
254
- <td>79.1</td>
255
- <td>75.6</td>
256
- <td>74.5</td>
257
- <td>79.3</td>
258
- <td>25.6</td>
259
- </tr>
260
- </tbody>
261
- </table>
262
-
263
-
264
-
265
- ### Invitation to Evaluate InternVL
266
-
267
- We welcome MLLM benchmark developers to assess our InternVL series models. If you need to add your evaluation results here, please contact me at [wztxy89@163.com](mailto:wztxy89@163.com).
268
 
269
- ## Quick Start
 
 
 
 
270
 
271
- We provide an example code to run InternVL2_5-4B using `transformers`.
272
 
273
- We also welcome you to experience the InternVL series models in our [online demo](https://internvl.opengvlab.com/).
274
 
275
- > Please use transformers ≳ 4.37.2 to ensure the model works normally.
 
 
 
 
 
 
276
 
277
  ### Model Loading
278
 
@@ -305,21 +209,6 @@ model = AutoModel.from_pretrained(
305
  trust_remote_code=True).eval()
306
  ```
307
 
308
- #### BNB 4-bit Quantization
309
-
310
- ```python
311
- import torch
312
- from transformers import AutoTokenizer, AutoModel
313
- path = "OpenGVLab/InternVL2_5-4B"
314
- model = AutoModel.from_pretrained(
315
- path,
316
- torch_dtype=torch.bfloat16,
317
- load_in_4bit=True,
318
- low_cpu_mem_usage=True,
319
- use_flash_attn=True,
320
- trust_remote_code=True).eval()
321
- ```
322
-
323
  #### Multiple GPUs
324
 
325
  The reason for writing the code this way is to avoid errors that occur during multi-GPU inference due to tensors not being on the same device. By ensuring that the first and last layers of the large language model (LLM) are on the same device, we prevent such errors.
@@ -333,7 +222,7 @@ def split_model(model_name):
333
  device_map = {}
334
  world_size = torch.cuda.device_count()
335
  num_layers = {
336
- 'InternVL2_5-1B': 24, 'InternVL_5-2B': 24, 'InternVL2_5-4B': 36, 'InternVL2_5-8B': 32,
337
  'InternVL2_5-26B': 48, 'InternVL2_5-38B': 64, 'InternVL2_5-78B': 80}[model_name]
338
  # Since the first GPU will be used for ViT, treat it as half a GPU.
339
  num_layers_per_gpu = math.ceil(num_layers / (world_size - 0.5))
@@ -578,13 +467,13 @@ response, history = model.chat(tokenizer, pixel_values, question, generation_con
578
  num_patches_list=num_patches_list, history=None, return_history=True)
579
  print(f'User: {question}\nAssistant: {response}')
580
 
581
- question = 'Describe this video in detail. Don\'t repeat.'
582
  response, history = model.chat(tokenizer, pixel_values, question, generation_config,
583
  num_patches_list=num_patches_list, history=history, return_history=True)
584
  print(f'User: {question}\nAssistant: {response}')
585
  ```
586
 
587
- #### Streaming output
588
 
589
  Besides this method, you can also use the following code to get streamed output.
590
 
@@ -629,7 +518,7 @@ pip install lmdeploy>=0.5.3
629
 
630
  LMDeploy abstracts the complex inference process of multi-modal Vision-Language Models (VLM) into an easy-to-use pipeline, similar to the Large Language Model (LLM) inference pipeline.
631
 
632
- #### A 'Hello, world' example
633
 
634
  ```python
635
  from lmdeploy import pipeline, TurbomindEngineConfig
@@ -644,11 +533,11 @@ print(response.text)
644
 
645
  If `ImportError` occurs while executing this case, please install the required dependency packages as prompted.
646
 
647
- #### Multi-images inference
648
 
649
  When dealing with multiple images, you can put them all in one list. Keep in mind that multiple images will lead to a higher number of input tokens, and as a result, the size of the context window typically needs to be increased.
650
 
651
- > Warning: Due to the scarcity of multi-image conversation data, the performance on multi-image tasks may be unstable, and it may require multiple attempts to achieve satisfactory results.
652
 
653
  ```python
654
  from lmdeploy import pipeline, TurbomindEngineConfig
@@ -669,7 +558,7 @@ response = pipe((f'Image-1: {IMAGE_TOKEN}\nImage-2: {IMAGE_TOKEN}\ndescribe thes
669
  print(response.text)
670
  ```
671
 
672
- #### Batch prompts inference
673
 
674
  Conducting inference with batch prompts is quite straightforward; just place them within a list structure:
675
 
@@ -689,7 +578,7 @@ response = pipe(prompts)
689
  print(response)
690
  ```
691
 
692
- #### Multi-turn conversation
693
 
694
  There are two ways to do the multi-turn conversations with the pipeline. One is to construct messages according to the format of OpenAI and use above introduced method, the other is to use the `pipeline.chat` interface.
695
 
@@ -752,18 +641,18 @@ print(response)
752
 
753
  ## License
754
 
755
- This project is released under the MIT license, while Qwen2 is licensed under the Tongyi Qianwen LICENSE.
756
 
757
  ## Citation
758
 
759
  If you find this project useful in your research, please consider citing:
760
 
761
  ```BibTeX
762
- @article{chen2023internvl,
763
- title={InternVL: Scaling up Vision Foundation Models and Aligning for Generic Visual-Linguistic Tasks},
764
- 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},
765
- journal={arXiv preprint arXiv:2312.14238},
766
- year={2023}
767
  }
768
  @article{chen2024far,
769
  title={How Far Are We to GPT-4V? Closing the Gap to Commercial Multimodal Models with Open-Source Suites},
@@ -771,11 +660,10 @@ If you find this project useful in your research, please consider citing:
771
  journal={arXiv preprint arXiv:2404.16821},
772
  year={2024}
773
  }
774
- @article{gao2024mini,
775
- title={Mini-internvl: A flexible-transfer pocket multimodal model with 5\% parameters and 90\% performance},
776
- 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},
777
- journal={arXiv preprint arXiv:2410.16261},
778
- year={2024}
779
  }
780
  ```
781
-
 
10
  - multilingual
11
  tags:
12
  - internvl
 
 
 
 
13
  - custom_code
14
  ---
15
 
16
  # InternVL2_5-4B
17
 
18
+ [\[πŸ“‚ 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) [\[πŸ“œ InternVL 2.5\]](https://github.com/OpenGVLab/InternVL/blob/main/InternVL2_5_report.pdf)
 
 
 
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">
24
+ </div>
25
 
26
  ## Introduction
27
 
28
+ We are excited to introduce **InternVL 2.5**, an advanced multimodal large language model (MLLM) series that builds upon InternVL 2.0, maintaining its core model architecture while introducing significant enhancements in training and testing strategies as well as data quality.
29
+
30
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64119264f0f81eb569e0d569/5HDAGOQOZvS1EtI107Ac-.png)
31
+
32
+ ## InternVL 2.5 Family
33
+
34
+ In the following table, we provide an overview of the InternVL 2.5 series.
35
+
36
+ | Model Name | Vision Part | Language Part | HF Link |
37
+ | :-------------: | :-------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------: | :---------------------------------------------------------: |
38
+ | InternVL2_5-1B | [InternViT-300M-448px-V2_5](https://huggingface.co/OpenGVLab/InternViT-300M-448px-V2_5) | [Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) | [πŸ€— link](https://huggingface.co/OpenGVLab/InternVL2_5-1B) |
39
+ | InternVL2_5-2B | [InternViT-300M-448px-V2_5](https://huggingface.co/OpenGVLab/InternViT-300M-448px-V2_5) | [internlm2_5-1_8b-chat](https://huggingface.co/internlm/internlm2_5-1_8b-chat) | [πŸ€— link](https://huggingface.co/OpenGVLab/InternVL2_5-2B) |
40
+ | InternVL2_5-4B | [InternViT-300M-448px-V2_5](https://huggingface.co/OpenGVLab/InternViT-300M-448px-V2_5) | [Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct) | [πŸ€— link](https://huggingface.co/OpenGVLab/InternVL2_5-4B) |
41
+ | InternVL2_5-8B | [InternViT-300M-448px-V2_5](https://huggingface.co/OpenGVLab/InternViT-300M-448px-V2_5) | [internlm2_5-7b-chat](https://huggingface.co/internlm/internlm2_5-7b-chat) | [πŸ€— link](https://huggingface.co/OpenGVLab/InternVL2_5-8B) |
42
+ | InternVL2_5-26B | [InternViT-6B-448px-V2_5](https://huggingface.co/OpenGVLab/InternViT-6B-448px-V2_5) | [internlm2_5-20b-chat](https://huggingface.co/internlm/internlm2_5-20b-chat) | [πŸ€— link](https://huggingface.co/OpenGVLab/InternVL2_5-26B) |
43
+ | InternVL2_5-38B | [InternViT-6B-448px-V2_5](https://huggingface.co/OpenGVLab/InternViT-6B-448px-V2_5) | [Qwen2.5-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-32B-Instruct) | [πŸ€— link](https://huggingface.co/OpenGVLab/InternVL2_5-38B) |
44
+ | InternVL2_5-78B | [InternViT-6B-448px-V2_5](https://huggingface.co/OpenGVLab/InternViT-6B-448px-V2_5) | [Qwen2.5-72B-Instruct](https://huggingface.co/Qwen/Qwen2.5-72B-Instruct) | [πŸ€— link](https://huggingface.co/OpenGVLab/InternVL2_5-78B) |
45
+
46
+ ## Model Architecture
47
+
48
+ As shown in the following figure, InternVL 2.5 retains the same model architecture as its predecessors, InternVL 1.5 and 2.0, following the "ViT-MLP-LLM" paradigm. In this new version, we integrate a newly incrementally pre-trained InternViT with various pre-trained LLMs, including InternLM 2.5 and Qwen 2.5, using a randomly initialized MLP projector.
49
+
50
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64119264f0f81eb569e0d569/BiiyXN6NOk0p-3rl3ueyL.png)
51
+
52
+ As in the previous version, we applied a pixel unshuffle operation, reducing the number of visual tokens to one-quarter of the original. Besides, we adopted a similar dynamic resolution strategy as InternVL 1.5, dividing images into tiles of 448Γ—448 pixels. The key difference, starting from InternVL 2.0, is that we additionally introduced support for multi-image and video data.
53
+
54
+ ## Training Strategy
55
+
56
+ ### Dynamic High-Resolution for Multimodal Data
57
+
58
+ In InternVL 2.0 and 2.5, we extend the dynamic high-resolution training approach, enhancing its capabilities to handle multi-image and video datasets.
59
+
60
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64119264f0f81eb569e0d569/xoMY6rwRrNxbAGYPNyU8g.png)
61
+
62
+ - For single-image datasets, the total number of tiles `n_max` are allocated to a single image for maximum resolution. Visual tokens are enclosed in `<img>` and `</img>` tags.
63
+
64
+ - For multi-image datasets, the total number of tiles `n_max` are distributed across all images in a sample. Each image is labeled with auxiliary tags like `Image-1` and enclosed in `<img>` and `</img>` tags.
65
+
66
+ - For videos, each frame is resized to 448Γ—448. Frames are labeled with tags like `Frame-1` and enclosed in `<img>` and `</img>` tags, similar to images.
67
+
68
+ ### Single Model Training Pipeline
69
+
70
+ The training pipeline for a single model in InternVL 2.5 is structured across three stages, designed to enhance the model's visual perception and multimodal capabilities.
71
+
72
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64119264f0f81eb569e0d569/5NduZeCPLgPJTFr0RGTq3.png)
73
+
74
+ - **Stage 1: MLP Warmup.** In this stage, only the MLP projector is trained while the vision encoder and language model are frozen. A dynamic high-resolution training strategy is applied for better performance, despite increased cost. This phase ensures robust cross-modal alignment and prepares the model for stable multimodal training.
75
+
76
+ - **Stage 1.5: ViT Incremental Learning (Optional).** This stage allows incremental training of the vision encoder and MLP projector using the same data as Stage 1. It enhances the encoder’s ability to handle rare domains like multilingual OCR and mathematical charts. Once trained, the encoder can be reused across LLMs without retraining, making this stage optional unless new domains are introduced.
77
+
78
+ - **Stage 2: Full Model Instruction Tuning.** The entire model is trained on high-quality multimodal instruction datasets. Strict data quality controls are enforced to prevent degradation of the LLM, as noisy data can cause issues like repetitive or incorrect outputs. After this stage, the training process is complete.
79
+
80
+ ### Progressive Scaling Strategy
81
+
82
+ We introduce a progressive scaling strategy to align the vision encoder with LLMs efficiently. This approach trains with smaller LLMs first (e.g., 20B) to optimize foundational visual capabilities and cross-modal alignment before transferring the vision encoder to larger LLMs (e.g., 72B) without retraining. This reuse skips intermediate stages for larger models.
83
+
84
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64119264f0f81eb569e0d569/AVb_PSxhJq1z2eUFNYoqQ.png)
85
+
86
+ Compared to Qwen2-VL's 1.4 trillion tokens, InternVL2.5-78B uses only 120 billion tokensβ€”less than one-tenth. This strategy minimizes redundancy, maximizes pre-trained component reuse, and enables efficient training for complex vision-language tasks.
87
+
88
+ ### Training Enhancements
89
+
90
+ To improve real-world adaptability and performance, we introduce two key techniques:
91
+
92
+ - **Random JPEG Compression**: Random JPEG compression with quality levels between 75 and 100 is applied as a data augmentation technique. This simulates image degradation from internet sources, enhancing the model's robustness to noisy images.
93
+
94
+ - **Loss Reweighting**: To balance the NTP loss across responses of different lengths, we use a reweighting strategy called **square averaging**. This method balances contributions from responses of varying lengths, mitigating biases toward longer or shorter responses.
95
+
96
+ ### Data Organization
97
+
98
+ #### Dataset Configuration
99
+
100
+ In InternVL 2.0 and 2.5, the organization of the training data is controlled by several key parameters to optimize the balance and distribution of datasets during training.
101
+
102
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64119264f0f81eb569e0d569/2LJe24b1ua3gjI9gDitVl.png)
103
+
104
+ - **Data Augmentation:** JPEG compression is applied conditionally: enabled for image datasets to enhance robustness and disabled for video datasets to maintain consistent frame quality.
105
+
106
+ - **Maximum Tile Number:** The parameter `n_max` controls the maximum tiles per dataset. For example, higher values (24–36) are used for multi-image or high-resolution data, lower values (6–12) for standard images, and 1 for videos.
107
+
108
+ - **Repeat Factor:** The repeat factor `r` adjusts dataset sampling frequency. Values below 1 reduce a dataset's weight, while values above 1 increase it. This ensures balanced training across tasks and prevents overfitting or underfitting.
109
+
110
+ #### Data Filtering Pipeline
111
+
112
+ During development, we found that LLMs are highly sensitive to data noise, with even small anomaliesβ€”like outliers or repetitive dataβ€”causing abnormal behavior during inference. Repetitive generation, especially in long-form or CoT reasoning tasks, proved particularly harmful.
113
+
114
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64119264f0f81eb569e0d569/aka8ZRiKF3ajdyZBnNFZI.png)
115
+
116
+ To address this challenge and support future research, we designed an efficient data filtering pipeline to remove low-quality samples.
117
+
118
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64119264f0f81eb569e0d569/70l1UxnX-Arn0NoOGwpth.png)
119
+
120
+ The pipeline includes two modules, for **pure-text data**, three key strategies are used:
121
+
122
+ 1. **LLM-Based Quality Scoring**: Each sample is scored (0–10) using a pre-trained LLM with domain-specific prompts. Samples scoring below a threshold (e.g., 7) are removed to ensure high-quality data.
123
+ 2. **Repetition Detection**: Repetitive samples are flagged using LLM-based prompts and manually reviewed. Samples scoring below a stricter threshold (e.g., 3) are excluded to avoid repetitive patterns.
124
+ 3. **Heuristic Rule-Based Filtering**: Anomalies like abnormal sentence lengths or duplicate lines are detected using rules. Flagged samples undergo manual verification to ensure accuracy before removal.
125
+
126
+ For **multimodal data**, two strategies are used:
127
+
128
+ 1. **Repetition Detection**: Repetitive samples in non-academic datasets are flagged and manually reviewed to prevent pattern loops. High-quality datasets are exempt from this process.
129
+ 2. **Heuristic Rule-Based Filtering**: Similar rules are applied to detect visual anomalies, with flagged data verified manually to maintain integrity.
130
+
131
+ #### Training Data
132
+
133
+ As shown in the following figure, from InternVL 1.5 to 2.0 and then to 2.5, the fine-tuning data mixture has undergone iterative improvements in scale, quality, and diversity. For more information about the training data, please refer to our technical report.
134
+
135
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64119264f0f81eb569e0d569/GaTY9Lde02YzclASMthDa.png)
136
+
137
+ ## Evaluation on Multimodal Capability
138
+
139
+ ### Multimodal Reasoning and Mathematics
140
+
141
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64119264f0f81eb569e0d569/ihFWMRHbF0lpFTkLqnnj1.png)
142
+
143
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64119264f0f81eb569e0d569/Nrzq0kjlitjp_jrJCqtwX.png)
144
+
145
+ ### OCR, Chart, and Document Understanding
146
+
147
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64119264f0f81eb569e0d569/3yCMoLjlbsqY7ZJViGzih.png)
148
+
149
+ ### Multi-Image & Real-World Comprehension
150
+
151
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64119264f0f81eb569e0d569/DSnalmEyhDVQ9GE0GPCla.png)
152
+
153
+ ### Comprehensive Multimodal & Hallucination Evaluation
154
+
155
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64119264f0f81eb569e0d569/Z7Raj3TGDiV1H81pDHtoG.png)
156
+
157
+ ### Visual Grounding
158
+
159
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64119264f0f81eb569e0d569/lPcIrng8MPSg_PM1hpDPt.png)
160
 
161
  ### Multimodal Multilingual Understanding
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
162
 
163
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64119264f0f81eb569e0d569/BPpbAOX36RV8RTnm3j-gs.png)
164
+
165
+ ### Video Understanding
166
+
167
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64119264f0f81eb569e0d569/uD5aYt2wNYL94Xn8MOVih.png)
168
 
169
+ ## Evaluation on Language Capability
170
 
171
+ Training InternVL 2.0 models led to a decline in pure language capabilities. InternVL 2.5 addresses this by collecting more high-quality open-source data and filtering out low-quality data, achieving better preservation of pure language performance.
172
 
173
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64119264f0f81eb569e0d569/mxuSKvSY-kfI8zePpXj6y.png)
174
+
175
+ ## Quick Start
176
+
177
+ We provide an example code to run `InternVL2_5-4B` using `transformers`.
178
+
179
+ > Please use transformers>=4.37.2 to ensure the model works normally.
180
 
181
  ### Model Loading
182
 
 
209
  trust_remote_code=True).eval()
210
  ```
211
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
212
  #### Multiple GPUs
213
 
214
  The reason for writing the code this way is to avoid errors that occur during multi-GPU inference due to tensors not being on the same device. By ensuring that the first and last layers of the large language model (LLM) are on the same device, we prevent such errors.
 
222
  device_map = {}
223
  world_size = torch.cuda.device_count()
224
  num_layers = {
225
+ 'InternVL2_5-1B': 24, 'InternVL2_5-2B': 24, 'InternVL2_5-4B': 36, 'InternVL2_5-8B': 32,
226
  'InternVL2_5-26B': 48, 'InternVL2_5-38B': 64, 'InternVL2_5-78B': 80}[model_name]
227
  # Since the first GPU will be used for ViT, treat it as half a GPU.
228
  num_layers_per_gpu = math.ceil(num_layers / (world_size - 0.5))
 
467
  num_patches_list=num_patches_list, history=None, return_history=True)
468
  print(f'User: {question}\nAssistant: {response}')
469
 
470
+ question = 'Describe this video in detail.'
471
  response, history = model.chat(tokenizer, pixel_values, question, generation_config,
472
  num_patches_list=num_patches_list, history=history, return_history=True)
473
  print(f'User: {question}\nAssistant: {response}')
474
  ```
475
 
476
+ #### Streaming Output
477
 
478
  Besides this method, you can also use the following code to get streamed output.
479
 
 
518
 
519
  LMDeploy abstracts the complex inference process of multi-modal Vision-Language Models (VLM) into an easy-to-use pipeline, similar to the Large Language Model (LLM) inference pipeline.
520
 
521
+ #### A 'Hello, world' Example
522
 
523
  ```python
524
  from lmdeploy import pipeline, TurbomindEngineConfig
 
533
 
534
  If `ImportError` occurs while executing this case, please install the required dependency packages as prompted.
535
 
536
+ #### Multi-images Inference
537
 
538
  When dealing with multiple images, you can put them all in one list. Keep in mind that multiple images will lead to a higher number of input tokens, and as a result, the size of the context window typically needs to be increased.
539
 
540
+ question = 'Describe this video in detail.'
541
 
542
  ```python
543
  from lmdeploy import pipeline, TurbomindEngineConfig
 
558
  print(response.text)
559
  ```
560
 
561
+ #### Batch Prompts Inference
562
 
563
  Conducting inference with batch prompts is quite straightforward; just place them within a list structure:
564
 
 
578
  print(response)
579
  ```
580
 
581
+ #### Multi-turn Conversation
582
 
583
  There are two ways to do the multi-turn conversations with the pipeline. One is to construct messages according to the format of OpenAI and use above introduced method, the other is to use the `pipeline.chat` interface.
584
 
 
641
 
642
  ## License
643
 
644
+ This project is released under the MIT License. This project uses the pre-trained Qwen2.5-3B-Instruct as a component, which is licensed under the Apache License 2.0.
645
 
646
  ## Citation
647
 
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},
654
+ journal={arXiv preprint arXiv:2410.16261},
655
+ year={2024}
656
  }
657
  @article{chen2024far,
658
  title={How Far Are We to GPT-4V? Closing the Gap to Commercial Multimodal Models with Open-Source Suites},
 
660
  journal={arXiv preprint arXiv:2404.16821},
661
  year={2024}
662
  }
663
+ @article{chen2023internvl,
664
+ title={InternVL: Scaling up Vision Foundation Models and Aligning for Generic Visual-Linguistic Tasks},
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 Li, Bin and Luo, Ping and Lu, Tong and Qiao, Yu and Dai, Jifeng},
666
+ journal={arXiv preprint arXiv:2312.14238},
667
+ year={2023}
668
  }
669
  ```