run_mlm example is missing block_size
and torch_dtype
args (present in run_clm)
#29697
Closed
2 of 4 tasks
Labels
Examples
Which is related to examples in general
Feature request
Request for a new feature
Good First Issue
System Info
transformers
version: 4.39.0.dev0Who can help?
@ArthurZucker and @younesbelkada
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
inspection of args in https://github.com/huggingface/transformers/blob/main/examples/pytorch/language-modeling/run_mlm.py
vs args in https://github.com/huggingface/transformers/blob/main/examples/pytorch/language-modeling/run_clm.py
Expected behavior
the ability to use
torch_dtype
andblock_size
args in therun_mlm.py
script as they are used in therun_clm.py
script.The text was updated successfully, but these errors were encountered: