We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tokenizer
Trainer
processing_class
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
In the Fine-tuning a model with the Trainer API page, either in the documentation or the notebook, we are told to use the tokenizer parameter when initializing the Trainer class.
Fine-tuning a model with the Trainer API
But the tokenizer parameter has been deprecated. We should use the processing_class parameter.
The text was updated successfully, but these errors were encountered:
Hi, can you open this in transformers instead?
Sorry, something went wrong.
The issue has been moved to transformers:
transformers
huggingface/transformers#37734
No branches or pull requests
In the
Fine-tuning a model with the Trainer API
page, either in the documentation or the notebook, we are told to use thetokenizer
parameter when initializing theTrainer
class.But the
tokenizer
parameter has been deprecated. We should use theprocessing_class
parameter.The text was updated successfully, but these errors were encountered: