We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi In the readme file of language_model/bert, I see the final training command has the following options:
--do_eval \ --nodo_train \
I was wondering what does that mean exactly? So, is that really a training command?
The text was updated successfully, but these errors were encountered:
Passing --nodo_eval and --do_train ensuring that the reference does only training. Switching it to --do_eval --nodo_train runs in eval-only mode.
--nodo_eval and --do_train
--do_eval --nodo_train
Running the model section in the README shares commands for both training and evaluation of the model using the right args.
Sorry, something went wrong.
mahmoodn
No branches or pull requests
Hi
In the readme file of language_model/bert, I see the final training command has the following options:
I was wondering what does that mean exactly? So, is that really a training command?
The text was updated successfully, but these errors were encountered: