shwu commited on
Commit
01d3875
1 Parent(s): f3d77c9
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -7,7 +7,7 @@ tags:
7
  - blip2
8
  ---
9
 
10
- # Model Card for {{ model_id | default("Model ID", true) }}
11
 
12
  ## Model Details
13
 
@@ -15,9 +15,9 @@ tags:
15
 
16
  blip2zh-chatglm-6b是基于blip2训练的中文多模态聊天模型。
17
 
18
- - **blip2 base model** [bert-base-chinese](https://huggingface.co/bert-base-chinese)
19
- - **Vision encoder** [eva-clip-vit-g](https://arxiv.org/abs/2211.07636)
20
- - **Language model** [chatglm-6b](https://huggingface.co/THUDM/chatglm-6b)
21
 
22
  ### Model Sources
23
 
@@ -27,7 +27,7 @@ blip2zh-chatglm-6b是基于blip2训练的中文多模态聊天模型。
27
 
28
  ## Uses
29
 
30
- 模型参数不包含chatglm的参数,需要事先下载chatglm并安装其对应的依赖。
31
 
32
  加载模型及推理可以参考[api](https://github.com/XiPotatonium/chatbot-api/blob/main/src/model/blip2chatglm/__init__.py)的实现
33
 
 
7
  - blip2
8
  ---
9
 
10
+ # Model Card for blip2zh-chatglm-6b
11
 
12
  ## Model Details
13
 
 
15
 
16
  blip2zh-chatglm-6b是基于blip2训练的中文多模态聊天模型。
17
 
18
+ - **blip2 base model**: [bert-base-chinese](https://huggingface.co/bert-base-chinese)
19
+ - **Vision encoder**: [eva-clip-vit-g](https://arxiv.org/abs/2211.07636)
20
+ - **Language model**: [chatglm-6b](https://github.com/THUDM/ChatGLM-6B) at [commit](https://huggingface.co/THUDM/chatglm-6b/commit/9324de70a93207c9a310cf99d5d6261791489691)
21
 
22
  ### Model Sources
23
 
 
27
 
28
  ## Uses
29
 
30
+ 模型参数不包含chatglm的参数,需要事先下载[chatglm](https://huggingface.co/THUDM/chatglm-6b)([commit](https://huggingface.co/THUDM/chatglm-6b/commit/9324de70a93207c9a310cf99d5d6261791489691))并安装其对应的依赖。
31
 
32
  加载模型及推理可以参考[api](https://github.com/XiPotatonium/chatbot-api/blob/main/src/model/blip2chatglm/__init__.py)的实现
33