百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
C

CogVLM2

> 编程语言
开源

基于 Llama3-8B 的 GPT4V 级别开源多模型

2.4K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

基于 Llama3-8B 的 GPT4V 级别开源多模型

# CogVLM2 & CogVLM2-Video [中文版README](./README_zh.md)

Join our Wechat · Try CogVLM2 Online Try CogVLM2-Video Online

Experience the larger-scale CogVLM model on the ZhipuAI Open Platform.

## Recent updates - **News**: ``2024/8/30``: The [CogVLM2 paper](https://arxiv.org/abs/2408.16500) has been published on arXiv. - **News**: ``2024/7/12``: We have released CogVLM2-Video [online web demo](http://cogvlm2-online.cogviewai.cn:7868/), welcome to experience it. - **News**: ``2024/7/8``: We released the video understanding version of the CogVLM2 model, the CogVLM2-Video model. By extracting keyframes, it can interpret continuous images. The model can support videos of up to 1 minute. See more in our [blog](https://cogvlm2-video.github.io/). - **News**: ``2024/6/8``:We release [CogVLM2 TGI Weight](https://huggingface.co/THUDM/cogvlm2-llama3-chat-19B-tgi), which is a model can be inferred in [TGI](https://huggingface.co/docs/text-generation-inference/en/index). See Inference Code in [here](https://github.com/leizhao1234/cogvlm2) - **News**: ``2024/6/5``:We release [GLM-4V-9B](https://huggingface.co/THUDM/glm-4v-9b), which use the same data and training recipes as CogVLM2 but with GLM-9B as the language backbone. We removed visual experts to reduce the model size to 13B. More details at [GLM-4 repo](https://github.com/THUDM/GLM-4/). - **News**: ``2024/5/24``: We have released the [Int4 version model](https://huggingface.co/THUDM/cogvlm2-llama3-chat-19B-int4), which requires only 16GB of video memory for inference. You can also run on-the-fly int4 version by passing `--quant 4`. - **News**: ``2024/5/20``: We released the next generation model CogVLM2, which is based on llama3-8b and is equivalent (or better) to GPT-4V in most cases ! Welcome to download! ## Model introduction We launch a new generation of **CogVLM2** series of models and open source two models based on [Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct). Compared with the previous generation of CogVLM open source models, the CogVLM2 series of open source models have the following improvements: 1. Significant improvements in many benchmarks such as `TextVQA`, `DocVQA`. 2. Support **8K** content length. 3. Support image resolution up to **1344 * 1344**. 4. Provide an open source model version that supports both **Chinese and English**. You can see the details of the **CogVLM2** family of open source models in the table below: | Model Name | cogvlm2-llama3-chat-19B | cogvlm2-llama3-chinese-chat-19B | cogvlm2-video-llama3-chat | cogvlm2-video-llama3-base | |------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------| | Base Model | Meta-Llama-3-8B-Instruct | Meta-Llama-3-8B-Instruct | Meta-Llama-3-8B-Instruct | Meta-Llama-3-8B-Instruct | | Language | English | Chinese, English | English | English | | Task | Image Understanding, Multi-turn Dialogue Model | Image Understanding, Multi-turn Dialogue Model | Video Understanding, Single-turn Dialogue Model | Video Understanding, Base Model, No Dialogue | | Model Link | [ Huggingface](https://huggingface.co/THUDM/cogvlm2-llama3-chat-19B) [ ModelScope](https://modelscope.cn/models/ZhipuAI/cogvlm2-llama3-chat-19B/) [ Wise Model](https://wisemodel.cn/models/ZhipuAI/cogvlm2-llama3-chat-19B/) | [ Huggingface](https://huggingface.co/THUDM/cogvlm2-llama3-chinese-chat-19B) [ ModelScope](https://modelscope.cn/models/ZhipuAI/cogvlm2-llama3-chinese-chat-19B/) [ Wise Model](https://wisemodel.cn/models/ZhipuAI/cogvlm2-llama3-chinese-chat-19B) | [ Huggingface](https://huggingface.co/THUDM/cogvlm2-video-llama3-chat) [ ModelScope](https://modelscope.cn/models/ZhipuAI/cogvlm2-video-llama3-chat) | [ Huggingface](https://huggingface.co/THUDM/cogvlm2-video-llama3-base) [ ModelScope](https://modelscope.cn/models/ZhipuAI/cogvlm2-video-llama3-base) | | Experience Link | [ Official Page](http://36.103.203.44:7861/) | [ Official Page](http://36.103.203.44:7861/) [ ModelScope](https://modelscope.cn/studios/ZhipuAI/Cogvlm2-llama3-chinese-chat-Demo/summary) | [ Official Page](http://36.103.203.44:7868/) [ ModelScope](https://modelscope.cn/studios/ZhipuAI/Cogvlm2-Video-Llama3-Chat-Demo) | / | | Int4 Model | [ Huggingface](https://huggingface.co/THUDM/cogvlm2-llama3-chat-19B-int4) [ ModelScope](https://modelscope.cn/models/ZhipuAI/cogvlm2-llama3-chat-19B-int4) [ Wise Model](https://wisemodel.cn/models/ZhipuAI/cogvlm2-llama3-chat-19B-int4/) | [ Huggingface](https://huggingface.co/THUDM/cogvlm2-llama3-chinese-chat-19B-int4) [ ModelScope](https://modelscope.cn/models/ZhipuAI/cogvlm2-llama3-chinese-chat-19B-int4) [ Wise Model](https://wisemodel.cn/models/ZhipuAI/cogvlm2-llama3-chinse-chat-19B-int4/) | / | / | | Text Length | 8K | 8K | 2K | 2K | | Image Resolution | 1344 * 1344 | 1344 * 1344 | 224 * 224 (Video, take the first 24 frames) | 224 * 224 (Video, take the average 24 frames) | ## Benchmark ### Image Understand Our open source models have achieved good results in many lists compared to the previous generation of CogVLM open source models. Its excellent performance can compete with some non-open source models, as shown in the table below: | Model | Open Source | LLM Size | TextVQA | DocVQA | ChartQA | OCRbench | VCR_EASY | VCR_HARD | MMMU | MMVet | MMBench | |----------------------------|-------------|----------|----------|----------|----------|----------|-------------|-------------|----------|----------|----------| | CogVLM1.1 | ✅ | 7B | 69.

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •News: `2024/8/30`: The CogVLM2 paper has been published on arXiv.
  • •News: `2024/7/12`: We have released CogVLM2-Video online web demo, welcome to experience it.
  • •News: `2024/7/8`: We released the video understanding version of the CogVLM2 model, the CogVLM2-Video model.
  • •News: `2024/6/8`:We release CogVLM2 TGI Weight,
  • •News: `2024/6/5`:We release GLM-4V-9B, which use the same data and
  • •News: `2024/5/24`: We have released
  • •News: `2024/5/20`: We released the next generation model CogVLM2, which is based on llama3-8b and is

> 标签

Pythoncogvlmlanguage-modelmulti-modalpretrained-models

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言