forked from PaddlePaddle/Paddle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[STACL] Fix Dataloader'collate_fn to return numpy.array (PaddlePaddle…
…#326) * feat: add text_simultaneous_translation: STACL * refactor: update requirement and readme, rename function/class name * feat: add tokenizer * refactor: refactor vocab,data_reader * refactor: rename TransformerModel, fix src_slf_attn_bias * docs: update README and requirements * fix: avoid getting the whole source in advance * docs: update docs * refactor: refactor tokenizer * docs: update pretrained model BLEU * docs: update docs * style: change code style(line too long) * docs: update information_extraction link * docs: add pretrained models download link * docs: add STACL to example_readme;enrich parameters description * fix: fix the wrong shape of validation label * docs: set default parameters to yaml * refactor: use paddlenlp.transformers api * fix Dataloader'collate_fn to return numpy.array * fix: increase tokenizer support for Windows * docs: add code annotation * docs: english annotation Co-authored-by: Guo Sheng <whucsgs@163.com>
- Loading branch information
1 parent
9585ea2
commit fd880ac
Showing
4 changed files
with
18 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters