Text Generation
Transformers
Safetensors
English
custom_code
zRzRzRzRzRzRzR commited on
Commit
5024138
β€’
1 Parent(s): 5413a5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -11,6 +11,7 @@ language:
11
 
12
  πŸš€ GitHub: For more information such as demo, fine-tuning, and query prompts, please refer to [Our GitHub](https://github.com/THUDM/CogVLM/)
13
 
 
14
  ## Reminder
15
 
16
  πŸ“ **This is the ``cogagent-vqa`` version of CogAgent checkpoint.**
@@ -24,7 +25,7 @@ We have open-sourced 2 versions of CogAgent checkpoints, and you can choose one
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 benchmarks** (such as MMVET, VQAv2), we recommend using this model.
27
-
28
 
29
  ## Introduction
30
 
@@ -50,6 +51,11 @@ In addition to all the **features** already present in **CogVLM** (visual multi-
50
  <img src="https://raw.githubusercontent.com/THUDM/CogVLM/master/assets/cogagent_function.jpg" alt="img" style="zoom: 50%;" />
51
  </div>
52
 
 
 
 
 
 
53
  ## Quick Start
54
 
55
  use this python code to get started quickly in `cli_demo.py`:
 
11
 
12
  πŸš€ GitHub: For more information such as demo, fine-tuning, and query prompts, please refer to [Our GitHub](https://github.com/THUDM/CogVLM/)
13
 
14
+
15
  ## Reminder
16
 
17
  πŸ“ **This is the ``cogagent-vqa`` version of CogAgent checkpoint.**
 
25
  3. ``cogagent-vqa``: [This model](https://huggingface.co/THUDM/cogagent-vqa-hf) has *stronger* capabilities in **single-turn visual dialogue**.
26
 
27
  If you need to **work on VQA benchmarks** (such as MMVET, VQAv2), we recommend using this model.
28
+
29
 
30
  ## Introduction
31
 
 
51
  <img src="https://raw.githubusercontent.com/THUDM/CogVLM/master/assets/cogagent_function.jpg" alt="img" style="zoom: 50%;" />
52
  </div>
53
 
54
+ Models weight in this repository for academic research is **free**.
55
+ Users who wish to use the models for **commercial purposes** must register **[here](https://open.bigmodel.cn/mla/form)**.
56
+ Registered users may use the models for commercial activities free of charge, but must comply with all terms and conditions of this license.
57
+ The license notice shall be included in all copies or substantial portions of the Software.
58
+
59
  ## Quick Start
60
 
61
  use this python code to get started quickly in `cli_demo.py`: