Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pengxiao-song committed May 16, 2023
1 parent af0aecf commit c83169c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ LawGPT 系列模型的训练过程分为两个阶段:

### 二次训练流程

1. 参考 `data/example_instruction_train.json` 构造指令微调数据集
1. 参考 `src/data/example_instruction_train.json` 构造指令微调数据集
2. 运行 `src/scripts/train_lora.sh`

### 指令精调步骤

1. 参考 `data/example_instruction_tune.json` 构造指令微调数据集
1. 参考 `src/data/example_instruction_tune.json` 构造指令微调数据集
2. 运行 `src/scripts/finetune.sh`

### 计算资源
Expand Down

0 comments on commit c83169c

Please sign in to comment.