Skip to content

Commit dfb9491

Browse files
Update main.py (deepspeedai#399)
Co-authored-by: Zhewei Yao <zheweiy@berkeley.edu>
1 parent f424a2d commit dfb9491

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

applications/DeepSpeed-Chat/training/step1_supervised_finetuning/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def parse_args():
4646
type=str,
4747
default='6,2,2',
4848
help='Comma-separated list of proportions for training'
49-
'phase 1, 2, and 3 data. For example the split `2,4,4`'
49+
'phase 1, 2, and 3 data. For example the split `6,2,2`'
5050
'will use 60% of data for phase 1, 20% for phase 2'
5151
'and 20% for phase 3.')
5252
parser.add_argument(

0 commit comments

Comments
 (0)