-
Notifications
You must be signed in to change notification settings - Fork 27.4k
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
do_lower_case not saved/loaded correctly for Tokenizers #8001
Comments
Oh! I'll take a look, thanks for the report @tholor |
Thanks for the fast fix @thomwolf ! Very much appreciated! |
fabiocapsouza
pushed a commit
to fabiocapsouza/transformers
that referenced
this issue
Nov 15, 2020
…ialization (huggingface#8006) * fixing huggingface#8001 * make T5 tokenizer serialization more robust - style
fabiocapsouza
added a commit
to fabiocapsouza/transformers
that referenced
this issue
Nov 15, 2020
…zers serialization (huggingface#8006)" This reverts commit 9f79b9a.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment info
transformers
version: 3.4.0Who can help
@mfuntowicz
Information
The
do_lower_case
property of BertTokenizer is not correctly restored after saving / loading.To reproduce
returns
Expected behavior
Same object attributes after saving / loading
The text was updated successfully, but these errors were encountered: