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

Add BigBirdPegasus #10991

Merged

Commits on Mar 30, 2021

  1. init bigbird pegasus

    thevasudevgupta committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    84b8ab3 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Configuration menu
    Copy the full SHA
    5c0307b View commit details
    Browse the repository at this point in the history
  2. init conversion

    thevasudevgupta committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    ee47797 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. Configuration menu
    Copy the full SHA
    677b72a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Configuration menu
    Copy the full SHA
    94861d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. init forward()

    thevasudevgupta committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    7529516 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. complete forward()

    thevasudevgupta committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    2ce502b View commit details
    Browse the repository at this point in the history
  2. add tokenizer

    thevasudevgupta committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    72807a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. add some slow tests

    thevasudevgupta committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    0f00e43 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. commit current

    thevasudevgupta committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    3bee313 View commit details
    Browse the repository at this point in the history
  2. fix copies

    thevasudevgupta committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    2f72512 View commit details
    Browse the repository at this point in the history
  3. add docs

    thevasudevgupta committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    af47e3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbe710f View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. remove TODO

    thevasudevgupta committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    7b1ecce View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. small fixups

    thevasudevgupta committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    1de6954 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. correct tokenizer

    patrickvonplaten committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    fb10be0 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Configuration menu
    Copy the full SHA
    c78bf6f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. fix config

    thevasudevgupta committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    38c7638 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. fix more

    thevasudevgupta committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    0b87a70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c403796 View commit details
    Browse the repository at this point in the history
  3. make style

    thevasudevgupta committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    30a586a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9618f8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53d99b5 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    a83e681 View commit details
    Browse the repository at this point in the history
  2. correct tokenizer

    patrickvonplaten committed May 4, 2021
    Configuration menu
    Copy the full SHA
    789d170 View commit details
    Browse the repository at this point in the history
  3. correct tests

    patrickvonplaten committed May 4, 2021
    Configuration menu
    Copy the full SHA
    324cb89 View commit details
    Browse the repository at this point in the history
  4. add tokenizer files

    patrickvonplaten committed May 4, 2021
    Configuration menu
    Copy the full SHA
    24f7931 View commit details
    Browse the repository at this point in the history
  5. merge conflicts

    patrickvonplaten committed May 4, 2021
    Configuration menu
    Copy the full SHA
    94326e1 View commit details
    Browse the repository at this point in the history
  6. finish make style

    patrickvonplaten committed May 4, 2021
    Configuration menu
    Copy the full SHA
    0657b81 View commit details
    Browse the repository at this point in the history
  7. fix test

    patrickvonplaten committed May 4, 2021
    Configuration menu
    Copy the full SHA
    0aaddf4 View commit details
    Browse the repository at this point in the history
  8. update

    patrickvonplaten committed May 4, 2021
    Configuration menu
    Copy the full SHA
    0c11023 View commit details
    Browse the repository at this point in the history
  9. make style

    patrickvonplaten committed May 4, 2021
    Configuration menu
    Copy the full SHA
    2b23619 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    53d3a45 View commit details
    Browse the repository at this point in the history
  11. make fix-copies

    patrickvonplaten committed May 4, 2021
    Configuration menu
    Copy the full SHA
    2d64dda View commit details
    Browse the repository at this point in the history
  12. clean a bit

    thevasudevgupta committed May 4, 2021
    Configuration menu
    Copy the full SHA
    5157815 View commit details
    Browse the repository at this point in the history
  13. small update

    thevasudevgupta committed May 4, 2021
    Configuration menu
    Copy the full SHA
    cd2a5b6 View commit details
    Browse the repository at this point in the history
  14. fix some suggestions

    thevasudevgupta committed May 4, 2021
    Configuration menu
    Copy the full SHA
    237c118 View commit details
    Browse the repository at this point in the history
  15. add to readme

    thevasudevgupta committed May 4, 2021
    Configuration menu
    Copy the full SHA
    2d217e3 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    11d9c2e View commit details
    Browse the repository at this point in the history
  2. fix more tests

    thevasudevgupta committed May 5, 2021
    Configuration menu
    Copy the full SHA
    b556fc9 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    a066db7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c0b312 View commit details
    Browse the repository at this point in the history
  3. make fix-copies

    patrickvonplaten committed May 6, 2021
    Configuration menu
    Copy the full SHA
    4d706f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a52751 View commit details
    Browse the repository at this point in the history
  5. make style

    patrickvonplaten committed May 6, 2021
    Configuration menu
    Copy the full SHA
    b13e76a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97e1f71 View commit details
    Browse the repository at this point in the history
  7. make style

    thevasudevgupta committed May 6, 2021
    Configuration menu
    Copy the full SHA
    0ba203a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a85bb2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    89e9d5c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d2cae9 View commit details
    Browse the repository at this point in the history
  11. fix docs

    patrickvonplaten committed May 6, 2021
    Configuration menu
    Copy the full SHA
    34c3a63 View commit details
    Browse the repository at this point in the history
  12. fix tests

    patrickvonplaten committed May 6, 2021
    Configuration menu
    Copy the full SHA
    c229de1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1d8d60d View commit details
    Browse the repository at this point in the history
  14. Apply suggestions from code review

    Co-authored-by: Suraj Patil <surajp815@gmail.com>
    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    3 people committed May 6, 2021
    Configuration menu
    Copy the full SHA
    dfb74ea View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ca77ad3 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. fix test

    patrickvonplaten committed May 7, 2021
    Configuration menu
    Copy the full SHA
    2eb7563 View commit details
    Browse the repository at this point in the history