Update README.md
Browse files
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 |

|
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
|
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 |

|
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,
|