Skip to content
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

[Tokenizer] Add BertTokenizerFast, support register new tokenizer #9353

Merged

CustomTokenizerFast2->CustomTokenizerFastWithoutSlow

0eba022
Select commit
Loading
Failed to load commit list.
Merged

[Tokenizer] Add BertTokenizerFast, support register new tokenizer #9353

CustomTokenizerFast2->CustomTokenizerFastWithoutSlow
0eba022
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 4, 2024 in 0s

52.82% (target 58.00%)

View this Pull Request on Codecov

52.82% (target 58.00%)

Details

Codecov Report

Attention: Patch coverage is 86.48649% with 10 lines in your changes missing coverage. Please review.

Project coverage is 52.82%. Comparing base (66c5d65) to head (0eba022).
Report is 2 commits behind head on develop.

Current head 0eba022 differs from pull request most recent head 851af38

Please upload reports for the commit 851af38 to get more accurate results.

Files with missing lines Patch % Lines
paddlenlp/transformers/bert/tokenizer_fast.py 72.72% 9 Missing ⚠️
paddlenlp/transformers/auto/tokenizer.py 94.11% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #9353      +/-   ##
===========================================
+ Coverage    52.24%   52.82%   +0.57%     
===========================================
  Files          673      674       +1     
  Lines       109100   107804    -1296     
===========================================
- Hits         56998    56946      -52     
+ Misses       52102    50858    -1244     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.