Skip to content
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

error with tui_ids #7

Open
jayachaturvedi opened this issue Sep 8, 2021 · 0 comments
Open

error with tui_ids #7

jayachaturvedi opened this issue Sep 8, 2021 · 0 comments

Comments

@jayachaturvedi
Copy link

Hello, I have been trying to run the run_language_modeling.py script (even though it is deprecated, I found a workaround through some suggestions on the transformers git page). I get the following error:

Traceback (most recent call last):
File "./language-modeling/run_language_modeling.py", line 361, in
main()
File "./language-modeling/run_language_modeling.py", line 254, in main
tui_ids=tui_ids) if training_args.do_train else None
File "./language-modeling/run_language_modeling.py", line 142, in get_dataset
tui_ids=tui_ids)
TypeError: init() got an unexpected keyword argument 'tui_ids'

I am at a loss at how to fix this or what might be causing it? Has anyone else faced this and been able to fix it?

Thank you.

Jaya

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

No branches or pull requests

1 participant