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. 04 2月, 2021 1 次提交
  3. 05 1月, 2021 1 次提交
  4. 23 12月, 2020 1 次提交
  5. 20 12月, 2020 1 次提交
  6. 17 12月, 2020 1 次提交
  7. 14 12月, 2020 1 次提交
  8. 12 12月, 2020 1 次提交
  9. 10 12月, 2020 2 次提交
    • J
      Add TokenEmbedding (#4983) · e59f15a1
      Jack Zhou 提交于
      * Add TokenEmbedding
      
      * download corpus embedding data
      * load embedding data by specifying corpus name
      * extend the vocab of tokenizer from corpus embedding data
      
      * add unk token setting
      
      * modify tokenizer
      
      * add extend voacb
      
      * move jieba tokenizer and rename corpus_name->embedding_name
      
      * use bos url instead of localhost
      
      * add log when loading data
      
      * add token dot computation; add __repr__ of TokenEmbedding
      
      * add color logging
      
      * use paddlenlp.utils.log
      
      * adjust repr
      
      * update pretrained embedding table
      
      * fix padding idx
      e59f15a1
    • J
      add electra pretrain and modify style of electra modeling (#4990) · f07cdf53
      jeff41404 提交于
      * add electra pretrain and modify style of electra modeling
      
      * add electra pretrain, modify style of electra modeling and fix problems of review
      
      * delete predict_classifer
      
      * modify accu to acc
      
      * add paddlenlp.metrics.glue
      f07cdf53
  10. 07 12月, 2020 1 次提交