czczup commited on
Commit
1b908db
1 Parent(s): ecae910

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -50
README.md CHANGED
@@ -37,28 +37,28 @@ InternVL 2.0 is a multimodal large language model series, featuring models of va
37
 
38
  ### Image Benchmarks
39
 
40
- | Benchmark | MiniCPM-Llama3-V-2_5 | InternVL-Chat-V1-5 | InternVL2-8B |
41
- | :-----------------------------: | :------------------: | :----------------: | :----------: |
42
- | Model Size | 8.5B | 25.5B | 8.1B |
43
- | | | | |
44
- | DocVQA<sub>test</sub> | 84.8 | 90.9 | 91.6 |
45
- | ChartQA<sub>test</sub> | - | 83.8 | 83.3 |
46
- | InfoVQA<sub>test</sub> | - | 72.5 | 74.8 |
47
- | TextVQA<sub>val</sub> | 76.6 | 80.6 | 77.4 |
48
- | OCRBench | 725 | 724 | 794 |
49
- | MME<sub>sum</sub> | 2024.6 | 2187.8 | 2210.3 |
50
- | RealWorldQA | 63.5 | 66.0 | 64.4 |
51
- | AI2D<sub>test</sub> | 78.4 | 80.7 | 83.8 |
52
- | MMMU<sub>val</sub> | 45.8 | 45.2 / 46.8 | 49.3 / 51.2 |
53
- | MMBench-EN<sub>test</sub> | 77.2 | 82.2 | 81.7 |
54
- | MMBench-CN<sub>test</sub> | 74.2 | 82.0 | 81.2 |
55
- | CCBench<sub>dev</sub> | 45.9 | 69.8 | 75.9 |
56
- | MMVet<sub>GPT-4-0613</sub> | - | 62.8 | 60.0 |
57
- | MMVet<sub>GPT-4-Turbo</sub> | 52.8 | 55.4 | 54.2 |
58
- | SEED-Image | 72.3 | 76.0 | 76.2 |
59
- | HallBench<sub>avg</sub> | 42.4 | 49.3 | 45.2 |
60
- | MathVista<sub>testmini</sub> | 54.3 | 53.5 | 58.3 |
61
- | OpenCompass<sub>avg-score</sub> | 58.8 | 61.7 | 64.1 |
62
 
63
  - 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. OCRBench, RealWorldQA, HallBench, and MathVista were evaluated using the VLMEvalKit.
64
 
@@ -66,8 +66,6 @@ InternVL 2.0 is a multimodal large language model series, featuring models of va
66
 
67
  - Please note that evaluating the same model using different testing toolkits like InternVL and VLMEvalKit can result in slight differences, which is normal. Updates to code versions and variations in environment and hardware can also cause minor discrepancies in results.
68
 
69
- - It is important to mention that the MMVet scores we report are evaluated using GPT-4-0613 as the judge model. Different versions of GPT-4 can lead to significant variations in the scores for this dataset. For instance, using GPT-4-Turbo would result in significantly lower scores.
70
-
71
  ### Video Benchmarks
72
 
73
  | Benchmark | VideoChat2-HD-Mistral | Video-CCAM-9B | InternVL2-4B | InternVL2-8B |
@@ -577,37 +575,35 @@ InternVL 2.0 是一个多模态大语言模型系列,包含各种规模的模
577
 
578
  ### 图像相关评测
579
 
580
- | 评测数据集 | MiniCPM-Llama3-V-2_5 | InternVL-Chat-V1-5 | InternVL2-8B |
581
- | :-----------------------------: | :------------------: | :----------------: | :----------: |
582
- | 模型大小 | 8.5B | 25.5B | 8.1B |
583
- | | | | |
584
- | DocVQA<sub>test</sub> | 84.8 | 90.9 | 91.6 |
585
- | ChartQA<sub>test</sub> | - | 83.8 | 83.3 |
586
- | InfoVQA<sub>test</sub> | - | 72.5 | 74.8 |
587
- | TextVQA<sub>val</sub> | 76.6 | 80.6 | 77.4 |
588
- | OCRBench | 725 | 724 | 794 |
589
- | MME<sub>sum</sub> | 2024.6 | 2187.8 | 2210.3 |
590
- | RealWorldQA | 63.5 | 66.0 | 64.4 |
591
- | AI2D<sub>test</sub> | 78.4 | 80.7 | 83.8 |
592
- | MMMU<sub>val</sub> | 45.8 | 45.2 / 46.8 | 49.3 / 51.2 |
593
- | MMBench-EN<sub>test</sub> | 77.2 | 82.2 | 81.7 |
594
- | MMBench-CN<sub>test</sub> | 74.2 | 82.0 | 81.2 |
595
- | CCBench<sub>dev</sub> | 45.9 | 69.8 | 75.9 |
596
- | MMVet<sub>GPT-4-0613</sub> | - | 62.8 | 60.0 |
597
- | MMVet<sub>GPT-4-Turbo</sub> | 52.8 | 55.4 | 54.2 |
598
- | SEED-Image | 72.3 | 76.0 | 76.2 |
599
- | HallBench<sub>avg</sub> | 42.4 | 49.3 | 45.2 |
600
- | MathVista<sub>testmini</sub> | 54.3 | 53.5 | 58.3 |
601
- | OpenCompass<sub>avg-score</sub> | 58.8 | 61.7 | 64.1 |
602
-
603
- - 我们同时使用 InternVL 和 VLMEvalKit 仓库进行模型评估。具体来说,DocVQA、ChartQA、InfoVQA、TextVQA、MME、AI2D、MMBench、CCBench、MMVet 和 SEED-Image 的结果是使用 InternVL 仓库测试的。MMMU、OCRBench、RealWorldQA、HallBench 和 MathVista 是使用 VLMEvalKit 进行评估的。
604
 
605
  - 对于MMMU,我们报告了原始分数(左侧:InternVL系列模型使用InternVL代码库评测,其他模型的分数来自其技术报告或网页)和VLMEvalKit分数(右侧:从OpenCompass排行榜收集)。
606
 
607
  - 请注意,使用不同的测试工具包(如 InternVL 和 VLMEvalKit)评估同一模型可能会导致细微差异,这是正常的。代码版本的更新、环境和硬件的变化也可能导致结果的微小差异。
608
 
609
- - 需要提到的是,我们报告的 MMVet 分数是使用 GPT-4-0613 作为评判模型评估的。不同版本的 GPT-4 会导致该数据集分数的显著变化。例如,使用 GPT-4-Turbo 会导致分数显著降低。
610
-
611
  ### 视频相关评测
612
 
613
  | 评测数据集 | VideoChat2-HD-Mistral | Video-CCAM-9B | InternVL2-4B | InternVL2-8B |
 
37
 
38
  ### Image Benchmarks
39
 
40
+ | Benchmark | MiniCPM-Llama3-V-2_5 | InternVL-Chat-V1-5 | InternVL2-8B |
41
+ | :--------------------------: | :------------------: | :----------------: | :----------: |
42
+ | Model Size | 8.5B | 25.5B | 8.1B |
43
+ | | | | |
44
+ | DocVQA<sub>test</sub> | 84.8 | 90.9 | 91.6 |
45
+ | ChartQA<sub>test</sub> | - | 83.8 | 83.3 |
46
+ | InfoVQA<sub>test</sub> | - | 72.5 | 74.8 |
47
+ | TextVQA<sub>val</sub> | 76.6 | 80.6 | 77.4 |
48
+ | OCRBench | 725 | 724 | 794 |
49
+ | MME<sub>sum</sub> | 2024.6 | 2187.8 | 2210.3 |
50
+ | RealWorldQA | 63.5 | 66.0 | 64.4 |
51
+ | AI2D<sub>test</sub> | 78.4 | 80.7 | 83.8 |
52
+ | MMMU<sub>val</sub> | 45.8 | 45.2 / 46.8 | 49.3 / 51.2 |
53
+ | MMBench-EN<sub>test</sub> | 77.2 | 82.2 | 81.7 |
54
+ | MMBench-CN<sub>test</sub> | 74.2 | 82.0 | 81.2 |
55
+ | CCBench<sub>dev</sub> | 45.9 | 69.8 | 75.9 |
56
+ | MMVet<sub>GPT-4-0613</sub> | - | 62.8 | 60.0 |
57
+ | MMVet<sub>GPT-4-Turbo</sub> | 52.8 | 55.4 | 54.2 |
58
+ | SEED-Image | 72.3 | 76.0 | 76.2 |
59
+ | HallBench<sub>avg</sub> | 42.4 | 49.3 | 45.2 |
60
+ | MathVista<sub>testmini</sub> | 54.3 | 53.5 | 58.3 |
61
+ | OpenCompass<sub>avg</sub> | 58.8 | 61.7 | 64.1 |
62
 
63
  - 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. OCRBench, RealWorldQA, HallBench, and MathVista were evaluated using the VLMEvalKit.
64
 
 
66
 
67
  - Please note that evaluating the same model using different testing toolkits like InternVL and VLMEvalKit can result in slight differences, which is normal. Updates to code versions and variations in environment and hardware can also cause minor discrepancies in results.
68
 
 
 
69
  ### Video Benchmarks
70
 
71
  | Benchmark | VideoChat2-HD-Mistral | Video-CCAM-9B | InternVL2-4B | InternVL2-8B |
 
575
 
576
  ### 图像相关评测
577
 
578
+ | 评测数据集 | MiniCPM-Llama3-V-2_5 | InternVL-Chat-V1-5 | InternVL2-8B |
579
+ | :--------------------------: | :------------------: | :----------------: | :----------: |
580
+ | 模型大小 | 8.5B | 25.5B | 8.1B |
581
+ | | | | |
582
+ | DocVQA<sub>test</sub> | 84.8 | 90.9 | 91.6 |
583
+ | ChartQA<sub>test</sub> | - | 83.8 | 83.3 |
584
+ | InfoVQA<sub>test</sub> | - | 72.5 | 74.8 |
585
+ | TextVQA<sub>val</sub> | 76.6 | 80.6 | 77.4 |
586
+ | OCRBench | 725 | 724 | 794 |
587
+ | MME<sub>sum</sub> | 2024.6 | 2187.8 | 2210.3 |
588
+ | RealWorldQA | 63.5 | 66.0 | 64.4 |
589
+ | AI2D<sub>test</sub> | 78.4 | 80.7 | 83.8 |
590
+ | MMMU<sub>val</sub> | 45.8 | 45.2 / 46.8 | 49.3 / 51.2 |
591
+ | MMBench-EN<sub>test</sub> | 77.2 | 82.2 | 81.7 |
592
+ | MMBench-CN<sub>test</sub> | 74.2 | 82.0 | 81.2 |
593
+ | CCBench<sub>dev</sub> | 45.9 | 69.8 | 75.9 |
594
+ | MMVet<sub>GPT-4-0613</sub> | - | 62.8 | 60.0 |
595
+ | MMVet<sub>GPT-4-Turbo</sub> | 52.8 | 55.4 | 54.2 |
596
+ | SEED-Image | 72.3 | 76.0 | 76.2 |
597
+ | HallBench<sub>avg</sub> | 42.4 | 49.3 | 45.2 |
598
+ | MathVista<sub>testmini</sub> | 54.3 | 53.5 | 58.3 |
599
+ | OpenCompass<sub>avg</sub> | 58.8 | 61.7 | 64.1 |
600
+
601
+ - 我们同时使用 InternVL 和 VLMEvalKit 仓库进行模型评估。具体来说,DocVQA、ChartQA、InfoVQA、TextVQA、MME、AI2D、MMBench、CCBench、MMVet 和 SEED-Image 的结果是使�� InternVL 仓库测试的。OCRBench、RealWorldQA、HallBench 和 MathVista 是使用 VLMEvalKit 进行评估的。
602
 
603
  - 对于MMMU,我们报告了原始分数(左侧:InternVL系列模型使用InternVL代码库评测,其他模型的分数来自其技术报告或网页)和VLMEvalKit分数(右侧:从OpenCompass排行榜收集)。
604
 
605
  - 请注意,使用不同的测试工具包(如 InternVL 和 VLMEvalKit)评估同一模型可能会导致细微差异,这是正常的。代码版本的更新、环境和硬件的变化也可能导致结果的微小差异。
606
 
 
 
607
  ### 视频相关评测
608
 
609
  | 评测数据集 | VideoChat2-HD-Mistral | Video-CCAM-9B | InternVL2-4B | InternVL2-8B |