Skip to content

Commit

Permalink
Merge pull request #12 from NirantK/patch-1
Browse files Browse the repository at this point in the history
Fix typo in params: alpht to alpha
  • Loading branch information
zihangdai committed Jun 21, 2019
2 parents 1d71558 + d4530b8 commit 0b642d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ python data_utils.py \
--num_passes=20 \
--bi_data=True \
--sp_path=spiece.model \
--mask_alpht=6 \
--mask_alpha=6 \
--mask_beta=1 \
--num_predict=85
```
Expand Down

0 comments on commit 0b642d1

Please sign in to comment.