-
Notifications
You must be signed in to change notification settings - Fork 5
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 issue #5
Comments
me too |
Let the author solve the problem |
I believe this may be caused by a naming conflict between the "tokenizers" module in the project directory and the "huggingface/tokenizers" module. I attempted to resolve it by renaming the "tokenizers" folder in the project to "ham2pose_tokenizers" and modifying the import section of the "train.py" file. After these changes, it should run successfully. |
Did you run it successfully? |
Yes, that's how I fixed it. |
Hi! I am getting this issue after the installing the dependencies
RuntimeError: Failed to import transformers.models.auto because of the following error (look up to see its traceback): No module named 'tokenizers.pre_tokenizers'
Is anyone else facing this issue?
The text was updated successfully, but these errors were encountered: