swift-coreml-transformers
swift-coreml-transformers copied to clipboard
CLIPTokenizer
Hi y'all, I was looking to convert the CLIP Tokenizer found here.
I noticed it seems a lot like the GPT2Tokenizer.swift.
Are there perchance simple adjustments I could make so that it would work for a CLIP model?
Thanks!
Any update on this? I too am interested.
Also interested!
I have a PR of the tokenizer I used if y'all need it. Take a look here! https://github.com/huggingface/swift-coreml-transformers/pull/30