1. 05 2月, 2021 1 次提交
    • J
      Add some lr schedulers with warmup (#5256) · fee616e8
      Jiaqi Liu 提交于
      * add -linear-schedule-with-warmup
      
      * update lr scheduler usage in run_glue
      
      * add import info
      
      * add other 5 scheduler with warmup
      
      * add copyright, update usage in run_glue
      
      * simplify argument, make warmup arg support float and int
      
      * Add some LambdaDecay scheduler with warmup, update usage in run_glue
      
      * update classname and unify two cosine decays into one
      
      * update usage in run_glue
      
      * fix typo
      
      * update WarmUp to Warmup, and update class name about Const, and update doc, and usage
      
      * update usage of decay class
      
      * update usage of decay class
      fee616e8
  2. 28 1月, 2021 1 次提交
  3. 12 1月, 2021 1 次提交
  4. 18 12月, 2020 3 次提交
  5. 17 12月, 2020 2 次提交
  6. 16 12月, 2020 1 次提交
    • L
      Fix seq2seq readme error (#5069) · cd646190
      LiuChiachi 提交于
      * update __init__
      
      * update couplet api usage, delete useless import
      
      * update seq2seq readme
      
      * update seq2seq readme path
      cd646190
  7. 15 12月, 2020 4 次提交
    • K
      优化ernie gen文档 (#5059) · 65c1f0b9
      kinghuin 提交于
      * add ernie_gen
      
      * optimize ernie_gen
      
      * optimize ernie_gen
      
      * optimize ernie_gen code
      
      * fix crf bug
      
      * add ernie_gen __init__.py
      
      * modify nlp version
      
      * fix ernie_gen predict
      
      * optimize doc
      65c1f0b9
    • K
      Fix ernie_gen and CRF bug (#5057) · 16c6580d
      kinghuin 提交于
      * add ernie_gen
      
      * optimize ernie_gen
      
      * optimize ernie_gen
      
      * optimize ernie_gen code
      
      * fix crf bug
      
      * add ernie_gen __init__.py
      
      * modify nlp version
      
      * fix ernie_gen predict
      16c6580d
    • K
      add ernie_gen for the dygraph mode · b725cbd0
      kinghuin 提交于
      add ernie_gen for the dygraph mode
      b725cbd0
    • L
      Update seq2seq example (#5016) · 7fae3401
      LiuChiachi 提交于
      * update seq2seq, using paddlenlp
      
      * Using new paddlenlp API
      
      * update seq2seqREADME
      
      * wrap dev ds
      
      * delete useless comments
      
      * update predict.py
      
      * using paddlenlp.bleu
      
      * remove shard
      
      * update README, using bleu perl
      
      * delete cand
      
      * Remove tokens that make sentences longer than max_len
      
      * remove pdb
      
      * remove useless code.
      
      * update url and dataset name of vae dataset(ptb and yahoo)
      
      * update seq2seq and vae, data and README
      7fae3401
  8. 14 12月, 2020 2 次提交
  9. 13 12月, 2020 2 次提交
    • L
      Update couplet readme (#5039) · 05d5dee6
      LiuChiachi 提交于
      * update couplet readme
      
      * update generation example
      05d5dee6
    • L
      Add couplet examples (#5007) · 11ee20fb
      LiuChiachi 提交于
      * add couplet
      
      * simplify model code
      
      * simplify code
      
      * update couplet README
      
      * add pad_token to TranslationDataset, update CoupletDataset
      
      * update couplet url, add couplet generation example
      
      * update TranslationDataset
      
      * upadte classname to self in __init__
      
      * update README.md
      11ee20fb
  10. 08 12月, 2020 1 次提交
  11. 07 12月, 2020 1 次提交