-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error during eval - can't find tokenizer #1
Comments
I have the same problem.Do you solve it? |
hello , i have another problem,when i bash finetune.sh, finetune.py not run (i add some print orders in finetune.py,but no print). |
你是跑完fineune.py没反应? |
是的,finetune.py没有运行起来 |
你huggingface的bart_model下载下来了吗?不然的话,那个命令的model_name_path得改一下 |
Replace it with the following code:
Because the SimpleTokenizer is defined in the eval/utils.py, and the PretrainedTokenizer isn't called. |
你好,请问您知道最后的最优模型是存在best_tfmr下面吗?直接按照给的方式无法跑generation。 |
Hello,
I am getting the follower error when trying to run the eval:
I have searched the repo and cannot find a module named tokenizer. So I imagine this must come from one of the dependencies (probably the transformers dep?).
Can you help out? Thanks
The text was updated successfully, but these errors were encountered: