Commit 7f9c28a1 authored by Rayyyyy's avatar Rayyyyy
Browse files

Updata README scnet

parent be420e31
......@@ -94,7 +94,7 @@ python gen_messages_data.py --data_path /path/to/AdvertiseGen
- `tools` 字段为可选字段,若存在 `tools` 字段,其必须出现在 `system` 角色之后,且一个完整的对话数据(无论单轮或者多轮对话)只能出现一次 `tools` 字段。当 `tools` 字段存在时,`system` 角色必须存在并且 `content` 字段为空。
## 训练
GLM-4-9B等预训练模型可通过[aimodels](http://113.200.138.88:18080/aimodels)下载,当前用例默认预训练模型为:**glm-4-9b-chat**
预训练模型可通过[SCNet AIModels](http://113.200.138.88:18080/aimodels)下载,当前用例默认预训练模型为:[glm-4-9b-chat](http://113.200.138.88:18080/aimodels/glm-4-9b-chat)
1. 进入`finetune_demo`目录下,首先安装所需环境信息:
```bash
......
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