We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for your effort with this fork, it's so much faster. It's not clear to me which encoding is being used, is it cl100k_base or r50k_base?
cl100k_base
r50k_base
According to this link, gpt-3-encoder is using r50k_base, but I don't see any mention of it in the library.
gpt-3-encoder
The text was updated successfully, but these errors were encountered:
This is using r50k_base, but I'm working making it customizable in v2.0.
Sorry, something went wrong.
feat: complete rewrite to support different models
eedd944
BREAKING CHANGE: default encoder is now GPT3.5 / GPT4 fixes #5 fixes #6
🎉 This issue has been resolved in version 2.0.0-beta.1 🎉
The release is available on:
Your semantic-release bot 📦🚀
:tada: This issue has been resolved in version 2.0.0 :tada:
Successfully merging a pull request may close this issue.
Thanks for your effort with this fork, it's so much faster. It's not clear to me which encoding is being used, is it
cl100k_base
orr50k_base
?According to this link,
gpt-3-encoder
is usingr50k_base
, but I don't see any mention of it in the library.The text was updated successfully, but these errors were encountered: