1. 14 12月, 2020 2 次提交
  2. 13 12月, 2020 6 次提交
    • Z
      Add transformer doc (#5040) · d5702c51
      Zhong Hui 提交于
      * update transformer doc
      
      * Update transformers.md
      
      * Update transformers.md
      
      * update transformer doc
      
      * Update transformers.md
      d5702c51
    • L
      Update couplet readme (#5039) · 05d5dee6
      LiuChiachi 提交于
      * update couplet readme
      
      * update generation example
      05d5dee6
    • L
      Add metric readme doc (#5037) · e5a20edb
      LiuChiachi 提交于
      * add metric readme doc
      
      * add "`" for APIs in doc
      
      * Update README.md
      
      Add "`" for APIs in doc
      
      * Update metrics.md
      
      * Update README.md
      
      * update metric readme
      e5a20edb
    • Z
      Update README.md · 162e36f3
      Zeyu Chen 提交于
      162e36f3
    • S
      fix dataset bug (#5038) · 048056f5
      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
      048056f5
    • L
      Add couplet examples (#5007) · 11ee20fb
      LiuChiachi 提交于
      * add couplet
      
      * simplify model code
      
      * simplify code
      
      * update couplet README
      
      * add pad_token to TranslationDataset, update CoupletDataset
      
      * update couplet url, add couplet generation example
      
      * update TranslationDataset
      
      * upadte classname to self in __init__
      
      * update README.md
      11ee20fb
  3. 12 12月, 2020 17 次提交
  4. 11 12月, 2020 11 次提交
  5. 10 12月, 2020 4 次提交
    • X
      Unified the task name of DGU with paddle1.8 (#5011) · 2b2147b0
      xiemoyuan 提交于
      * Unified the task name with paddle1.8
      
      * fixed bug.
      2b2147b0
    • L
      Update perplexity, inherited from Metric (#4995) · 84a6ea83
      LiuChiachi 提交于
      * update ppl, inherited from Metric, suitable for common mt and lm task.
      
      * fix ppl bugs, delete useless argument
      
      * fix ppl bugs, return a num not a numpy array.
      84a6ea83
    • 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