From 5f0c4fc03d57f518e17367943bcbcceb267ccd23 Mon Sep 17 00:00:00 2001 From: duzx16 Date: Wed, 17 May 2023 19:45:54 +0800 Subject: [PATCH] Update README --- README.md | 8 +++++++- README_en.md | 8 +++++++- UPDATE.md | 4 ++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9ba8ef3..5ce66f3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,13 @@ ChatGLM-6B 使用了和 ChatGPT 相似的技术,针对中文问答和对话进 *Read this in [English](README_en.md).* ## 更新信息 -**[2023/0515]** 更新 v1.1 版本 checkpoint,训练数据增加英文指令微调数据以平衡中英文数据比例,解决英文回答中夹杂中文词语的现象。 +**[2023/05/17]** 发布 [VisualGLM-6B](https://github.com/THUDM/VisualGLM-6B/),一个支持图像理解的多模态对话语言模型。 + +![](resources/visualglm.png) + +可以通过仓库中的 [cli_demo_vision.py](cli_demo_vision.py) 和 [web_demo_vision.py](web_demo_vision.py) 来运行命令行和网页 Demo。注意 VisualGLM-6B 需要额外安装 [SwissArmyTransformer](https://github.com/THUDM/SwissArmyTransformer/) 和 torchvision。 + +**[2023/05/15]** 更新 v1.1 版本 checkpoint,训练数据增加英文指令微调数据以平衡中英文数据比例,解决英文回答中夹杂中文词语的现象。
以下是更新前后的英文问题对比: diff --git a/README_en.md b/README_en.md index 05bf7f2..17e1819 100644 --- a/README_en.md +++ b/README_en.md @@ -18,7 +18,13 @@ In order to facilitate downstream developers to customize the model for their ow Try the [online demo](https://huggingface.co/spaces/ysharma/ChatGLM-6b_Gradio_Streaming) on Huggingface Spaces. ## Update -**[2023/0515]** Update the checkpoint of v1.1 version, add English instruction data for training to balance the proportion of Chinese and English data, which solves the phenomenon of Chinese words mixed in English answers . +**[2023/05/17]** Release [VisualGLM-6B](https://github.com/THUDM/VisualGLM-6B/), a multimodal conversational language model supporting image understanding. + +![](resources/visualglm.png) + +You can run the command line and web demo through [cli_demo_vision.py](cli_demo_vision.py) and [web_demo_vision.py](web_demo_vision.py) in the repository. Note that VisualGLM-6B requires additional installation of [SwissArmyTransformer](https://github.com/THUDM/SwissArmyTransformer/) and torchvision. + +**[2023/05/15]** Update the checkpoint of v1.1 version, add English instruction data for training to balance the proportion of Chinese and English data, which solves the phenomenon of Chinese words mixed in English answers .
The following is a comparison of English questions before and after the update diff --git a/UPDATE.md b/UPDATE.md index 8a3d501..3182580 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -1,6 +1,6 @@ ## 更新信息 -**[2023/0515]** 更新 v1.1 版本 checkpoint,训练数据增加英文数据以平衡中英文数据比例,解决英文回答中夹杂中文词语的现象。 +**[2023/05/15]** 更新 v1.1 版本 checkpoint,训练数据增加英文数据以平衡中英文数据比例,解决英文回答中夹杂中文词语的现象。
以下是更新前后的英文问题对比: @@ -38,7 +38,7 @@ ## Update -**[2023/0515]** Update the checkpoint of v1.1 version, add English instruction data for training to balance the proportion of Chinese and English data, which solves the phenomenon of Chinese words mixed in English answers . +**[2023/05/15]** Update the checkpoint of v1.1 version, add English instruction data for training to balance the proportion of Chinese and English data, which solves the phenomenon of Chinese words mixed in English answers .
The following is a comparison of English questions before and after the update