czczup commited on
Commit
08c3036
·
verified ·
1 Parent(s): 6002d2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -13,7 +13,7 @@ datasets:
13
 
14
  ## What is InternVL?
15
 
16
- \[[Paper](https://arxiv.org/abs/2312.14238)\] \[[GitHub](https://github.com/OpenGVLab/InternVL)\]
17
 
18
  InternVL scales up the ViT to _**6B parameters**_ and aligns it with LLM.
19
 
@@ -22,7 +22,7 @@ It is _**the largest open-source vision/vision-language foundation model (14B)**
22
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64119264f0f81eb569e0d569/k5UATwX5W2b5KJBN5C58x.png)
23
 
24
  ## Model Details
25
- - **Model Type:** feature backbone
26
  - **Model Stats:**
27
  - Params (M): 5903
28
  - Image size: 448 x 448
@@ -53,7 +53,7 @@ outputs = model(pixel_values)
53
 
54
  ## Citation
55
 
56
- If you find this project useful in your research, please consider cite:
57
 
58
  ```BibTeX
59
  @article{chen2023internvl,
 
13
 
14
  ## What is InternVL?
15
 
16
+ \[[Paper](https://arxiv.org/abs/2312.14238)\] \[[GitHub](https://github.com/OpenGVLab/InternVL)\] \[[Chat Demo](https://internvl.opengvlab.com/)\]
17
 
18
  InternVL scales up the ViT to _**6B parameters**_ and aligns it with LLM.
19
 
 
22
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64119264f0f81eb569e0d569/k5UATwX5W2b5KJBN5C58x.png)
23
 
24
  ## Model Details
25
+ - **Model Type:** vision foundation model, feature backbone
26
  - **Model Stats:**
27
  - Params (M): 5903
28
  - Image size: 448 x 448
 
53
 
54
  ## Citation
55
 
56
+ If you find this project useful in your research, please consider citing:
57
 
58
  ```BibTeX
59
  @article{chen2023internvl,