Commit b0b8940e authored by zhaoying1's avatar zhaoying1
Browse files

Merge branch 'main' into 'k100ai_dtk2404_optim'

# Conflicts:
#   README.md
parents 90e3b51f d8704953
...@@ -80,8 +80,11 @@ pip install -r requirements.txt ...@@ -80,8 +80,11 @@ 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)
模型权重SCNet快速下载地址:
[ChatGLM-6B](http://113.200.138.88:18080/aimodels/chatglm-6b)
**为了获得训练中性能提升,请将所下载预训练模型文件夹中`modeling_chatglm.py`文件替换为本项目[model](./model/)目录下的`modeling_chatglm.py`。需要注意,推理时需使用原`modeling_chatglm.py`内的计算方式。** **为了获得训练中性能提升,请将所下载预训练模型文件夹中`modeling_chatglm.py`文件替换为本项目[model](./model/)目录下的`modeling_chatglm.py`。需要注意,推理时需使用原`modeling_chatglm.py`内的计算方式。**
=======
## 训练 ## 训练
......
icon.png

53.8 KB

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