Skip to content

Commit fff65e1

Browse files
authored
Update README.md
Fix instruction to point to the right batch script
1 parent 2aa7a31 commit fff65e1

File tree

1 file changed

+1
-1
lines changed
  • applications/DeepSpeed-Chat/training/step2_reward_model_finetuning

1 file changed

+1
-1
lines changed

applications/DeepSpeed-Chat/training/step2_reward_model_finetuning/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We also provide an evaluation script, ``rw_eval.py``, for users to perform simpl
2222

2323
We provide the script for OPT-350m, which you can test by launching the command
2424
```
25-
bash training_scripts/single_gpu/run_350m_lora.sh
25+
bash training_scripts/single_gpu/run_350m.sh
2626
```
2727

2828
You can train larger models by simply replacing the model candidate with your preferred one and enabling other efficient training features as described in Step 1 of the SFT finetuning process.

0 commit comments

Comments
 (0)