diff --git a/README.md b/README.md index 3585aa91b58162a1f20f338af312a4cb5576daa2..82aa8522f5a6575581e61c7bcd41ca42b80da371 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,14 @@ ChatGLM-6B 使用了和 ChatGPT 相似的技术,针对中文问答和对话进 不过,由于 ChatGLM-6B 的规模较小,目前已知其具有相当多的[**局限性**](#局限性),如事实性/数学逻辑错误,可能生成有害/有偏见内容,较弱的上下文能力,自我认知混乱,以及对英文指示生成与中文指示完全矛盾的内容。请大家在使用前了解这些问题,以免产生误解。更大的基于1300亿参数[GLM-130B](https://github.com/THUDM/GLM-130B)的ChatGLM正在内测开发中。 +欢迎体验 Huggingface Spaces 上的[在线演示](https://huggingface.co/spaces/ysharma/ChatGLM-6b_Gradio_Streaming)。 + + *Read this in [English](README_en.md).* ## 更新信息 **[2023/03/19]** 增加流式输出接口 `stream_chat`,已更新到网页版和命令行 Demo。修复输出中的中文标点。增加量化后的模型 [ChatGLM-6B-INT4](https://huggingface.co/THUDM/chatglm-6b-int4) -上的流媒体演示 [Huggingface Spaces](https://huggingface.co/spaces/ysharma/ChatGLM-6b_Gradio_Streaming) ## 使用方式 diff --git a/README_en.md b/README_en.md index b4dcfe827611cee8f616dbbfe602e4b6ab648339..cb5e792d01be74de8fc5f14dbbc81d10522063fb 100644 --- a/README_en.md +++ b/README_en.md @@ -6,6 +6,8 @@ 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. +Try the [online demo](https://huggingface.co/spaces/ysharma/ChatGLM-6b_Gradio_Streaming) on Huggingface Spaces. + ## Update **[2023/03/19]** Add streaming output function `stream_chat`, already applied in web and CLI demo. Fix Chinese punctuations in output. Add quantized model [ChatGLM-6B-INT4](https://huggingface.co/THUDM/chatglm-6b-int4).