Skip to content

Commit

Permalink
Rename mlm.py to sentence_mlm.py
Browse files Browse the repository at this point in the history
This script is just for a single sentence MLM.
  • Loading branch information
Dicer-Zz authored Jan 19, 2022
1 parent 5245189 commit 2e21985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-models/mlm.py → core-models/sentence_mlm.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ def mask_text(input_file, output_file, mlm_probability=0.15, output_original_tex

# This processing is slow
# May need ~120 hours for wikipedia-en
mask_text(input_file, output_file)
mask_text(input_file, output_file)

0 comments on commit 2e21985

Please sign in to comment.