1. 10 12月, 2020 5 次提交
    • 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
    • L
      Update paddlenlp.metrics README (#5010) · 26368f23
      LiuChiachi 提交于
      * Update paddlenlp.metrics README
      
      * Add info for Mcc
      
      * delete DuReader metric
      
      * update task name, add API col
      26368f23
    • L
      add custom op gelu for bert amp training (#5008) · e9820280
      Leo Chen 提交于
      * add custom op gelu
      
      * refine run_pretrain
      e9820280
    • 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
    • W
      use paddlenlp downloader for the tokenizer (#5003) · 8e45228d
      wawltor 提交于
      use paddlenlp downloader for the tokenizer
      8e45228d
  2. 09 12月, 2020 6 次提交
  3. 08 12月, 2020 4 次提交
  4. 07 12月, 2020 6 次提交
  5. 04 12月, 2020 2 次提交
    • Z
      Fix reduce (#4975) · 0687ceb6
      zhang wenhui 提交于
      * update api 1.8
      
      * fix paddlerec readme
      
      * fix
      
      * fix
      
      * fix 2.0
      
      * fix 2.0
      
      * fix 2.0
      
      * fix 2.0
      
      * fix 2.0
      
      * fix
      0687ceb6
    • Z
      Support pure fp16 training for ResNet50. (#4979) · ba1b19c0
      Zhen Wang 提交于
      * add pure fp16 training.
      
      * update the usage of cast_parameters_to_fp16.
      
      * use fp32 to initilize parameter values and then cast to fp16.
      
      * enable multi_precision when training with fp16.
      
      * add static loss scaling.
      
      * add the rescale_grad function in the pure fp16 training.
      
      * use cast to complete the pure fp16 training.
      
      * use sum loss for fp16 trainging and mean loss for fp32 training.
      
      * refine codes according reviewers' suggestions
      ba1b19c0
  6. 25 11月, 2020 3 次提交
  7. 24 11月, 2020 1 次提交
  8. 20 11月, 2020 1 次提交
  9. 16 11月, 2020 1 次提交
  10. 11 11月, 2020 1 次提交
  11. 09 11月, 2020 3 次提交
  12. 06 11月, 2020 1 次提交
  13. 04 11月, 2020 2 次提交
  14. 03 11月, 2020 1 次提交
  15. 29 10月, 2020 2 次提交
  16. 28 10月, 2020 1 次提交