1. 05 2月, 2021 2 次提交
    • J
      add seq2seq infer (#5205) · a22fa4b3
      Jiaqi Liu 提交于
      * add seq2seq infer
      
      * update argument description, remove useless import
      
      * add deploy directory
      
      * add deploy directory, add relative import
      
      * update arg usage in README, fix import order.
      a22fa4b3
    • L
      Transformer dy2sta and inference support (#5209) · 09490523
      liu zhengxi 提交于
      * dy2sta and inference support
      
      * delete useless code
      
      * update dir
      
      * sys
      
      * delete useless import
      09490523
  2. 01 2月, 2021 2 次提交
  3. 27 1月, 2021 1 次提交
  4. 21 1月, 2021 1 次提交
  5. 12 1月, 2021 1 次提交
  6. 07 1月, 2021 1 次提交
  7. 05 1月, 2021 1 次提交
  8. 29 12月, 2020 1 次提交
  9. 23 12月, 2020 1 次提交
  10. 22 12月, 2020 1 次提交
  11. 19 12月, 2020 1 次提交
    • L
      Fix hung (#5121) · 4d87afd6
      liu zhengxi 提交于
      * fix hung
      
      * add shuffle batch
      
      * update
      
      * reader_seed to shuffle_seed
      
      * seed for shuffle batch
      4d87afd6
  12. 18 12月, 2020 2 次提交
  13. 17 12月, 2020 1 次提交
  14. 16 12月, 2020 2 次提交
  15. 15 12月, 2020 2 次提交
    • L
      [Transformer] Simplify transformer reader and fix TranslationDataset (#5035) · 30ccfc67
      liu zhengxi 提交于
      * fix translation dataset and simplify transformer reader
      30ccfc67
    • 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
  16. 12 12月, 2020 1 次提交
  17. 10 12月, 2020 1 次提交
    • 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
  18. 08 12月, 2020 2 次提交
  19. 07 12月, 2020 2 次提交