czczup commited on
Commit
ee27093
Β·
verified Β·
1 Parent(s): 64193ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +174 -273
README.md CHANGED
@@ -10,263 +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-26B
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-26B** 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-26B consists of [InternViT-6B-448px-V2_5](https://huggingface.co/OpenGVLab/InternViT-6B-448px-V2_5), an MLP projector, and [internlm2_5-20b-chat](https://huggingface.co/internlm/internlm2_5-20b-chat).
50
-
51
- ## Performance
52
-
53
- ### Image Benchmarks
54
-
55
- | Benchmark | InternVL2.5-26B | Cambrian-34B | VILA-1.5-40B | InternVL2.5-38B |
56
- |----------------------------|-----------------|--------------|--------------|-----------------|
57
- | MMMU (val) | 60.0 | 49.7 | 55.1 | 63.9 |
58
- | MMMU (test) | 51.8 | - | 46.9 | 57.6 |
59
- | MMMU-PRO (overall) | 37.1 | - | 25.0 | 46.0 |
60
- | MathVista (mini) | 67.7 | 53.2 | 49.5 | 71.9 |
61
- | MathVision (mini) | 28.0 | - | - | 32.2 |
62
- | MathVision (full) | 23.1 | - | - | 31.8 |
63
- | MathVerse (mini) | 40.1 | - | - | 49.4 |
64
- | Olympiad Bench | 8.8 | - | - | 12.1 |
65
- | AI2D (w / wo M) | 86.4 / 94.4 | 79.5 / - | 69.9 / - | 87.6 / 95.1 |
66
- | ChartQA (test avg.) | 87.2 | 75.6 | 67.2 | 88.2 |
67
- | TextVQA (val) | 82.4 | 76.7 | 73.6 | 82.7 |
68
- | DocVQA (test) | 94.0 | 75.5 | - | 95.3 |
69
- | InfoVQA (test) | 79.8 | 46.0 | - | 83.6 |
70
- | OCR-Bench | 852 | 600 | 460 | 842 |
71
- | SEED-2 Plus | 70.8 | - | - | 71.2 |
72
- | CharXiv (RQ / DQ) | 35.9 / 73.5 | 27.3 / 59.7 | 24.0 / 38.7 | 42.4 / 79.6 |
73
- | VCR-EN-Easy (EM / Jaccard) | 94.4 / 98.0 | 79.7 / 89.3 | - | 94.7 / 98.2 |
74
- | BLINK (val) | 61.8 | - | - | 63.2 |
75
- | Mantis Eval | 75.6 | - | - | 78.3 |
76
- | MMIU | 49.4 | - | - | 55.3 |
77
- | Muir Bench | 61.1 | - | - | 62.7 |
78
- | MMT (val) | 66.9 | - | - | 70.0 |
79
- | MIRB (avg.) | 55.7 | - | - | 61.2 |
80
- | RealWorld QA | 74.5 | 67.8 | - | 73.5 |
81
- | MME-RW (EN) | 61.8 | 44.1 | - | 64.0 |
82
- | WildVision (win rate) | 65.2 | - | - | 66.4 |
83
- | R-Bench | 72.9 | - | - | 72.1 |
84
- | MME (sum) | 2373.3 | - | - | 2455.8 |
85
- | MMB (EN / CN) | 85.4 / 85.5 | 80.4 / 79.2 | - | 86.5 / 86.3 |
86
- | MMBv1.1 (EN) | 84.2 | 78.3 | - | 85.5 |
87
- | MMVet (turbo) | 65.0 | 53.2 | - | 68.8 |
88
- | MMVetv2 (0613) | 60.8 | - | - | 62.1 |
89
- | MMStar | 66.5 | 54.2 | - | 67.9 |
90
- | HallBench (avg.) | 55.0 | 41.6 | - | 56.8 |
91
- | MMHal (score) | 3.70 | - | - | 3.71 |
92
- | CRPE (relation) | 79.1 | - | - | 78.3 |
93
- | POPE (avg.) | 90.6 | - | - | 90.7 |
94
-
95
-
96
- ### Video Benchmarks
97
-
98
- | Model Name | Video-MME (wo / w sub) | MVBench | MMBench-Video (val) | MLVU (M-Avg) | LongVideoBench (val total) | CG-Bench v1.1 (long / clue acc.) |
99
- |---------------------------------------------|-------------|------|-------|-------|------|-------------|
100
- | **InternVL2.5-1B** | 50.3 / 52.3 | 64.3 | 1.36 | 57.3 | 47.9 | - |
101
- | Qwen2-VL-2B | 55.6 / 60.4 | 63.2 | - | - | - | - |
102
- | **InternVL2.5-2B** | 51.9 / 54.1 | 68.8 | 1.44 | 61.4 | 52.0 | - |
103
- | **InternVL2.5-4B** | 62.3 / 63.6 | 71.6 | 1.73 | 68.3 | 55.2 | - |
104
- | VideoChat2-HD | 45.3 / 55.7 | 62.3 | 1.22 | 47.9 | - | - |
105
- | MiniCPM-V-2.6 | 60.9 / 63.6 | - | 1.70 | - | 54.9 | - |
106
- | LLaVA-OneVision-7B | 58.2 / - | 56.7 | - | - | - | - |
107
- | Qwen2-VL-7B | 63.3 / 69.0 | 67.0 | 1.44 | - | 55.6 | - |
108
- | **InternVL2.5-8B** | 64.2 / 66.9 | 72.0 | 1.68 | 68.9 | 60.0 | - |
109
- | **InternVL2.5-26B** | 66.9 / 69.2 | 75.2 | 1.86 | 72.3 | 59.9 | - |
110
- | Oryx-1.5-32B | 67.3 / 74.9 | 70.1 | 1.52 | 72.3 | - | - |
111
- | VILA-1.5-40B | 60.1 / 61.1 | - | 1.61 | 56.7 | - | - |
112
- | **InternVL2.5-38B** | 70.7 / 73.1 | 74.4 | 1.82 | 75.3 | 63.3 | - |
113
- | GPT-4V/4T | 59.9 / 63.3 | 43.7 | 1.53 | 49.2 | 59.1 | - |
114
- | GPT-4o-20240513 | 71.9 / 77.2 | - | 1.63 | 64.6 | 66.7 | - |
115
- | GPT-4o-20240806 | - | - | 1.87 | - | - | - |
116
- | Gemini-1.5-Pro | 75.0 / 81.3 | - | 1.30 | - | 64.0 | - |
117
- | VideoLLaMA2-72B | 61.4 / 63.1 | 62.0 | - | - | - | - |
118
- | LLaVA-OneVision-72B | 66.2 / 69.5 | 59.4 | - | 66.4 | 61.3 | - |
119
- | Qwen2-VL-72B | 71.2 / 77.8 | 73.6 | 1.70 | - | - | 41.3 / 56.2 |
120
- | InternVL2-Llama3-76B | 64.7 / 67.8 | 69.6 | 1.71 | 69.9 | 61.1 | - |
121
- | **InternVL2.5-78B** | 72.1 / 74.0 | 76.4 | 1.97 | 75.7 | 63.6 | 42.2 / 58.5 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
 
123
  ### Multimodal Multilingual Understanding
124
- <table style="width: 100%; border-collapse: collapse; text-align: center;">
125
- <thead>
126
- <tr>
127
- <th rowspan="2">Model Name</th>
128
- <th colspan="6">MMMB</th>
129
- <th colspan="6">Multilingual MMBench</th>
130
- <th>MTVQA</th>
131
- </tr>
132
- <tr>
133
- <th>en</th>
134
- <th>zh</th>
135
- <th>pt</th>
136
- <th>ar</th>
137
- <th>tr</th>
138
- <th>ru</th>
139
- <th>en</th>
140
- <th>zh</th>
141
- <th>pt</th>
142
- <th>ar</th>
143
- <th>tr</th>
144
- <th>ru</th>
145
- <th>(avg)</th>
146
- </tr>
147
- </thead>
148
- <tbody>
149
- <tr>
150
- <td>InternVL-Chat-V1.5</td>
151
- <td>82.6</td>
152
- <td>80.8</td>
153
- <td>76.3</td>
154
- <td>65.2</td>
155
- <td>68.6</td>
156
- <td>74.0</td>
157
- <td>81.1</td>
158
- <td>80.2</td>
159
- <td>76.9</td>
160
- <td>56.2</td>
161
- <td>66.7</td>
162
- <td>71.0</td>
163
- <td>20.5</td>
164
- </tr>
165
- <tr>
166
- <td>InternVL2-26B</td>
167
- <td>83.8</td>
168
- <td>81.7</td>
169
- <td>78.0</td>
170
- <td>68.8</td>
171
- <td>69.3</td>
172
- <td>76.3</td>
173
- <td>82.7</td>
174
- <td>81.8</td>
175
- <td>77.8</td>
176
- <td>61.9</td>
177
- <td>69.6</td>
178
- <td>74.4</td>
179
- <td>17.7</td>
180
- </tr>
181
- <tr>
182
- <td>InternVL2.5-26B</td>
183
- <td>86.2</td>
184
- <td>83.8</td>
185
- <td>81.6</td>
186
- <td>73.3</td>
187
- <td>73.7</td>
188
- <td>82.8</td>
189
- <td>86.1</td>
190
- <td>85.5</td>
191
- <td>80.7</td>
192
- <td>67.5</td>
193
- <td>75.0</td>
194
- <td>79.6</td>
195
- <td>28.5</td>
196
- </tr>
197
- <tr>
198
- <td>InternVL2-40B</td>
199
- <td>85.3</td>
200
- <td>84.1</td>
201
- <td>81.1</td>
202
- <td>70.3</td>
203
- <td>74.2</td>
204
- <td>81.4</td>
205
- <td>86.2</td>
206
- <td>85.8</td>
207
- <td>82.8</td>
208
- <td>64.0</td>
209
- <td>74.2</td>
210
- <td>81.8</td>
211
- <td>20.6</td>
212
- </tr>
213
- <tr>
214
- <td>InternVL2.5-38B</td>
215
- <td>86.4</td>
216
- <td>85.1</td>
217
- <td>84.1</td>
218
- <td>84.3</td>
219
- <td>82.8</td>
220
- <td>84.9</td>
221
- <td>87.5</td>
222
- <td>88.6</td>
223
- <td>85.3</td>
224
- <td>84.5</td>
225
- <td>84.0</td>
226
- <td>85.9</td>
227
- <td>31.7</td>
228
- </tr>
229
- </tbody>
230
- </table>
231
-
232
-
233
- ### Language Benchmarks
234
-
235
- | Dataset | Settings | InternLM2-20B-Chat | InternVL2-26B | InternLM2.5-20B-Chat | InternVL2.5-26B |
236
- |------------------|----------|--------------------|---------------|----------------------|-----------------|
237
- | MMLU | 5-shot | 66.5 | 68.2 | 73.3 | 76.6 |
238
- | CMMLU | 5-shot | 64.7 | 68.1 | 79.4 | 81.9 |
239
- | C-Eval | 5-shot | 61.8 | 67.7 | 80.2 | 83.8 |
240
- | GAOKAO | 0-shot | 63.5 | 62.3 | 81.0 | 86.9 |
241
- | TriviaQA | 0-shot | 61.8 | 61.8 | 67.3 | 69.0 |
242
- | NaturalQuestions | 0-shot | 23.6 | 28.8 | 21.3 | 36.1 |
243
- | C3 | 0-shot | 92.2 | 93.2 | 94.0 | 95.8 |
244
- | RACE-High | 0-shot | 86.2 | 86.5 | 91.3 | 92.2 |
245
- | WinoGrande | 0-shot | 76.4 | 79.9 | 86.4 | 87.9 |
246
- | HellaSwag | 0-shot | 85.3 | 87.5 | 95.9 | 95.8 |
247
- | BBH | 0-shot | 70.1 | 69.8 | 78.4 | 78.9 |
248
- | GSM8K | 4-shot | 80.7 | 80.0 | 88.5 | 82.9 |
249
- | MATH | 4-shot | 34.9 | 35.5 | 54.7 | 53.7 |
250
- | TheoremQA | 0-shot | 22.1 | 15.3 | 23.9 | 15.4 |
251
- | HumanEval | 4-shot | 71.3 | 67.1 | 69.5 | 68.9 |
252
- | MBPP | 3-shot | 70.8 | 66.2 | 70.0 | 72.0 |
253
- | MBPP-CN | 0-shot | 55.8 | 54.2 | 61.0 | 61.6 |
254
- | Average | -- | 64.0 | 64.2 | 71.5 | 72.9 |
255
- | Gain | -- | -- | **+0.2** | -- | **+1.4** |
256
-
257
-
258
-
259
- ### Invitation to Evaluate InternVL
260
-
261
- 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).
262
 
263
- ## Quick Start
 
 
 
 
 
 
264
 
265
- We provide an example code to run InternVL2_5-26B using `transformers`.
266
 
267
- We also welcome you to experience the InternVL series models in our [online demo](https://internvl.opengvlab.com/).
268
 
269
- > Please use transformers ≳ 4.37.2 to ensure the model works normally.
 
 
 
 
270
 
271
  ### Model Loading
272
 
@@ -299,21 +209,6 @@ model = AutoModel.from_pretrained(
299
  trust_remote_code=True).eval()
300
  ```
301
 
302
- #### BNB 4-bit Quantization
303
-
304
- ```python
305
- import torch
306
- from transformers import AutoTokenizer, AutoModel
307
- path = "OpenGVLab/InternVL2_5-26B"
308
- model = AutoModel.from_pretrained(
309
- path,
310
- torch_dtype=torch.bfloat16,
311
- load_in_4bit=True,
312
- low_cpu_mem_usage=True,
313
- use_flash_attn=True,
314
- trust_remote_code=True).eval()
315
- ```
316
-
317
  #### Multiple GPUs
318
 
319
  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.
@@ -327,7 +222,7 @@ def split_model(model_name):
327
  device_map = {}
328
  world_size = torch.cuda.device_count()
329
  num_layers = {
330
- 'InternVL2_5-1B': 24, 'InternVL_5-2B': 24, 'InternVL2_5-4B': 36, 'InternVL2_5-8B': 32,
331
  'InternVL2_5-26B': 48, 'InternVL2_5-38B': 64, 'InternVL2_5-78B': 80}[model_name]
332
  # Since the first GPU will be used for ViT, treat it as half a GPU.
333
  num_layers_per_gpu = math.ceil(num_layers / (world_size - 0.5))
@@ -445,7 +340,8 @@ def load_image(image_file, input_size=448, max_num=12):
445
  pixel_values = torch.stack(pixel_values)
446
  return pixel_values
447
 
448
- # If you want to load a model using multiple GPUs, please refer to the `Multiple GPUs` section.
 
449
  path = 'OpenGVLab/InternVL2_5-26B'
450
  model = AutoModel.from_pretrained(
451
  path,
@@ -572,13 +468,13 @@ response, history = model.chat(tokenizer, pixel_values, question, generation_con
572
  num_patches_list=num_patches_list, history=None, return_history=True)
573
  print(f'User: {question}\nAssistant: {response}')
574
 
575
- question = 'Describe this video in detail. Don\'t repeat.'
576
  response, history = model.chat(tokenizer, pixel_values, question, generation_config,
577
  num_patches_list=num_patches_list, history=history, return_history=True)
578
  print(f'User: {question}\nAssistant: {response}')
579
  ```
580
 
581
- #### Streaming output
582
 
583
  Besides this method, you can also use the following code to get streamed output.
584
 
@@ -623,7 +519,7 @@ pip install lmdeploy>=0.5.3
623
 
624
  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.
625
 
626
- #### A 'Hello, world' example
627
 
628
  ```python
629
  from lmdeploy import pipeline, TurbomindEngineConfig
@@ -638,11 +534,11 @@ print(response.text)
638
 
639
  If `ImportError` occurs while executing this case, please install the required dependency packages as prompted.
640
 
641
- #### Multi-images inference
642
 
643
  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.
644
 
645
- > 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.
646
 
647
  ```python
648
  from lmdeploy import pipeline, TurbomindEngineConfig
@@ -663,7 +559,7 @@ response = pipe((f'Image-1: {IMAGE_TOKEN}\nImage-2: {IMAGE_TOKEN}\ndescribe thes
663
  print(response.text)
664
  ```
665
 
666
- #### Batch prompts inference
667
 
668
  Conducting inference with batch prompts is quite straightforward; just place them within a list structure:
669
 
@@ -683,7 +579,7 @@ response = pipe(prompts)
683
  print(response)
684
  ```
685
 
686
- #### Multi-turn conversation
687
 
688
  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.
689
 
@@ -746,18 +642,18 @@ print(response)
746
 
747
  ## License
748
 
749
- This project is released under the MIT license, while Qwen2 is licensed under the Tongyi Qianwen LICENSE.
750
 
751
  ## Citation
752
 
753
  If you find this project useful in your research, please consider citing:
754
 
755
  ```BibTeX
756
- @article{chen2023internvl,
757
- title={InternVL: Scaling up Vision Foundation Models and Aligning for Generic Visual-Linguistic Tasks},
758
- 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},
759
- journal={arXiv preprint arXiv:2312.14238},
760
- year={2023}
761
  }
762
  @article{chen2024far,
763
  title={How Far Are We to GPT-4V? Closing the Gap to Commercial Multimodal Models with Open-Source Suites},
@@ -765,5 +661,10 @@ If you find this project useful in your research, please consider citing:
765
  journal={arXiv preprint arXiv:2404.16821},
766
  year={2024}
767
  }
 
 
 
 
 
 
768
  ```
769
-
 
10
  - multilingual
11
  tags:
12
  - internvl
 
 
 
 
13
  - custom_code
14
  ---
15
 
16
  # InternVL2_5-26B
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-26B` 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))
 
340
  pixel_values = torch.stack(pixel_values)
341
  return pixel_values
342
 
343
+ # If you have an 80G A100 GPU, you can put the entire model on a single GPU.
344
+ # Otherwise, you need to load a model using multiple GPUs, please refer to the `Multiple GPUs` section.
345
  path = 'OpenGVLab/InternVL2_5-26B'
346
  model = AutoModel.from_pretrained(
347
  path,
 
468
  num_patches_list=num_patches_list, history=None, return_history=True)
469
  print(f'User: {question}\nAssistant: {response}')
470
 
471
+ question = 'Describe this video in detail.'
472
  response, history = model.chat(tokenizer, pixel_values, question, generation_config,
473
  num_patches_list=num_patches_list, history=history, return_history=True)
474
  print(f'User: {question}\nAssistant: {response}')
475
  ```
476
 
477
+ #### Streaming Output
478
 
479
  Besides this method, you can also use the following code to get streamed output.
480
 
 
519
 
520
  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.
521
 
522
+ #### A 'Hello, world' Example
523
 
524
  ```python
525
  from lmdeploy import pipeline, TurbomindEngineConfig
 
534
 
535
  If `ImportError` occurs while executing this case, please install the required dependency packages as prompted.
536
 
537
+ #### Multi-images Inference
538
 
539
  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.
540
 
541
+ question = 'Describe this video in detail.'
542
 
543
  ```python
544
  from lmdeploy import pipeline, TurbomindEngineConfig
 
559
  print(response.text)
560
  ```
561
 
562
+ #### Batch Prompts Inference
563
 
564
  Conducting inference with batch prompts is quite straightforward; just place them within a list structure:
565
 
 
579
  print(response)
580
  ```
581
 
582
+ #### Multi-turn Conversation
583
 
584
  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.
585
 
 
642
 
643
  ## License
644
 
645
+ This project is released under the MIT License. This project uses the pre-trained internlm2_5-20b-chat as a component, which is licensed under the Apache License 2.0.
646
 
647
  ## Citation
648
 
649
  If you find this project useful in your research, please consider citing:
650
 
651
  ```BibTeX
652
+ @article{gao2024mini,
653
+ title={Mini-internvl: A flexible-transfer pocket multimodal model with 5\% parameters and 90\% performance},
654
+ 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},
655
+ journal={arXiv preprint arXiv:2410.16261},
656
+ year={2024}
657
  }
658
  @article{chen2024far,
659
  title={How Far Are We to GPT-4V? Closing the Gap to Commercial Multimodal Models with Open-Source Suites},
 
661
  journal={arXiv preprint arXiv:2404.16821},
662
  year={2024}
663
  }
664
+ @article{chen2023internvl,
665
+ title={InternVL: Scaling up Vision Foundation Models and Aligning for Generic Visual-Linguistic Tasks},
666
+ 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},
667
+ journal={arXiv preprint arXiv:2312.14238},
668
+ year={2023}
669
+ }
670
  ```