Update README.md

pull/427/head
duzx16 2023-04-07 01:11:44 +08:00
parent ef9becd129
commit 5ed85db84f
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ ChatGLM-6B 使用了和 ChatGPT 相似的技术,针对中文问答和对话进
*Read this in [English](README_en.md).*
## 更新信息
**如果你遇到了任何问题请先尝试从HF Repo 或 Tsinghua Cloud 重新下载模型文件**。
**[2023/04/06]** 优化web demo的界面。移除embedding中的image token以减小显存占用需要更新模型文件`pytorch_model-00001-of-00008.bin`和`pytorch_model-00008-of-00008.bin`)。去掉了对 `icetk` 的依赖(需要更新模型文件`ice_text.model`)。
**[2023/03/31]** 增加基于 [P-Tuning-v2](https://github.com/THUDM/P-tuning-v2) 的高效参数微调实现INT4 量化级别下最低只需 7GB 显存即可进行模型微调。详见[高效参数微调方法](ptuning/README.md)。