[MNT] Update some file

This commit is contained in:
herobrine19
2023-05-22 17:09:35 +08:00
parent 0a3df5e24e
commit 2fbc20a080
7 changed files with 46 additions and 6 deletions

View File

@ -116,12 +116,12 @@ LawGPT 系列模型的训练过程分为两个阶段:
### 二次训练流程
1. 参考 `data/example_instruction_train.json` 构造二次训练数据集
2. 运行 `scripts/train_lora.sh`
1. 参考 `resources/example_instruction_train.json` 构造二次训练数据集
2. 运行 `scripts/train_clm.sh`
### 指令精调步骤
1. 参考 `data/example_instruction_tune.json` 构造指令微调数据集
1. 参考 `resources/example_instruction_tune.json` 构造指令微调数据集
2. 运行 `scripts/finetune.sh`
### 计算资源