zRzRzRzRzRzRzR
commited on
Commit
β’
5024138
1
Parent(s):
5413a5b
Update README.md
Browse files
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`:
|