1. 18 12月, 2020 4 次提交
  2. 17 12月, 2020 10 次提交
  3. 16 12月, 2020 10 次提交
    • W
      add the reference for the embedding (#5083) · cd03506d
      wawltor 提交于
      cd03506d
    • S
      fix dureader-robust readme (#5078) · cba0350c
      smallv0221 提交于
      * fix bleu bug
      
      * fix bleu bug
      
      * fix doc example
      
      * minor fix
      
      * fix squad dataset bug
      
      * fix readme
      cba0350c
    • C
      Rename readme (#5080) · cd6b89a0
      ceci3 提交于
      * fix init
      
      * update
      
      * update name
      cd6b89a0
    • X
      Modify readme of Plato2 (#5076) · 1087b92d
      xiemoyuan 提交于
      * delete the images.
      
      * delete the images.
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * add imgs.
      1087b92d
    • S
      update codes (#5072) · e02bc11f
      Steffy-zxf 提交于
      * update codes
      
      * update codes
      
      * update codes
      e02bc11f
    • L
      Fix seq2seq readme error (#5069) · cd646190
      LiuChiachi 提交于
      * update __init__
      
      * update couplet api usage, delete useless import
      
      * update seq2seq readme
      
      * update seq2seq readme path
      cd646190
    • L
      Update Transformer readme (#5066) · 5f0ace0a
      liu zhengxi 提交于
      * update readme
      
      * update test=develop
      
      * fix readme
      5f0ace0a
    • C
      Add ofa for bert (#5006) · 434c9be7
      ceci3 提交于
      * fix init
      
      * update
      
      * add ofa for bert
      
      * update
      
      * update
      
      * update
      
      * update readme
      
      * update
      
      * update
      
      * update
      434c9be7
    • S
      update dureader-robust readme result (#5064) · 448ef165
      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
      
      * update readme result
      448ef165
    • W
      Add copyright for the word2vec (#5063) · f25f1cfe
      wawltor 提交于
      * Add the copyright for the word-embedding
      
      * add the the link for the chinese word embedding
      f25f1cfe
  4. 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
  5. 14 12月, 2020 3 次提交
    • W
      update the readme for the word_embedding (#5050) · 33d65b31
      wawltor 提交于
      update the readme for the word_embedding (#5050)
      33d65b31
    • J
      Add more embedding and sample for the TokenEmbedding · ec17d938
      Jack Zhou 提交于
      * add all wiki embedding and part of baidu encyclopedia embedding.
      
      * add embedding example
      
      * add people_daily, weibo, sougou pretrained embedding
      
      * add zhihu, finacial,literature embedding
      
      * Add embedding model readme; add embedding train example and readme
      
      * fix README example
      
      * fix embedding doc
      ec17d938
    • S
      update docs (#5049) · 954f02ca
      Steffy-zxf 提交于
      * add paddle.models api reference docs
      
      * update docs
      
      * update docs
      
      * update docs
      
      * tmp
      
      * update docs
      
      * update docs
      
      * update docs
      
      * update docs
      
      * update docs
      
      * update docs
      954f02ca