Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

[Refactor] Refactor BERT with new data preprocessing #1124

Merged
merged 71 commits into from
Jan 30, 2020

Commits on Oct 25, 2019

  1. Merge pull request #1 from dmlc/master

    test
    zburning authored Oct 25, 2019
    Configuration menu
    Copy the full SHA
    41e0830 View commit details
    Browse the repository at this point in the history
  2. Update transformer.py

    zburning authored Oct 25, 2019
    Configuration menu
    Copy the full SHA
    a10c89a View commit details
    Browse the repository at this point in the history
  3. Update transformer.py

    zburning authored Oct 25, 2019
    Configuration menu
    Copy the full SHA
    23be6c6 View commit details
    Browse the repository at this point in the history
  4. Update transformer.py

    zburning authored Oct 25, 2019
    Configuration menu
    Copy the full SHA
    090a6cd View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. Update transformer.py

    deleting trailing white space
    zburning authored Oct 26, 2019
    Configuration menu
    Copy the full SHA
    358169f View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Merge pull request #2 from dmlc/master

    merge from master
    zburning authored Oct 29, 2019
    Configuration menu
    Copy the full SHA
    f49b536 View commit details
    Browse the repository at this point in the history
  2. Update transformer.py

    zburning authored Oct 29, 2019
    Configuration menu
    Copy the full SHA
    278340c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Merge pull request #3 from dmlc/master

    merge from master
    zburning authored Oct 31, 2019
    Configuration menu
    Copy the full SHA
    101ce13 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. new features&test

    Wang committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    b82b0e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9afa4d View commit details
    Browse the repository at this point in the history
  3. fix

    Wang committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    dd12bb3 View commit details
    Browse the repository at this point in the history
  4. fix lint

    Wang committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    8b160d9 View commit details
    Browse the repository at this point in the history
  5. fix lint

    Wang committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    6d553d6 View commit details
    Browse the repository at this point in the history
  6. fix lint

    Wang committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    bf9297b View commit details
    Browse the repository at this point in the history
  7. fix lint

    Wang committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    99b8ebc View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. new

    Wang committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    203e319 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. fix lint

    Wang committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    1e81e55 View commit details
    Browse the repository at this point in the history
  2. new!

    Wang committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    983dfcb View commit details
    Browse the repository at this point in the history
  3. new!

    Wang committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    f9952c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. fix test

    Wang committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    60574c4 View commit details
    Browse the repository at this point in the history
  2. fix

    Wang committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    4456dce View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. new

    Wang committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    4fc4588 View commit details
    Browse the repository at this point in the history
  2. fix

    Wang committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    00c8ff9 View commit details
    Browse the repository at this point in the history
  3. merge two truncate func

    Wang committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    7b1749a View commit details
    Browse the repository at this point in the history
  4. add more features

    Wang committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    06701ce View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. refactor

    Wang committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    ec86832 View commit details
    Browse the repository at this point in the history
  2. fix lint

    Wang committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    36f0905 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. fix vocab & refactor XLNet script

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

Commits on Dec 19, 2019

  1. fix pylint

    Wang committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    ea72d10 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. fix conflict

    Wang committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    4fda57b View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2019

  1. make test faster

    Wang committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    cee158d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. fix

    Wang committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    489ff5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a02bed View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. fixed print

    Wang committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    0fc5bb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    354fe29 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. update new features

    Wang committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    5529b38 View commit details
    Browse the repository at this point in the history
  2. add glue logger

    Wang committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    ee03b7c View commit details
    Browse the repository at this point in the history
  3. merge from master

    Wang committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    b0fe449 View commit details
    Browse the repository at this point in the history
  4. fix

    Wang committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    26cac4b View commit details
    Browse the repository at this point in the history
  5. pylint

    Wang committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    883f2c6 View commit details
    Browse the repository at this point in the history
  6. fix

    Wang committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    64d2d03 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. fix hyperparameter

    Wang committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    ddbf8c8 View commit details
    Browse the repository at this point in the history
  2. fix

    Wang committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    3a92050 View commit details
    Browse the repository at this point in the history
  3. add multi workers for data preprocessing

    Wang committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    5ce1847 View commit details
    Browse the repository at this point in the history
  4. fix pylint

    Wang committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    d2c0b81 View commit details
    Browse the repository at this point in the history
  5. merge master

    Wang committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    f359514 View commit details
    Browse the repository at this point in the history
  6. fix start position

    Wang committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    8d3e9a0 View commit details
    Browse the repository at this point in the history
  7. fix loss log

    Wang committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    264697a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2020

  1. add n_best_size

    Wang committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    94c3df5 View commit details
    Browse the repository at this point in the history
  2. fix units

    Wang committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    75758d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2020

  1. fix seq loss

    Wang committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    dae69fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    573f6fc View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. add & fix

    Wang committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    9079a39 View commit details
    Browse the repository at this point in the history
  2. fix is_impossible

    Wang committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    619da75 View commit details
    Browse the repository at this point in the history
  3. dic_string

    Wang committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    918162e View commit details
    Browse the repository at this point in the history
  4. fix correspodining qa model

    Wang committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    07fed44 View commit details
    Browse the repository at this point in the history
  5. fix init

    Wang committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    1243b34 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. add squad result

    Wang committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    5f925f3 View commit details
    Browse the repository at this point in the history
  2. add new glue results

    Wang committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    9c13651 View commit details
    Browse the repository at this point in the history
  3. fix results

    Wang committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    8bc367d View commit details
    Browse the repository at this point in the history
  4. fix lint and rst

    Wang committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    a99b393 View commit details
    Browse the repository at this point in the history
  5. fix doc

    Wang committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    3c210eb View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. fix conflict

    Wang committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    9e0a27b View commit details
    Browse the repository at this point in the history
  2. remove xlnet squad part

    Wang committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    bead7d2 View commit details
    Browse the repository at this point in the history
  3. fix pylint

    Wang committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    2505d49 View commit details
    Browse the repository at this point in the history
  4. fix conflict

    Wang committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    5c6fcd8 View commit details
    Browse the repository at this point in the history
  5. fix conflict

    Wang committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    b9b2857 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. remove unrelated files

    Wang committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    57e9719 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. fix pylint

    Wang committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    780943e View commit details
    Browse the repository at this point in the history
  2. fix pylint

    Wang committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    92e044b View commit details
    Browse the repository at this point in the history
  3. fix pylint

    Wang committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    d34ff72 View commit details
    Browse the repository at this point in the history