diff --git a/README.md b/README.md index b1f47e2..b6271d3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ChatGLM-6B 使用了和 ChatGPT 相似的技术,针对中文问答和对话进 *Read this in [English](README_en.md).* ## 更新信息 -**[2023/03/19]** 增加流式输出接口`stream_chat`,已更新到网页版和命令行demo +**[2023/03/19]** 增加流式输出接口`stream_chat`,已更新到网页版和命令行demo。修复输出中的中文标点 ## 使用方式 diff --git a/README_en.md b/README_en.md index a306c51..cff83b7 100644 --- a/README_en.md +++ b/README_en.md @@ -7,7 +7,7 @@ ChatGLM-6B is an open bilingual language model based on [General Language Model ChatGLM-6B uses technology similar to ChatGPT, optimized for Chinese QA and dialogue. The model is trained for about 1T tokens of Chinese and English corpus, supplemented by supervised fine-tuning, feedback bootstrap, and reinforcement learning wit human feedback. With only about 6.2 billion parameters, the model is able to generate answers that are in line with human preference. ## Update -**[2023/03/19]** Add streaming output function `stream_chat`, already applied in web and CLI demo +**[2023/03/19]** Add streaming output function `stream_chat`, already applied in web and CLI demo. Fix Chinese punctuations in output. ## Getting Started