-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
SigLIP tokenizer not enforcing use_fast=True #29925
Comments
Hey! Siglip does not have a fast tokenizer:
|
I don't quite understand the line you linked. Why this model is different from others and does not have fast tokenizer? |
That is because of
basically the equivalent fast tokenizer is not implemented because it needed a bit more work. I'll see if I have time to add it but otherwise it's a good issue! |
Is this going to get merged anytime soon? |
I reviewed it, just need @NielsRogge 's updates |
System Info
transformers
version: 4.38.2Who can help?
No response
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Expected behavior
print 'Success' which indicates
use_fast=True
The text was updated successfully, but these errors were encountered: