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

Command line options in bert training #688

Closed
mahmoodn opened this issue Nov 18, 2023 · 1 comment
Closed

Command line options in bert training #688

mahmoodn opened this issue Nov 18, 2023 · 1 comment
Assignees

Comments

@mahmoodn
Copy link

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?

@ShriyaPalsamudram
Copy link
Contributor

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.

Running the model section in the README shares commands for both training and evaluation of the model using the right args.

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

2 participants