czczup commited on
Commit
bd1705a
β€’
1 Parent(s): 43533c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -48,10 +48,10 @@ As shown in the figure below, we adopted the same model architecture as InternVL
48
 
49
  | Model | Vision Foundation Model | Release Date | Note |
50
  | :----------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------: | :----------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
51
- | InternVL-Chat-V1.5(πŸ€— [HF link](https://huggingface.co/OpenGVLab/InternVL-Chat-V1-5)) | InternViT-6B-448px-V1-5(πŸ€— [HF link](https://huggingface.co/OpenGVLab/InternViT-6B-448px-V1-5)) | 2024.04.18 | support 4K image; super strong OCR; Approaching the performance of GPT-4V and Gemini Pro on various benchmarks like MMMU, DocVQA, ChartQA, MathVista, etc. (πŸ”₯new) |
52
  | InternVL-Chat-V1.2-Plus(πŸ€— [HF link](https://huggingface.co/OpenGVLab/InternVL-Chat-V1-2-Plus) ) | InternViT-6B-448px-V1-2(πŸ€— [HF link](https://huggingface.co/OpenGVLab/InternViT-6B-448px-V1-2)) | 2024.02.21 | more SFT data and stronger |
53
- | InternVL-Chat-V1.2(πŸ€— [HF link](https://huggingface.co/OpenGVLab/InternVL-Chat-V1-2) ) | InternViT-6B-448px-V1-2(πŸ€— [HF link](https://huggingface.co/OpenGVLab/InternViT-6B-448px-V1-2)) | 2024.02.11 | scaling up LLM to 34B |
54
- | InternVL-Chat-V1.1(πŸ€— [HF link](https://huggingface.co/OpenGVLab/InternVL-Chat-V1-1)) | InternViT-6B-448px-V1-0(πŸ€— [HF link](https://huggingface.co/OpenGVLab/InternViT-6B-448px-V1-0)) | 2024.01.24 | support Chinese and stronger OCR |
55
 
56
  ## Performance
57
 
@@ -59,7 +59,7 @@ As shown in the figure below, we adopted the same model architecture as InternVL
59
 
60
  ## Model Usage
61
 
62
- We provide an example code to run Mini-InternVL-Chat-4B-V1.5 using `transformers`.
63
 
64
  You can also use our [online demo](https://internvl.opengvlab.com/) for a quick experience of this model.
65
 
 
48
 
49
  | Model | Vision Foundation Model | Release Date | Note |
50
  | :----------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------: | :----------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
51
+ | InternVL-Chat-V1-5(πŸ€— [HF link](https://huggingface.co/OpenGVLab/InternVL-Chat-V1-5)) | InternViT-6B-448px-V1-5(πŸ€— [HF link](https://huggingface.co/OpenGVLab/InternViT-6B-448px-V1-5)) | 2024.04.18 | support 4K image; super strong OCR; Approaching the performance of GPT-4V and Gemini Pro on various benchmarks like MMMU, DocVQA, ChartQA, MathVista, etc. (πŸ”₯new) |
52
  | InternVL-Chat-V1.2-Plus(πŸ€— [HF link](https://huggingface.co/OpenGVLab/InternVL-Chat-V1-2-Plus) ) | InternViT-6B-448px-V1-2(πŸ€— [HF link](https://huggingface.co/OpenGVLab/InternViT-6B-448px-V1-2)) | 2024.02.21 | more SFT data and stronger |
53
+ | InternVL-Chat-V1-2(πŸ€— [HF link](https://huggingface.co/OpenGVLab/InternVL-Chat-V1-2) ) | InternViT-6B-448px-V1-2(πŸ€— [HF link](https://huggingface.co/OpenGVLab/InternViT-6B-448px-V1-2)) | 2024.02.11 | scaling up LLM to 34B |
54
+ | InternVL-Chat-V1-1(πŸ€— [HF link](https://huggingface.co/OpenGVLab/InternVL-Chat-V1-1)) | InternViT-6B-448px-V1-0(πŸ€— [HF link](https://huggingface.co/OpenGVLab/InternViT-6B-448px-V1-0)) | 2024.01.24 | support Chinese and stronger OCR |
55
 
56
  ## Performance
57
 
 
59
 
60
  ## Model Usage
61
 
62
+ We provide an example code to run Mini-InternVL-Chat-4B-V1-5 using `transformers`.
63
 
64
  You can also use our [online demo](https://internvl.opengvlab.com/) for a quick experience of this model.
65