You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I want to pretrain a model on a MLM task, how can these args be used effectively?
parser.add_argument("--mlm", action='store_true',help="Train with masked-language modeling loss instead of language modeling.")
parser.add_argument("--mlm_probability", type=float, default=0.15,help="Ratio of tokens to mask for masked language modeling loss")
The text was updated successfully, but these errors were encountered:
cridin1
changed the title
The mlm and mlm_probability arguments in all the run.py are not effective.
The mlm and mlm_probability arguments in the run.py are not effective.
Dec 2, 2023
If I want to pretrain a model on a MLM task, how can these args be used effectively?
The text was updated successfully, but these errors were encountered: