1. 14 10月, 2020 2 次提交
  2. 24 9月, 2020 1 次提交
  3. 15 9月, 2020 2 次提交
  4. 28 7月, 2020 1 次提交
  5. 13 7月, 2020 3 次提交
  6. 06 7月, 2020 1 次提交
  7. 18 6月, 2020 1 次提交
    • M
      Patch (#499) · 9b6c6837
      Meiyim 提交于
      * upgrade to the new lac interface
      
      * remove jieba
      
      * + init_checkppoint for seq_cls demo
      
      * backto jieba
      9b6c6837
  8. 15 6月, 2020 1 次提交
    • M
      update pretrain demo (#491) · 77d5d106
      Meiyim 提交于
      * update pretrain demo
      
      * modeul path fix for ernie-gen
      
      * dygraph distributed cls + init_checkpoint option
      77d5d106
  9. 10 6月, 2020 6 次提交
  10. 06 6月, 2020 1 次提交
  11. 04 6月, 2020 1 次提交
    • M
      Update setup.py (#484) · 0ad3a7f0
      Meiyim 提交于
      * Update setup.py
      
      * reorganize seq2seq
      
      * update lac dependency
      0ad3a7f0
  12. 03 6月, 2020 1 次提交
  13. 01 6月, 2020 1 次提交
  14. 30 5月, 2020 1 次提交
    • M
      Fix 466 (#478) · 899dbfc2
      Meiyim 提交于
      * fix #466
      
      * NER demo: avoid memory error (issue #466)
      very ugly; need to improve later
      
      * chunkf1
      
      * fix #476
      
      * update readme
      
      * fix readme
      899dbfc2
  15. 29 5月, 2020 1 次提交
  16. 27 5月, 2020 2 次提交
    • M
      fix #470 (#471) · 7d7dadd1
      Meiyim 提交于
      * Update README.md
      
      * fix grad_clip
      
      * fix distill
      
      * up distill
      7d7dadd1
    • M
      Dygraph fix4 (#464) · 241c0282
      Meiyim 提交于
      * upgrade version no
      
      * seq2seq + length penalty
      
      * upgrade to paddle 1.8
      
      * fix readme
      
      * update seq2seq to 1.8
      
      * fix seq2seq beam-search
      
      * + aisudio tutorial: loading old-styled checkpoint
      
      * add mising seq2seq eval file for cnndm
      
      * fix seq2seq decode post process
      
      * + handlers
      241c0282
  17. 26 5月, 2020 1 次提交
  18. 25 5月, 2020 1 次提交
  19. 22 5月, 2020 1 次提交
    • M
      Dygraph fix3 (#457) · fd360a7f
      Meiyim 提交于
      * update readme
      
      * update demo
      
      * + 160G model
      
      * qa model bugfix: models inherits docstrings
      
      * Update README.zh.md
      
      * Update README.en.md
      
      * Update README.zh.md
      
      * reorganize binaries
      
      * Update README.zh.md
      
      * Update README.en.md
      
      * Update README.zh.md
      
      * Update README.en.md
      fd360a7f
  20. 21 5月, 2020 1 次提交
    • M
      Dygraph fix2 (#455) · ef8879f6
      Meiyim 提交于
      * remove redundent dep
      
      * + github stale.yml
      
      * update seq2seq
      
      * remove paddle from `requirements.txt`; add paddle version check
      
      * rename zh/en readme
      ef8879f6
  21. 20 5月, 2020 10 次提交
    • M
      Create LICENSE · e7a1ce10
      Meiyim 提交于
      e7a1ce10
    • L
      Fixed citation format · 3fb0b491
      liyukun01 提交于
      3fb0b491
    • N
      Merge pull request #450 from nbcc/develop · b26916cd
      nbcc 提交于
      patch ernie-gen path
      b26916cd
    • L
      patch ernie-gen path · 63ce7a10
      liyukun01 提交于
      63ce7a10
    • C
      + aistudio · bcdf88e8
      chenxuyi 提交于
      bcdf88e8
    • C
      + tokenizer BOS · 9757e98f
      chenxuyi 提交于
      9757e98f
    • M
      Readme update (#447) · e575c304
      Meiyim 提交于
      * Update README.md
      
      * Update README.eng.md
      
      update ERNIE-GEN description
      
      * Update README.md
      
      更新 ERNIE-GEN 中文描述
      
      * Update README.md
      
      * Update README.eng.md
      
      * Update README.md
      
      update ERNIE-GEN url
      
      * remove ernie-gen
      Co-authored-by: Nkirayummy <shi.k.feng@gmail.com>
      Co-authored-by: Nnbcc <nbcc.zz@gmail.com>
      e575c304
    • N
      Readme update (#446) · d98187b2
      nbcc 提交于
      * Update README.md
      
      * Update README.eng.md
      
      update ERNIE-GEN description
      
      * Update README.md
      
      更新 ERNIE-GEN 中文描述
      
      * Update README.md
      
      * Update README.eng.md
      Co-authored-by: Nkirayummy <shi.k.feng@gmail.com>
      Co-authored-by: NMeiyim <chen_xuyi@outlook.com>
      d98187b2
    • M
      Dygraph (#436) · defa38e7
      Meiyim 提交于
      * fix pretrain reader  encoding
      
      * dygraph
      
      * update bce
      
      * fix readme
      
      * update readme
      
      * fix readme
      
      * remove debug log
      
      * remove chn example
      
      * fix pretrain
      
      * tokenizer can escape special token
      rename mlm_bias
      
      * update readme
      
      * 1. MRC tasks
      2. optimize truncate strategy in tokenzier
      3. rename `ernie.cls_fc` to `ernie.classifyer`
      4. reorg pretrain dir
      
      * + doc string
      
      * update readme
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * update pretrain
      
      * Update README.md
      
      * show gif
      
      * update readme
      
      * fix gif; disable save_dygrpah
      
      * bugfix
      
      * + save inf model
      + inference
      + distill
      + readme
      
      * Update README.md
      
      * + propeller server
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * + sementic analysis(another text classification)
      
      * transformer + cache
      fix tokenization bug
      
      * update reamde; fix tokenization
      
      * Update README.md
      
      * Update README.md
      
      * Add files via upload
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * infer senti analysis
      
      * + readme header
      
      * transformer cache has gradients
      
      * + seq2seq
      
      * +experimental
      
      * reorg
      
      * update readme
      
      * Update README.md
      
      * seq2seq
      
      * + cnndm evluation scripts
      
      * update README.md
      
      * +zh readme
      
      * + publish ernie gen model
      
      * update README.md
      
      * Update README.zh.md
      
      * Update README.md
      
      * Update README.zh.md
      
      * Update README.md
      
      * Update README.zh.md
      
      * Update README.md
      
      * Update README.zh.md
      
      * Update README.md
      
      * Update README.zh.md
      
      * Update README.zh.md
      
      * Add files via upload
      
      * Update README.md
      
      * Update README.zh.md
      
      * Add files via upload
      
      * release ernie-gen (#444)
      
      * release ernie-gen
      
      * add .meta
      
      * del tag
      
      * fix tag
      
      * Add files via upload
      
      * Update README.zh.md
      
      * Update README.md
      
      * Update and rename README.zh.md to README.eng.md
      
      * Update README.eng.md
      
      * Update README.md
      
      * Update README.eng.md
      
      * Update README.md
      
      * Update README.eng.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.eng.md
      
      * Update README.eng.md
      
      * Update README.eng.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      Co-authored-by: Nkirayummy <shi.k.feng@gmail.com>
      Co-authored-by: Nzhanghan <zhanghan17@baidu.com>
      defa38e7
    • Z
      release ernie-gen (#444) · 2a4965cf
      zhanghan 提交于
      * release ernie-gen
      
      * add .meta
      
      * del tag
      
      * fix tag
      2a4965cf