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

[BartTokenizerFast] add BartTokenizerFast in AutoTokenizer #6464

Merged
merged 2 commits into from
Aug 13, 2020

Conversation

patil-suraj
Copy link
Contributor

@patil-suraj patil-suraj commented Aug 13, 2020

This PR adds BartTokenizerFast in AutoTokenizer.
@sshleifer

@codecov
Copy link

codecov bot commented Aug 13, 2020

Codecov Report

Merging #6464 into master will decrease coverage by 2.57%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6464      +/-   ##
==========================================
- Coverage   79.91%   77.33%   -2.58%     
==========================================
  Files         153      153              
  Lines       28005    28005              
==========================================
- Hits        22379    21657     -722     
- Misses       5626     6348     +722     
Impacted Files Coverage Δ
src/transformers/tokenization_auto.py 97.72% <100.00%> (ø)
src/transformers/optimization.py 25.55% <0.00%> (-70.00%) ⬇️
src/transformers/modeling_tf_distilbert.py 34.11% <0.00%> (-63.30%) ⬇️
src/transformers/pipelines.py 26.26% <0.00%> (-53.69%) ⬇️
src/transformers/optimization_tf.py 33.33% <0.00%> (-24.33%) ⬇️
src/transformers/modeling_tf_auto.py 48.79% <0.00%> (-18.08%) ⬇️
src/transformers/modeling_auto.py 64.16% <0.00%> (-14.46%) ⬇️
src/transformers/data/processors/squad.py 13.76% <0.00%> (-14.38%) ⬇️
src/transformers/modeling_tf_gpt2.py 65.68% <0.00%> (-6.16%) ⬇️
src/transformers/modelcard.py 82.71% <0.00%> (-2.47%) ⬇️
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a442f87...c1b241e. Read the comment docs.

Copy link
Member

@LysandreJik LysandreJik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for the two PRs @patil-suraj

@LysandreJik LysandreJik merged commit f51161e into huggingface:master Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants