czczup commited on
Commit
b7dff48
·
verified ·
1 Parent(s): 523db58

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -12
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
 
@@ -80,8 +76,6 @@ Here, we have conducted only a simple performance comparison. For more detailed
80
 
81
  We provide an example code to run InternVL-Chat-V1-2-Plus using `transformers`.
82
 
83
- We also welcome you to experience the InternVL2 series models in our [online demo](https://internvl.opengvlab.com/).
84
-
85
  > Please use transformers>=4.37.2 to ensure the model works normally.
86
 
87
  ### Model Loading
@@ -481,16 +475,16 @@ If you find this project useful in your research, please consider citing:
481
  journal={arXiv preprint arXiv:2410.16261},
482
  year={2024}
483
  }
484
- @article{chen2023internvl,
485
- title={InternVL: Scaling up Vision Foundation Models and Aligning for Generic Visual-Linguistic Tasks},
486
- 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},
487
- journal={arXiv preprint arXiv:2312.14238},
488
- year={2023}
489
- }
490
  @article{chen2024far,
491
  title={How Far Are We to GPT-4V? Closing the Gap to Commercial Multimodal Models with Open-Source Suites},
492
  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},
493
  journal={arXiv preprint arXiv:2404.16821},
494
  year={2024}
495
  }
 
 
 
 
 
 
496
  ```
 
11
  - multilingual
12
  tags:
13
  - internvl
 
 
 
 
14
  - custom_code
15
  ---
16
 
 
76
 
77
  We provide an example code to run InternVL-Chat-V1-2-Plus using `transformers`.
78
 
 
 
79
  > Please use transformers>=4.37.2 to ensure the model works normally.
80
 
81
  ### Model Loading
 
475
  journal={arXiv preprint arXiv:2410.16261},
476
  year={2024}
477
  }
 
 
 
 
 
 
478
  @article{chen2024far,
479
  title={How Far Are We to GPT-4V? Closing the Gap to Commercial Multimodal Models with Open-Source Suites},
480
  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},
481
  journal={arXiv preprint arXiv:2404.16821},
482
  year={2024}
483
  }
484
+ @article{chen2023internvl,
485
+ title={InternVL: Scaling up Vision Foundation Models and Aligning for Generic Visual-Linguistic Tasks},
486
+ 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},
487
+ journal={arXiv preprint arXiv:2312.14238},
488
+ year={2023}
489
+ }
490
  ```