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

[WIP] Safe bpe dropout for LM + joiner disjoin dropout #2009

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Feb 17, 2021

  1. implement safe bpe dropout for LM + joiner disjoin dropout

    Valentin Berkes committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    799783e View commit details
    Browse the repository at this point in the history
  2. fix missing model_task in opts

    Valentin Berkes committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    4965928 View commit details
    Browse the repository at this point in the history
  3. disable sp sampling

    Valentin Berkes committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    14cdcf4 View commit details
    Browse the repository at this point in the history
  4. fix dropped element in JoinerDropout

    Valentin Berkes committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    98f8189 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. fix joiner dropout

    Valentin Berkes committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    003fe4a View commit details
    Browse the repository at this point in the history