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
Hi,
May I check the exact script that you used to convert strings into UTF-8 bytes?
The text was updated successfully, but these errors were encountered:
Hi @NoviScl ,
really good question, after "some" searching I'm 100% sure that seqio is used. More precisely the ByteVocabulary implementation from here:
seqio
ByteVocabulary
https://github.com/google/seqio/blob/3fd3175537540f8e0ce7579d9ae7936721adc05d/seqio/vocabularies.py#L349
This class is then later initialized here in the byt5 library:
byt5
byt5/byt5/tasks.py
Lines 44 to 45 in 2f46814
Sorry, something went wrong.
No branches or pull requests
Hi,
May I check the exact script that you used to convert strings into UTF-8 bytes?
The text was updated successfully, but these errors were encountered: