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, I am using
evaluate 0.4.3 transformers 4.46.2
The following deprecation warning reported by transformers, I believe is caused by using of tokenizer in evaluate library.
Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead.
The text was updated successfully, but these errors were encountered:
oh, I realized this is caused by transformers, which could be fixed by huggingface/transformers#35482, will close the issue.
Sorry, something went wrong.
No branches or pull requests
Hi, I am using
The following deprecation warning reported by transformers, I believe is caused by using of tokenizer in evaluate library.
The text was updated successfully, but these errors were encountered: