Rodeszones commited on
Commit
da1dd6f
1 Parent(s): d1cc20a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -6,6 +6,12 @@ pipeline_tag: visual-question-answering
6
 
7
  # CogVLM
8
 
 
 
 
 
 
 
9
  # Qiuckstart
10
 
11
  ```python
 
6
 
7
  # CogVLM
8
 
9
+ **CogVLM** is a powerful **open-source visual language model** (**VLM**). CogVLM-17B has 10 billion vision parameters and 7 billion language parameters. CogVLM-17B achieves state-of-the-art performance on 10 classic cross-modal benchmarks, including NoCaps, Flicker30k captioning, RefCOCO, RefCOCO+, RefCOCOg, Visual7W, GQA, ScienceQA, VizWiz VQA and TDIUC, and rank the 2nd on VQAv2, OKVQA, TextVQA, COCO captioning, etc., **surpassing or matching PaLI-X 55B**. CogVLM can also [chat with you](http://36.103.203.44:7861/) about images.
10
+
11
+ <div align="center">
12
+ <img src="https://github.com/THUDM/CogVLM/raw/main/assets/metrics-min.png" alt="img" style="zoom: 50%;" />
13
+ </div>
14
+
15
  # Qiuckstart
16
 
17
  ```python