Weiyun1025 commited on
Commit
b40962a
1 Parent(s): 2ccebcf

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -20
README.md CHANGED
@@ -23,26 +23,26 @@ InternVL2 is a multimodal large language model series, featuring models of vario
23
 
24
  ## Performance
25
 
26
- | Benchmark | MiniCPM-Llama3-V-2_5 | InternVL-Chat-V1-5 InternVL2-8B |
27
- | :--------------------------: | :------------------: | :----------: | :----------: |
28
- | Model Size | 8.5B | | 8.1B |
29
- | | | | |
30
- | DocVQA<sub>test</sub> | 84.8 | | 91.6 |
31
- | ChartQA<sub>test</sub> | - | | 83.3 |
32
- | InfoVQA<sub>test</sub> | - | | 74.8 |
33
- | TextVQA<sub>val</sub> | 76.6 | | 77.4 |
34
- | OCRBench | 725 | | 794 |
35
- | MME<sub>sum</sub> | 2024.6 | | 2210.3 |
36
- | RealWorldQA | 63.5 | | 64.4 |
37
- | AI2D<sub>test</sub> | 78.4 | | 83.8 |
38
- | MMMU<sub>val</sub> | 45.8 | | 49.3 |
39
- | MMBench-EN<sub>test</sub> | 77.2 | | 81.7 |
40
- | MMBench-CN<sub>test</sub> | 74.2 | | 81.2 |
41
- | CCBench<sub>dev</sub> | 45.9 | | 75.9 |
42
- | MMVet<sub>GPT-4-0613</sub> | - | | 60.0 |
43
- | SEED-Image | 72.3 | | 76.2 |
44
- | HallBench<sub>avg</sub> | 42.4 | | 45.2 |
45
- | MathVista<sub>testmini</sub> | 54.3 | | 58.3 |
46
 
47
  - We simultaneously use InternVL and VLMEvalKit repositories for model evaluation. Specifically, the results reported for DocVQA, ChartQA, InfoVQA, TextVQA, MME, AI2D, MMBench, CCBench, MMVet, and SEED-Image were tested using the InternVL repository. MMMU, OCRBench, RealWorldQA, HallBench, and MathVista were evaluated using the VLMEvalKit.
48
 
 
23
 
24
  ## Performance
25
 
26
+ | Benchmark | MiniCPM-Llama3-V-2_5 | InternVL-Chat-V1-5 | InternVL2-8B |
27
+ | :--------------------------: | :------------------: | :----------------: | :----------: |
28
+ | Model Size | 8.5B | 25.5B | 8.1B |
29
+ | | | | |
30
+ | DocVQA<sub>test</sub> | 84.8 | 90.9 | 91.6 |
31
+ | ChartQA<sub>test</sub> | - | 83.8 | 83.3 |
32
+ | InfoVQA<sub>test</sub> | - | 72.5 | 74.8 |
33
+ | TextVQA<sub>val</sub> | 76.6 | 80.6 | 77.4 |
34
+ | OCRBench | 725 | 724 | 794 |
35
+ | MME<sub>sum</sub> | 2024.6 | 2187.8 | 2210.3 |
36
+ | RealWorldQA | 63.5 | 66.0 | 64.4 |
37
+ | AI2D<sub>test</sub> | 78.4 | 80.7 | 83.8 |
38
+ | MMMU<sub>val</sub> | 45.8 | 45.2 | 49.3 |
39
+ | MMBench-EN<sub>test</sub> | 77.2 | 82.2 | 81.7 |
40
+ | MMBench-CN<sub>test</sub> | 74.2 | 82.0 | 81.2 |
41
+ | CCBench<sub>dev</sub> | 45.9 | 69.8 | 75.9 |
42
+ | MMVet<sub>GPT-4-0613</sub> | - | 62.8 | 60.0 |
43
+ | SEED-Image | 72.3 | 76.0 | 76.2 |
44
+ | HallBench<sub>avg</sub> | 42.4 | 49.3 | 45.2 |
45
+ | MathVista<sub>testmini</sub> | 54.3 | 53.5 | 58.3 |
46
 
47
  - We simultaneously use InternVL and VLMEvalKit repositories for model evaluation. Specifically, the results reported for DocVQA, ChartQA, InfoVQA, TextVQA, MME, AI2D, MMBench, CCBench, MMVet, and SEED-Image were tested using the InternVL repository. MMMU, OCRBench, RealWorldQA, HallBench, and MathVista were evaluated using the VLMEvalKit.
48