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] Add UniLM model #2160

Closed
wants to merge 26 commits into from
Closed

[WIP] Add UniLM model #2160

wants to merge 26 commits into from

Commits on Oct 19, 2019

  1. merge unilm code

    donglixp committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    2bd3702 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2019

  1. amp save&load

    donglixp committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    1aa685b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Configuration menu
    Copy the full SHA
    6f519d2 View commit details
    Browse the repository at this point in the history
  2. Update modeling_unilm.py

    addf400 committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    75d0408 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28bb1ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad1efc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbf553d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0992152 View commit details
    Browse the repository at this point in the history
  7. tokenizer for base model

    addf400 committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    da897dd View commit details
    Browse the repository at this point in the history
  8. tokenizer for base model

    addf400 committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    4803777 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Update MIT

    addf400 committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    3a683df View commit details
    Browse the repository at this point in the history
  2. Add unilm into readme

    addf400 committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    76bfe9a View commit details
    Browse the repository at this point in the history
  3. update

    addf400 committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    8e2ac12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d946faa View commit details
    Browse the repository at this point in the history
  5. Update README.md

    addf400 committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    49c016c View commit details
    Browse the repository at this point in the history
  6. test for modeling & tokenizer

    addf400 committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    2227907 View commit details
    Browse the repository at this point in the history
  7. Update licence

    addf400 committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    0430325 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Upload model checkpoint

    addf400 committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    58663ba View commit details
    Browse the repository at this point in the history
  2. upload model config

    addf400 committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    a97ea6f View commit details
    Browse the repository at this point in the history
  3. Update vocab

    addf400 committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    cce3218 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f45ad65 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. Update tokenization_auto.py

    addf400 committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    f34a338 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Update config_auto.py

    addf400 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    3f891dd View commit details
    Browse the repository at this point in the history
  2. change name

    addf400 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    03125cf View commit details
    Browse the repository at this point in the history
  3. fx decode

    addf400 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    8ab9bc3 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. fx scheduler

    addf400 committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    bbacc86 View commit details
    Browse the repository at this point in the history