-
Notifications
You must be signed in to change notification settings - Fork 27.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"run_mlm_wwm.py", line 284 AttributeError: 'DataTrainingArguments' object has no attribute 'valid_ref_file' #9012
Closed
Comments
Hi! Do you want to submit a PR? |
Sure, I'll be happy to do it. I need permission... |
Hmmm I think you just tried to push on |
NatLun137
added a commit
to NatLun137/transformers
that referenced
this issue
Dec 10, 2020
There is a tiny typo in the code "transformers/examples/language-modeling/run_mlm_wwm.py" at line 284. [Details.](huggingface#9012)
NatLun137
added a commit
to NatLun137/transformers
that referenced
this issue
Dec 10, 2020
There is a tiny typo in the code "transformers/examples/language-modeling/run_mlm_wwm.py" at line 284. [Details.](huggingface#9012)
NatLun137
added a commit
to NatLun137/transformers
that referenced
this issue
Dec 10, 2020
This reverts commit 5fc8cfd.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! There is a tiny typo in the code "transformers/examples/language-modeling/run_mlm_wwm.py" at line 284. It should be:
if data_args.validation_ref_file is not None:
since at line 103 inDataTrainingArguments
it defined asvalidation_ref_file:
The text was updated successfully, but these errors were encountered: