1. 08 10月, 2019 1 次提交
    • SYSU_BOND's avatar
      Update PaddleNLP LAC model for new codestyle (#3463) · e9c7c30e
      SYSU_BOND 提交于
      * reconstruct the run_sequence_labeling.py into train.py predict.py eval.py & add yalm configure
      
      * reconstruct the ERNIE based LAC model
      
      * Update train_ernie.py
      
      recurrent multi-GPU nan
      
      * update the ernie base model
      
      * configure update
      
      * update configure
      
      * add inference model
      
      * specification code
      
      * delete unused run_sequence_labeling.py
      
      * rename evaluate.py to compare.py
      
      * add postfix '.pdckpt' to model
      
      * update README.md
      
      * add LAC class(for predict conveniently)
      
      * add LAC class(for predict conveniently)
      
      * update README.md
      
      * fixed bug on run_ernie
      
      * update default setting
      
      * fix infenence bug in windows
      
      * fix infenence bug in windows
      
      * update new model and dateset
      
      * delete the postfix .pdckpt of model checkpoint directory
      
      * update new model's performance
      
      * fixed the bug for empty input
      
      * unusing of tqdm tools
      
      * fix the bug of train_data
      e9c7c30e
  2. 23 9月, 2019 1 次提交
  3. 19 7月, 2019 1 次提交
  4. 05 7月, 2019 1 次提交
  5. 06 6月, 2019 1 次提交
  6. 05 6月, 2019 1 次提交
    • Z
      Ce lexical analysis (#2359) · c78016e7
      zhengya01 提交于
      * add ce for lexical_analysis
      
      * add ce for lexical_analysis
      
      * add ce for lexical_analysis
      
      * add ce for lexical_analysis
      c78016e7
  7. 14 5月, 2019 1 次提交
  8. 22 4月, 2019 2 次提交
    • Y
      Update paddle-nlp (#2125) · 4ce87c57
      Yibing Liu 提交于
      * Update README.md
      
      * replace test to eval
      
      * change test to eval
      
      * Refine install in README of paddle-nlp-transformer
      
      * update readme
      
      * fix readme for ADE
      
      * fix reademe for ADE second
      
      * update reademe for DAM
      
      * readme all
      
      * update_readme
      
      * representation
      
      * Update README.md
      
      * Update README.md
      
      * Update top-level readme
      4ce87c57
    • Y
      Init paddle-nlp (#2112) · a3f6ee86
      Yibing Liu 提交于
      * init paddle-nlp tools for QA test
      
      * Fix paragraph extraction bug
      
      * Update download links
      
      * first update LAC README.md
      
      * rename EmoTect as emotion_detection
      
      * download data from bos
      
      * Update README.md
      
      * Rename project
      
      * second add code
      
      * modify downloads.sh for lac
      
      * rename LAC to lexical_analysis
      
      * update lac readme
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * add struct.jpg
      
      * Update README.md
      
      * Update README.md
      
      * update README
      
      * Update README.md
      
      * update emotion_detection README
      
      * add download_data.sh and download_model.sh
      
      * first commit ADE
      
      * dialogue_model_toolkit_update
      
      * update emotion_detection model bos url
      
      * update README
      
      * update readme
      
      * update readme
      
      * update download file
      
      * first commit DAM
      
      * add readme
      
      * fix readme
      
      * fix readme
      
      * fix readme
      
      * fix readme
      
      * fix readme
      
      * rename
      
      * rename again
      
      * 1. add gradient_clip for ernie_lac
      2. delete LARK config
      
      * fix download.sh
      
      * Rename MRC task
      
      * fix logger
      
      * fix to douban
      
      * fix final
      
      * update readme
      
      * update readme
      
      * update readme
      
      * fix batch is null
      
      * fix typo
      
      * fix typo
      
      * fix typo
      
      * update ernie config
      
      * update readme
      
      * add AI platform url in readme
      
      * update readme subtitlestyle
      
      * update
      
      * Update README.md
      
      * Update README.md
      
      * update
      
      * Create README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * update batch size
      
      * adapt to samll data size
      
      * update ERNIE bcebos url
      
      * add language model
      
      * modify readme
      
      * update
      
      * update
      
      * Update README.md
      
      * Update README.md
      
      * fix readme
      
      * fix max_step, update run.sh and run_ernie.sh
      
      * add finetuned model for lac
      
      * fix bug
      
      * Update README.md
      
      * update
      
      * Update README.md
      
      * add ERNIE pretrained model, and update README
      
      * update readme
      
      * add CPU
      
      * update infer in run.sh and run_ernie.sh
      
      * Update README.md
      
      * Update README.md
      
      * Delete test.py
      
      * fix bug
      
      * fix run.sh infer bug & add ernie infer code
      
      * fix cpu mode
      
      * Update README.md
      
      * fix bug for python3
      
      * fix CPU and GPU diff result bug
      
      * Update README.md
      
      * update readme
      
      * Update run_classifier.py
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update run.sh
      
      * Update run_ernie.sh
      
      * modify dir
      
      * Update README.md
      
      * modify dir too
      
      * modify path
      
      * Update README.md
      
      * PaddleNLP modules backup to old/, rm links-LAC,Senta,SimNet
      
      * mv all modules out of paddle-nlp, rm Senta, auto_dialog_eval, deep_match
      
      * mv models/classify to models/classification, models/seq_lab to models/sequence_labeling
      
      * update readme for models/classification
      
      * update sentiment_classification and rm README
      
      * Add Transformer into paddle-nlp
      
      * change seq_lab to sequence labeling
      
      * Rename old as unarchived in PaddleNLP
      
      * add LARK
      
      * Update README, add paddlehub
      
      * add paddlehub
      
      * Add tmp readme
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update run_ernie.sh
      
      * Update run_ernie.sh
      
      * Update README.md
      
      * Update run_ernie_classifier.py
      
      * Update README.md
      
      * Update README.md
      
      * Update run.sh
      
      * Update run_ernie_classifier.py
      
      * update
      
      * fix chunk_evaluator bug
      
      * change names
      
      * Update README
      
      * add gitmodules
      
      * add install code
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update READMEs
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * README
      
      * Update README.md
      
      * update emotion_detection README
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * update REAME, add finetune doc
      
      * update emotion_detection readme
      
      * change run.sh
      
      * Update README.md
      
      * Update the link in fluid dir
      
      * update readme
      
      * update README for markdown style
      
      * Update README.md
      
      * Update README.md
      a3f6ee86