czczup commited on
Commit
b5fb839
β€’
1 Parent(s): 4b24f55

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +168 -383
README.md CHANGED
@@ -10,378 +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-8B
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-8B** 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-8B consists of [InternViT-300M-448px-V2_5](https://huggingface.co/OpenGVLab/InternViT-300M-448px-V2_5), an MLP projector, and [internlm2_5-7b-chat](https://huggingface.co/internlm/internlm2_5-7b-chat).
50
-
51
- ## Performance
52
-
53
-
54
- ### Image Benchmarks
55
-
56
- | Benchmark | Ovis1.6-Gemma2-9B | MiniCPM-V2.6 | Molmo-7B-D | Qwen2-VL-7B | InternVL2.5-8B |
57
- |----------------------------|-------------------|--------------|------------|-------------|----------------|
58
- | MMMU (val) | 55.0 | 49.8 | - | 54.1 | 56.0 |
59
- | MMMU (test) | -- | -- | - | - | 48.9 |
60
- | MMMU-PRO (overall) | -- | 27.2 | - | 30.5 | 34.3 |
61
- | MathVista (mini) | 67.2 | 60.6 | - | 58.2 | 64.4 |
62
- | MathVision (mini) | - | 16.1 | - | 22.0 | 22.0 |
63
- | MathVision (full) | 18.8 | 17.5 | - | 16.3 | 19.7 |
64
- | MathVerse (mini) | -- | 25.7 | - | 31.9 | 39.5 |
65
- | Olympiad Bench | -- | -- | - | - | 4.9 |
66
- | AI2D (w / wo M) | 84.4 / - | 82.1 / - | - / 93.2 | 83.0 / 92.1 | 84.5 / 92.8 |
67
- | ChartQA (test avg.) | -- | 82.4 | 84.1 | 83.0 | 84.8 |
68
- | TextVQA (val) | -- | 80.1 | 81.7 | 84.3 | 79.1 |
69
- | DocVQA (test) | -- | 90.8 | 92.2 | 94.5 | 93.0 |
70
- | InfoVQA (test) | -- | -- | 72.6 | 76.5 | 77.6 |
71
- | OCR-Bench | 830 | 852 | 694 | 866 | 822 |
72
- | SEED-2 Plus | -- | 65.7 | -- | 69.0 | 69.7 |
73
- | CharXiv (RQ / DQ) | -- | 31.0 / 57.1 | -- | -- | 32.9 / 68.6 |
74
- | VCR-EN-Easy (EM / Jaccard) | -- | 73.9 / 85.7 | -- | 89.7 / 93.8 | 92.6 / 97.4 |
75
- | BLINK (val) | - | 53.0 | - | 53.2 | 54.8 |
76
- | Mantis Eval | - | 69.0 | - | - | 67.7 |
77
- | MMIU | - | - | - | - | 46.7 |
78
- | Muir Bench | - | - | - | - | 51.1 |
79
- | MMT (val) | - | 60.8 | - | 64.0 | 62.3 |
80
- | MIRB (avg.) | - | - | - | - | 52.5 |
81
- | RealWorld QA | - | 65.0 | - | 70.1 | 70.1 |
82
- | MME-RW (EN) | - | - | - | 56.5 | 59.1 |
83
- | WildVision (win rate) | - | - | - | - | 62.0 |
84
- | R-Bench | - | - | - | 64.0 | 70.1 |
85
- | MME (sum) | - | 2348.4 | - | 2326.8 | 2344.1 |
86
- | MMB (EN / CN) | - | 81.5 / 79.3 | - | 83.0 / 80.5 | 84.6 / 82.6 |
87
- | MMBv1.1 (EN) | - | 78.0 | - | 80.7 | 83.2 |
88
- | MMVet (turbo) | - | 60.0 | - | 62.0 | 62.8 |
89
- | MMVetv2 (0613) | - | - | - | -- | 58.1 |
90
- | MMStar | - | 57.5 | - | 60.7 | 62.8 |
91
- | HallBench (avg.) | - | 48.1 | - | 50.6 | 50.1 |
92
- | MMHal (score) | - | 3.60 | - | 3.40 | 3.65 |
93
- | CRPE (relation) | - | 75.2 | - | 74.4 | 78.4 |
94
- | POPE (avg.) | - | 87.3 | - | 88.1 | 90.6 |
95
-
96
-
97
-
98
- ### Video Benchmarks
99
-
100
- | Model Name | Video-MME (wo / w sub) | MVBench | MMBench-Video (val) | MLVU (M-Avg) | LongVideoBench (val total) | CG-Bench v1.1 (long / clue acc.) |
101
- |---------------------------------------------|-------------|------|-------|-------|------|-------------|
102
- | **InternVL2.5-1B** | 50.3 / 52.3 | 64.3 | 1.36 | 57.3 | 47.9 | - |
103
- | Qwen2-VL-2B | 55.6 / 60.4 | 63.2 | - | - | - | - |
104
- | **InternVL2.5-2B** | 51.9 / 54.1 | 68.8 | 1.44 | 61.4 | 52.0 | - |
105
- | **InternVL2.5-4B** | 62.3 / 63.6 | 71.6 | 1.73 | 68.3 | 55.2 | - |
106
- | VideoChat2-HD | 45.3 / 55.7 | 62.3 | 1.22 | 47.9 | - | - |
107
- | MiniCPM-V-2.6 | 60.9 / 63.6 | - | 1.70 | - | 54.9 | - |
108
- | LLaVA-OneVision-7B | 58.2 / - | 56.7 | - | - | - | - |
109
- | Qwen2-VL-7B | 63.3 / 69.0 | 67.0 | 1.44 | - | 55.6 | - |
110
- | **InternVL2.5-8B** | 64.2 / 66.9 | 72.0 | 1.68 | 68.9 | 60.0 | - |
111
- | **InternVL2.5-26B** | 66.9 / 69.2 | 75.2 | 1.86 | 72.3 | 59.9 | - |
112
- | Oryx-1.5-32B | 67.3 / 74.9 | 70.1 | 1.52 | 72.3 | - | - |
113
- | VILA-1.5-40B | 60.1 / 61.1 | - | 1.61 | 56.7 | - | - |
114
- | **InternVL2.5-38B** | 70.7 / 73.1 | 74.4 | 1.82 | 75.3 | 63.3 | - |
115
- | GPT-4V/4T | 59.9 / 63.3 | 43.7 | 1.53 | 49.2 | 59.1 | - |
116
- | GPT-4o-20240513 | 71.9 / 77.2 | - | 1.63 | 64.6 | 66.7 | - |
117
- | GPT-4o-20240806 | - | - | 1.87 | - | - | - |
118
- | Gemini-1.5-Pro | 75.0 / 81.3 | - | 1.30 | - | 64.0 | - |
119
- | VideoLLaMA2-72B | 61.4 / 63.1 | 62.0 | - | - | - | - |
120
- | LLaVA-OneVision-72B | 66.2 / 69.5 | 59.4 | - | 66.4 | 61.3 | - |
121
- | Qwen2-VL-72B | 71.2 / 77.8 | 73.6 | 1.70 | - | - | 41.3 / 56.2 |
122
- | InternVL2-Llama3-76B | 64.7 / 67.8 | 69.6 | 1.71 | 69.9 | 61.1 | - |
123
- | **InternVL2.5-78B** | 72.1 / 74.0 | 76.4 | 1.97 | 75.7 | 63.6 | 42.2 / 58.5 |
124
 
125
- ### Multimodal Multilingual Understanding
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
 
127
- <table style="width:100%; font-size: small; border-collapse: collapse; text-align: center;">
128
- <tr>
129
- <th rowspan="2">Model Name</th>
130
- <th colspan="6">MMMB</th>
131
- <th colspan="6">Multilingual MMBench</th>
132
- <th rowspan="2">MTVQA</th>
133
- </tr>
134
- <tr>
135
- <th>en</th>
136
- <th>zh</th>
137
- <th>pt</th>
138
- <th>ar</th>
139
- <th>tr</th>
140
- <th>ru</th>
141
- <th>en</th>
142
- <th>zh</th>
143
- <th>pt</th>
144
- <th>ar</th>
145
- <th>tr</th>
146
- <th>ru</th>
147
- </tr>
148
- <tr>
149
- <td>mPLUG-Owl2</td>
150
- <td>67.3</td>
151
- <td>61.0</td>
152
- <td>59.7</td>
153
- <td>45.8</td>
154
- <td>45.4</td>
155
- <td>62.6</td>
156
- <td>66.2</td>
157
- <td>59.4</td>
158
- <td>58.2</td>
159
- <td>37.9</td>
160
- <td>47.7</td>
161
- <td>60.4</td>
162
- <td>--</td>
163
- </tr>
164
- <tr>
165
- <td>Qwen2-VL-7B</td>
166
- <td>83.9</td>
167
- <td>82.4</td>
168
- <td>81.2</td>
169
- <td>79.0</td>
170
- <td>74.7</td>
171
- <td>82.4</td>
172
- <td>81.8</td>
173
- <td>81.6</td>
174
- <td>79.1</td>
175
- <td>75.6</td>
176
- <td>74.5</td>
177
- <td>79.3</td>
178
- <td>25.6</td>
179
- </tr>
180
- <tr>
181
- <td>InternVL2-8B</td>
182
- <td>83.4</td>
183
- <td>81.5</td>
184
- <td>76.1</td>
185
- <td>66.3</td>
186
- <td>69.2</td>
187
- <td>75.7</td>
188
- <td>82.9</td>
189
- <td>81.8</td>
190
- <td>76.0</td>
191
- <td>60.5</td>
192
- <td>66.0</td>
193
- <td>74.4</td>
194
- <td>20.9</td>
195
- </tr>
196
- <tr>
197
- <td>InternVL2.5-8B</td>
198
- <td>84.3</td>
199
- <td>83.1</td>
200
- <td>78.6</td>
201
- <td>69.3</td>
202
- <td>71.5</td>
203
- <td>79.5</td>
204
- <td>83.8</td>
205
- <td>83.2</td>
206
- <td>79.4</td>
207
- <td>64.3</td>
208
- <td>67.8</td>
209
- <td>77.3</td>
210
- <td>27.6</td>
211
- </tr>
212
- </table>
213
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
214
 
215
  ### Visual Grounding
216
 
217
- <table style="width:100%; border-collapse: collapse; text-align: center;">
218
- <tr>
219
- <th rowspan="2">Model Name</th>
220
- <th colspan="3">RefCOCO</th>
221
- <th colspan="3">RefCOCO+</th>
222
- <th colspan="2">RefCOCOg</th>
223
- <th rowspan="2">avg</th>
224
- </tr>
225
- <tr>
226
- <th>val</th>
227
- <th>test-A</th>
228
- <th>test-B</th>
229
- <th>val</th>
230
- <th>test-A</th>
231
- <th>test-B</th>
232
- <th>val</th>
233
- <th>test</th>
234
- </tr>
235
- <tr>
236
- <td>Grounding-DINO-L</td>
237
- <td>90.6</td>
238
- <td>93.2</td>
239
- <td>88.2</td>
240
- <td>82.8</td>
241
- <td>89.0</td>
242
- <td>75.9</td>
243
- <td>86.1</td>
244
- <td>87.0</td>
245
- <td>86.6</td>
246
- </tr>
247
- <tr>
248
- <td>UNINEXT-H</td>
249
- <td>92.6</td>
250
- <td>94.3</td>
251
- <td>91.5</td>
252
- <td>85.2</td>
253
- <td>89.6</td>
254
- <td>79.8</td>
255
- <td>88.7</td>
256
- <td>89.4</td>
257
- <td>88.9</td>
258
- </tr>
259
- <tr>
260
- <td>ONE-PEACE</td>
261
- <td>92.6</td>
262
- <td>94.2</td>
263
- <td>89.3</td>
264
- <td>88.8</td>
265
- <td>92.2</td>
266
- <td>83.2</td>
267
- <td>89.2</td>
268
- <td>89.3</td>
269
- <td>89.8</td>
270
- </tr>
271
- <tr>
272
- <td>Shikra-7B</td>
273
- <td>87.0</td>
274
- <td>90.6</td>
275
- <td>80.2</td>
276
- <td>81.6</td>
277
- <td>87.4</td>
278
- <td>72.1</td>
279
- <td>82.3</td>
280
- <td>82.2</td>
281
- <td>82.9</td>
282
- </tr>
283
- <tr>
284
- <td>Ferret-v2-13B</td>
285
- <td>92.6</td>
286
- <td>95.0</td>
287
- <td>88.9</td>
288
- <td>87.4</td>
289
- <td>92.1</td>
290
- <td>81.4</td>
291
- <td>89.4</td>
292
- <td>90.0</td>
293
- <td>89.6</td>
294
- </tr>
295
- <tr>
296
- <td>CogVLM-Grounding-17B</td>
297
- <td>92.8</td>
298
- <td>94.8</td>
299
- <td>89.0</td>
300
- <td>88.7</td>
301
- <td>92.9</td>
302
- <td>83.4</td>
303
- <td>89.8</td>
304
- <td>90.8</td>
305
- <td>90.3</td>
306
- </tr>
307
- <tr>
308
- <td>Qwen2-VL-7B</td>
309
- <td>91.7</td>
310
- <td>93.6</td>
311
- <td>87.3</td>
312
- <td>85.8</td>
313
- <td>90.5</td>
314
- <td>79.5</td>
315
- <td>87.3</td>
316
- <td>87.8</td>
317
- <td>87.9</td>
318
- </tr>
319
- <tr>
320
- <td>InternVL2-8B</td>
321
- <td>87.1</td>
322
- <td>91.1</td>
323
- <td>80.7</td>
324
- <td>79.8</td>
325
- <td>87.9</td>
326
- <td>71.4</td>
327
- <td>82.7</td>
328
- <td>82.7</td>
329
- <td>82.9</td>
330
- </tr>
331
- <tr>
332
- <td>InternVL2.5-8B</td>
333
- <td>90.3</td>
334
- <td>94.5</td>
335
- <td>85.9</td>
336
- <td>85.2</td>
337
- <td>91.5</td>
338
- <td>78.8</td>
339
- <td>86.7</td>
340
- <td>87.6</td>
341
- <td>87.6</td>
342
- </tr>
343
- </table>
344
-
345
-
346
- ### Language Benchmarks
347
-
348
-
349
-
350
- | Dataset | Settings | InternLM2.5-7B-Chat | InternVL2-8B | InternVL2.5-8B |
351
- |------------------|----------|---------------------|--------------|----------------|
352
- | MMLU | 5-shot | 72.8 | 73.2 | 74.6 |
353
- | CMMLU | 5-shot | 78.2 | 79.2 | 78.7 |
354
- | C-Eval | 5-shot | 77.9 | 80.1 | 79.7 |
355
- | GAOKAO | 0-shot | 78.7 | 75.0 | 77.3 |
356
- | TriviaQA | 0-shot | 64.0 | 62.0 | 63.4 |
357
- | NaturalQuestions | 0-shot | 21.1 | 28.1 | 29.4 |
358
- | C3 | 0-shot | 88.1 | 94.2 | 94.7 |
359
- | RACE-High | 0-shot | 90.5 | 90.8 | 90.8 |
360
- | WinoGrande | 0-shot | 84.9 | 85.9 | 83.5 |
361
- | HellaSwag | 0-shot | 94.8 | 94.9 | 94.1 |
362
- | BBH | 0-shot | 73.1 | 72.7 | 73.4 |
363
- | GSM8K | 4-shot | 85.1 | 75.6 | 77.8 |
364
- | MATH | 4-shot | 60.6 | 39.5 | 49.9 |
365
- | TheoremQA | 0-shot | 23.4 | 15.6 | 23.8 |
366
- | HumanEval | 4-shot | 74.4 | 69.5 | 75.0 |
367
- | MBPP | 3-shot | 63.0 | 58.8 | 68.5 |
368
- | MBPP-CN | 0-shot | 51.6 | 48.2 | 55.2 |
369
- | Average | -- | 69.5 | 67.2 | 70.0 |
370
- | Gain | -- | -- | **-2.3** | **+0.5** |
371
-
372
-
373
-
374
- ### Invitation to Evaluate InternVL
375
-
376
- 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).
377
 
378
- ## Quick Start
 
 
 
 
379
 
380
- We provide an example code to run InternVL2_5-8B using `transformers`.
381
 
382
- We also welcome you to experience the InternVL series models in our [online demo](https://internvl.opengvlab.com/).
383
 
384
- > Please use transformers ≳ 4.37.2 to ensure the model works normally.
 
 
 
 
 
 
 
 
385
 
386
  ### Model Loading
387
 
@@ -414,21 +209,6 @@ model = AutoModel.from_pretrained(
414
  trust_remote_code=True).eval()
415
  ```
416
 
417
- #### BNB 4-bit Quantization
418
-
419
- ```python
420
- import torch
421
- from transformers import AutoTokenizer, AutoModel
422
- path = "OpenGVLab/InternVL2_5-8B"
423
- model = AutoModel.from_pretrained(
424
- path,
425
- torch_dtype=torch.bfloat16,
426
- load_in_4bit=True,
427
- low_cpu_mem_usage=True,
428
- use_flash_attn=True,
429
- trust_remote_code=True).eval()
430
- ```
431
-
432
  #### Multiple GPUs
433
 
434
  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.
@@ -442,7 +222,7 @@ def split_model(model_name):
442
  device_map = {}
443
  world_size = torch.cuda.device_count()
444
  num_layers = {
445
- 'InternVL2_5-1B': 24, 'InternVL_5-2B': 24, 'InternVL2_5-4B': 36, 'InternVL2_5-8B': 32,
446
  'InternVL2_5-26B': 48, 'InternVL2_5-38B': 64, 'InternVL2_5-78B': 80}[model_name]
447
  # Since the first GPU will be used for ViT, treat it as half a GPU.
448
  num_layers_per_gpu = math.ceil(num_layers / (world_size - 0.5))
@@ -687,13 +467,13 @@ response, history = model.chat(tokenizer, pixel_values, question, generation_con
687
  num_patches_list=num_patches_list, history=None, return_history=True)
688
  print(f'User: {question}\nAssistant: {response}')
689
 
690
- question = 'Describe this video in detail. Don\'t repeat.'
691
  response, history = model.chat(tokenizer, pixel_values, question, generation_config,
692
  num_patches_list=num_patches_list, history=history, return_history=True)
693
  print(f'User: {question}\nAssistant: {response}')
694
  ```
695
 
696
- #### Streaming output
697
 
698
  Besides this method, you can also use the following code to get streamed output.
699
 
@@ -738,7 +518,7 @@ pip install lmdeploy>=0.5.3
738
 
739
  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.
740
 
741
- #### A 'Hello, world' example
742
 
743
  ```python
744
  from lmdeploy import pipeline, TurbomindEngineConfig
@@ -753,11 +533,11 @@ print(response.text)
753
 
754
  If `ImportError` occurs while executing this case, please install the required dependency packages as prompted.
755
 
756
- #### Multi-images inference
757
 
758
  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.
759
 
760
- > 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.
761
 
762
  ```python
763
  from lmdeploy import pipeline, TurbomindEngineConfig
@@ -778,7 +558,7 @@ response = pipe((f'Image-1: {IMAGE_TOKEN}\nImage-2: {IMAGE_TOKEN}\ndescribe thes
778
  print(response.text)
779
  ```
780
 
781
- #### Batch prompts inference
782
 
783
  Conducting inference with batch prompts is quite straightforward; just place them within a list structure:
784
 
@@ -798,7 +578,7 @@ response = pipe(prompts)
798
  print(response)
799
  ```
800
 
801
- #### Multi-turn conversation
802
 
803
  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.
804
 
@@ -861,18 +641,18 @@ print(response)
861
 
862
  ## License
863
 
864
- This project is released under the MIT license, while Qwen2 is licensed under the Tongyi Qianwen LICENSE.
865
 
866
  ## Citation
867
 
868
  If you find this project useful in your research, please consider citing:
869
 
870
  ```BibTeX
871
- @article{chen2023internvl,
872
- title={InternVL: Scaling up Vision Foundation Models and Aligning for Generic Visual-Linguistic Tasks},
873
- 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},
874
- journal={arXiv preprint arXiv:2312.14238},
875
- year={2023}
876
  }
877
  @article{chen2024far,
878
  title={How Far Are We to GPT-4V? Closing the Gap to Commercial Multimodal Models with Open-Source Suites},
@@ -880,5 +660,10 @@ If you find this project useful in your research, please consider citing:
880
  journal={arXiv preprint arXiv:2404.16821},
881
  year={2024}
882
  }
 
 
 
 
 
 
883
  ```
884
-
 
10
  - multilingual
11
  tags:
12
  - internvl
 
 
 
 
13
  - custom_code
14
  ---
15
 
16
  # InternVL2_5-8B
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-8B` 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 internlm2_5-7b-chat 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
  ```