Weiyun1025 commited on
Commit
8839270
·
verified ·
1 Parent(s): 5cb20a1

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -20
README.md CHANGED
@@ -23,26 +23,27 @@ InternVL 2.0 is a multimodal large language model series, featuring models of va
23
 
24
  ## Performance
25
 
26
- | Benchmark | MiniCPM-Llama3-V-2_5 | InternVL-Chat-V1-5 | InternVL2-26B |
27
- | :--------------------------: | :------------------: | :----------------: | :-----------: |
28
- | Model Size | 8.5B | 25.5B | 25.5B |
29
- | | | | |
30
- | DocVQA<sub>test</sub> | 84.8 | 90.9 | |
31
- | ChartQA<sub>test</sub> | - | 83.8 | |
32
- | InfoVQA<sub>test</sub> | - | 72.5 | |
33
- | TextVQA<sub>val</sub> | 76.6 | 80.6 | |
34
- | OCRBench | 725 | 724 | |
35
- | MME<sub>sum</sub> | 2024.6 | 2187.8 | |
36
- | RealWorldQA | 63.5 | 66.0 | |
37
- | AI2D<sub>test</sub> | 78.4 | 80.7 | |
38
- | MMMU<sub>val</sub> | 45.8 | 45.2 | |
39
- | MMBench-EN<sub>test</sub> | 77.2 | 82.2 | |
40
- | MMBench-CN<sub>test</sub> | 74.2 | 82.0 | |
41
- | CCBench<sub>dev</sub> | 45.9 | 69.8 | |
42
- | MMVet<sub>GPT-4-0613</sub> | - | 62.8 | |
43
- | SEED-Image | 72.3 | 76.0 | |
44
- | HallBench<sub>avg</sub> | 42.4 | 49.3 | |
45
- | MathVista<sub>testmini</sub> | 54.3 | 53.5 | |
 
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 | GPT-4T-20240409 | Gemini-1.5-Pro | InternVL-Chat-V1-5 | InternVL2-26B |
27
+ | :--------------------------: | :-------------: | :------------: | :----------------: | :-----------: |
28
+ | Model Size | - | - | 25.5B | 25.5B |
29
+ | | | | | |
30
+ | DocVQA<sub>test</sub> | 87.2 | 86.5 | 90.9 | |
31
+ | ChartQA<sub>test</sub> | 78.1 | 81.3 | 83.8 | |
32
+ | InfoVQA<sub>test</sub> | - | 72.7 | 72.5 | |
33
+ | TextVQA<sub>val</sub> | - | 73.5 | 80.6 | |
34
+ | OCRBench | 678 | 754 | 724 | |
35
+ | MME<sub>sum</sub> | 2070.2 | - | 2187.8 | |
36
+ | RealWorldQA | 68.0 | 67.5 | 66.0 | |
37
+ | AI2D<sub>test</sub> | 89.4 | 80.3 | 80.7 | |
38
+ | MMMU<sub>val</sub> | 63.1 | 58.5 | 45.2 | |
39
+ | MMBench-EN<sub>test</sub> | 81.0 | 73.9 | 82.2 | |
40
+ | MMBench-CN<sub>test</sub> | 80.2 | 73.8 | 82.0 | |
41
+ | CCBench<sub>dev</sub> | 57.3 | 28.4 | 69.8 | |
42
+ | MMVet<sub>GPT-4-0613</sub> | - | - | 62.8 | |
43
+ | MMVet<sub>GPT-4-Turbo</sub> | 67.5 | 64.0 | 55.4 | |
44
+ | SEED-Image | - | - | 76.0 | |
45
+ | HallBench<sub>avg</sub> | 43.9 | 45.6 | 49.3 | |
46
+ | MathVista<sub>testmini</sub> | 58.1 | 57.7 | 53.5 | |
47
 
48
  - 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.
49