GPT3-Tokenizer
GPT3-Tokenizer copied to clipboard
GPT-4 Support
What would it take to support GPT-4 encoding with the cl100k_base
vocab? I haven't found any Swift libraries that support this yet.
Hi! I'm working on it. I have a Tiktoken's port written swift but it's not ready. When i finish it i will publish it under my github's user account.
This threat will be closed when this library get ready.
Thanks for your interesting on my project.
@aespinilla that’s great news! Any estimate on how long it will be until you publish it?
I have a proof of concept with some errors only on cl100k_base vocab and perform, i think I will be able to have a beta version on next week.
Hi @collinhundley ! I had published a very basic openai's tiktoken. You can check on this repository: https://github.com/aespinilla/Tiktoken
Yes, it supports gpt-4 and more vocab 😉