Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codertimo/BERT-pytorch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SplitInfinity/BERT-pytorch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 17 files changed
  • 2 contributors

Commits on Jul 1, 2020

  1. [1] Installation and dataset

    Meghan Lele committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    27b6d82 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. [2] Run in < 2 minutes

    Meghan Lele committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    c6325d2 View commit details
    Browse the repository at this point in the history
  2. [3] Script the model

    Meghan Lele committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    8a0ecb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Set up hubconf for BERT

    Add install.py which runs necessary setup steps, and hubconf.py
    which defines Model class conforming to API used in pytorch hub
    benchmarks.
    
    Create the model and dataset during Model __init__ so  that
    train() and eval() are as free of overhead as possible.
    wconstab authored and SplitInfinity committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    3f8cdc1 View commit details
    Browse the repository at this point in the history
Loading