Commit 9821c80c authored by zhaoying1's avatar zhaoying1
Browse files

Update README.md

parent 23c1ad07
...@@ -81,7 +81,7 @@ pip install -r requirements.txt ...@@ -81,7 +81,7 @@ pip install -r requirements.txt
Hugging Face模型下载地址: Hugging Face模型下载地址:
[ChatGLM-6B](https://huggingface.co/THUDM/chatglm-6b) [ChatGLM-6B](https://huggingface.co/THUDM/chatglm-6b)
**为了获得训练中性能提升,请将所下载预训练模型文件夹中`modeling_chatglm.py`文件替换为本项目[model](./model/)目录下的`modeling_chatglm.py`。** **为了获得训练中性能提升,请将所下载预训练模型文件夹中`modeling_chatglm.py`文件替换为本项目[model](./model/)目录下的`modeling_chatglm.py`。需要注意,推理时需使用原`modeling_chatglm.py`内的计算方式。**
## 训练 ## 训练
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment