Commit f5ef689b authored by Rayyyyy's avatar Rayyyyy
Browse files

Add icon and SCNet

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