1. 17 12月, 2020 12 次提交
  2. 16 12月, 2020 15 次提交
  3. 15 12月, 2020 13 次提交
    • S
      Add 2 datasets and update squad metric and run_du (#5060) · 4fea9819
      smallv0221 提交于
      * update lrscheduler
      
      * minor fix
      
      * add pre-commit
      
      * minor fix
      
      * Add __len__ to squad dataset
      
      * minor fix
      
      * Add dureader robust prototype
      
      * dataset implement
      
      * minor fix
      
      * fix var name
      
      * add dureader-yesno train script and dataset
      
      * add readme and fix md5sum
      
      * integrete dureader datasets
      
      * change var names: segment to mode, root to data_file
      
      * minor fix
      
      * update var name
      
      * Fix api bugs
      
      * add dataset readme
      
      * add express ner
      
      * update readme format
      
      * fix format bug
      
      * change readme path
      
      * fix format bug
      
      * fix dataset bug
      
      * add 2 datasets and update squad metric
      4fea9819
    • 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
    • Z
      remove examples/bert, unifiy to benchmark/bert · e92d5d40
      Zeyu Chen 提交于
      e92d5d40
    • W
      add the support token_embedding of express (#5058) · b84cace2
      wawltor 提交于
      b84cace2
    • 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
    • X
      Rename 'decoder' to 'decode'. (#5056) · 885432bf
      xiemoyuan 提交于
      885432bf
    • J
      add glue and electra readme (#5051) · 3698045c
      jeff41404 提交于
      3698045c
    • X
      Upgrade plato2 using paddle2.0 (#5002) · b76f1591
      xiemoyuan 提交于
      * The first version of plato2. Not finished the network.
      
      * Update decode stratage.
      
      * Update decode stratage.
      
      * Completed the encoder and decoder. But it will oom.
      
      * Completed the encoder and decoder.
      
      * backend the code.
      
      * Only completed the network of plato2 and nsp.
      
      * Completed the development. But the effect has not be verified.
      
      * Add readme and remove the code about deal PY2 and PY3.
      
      * Modify comment.
      
      * Modify readme and add images.
      
      * Delete the data folder.
      b76f1591
    • S
      update docs for ernie-tiny · 3366cf65
      Steffy-zxf 提交于
      update docs for ernie-tiny
      3366cf65
    • K
      add ernie_gen for the dygraph mode · b725cbd0
      kinghuin 提交于
      add ernie_gen for the dygraph mode
      b725cbd0
    • L
      [Transformer] Simplify transformer reader and fix TranslationDataset (#5035) · 30ccfc67
      liu zhengxi 提交于
      * fix translation dataset and simplify transformer reader
      30ccfc67
    • S
      update codes for paddenlp text cls example · 8c9d8f56
      Steffy-zxf 提交于
      update codes for paddenlp text cls example
      8c9d8f56
    • 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