-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
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
tokenizer.decode throwing an error #21
Comments
What is your transformer version? |
thanks for pointer. checked the version history of transformers https://pypi.org/project/transformers/#history after that, from v4.34.0 till v4.35.2, we have this issue |
So I'll add the version in the README then. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kindly see the code snippet below. was using the flow in preprocess.ipynb, but faced an error in
could see tokenizer.sym2idx defined, but tokenizer.idx2sym is an empty list.
The text was updated successfully, but these errors were encountered: