Skip to content

Conversation

NatLun137
Copy link
Contributor

There is a tiny typo in the code "transformers/examples/language-modeling/run_mlm_wwm.py" at line 284. Details.

What does this PR do?

Fixes #9012

Before submitting

  • [Y] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • [Y] Did you write any new necessary tests?

Who can review?

Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors which may be interested in your PR.

albert, bert, XLM: @LysandreJik
examples/distillation: @VictorSanh
examples/token-classification: @stefan-it
documentation: @sgugger
-->

There is a tiny typo in the code "transformers/examples/language-modeling/run_mlm_wwm.py" at line 284. [Details.](huggingface#9012)
@NatLun137 NatLun137 mentioned this pull request Dec 10, 2020
Copy link
Collaborator

@sgugger sgugger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing!

@sgugger sgugger merged commit 91ab02a into huggingface:master Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"run_mlm_wwm.py", line 284 AttributeError: 'DataTrainingArguments' object has no attribute 'valid_ref_file'

2 participants