diff --git a/MODEL_LICENSE b/MODEL_LICENSE index 77cef3a1..a61c4b83 100644 --- a/MODEL_LICENSE +++ b/MODEL_LICENSE @@ -8,9 +8,10 @@ The CogVLM License 2. License Grant -Subject to the terms and conditions of this License, the Licensor hereby grants to you a non-exclusive, worldwide, non-transferable, non-sublicensable, revocable, royalty-free copyright license to use the Software. - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +Under the terms and conditions of this license, the Licensor hereby grants you a non-exclusive, worldwide, non-transferable, non-sublicensable, revocable, royalty-free copyright license. +This license permits you to use all open-source models in this repository for academic research free. Users who wish to use the models for commercial purposes must register [here](https://open.bigmodel.cn/mla/form). +Registered users may use the models for commercial activities free of charge, but must comply with all terms and conditions of this license. +The license notice shall be included in all copies or substantial portions of the Software. 3. Restriction @@ -32,9 +33,10 @@ This license shall be governed and construed in accordance with the laws of Peop Note that the license is subject to update to a more comprehensive version. For any questions related to the license and copyright, please contact us at license@zhipuai.cn. -7. Llama2 and EVA-CLIP2 license +7. Llama2 and EVA-CLIP2 License + +For CogVLM-17B version, Llama2 license conditions (https://ai.meta.com/llama/license/) and EVA license conditions (MIT, https://github.com/baaivision/EVA/blob/master/LICENSE) Also applies to model weights. -For CogVLM-17B version, Llama2 license (https://ai.meta.com/llama/license/) and EVA license (MIT, https://github.com/baaivision/EVA/blob/master/LICENSE) are applied. 1. 定义 @@ -45,7 +47,8 @@ For CogVLM-17B version, Llama2 license (https://ai.meta.com/llama/license/) and 2. 许可授予 根据本许可的条款和条件,许可方特此授予您非排他性、全球性、不可转让、不可再许可、可撤销、免版税的版权许可。 - +本许可允许您免费使用本仓库中的所有开源模型进行学术研究,对于希望将模型用于商业目的的用户,需在[这里](https://open.bigmodel.cn/mla/form)完成登记。 +经过登记的用户可以免费使用本模型进行商业活动,但必须遵守本许可的所有条款和条件。 上述版权声明和本许可声明应包含在本软件的所有副本或重要部分中。 3.限制 diff --git a/README_zh.md b/README_zh.md index 958cf2bd..93dc1c94 100644 --- a/README_zh.md +++ b/README_zh.md @@ -16,13 +16,13 @@ Agent、Grounding等多种能力。
📖 Paper: CogVLM: Visual Expert for Pretrained Language Models
-CogVLM 是一个强大的开源视觉语言模型(VLM)。CogVLM-17B拥有100亿的视觉参数和70亿的语言参数,支持490*490分辨率的图像理解和多轮对话。.
-CogVLM-17B 17B在10个经典的跨模态基准测试中取得了最先进的性能包括NoCaps, Flicker30k captioning, RefCOCO, RefCOCO+, RefCOCOg, Visual7W, GQA, ScienceQA, VizWiz VQA 和 TDIUC 基准测试.
+CogVLM 是一个强大的开源视觉语言模型(VLM)。CogVLM-17B拥有100亿的视觉参数和70亿的语言参数,支持490*490分辨率的图像理解和多轮对话。
+CogVLM-17B 17B在10个经典的跨模态基准测试中取得了最先进的性能包括NoCaps, Flicker30k captioning, RefCOCO, RefCOCO+, RefCOCOg, Visual7W, GQA, ScienceQA, VizWiz VQA 和 TDIUC 基准测试。
📖 Paper: CogAgent: A Visual Language Model for GUI Agents
-CogAgent 是一个基于CogVLM改进的开源视觉语言模型。CogAgent-18B拥有110亿的视觉参数和70亿的语言参数, 支持1120*1120分辨率的图像理解。. 在CogVLM的能力之上,它进一步拥有了GUI图像Agent的能力。.
+CogAgent 是一个基于CogVLM改进的开源视觉语言模型。CogAgent-18B拥有110亿的视觉参数和70亿的语言参数, 支持1120*1120分辨率的图像理解。在CogVLM的能力之上,它进一步拥有了GUI图像Agent的能力。
CogAgent-18B 在9个经典的跨模态基准测试中实现了最先进的通用性能,包括 VQAv2, OK-VQ, TextVQA, ST-VQA, ChartQA, infoVQA, DocVQA, MM-Vet, 和 POPE 测试基准。它在包括AITW和Mind2Web在内的GUI操作数据集上显著超越了现有的模型。