Skip to content

Commit

Permalink
change ---tokenizer_name to --tokenizer_name (#5465)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaohuix authored Mar 29, 2023
1 parent 3bfee92 commit 1e29a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/language_model/roberta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ python create_data.py \
--output_dir wiki \
--dataset_name wikipedia \
--dataset_config_name 20200501.en \
---tokenizer_name roberta-base \
--tokenizer_name roberta-base \
--max_seq_length 512 \
--line_by_line False \
--preprocessing_num_workers 20
Expand Down

0 comments on commit 1e29a93

Please sign in to comment.