- 22 4月, 2019 1 次提交
-
-
由 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
-
- 04 4月, 2019 1 次提交
-
-
由 Yibing Liu 提交于
* Shift up fluid models * Update nlp submodules * Add redirect guide in org readme * Move HiNAS_models to AutoDL
-
- 15 3月, 2019 1 次提交
-
-
由 zhengya01 提交于
* add chinese_ner ce * add chinese_ner ce
-
- 02 2月, 2019 1 次提交
-
-
由 qingqing01 提交于
* Delete file * Rever the raw file
-
- 01 2月, 2019 1 次提交
-
-
由 Yibing Liu 提交于
* Adjust the structure of whole repo * Correct the readme for speec * Update submodules LAC, Senta and SimNet
-
- 23 1月, 2019 1 次提交
-
-
由 Yibing Liu 提交于
-
- 27 12月, 2018 1 次提交
-
-
由 lujun 提交于
-
- 29 10月, 2018 1 次提交
-
-
由 Yibing Liu 提交于
-
- 20 9月, 2018 2 次提交
- 21 8月, 2018 1 次提交
-
-
由 bingyanghuang 提交于
-
- 14 8月, 2018 1 次提交
-
-
由 Michał Gallus 提交于
* Add MKL-DNN Benchmarking to CRNN-CTC * Add MKL-DNN benchmarking for chinese_ner * Make crnn-ctc scripts more portable * Merge CRNN-CTC train & inference scripts * Remove LD_LIBRARY_PATH from crnn-ctc scripts * CRNN-CTC scripts: set parallel to true Abort script if batch_size is lower than num of cores * CRNN-CTC scripts: limit mode options in infer * CRNN-CTC scripts: set mkldnn parallel to False * CRNN-CTC scripts: remove mkldnn parallel warning * Chinese-ner: Merge train & infer scripts, update readme * Chinese_ner: add --parallel flag for train
-
- 04 6月, 2018 3 次提交
- 27 4月, 2018 1 次提交
-
-
由 Xingyuan Bu 提交于
* ready to coco_reader * complete coco_reader.py & coco_train.py * complete coco reader * rename file * use argparse instead of explicit assignment * fix * fix reader bug for some gray image in coco data * ready to train coco * fix bug in test() * fix bug in test() * change coco dataset to coco2017 dataset * change dataset from coco to coco2017 * change learning rate * fix bug in gt label (category id 2 label) * fix bug in background label * save model when train finished * use coco map * adding coco year version args: 2014 or 2017 * add coco dataset download, and README.md * fix * fix image truncted IOError, map version error * add test config * add eval.py for evaluate trained model * fix * fix bug when cocoMAP * updata READEME.md * fix cocoMAP bug * find strange with test_program = fluid.default_main_program().clone(for_test=True) * add inference and visualize, awa, README.md * upload infer&visual example image * refine image * refine * fix bug after merge * follow yapf * follow comments * fix bug after separate eval and eval_cocoMAP * follow yapf * follow comments * follow yapf * follow yapf
-