Text Generation
Transformers
Safetensors
English
custom_code
wenyi commited on
Commit
c545ed3
·
1 Parent(s): ded72e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -17,11 +17,11 @@ language:
17
 
18
  We have open-sourced 2 versions of CogAgent checkpoints, and you can choose one based on your needs.
19
 
20
- 1. ``cogagent-chat``: This model has strong capabilities in **GUI Agent, visual multi-turn dialogue, visual grounding,** etc.
21
 
22
  If you need GUI Agent and Visual Grounding functions, or need to conduct multi-turn dialogues with a given image, we recommend using this version of the model.
23
 
24
- 3. ``cogagent-vqa``: This model has *stronger* capabilities in **single-turn visual dialogue**.
25
 
26
  If you need to **work on VQA leaderboards** (such as MMVET, VQAv2), we recommend using this model.
27
 
 
17
 
18
  We have open-sourced 2 versions of CogAgent checkpoints, and you can choose one based on your needs.
19
 
20
+ 1. ``cogagent-chat``: [This model](https://huggingface.co/THUDM/cogagent-chat-hf) has strong capabilities in **GUI Agent, visual multi-turn dialogue, visual grounding,** etc.
21
 
22
  If you need GUI Agent and Visual Grounding functions, or need to conduct multi-turn dialogues with a given image, we recommend using this version of the model.
23
 
24
+ 3. ``cogagent-vqa``: [This model](https://huggingface.co/THUDM/cogagent-vqa-hf) has *stronger* capabilities in **single-turn visual dialogue**.
25
 
26
  If you need to **work on VQA leaderboards** (such as MMVET, VQAv2), we recommend using this model.
27