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

[SCRIPTS] XLNet squad finetuning scripts #1012

Closed
wants to merge 77 commits into from

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 Nov 18, 2019

  1. squad scripts

    Wang committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    53ef23f View commit details
    Browse the repository at this point in the history
  2. fix transformer

    Wang committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    e72f109 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. fix comments and end_logits

    Wang committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    3509882 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. fix version1

    Wang committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    e347c10 View commit details
    Browse the repository at this point in the history
  2. fix cls mask

    Wang committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    1e44356 View commit details
    Browse the repository at this point in the history
  3. fix model save

    Wang committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    cc36948 View commit details
    Browse the repository at this point in the history
  4. fix version

    Wang committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    f57c89e View commit details
    Browse the repository at this point in the history
  5. fix print

    Wang committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    49735b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. fix printing empty lines

    Wang committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    88e8aa1 View commit details
    Browse the repository at this point in the history
  2. add data..

    Wang committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    4673db3 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. add hybridize

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

Commits on Dec 6, 2019

  1. fix index..

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

Commits on Dec 8, 2019

  1. fix evaluation

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

Commits on Dec 9, 2019

  1. fix cls logit

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

    Wang committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    ce96716 View commit details
    Browse the repository at this point in the history
  3. add layer-wise lr decay

    Wang committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    85d843f View commit details
    Browse the repository at this point in the history
  4. add dropout

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

Commits on Dec 10, 2019

  1. add ignore

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

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

Commits on Dec 12, 2019

  1. fix p_mask

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

Commits on Dec 13, 2019

  1. lower case!

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

Commits on Dec 16, 2019

  1. fix

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

Commits on Dec 23, 2019

  1. fix loss...

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

    Wang committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    5119d19 View commit details
    Browse the repository at this point in the history
  3. use block...

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

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

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

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

    Wang committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    73214b3 View commit details
    Browse the repository at this point in the history
  8. fix

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

    Wang committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    fcdec8d View commit details
    Browse the repository at this point in the history
  10. fix

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

    Wang committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    308e558 View commit details
    Browse the repository at this point in the history
  12. fix tokenizer

    Wang committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    acd3fa4 View commit details
    Browse the repository at this point in the history
  13. fix epochs

    Wang committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    24052e8 View commit details
    Browse the repository at this point in the history
  14. fix epochs

    Wang committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    f7ecb73 View commit details
    Browse the repository at this point in the history
  15. lower

    Wang committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    3d08fa8 View commit details
    Browse the repository at this point in the history
  16. uncased

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

Commits on Dec 24, 2019

  1. test

    Wang committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    36dbf42 View commit details
    Browse the repository at this point in the history
  2. test

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

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

Commits on Dec 25, 2019

  1. fix is_impossible

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

    Wang committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    51d5d04 View commit details
    Browse the repository at this point in the history
  3. fix syntax

    Wang committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    ba74e03 View commit details
    Browse the repository at this point in the history
  4. add index

    Wang committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    0114994 View commit details
    Browse the repository at this point in the history
  5. small change

    Wang committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    bcf3d26 View commit details
    Browse the repository at this point in the history
  6. small change

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

Commits on Jan 6, 2020

  1. new data process & bug fix

    Wang committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    fe43080 View commit details
    Browse the repository at this point in the history
  2. add eval script

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

    Wang committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    5a77af6 View commit details
    Browse the repository at this point in the history
  4. fix example print

    Wang committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    2547813 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ece3da9 View commit details
    Browse the repository at this point in the history
  6. add log

    Wang committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    288c5b8 View commit details
    Browse the repository at this point in the history
  7. fix sp_mode

    Wang committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    a2ef394 View commit details
    Browse the repository at this point in the history
  8. faster

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

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

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

Commits on Jan 7, 2020

  1. fix data reading

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

    Wang committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    478b682 View commit details
    Browse the repository at this point in the history
  3. fix bug

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

Commits on Jan 9, 2020

  1. fix layerwise decay

    Wang committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    12f704c View commit details
    Browse the repository at this point in the history
  2. useless feature

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

Commits on Jan 10, 2020

  1. fix bugs & clean

    Wang committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    8b0fbd2 View commit details
    Browse the repository at this point in the history
  2. add test

    Wang committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    9317383 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1d4b0a View commit details
    Browse the repository at this point in the history
  4. remove official evluation script

    Wang committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    9ee77c0 View commit details
    Browse the repository at this point in the history
  5. remove unnecessary file

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

Commits on Jan 16, 2020

  1. merge master

    Wang committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    2a9d3bd View commit details
    Browse the repository at this point in the history
  2. add doc

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