czczup commited on
Commit
102b9d2
·
verified ·
1 Parent(s): 03aa097

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -19
README.md CHANGED
@@ -11,10 +11,6 @@ language:
11
  - multilingual
12
  tags:
13
  - internvl
14
- - vision
15
- - ocr
16
- - multi-image
17
- - video
18
  - custom_code
19
  ---
20
 
@@ -81,8 +77,6 @@ InternVL 2.0 is a multimodal large language model series, featuring models of va
81
 
82
  - We simultaneously use [InternVL](https://github.com/OpenGVLab/InternVL) and [VLMEvalKit](https://github.com/open-compass/VLMEvalKit) repositories for model evaluation. Specifically, the results reported for DocVQA, ChartQA, InfoVQA, TextVQA, MME, AI2D, MMBench, CCBench, MMVet (GPT-4-0613), and SEED-Image were tested using the InternVL repository. MMMU, OCRBench, RealWorldQA, HallBench, MMVet (GPT-4-Turbo), and MathVista were evaluated using the VLMEvalKit.
83
 
84
- - Please note that evaluating the same model using different testing toolkits like [InternVL](https://github.com/OpenGVLab/InternVL) and [VLMEvalKit](https://github.com/open-compass/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.
85
-
86
  ### Video Benchmarks
87
 
88
  | Benchmark | GPT-4V | LLaVA-NeXT-Video | InternVL-Chat-V1-5 | InternVL2-26B |
@@ -119,16 +113,10 @@ InternVL 2.0 is a multimodal large language model series, featuring models of va
119
 
120
  Limitations: Although we have made efforts to ensure the safety of the model during the training process and to encourage the model to generate text that complies with ethical and legal requirements, the model may still produce unexpected outputs due to its size and probabilistic generation paradigm. For example, the generated responses may contain biases, discrimination, or other harmful content. Please do not propagate such content. We are not responsible for any consequences resulting from the dissemination of harmful information.
121
 
122
- ### Invitation to Evaluate InternVL
123
-
124
- We welcome MLLM benchmark developers to assess our InternVL1.5 and InternVL2 series models. If you need to add your evaluation results here, please contact me at [[email protected]](mailto:[email protected]).
125
-
126
  ## Quick Start
127
 
128
  We provide an example code to run InternVL2-26B using `transformers`.
129
 
130
- We also welcome you to experience the InternVL2 series models in our [online demo](https://internvl.opengvlab.com/).
131
-
132
  > Please use transformers>=4.37.2 to ensure the model works normally.
133
 
134
  ### Model Loading
@@ -599,7 +587,7 @@ print(response)
599
 
600
  ## License
601
 
602
- This project is released under the MIT license, while InternLM2 is licensed under the Apache-2.0 license.
603
 
604
  ## Citation
605
 
@@ -612,16 +600,16 @@ If you find this project useful in your research, please consider citing:
612
  journal={arXiv preprint arXiv:2410.16261},
613
  year={2024}
614
  }
615
- @article{chen2023internvl,
616
- title={InternVL: Scaling up Vision Foundation Models and Aligning for Generic Visual-Linguistic Tasks},
617
- 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},
618
- journal={arXiv preprint arXiv:2312.14238},
619
- year={2023}
620
- }
621
  @article{chen2024far,
622
  title={How Far Are We to GPT-4V? Closing the Gap to Commercial Multimodal Models with Open-Source Suites},
623
  author={Chen, Zhe and Wang, Weiyun and Tian, Hao and Ye, Shenglong and Gao, Zhangwei and Cui, Erfei and Tong, Wenwen and Hu, Kongzhi and Luo, Jiapeng and Ma, Zheng and others},
624
  journal={arXiv preprint arXiv:2404.16821},
625
  year={2024}
626
  }
 
 
 
 
 
 
627
  ```
 
11
  - multilingual
12
  tags:
13
  - internvl
 
 
 
 
14
  - custom_code
15
  ---
16
 
 
77
 
78
  - We simultaneously use [InternVL](https://github.com/OpenGVLab/InternVL) and [VLMEvalKit](https://github.com/open-compass/VLMEvalKit) repositories for model evaluation. Specifically, the results reported for DocVQA, ChartQA, InfoVQA, TextVQA, MME, AI2D, MMBench, CCBench, MMVet (GPT-4-0613), and SEED-Image were tested using the InternVL repository. MMMU, OCRBench, RealWorldQA, HallBench, MMVet (GPT-4-Turbo), and MathVista were evaluated using the VLMEvalKit.
79
 
 
 
80
  ### Video Benchmarks
81
 
82
  | Benchmark | GPT-4V | LLaVA-NeXT-Video | InternVL-Chat-V1-5 | InternVL2-26B |
 
113
 
114
  Limitations: Although we have made efforts to ensure the safety of the model during the training process and to encourage the model to generate text that complies with ethical and legal requirements, the model may still produce unexpected outputs due to its size and probabilistic generation paradigm. For example, the generated responses may contain biases, discrimination, or other harmful content. Please do not propagate such content. We are not responsible for any consequences resulting from the dissemination of harmful information.
115
 
 
 
 
 
116
  ## Quick Start
117
 
118
  We provide an example code to run InternVL2-26B using `transformers`.
119
 
 
 
120
  > Please use transformers>=4.37.2 to ensure the model works normally.
121
 
122
  ### Model Loading
 
587
 
588
  ## License
589
 
590
+ This project is released under the MIT License. This project uses the pre-trained internlm2-chat-20b as a component, which is licensed under the Apache License 2.0.
591
 
592
  ## Citation
593
 
 
600
  journal={arXiv preprint arXiv:2410.16261},
601
  year={2024}
602
  }
 
 
 
 
 
 
603
  @article{chen2024far,
604
  title={How Far Are We to GPT-4V? Closing the Gap to Commercial Multimodal Models with Open-Source Suites},
605
  author={Chen, Zhe and Wang, Weiyun and Tian, Hao and Ye, Shenglong and Gao, Zhangwei and Cui, Erfei and Tong, Wenwen and Hu, Kongzhi and Luo, Jiapeng and Ma, Zheng and others},
606
  journal={arXiv preprint arXiv:2404.16821},
607
  year={2024}
608
  }
609
+ @article{chen2023internvl,
610
+ title={InternVL: Scaling up Vision Foundation Models and Aligning for Generic Visual-Linguistic Tasks},
611
+ 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},
612
+ journal={arXiv preprint arXiv:2312.14238},
613
+ year={2023}
614
+ }
615
  ```