-
Notifications
You must be signed in to change notification settings - Fork 140
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
Can you provide an up to date version of tokenizers please? #504
Comments
Why specifically do you need a newer version? |
@mhsmith Because the latest versions of transformers require a newer version of tokenizers |
OK, we won't be able to provide an update right now, but please subscribe to this issue for updates. And if anyone else needs the same thing, please click the thumbs up button above. Meanwhile, perhaps you can use an older version, |
I did try to use an older version but I get errors, and these errors are fixed with the newest versions of transformers. Anyway, I'll just search for an alternative meanwhile and wait till you update the package. Thanks for the help Malcolm! |
Thanks for letting me know. Could you post the errors here, with some example code which causes them? |
@mhsmith
And when I use the latest version of transformers along with tokenizers==0.7.0, this error appears: |
@mhsmith I also tried to use this modified version which is supposed to provide support for joblib for platforms that don't support sem: https://github.com/jrgriffiniii/joblib/tree/issues-825-jrgriffiniii-no-sem-support But doesn't work either. So my conclusion is the easiest and fastest way is to use an up to date version of tokenizers. |
That's only a warning, not an error. It will be shown by anything that uses joblib, so it probably wouldn't be fixed by the current version of transformers or tokenizers. But it shouldn't stop your code from working. If you had any other problems then please explain exactly what happened. |
Okay I think I know why it isn't working. Also, thanks for explaining the joblib thing, I am not very familiar with it. I tought it was an actual error. I'll leave the issue opened just in case anyone needs the tokenizers module up to date for their project. Really appreciate that you took the time to help me! |
Tokenizers version 0.10.3 is now available. This is compatible with the current version of Transformers (4.15.0). |
I need an up to date version for my project of this module, only 0.7.0 is available in the package repository. And also I want to thank you for building Chaquopy, it's really amazing and useful!
The text was updated successfully, but these errors were encountered: