huggingface / swift-coreml-transformers

Swift Core ML 3 implementations of GPT-2, DistilGPT-2, BERT, and DistilBERT for Question answering. Other Transformers coming soon!
Apache License 2.0
1.62k stars 179 forks source link

Add CLIPTokenizer. #30

Open MatthewWaller opened 1 year ago

MatthewWaller commented 1 year ago

Here is what I was using for my CLIPTokenizer when I got StableDiffusion working in Swift on a phone. Of course, happy to have eyes on it.

Let me know what you think!

kawhi-z commented 1 year ago

the Cliptoken cannt find merges and vocab, can u help me