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

Update run clm no trainer.py and run mlm no trainer.py #18638

Commits on Aug 15, 2022

  1. Update run_translation_no_trainer.py

    found an error in selecting `no_decay` parameters and some small modifications when the user continues to train from a checkpoint
    zhoutang776 committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    0b16dab View commit details
    Browse the repository at this point in the history
  2. fixs no_decay and resume_step issue

    1. change `no_decay` list
    2. if use continue to train their model from provided checkpoint, the `resume_step` will not be initialized properly if `args.gradient_accumulation_steps != 1`
    zhoutang776 committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    7875301 View commit details
    Browse the repository at this point in the history