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. 12 1月, 2021 1 次提交
  3. 18 12月, 2020 1 次提交
  4. 17 12月, 2020 1 次提交
  5. 15 12月, 2020 3 次提交
    • 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
  6. 07 12月, 2020 1 次提交