-
Notifications
You must be signed in to change notification settings - Fork 3.1k
[Nystromformer Feature] add fastTokenizer for Nystromformer #5124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… into nystromformer
… into nystromformer
Thanks for your contribution! |
Codecov Report
@@ Coverage Diff @@
## develop #5124 +/- ##
===========================================
+ Coverage 50.07% 50.42% +0.34%
===========================================
Files 458 460 +2
Lines 65581 65642 +61
===========================================
+ Hits 32840 33097 +257
+ Misses 32741 32545 -196
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@1649759610 哎呀我一不小心merge了。这里的ft 应该在test_tokenizer (https://github.com/PaddlePaddle/PaddleNLP/blob/develop/tests/transformers/nystromformer/test_tokenizer.py)里面加入一下FT的测试,可以直接参考bert的test_tokenizer
PR types
New features
PR changes
Models
Description
add fastTokenizer for Nystromformer