Skip to content

Commit

Permalink
Dygraph (PaddlePaddle#436)
Browse files Browse the repository at this point in the history
* 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 (PaddlePaddle#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: kirayummy <shi.k.feng@gmail.com>
Co-authored-by: zhanghan <zhanghan17@baidu.com>
  • Loading branch information
3 people authored May 20, 2020
1 parent 2a4965c commit defa38e
Show file tree
Hide file tree
Showing 202 changed files with 42,649 additions and 128,603 deletions.
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
*.pyc
*.un~
*~
*.pyc
*.swp
*.egg-info/
*.swn
*.swo
dist/
paddle_ernie.egg-info/
Binary file added .metas/ERNIE_milestone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .metas/ERNIE_milestone_chn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .metas/dygraph_show.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .metas/ernie-head-banner.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .metas/ernie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed .metas/ernie2.0_arch.png
Binary file not shown.
Binary file removed .metas/ernie2.0_model.png
Binary file not shown.
Binary file removed .metas/ernie2.0_paper.png
Binary file not shown.
Binary file removed .metas/ernie_tiny.png
Binary file not shown.
27 changes: 0 additions & 27 deletions .pre-commit-config.yaml

This file was deleted.

44 changes: 0 additions & 44 deletions .run_ce.sh

This file was deleted.

3 changes: 0 additions & 3 deletions .style.yapf

This file was deleted.

28 changes: 0 additions & 28 deletions .travis.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .travis/precommit.sh

This file was deleted.

201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

Loading

0 comments on commit defa38e

Please sign in to comment.