Skip to content

Commit defa38e

Browse files
Meiyimkirayummyzhanghan1992
authored
* 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>
1 parent 2a4965c commit defa38e

File tree

202 files changed

+42649
-128603
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+42649
-128603
lines changed

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
*.pyc
21
*.un~
2+
*~
3+
*.pyc
34
*.swp
4-
*.egg-info/
5+
*.swn
6+
*.swo
7+
dist/
8+
paddle_ernie.egg-info/

.metas/ERNIE_milestone.png

693 KB
Loading

.metas/ERNIE_milestone_chn.png

693 KB
Loading

.metas/dygraph_show.gif

1.34 MB
Loading

.metas/ernie-head-banner.gif

2.62 MB
Loading

.metas/ernie.png

333 KB
Loading

.metas/ernie2.0_arch.png

-303 KB
Binary file not shown.

.metas/ernie2.0_model.png

-170 KB
Binary file not shown.

.metas/ernie2.0_paper.png

-94.9 KB
Binary file not shown.

.metas/ernie_tiny.png

-99 KB
Binary file not shown.

.pre-commit-config.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.run_ce.sh

Lines changed: 0 additions & 44 deletions
This file was deleted.

.style.yapf

Lines changed: 0 additions & 3 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.travis/precommit.sh

Lines changed: 0 additions & 21 deletions
This file was deleted.

LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)