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.
@stevhliu
The text was updated successfully, but these errors were encountered:
Good catch, would you like to open a PR to update the docs and course to use the processing_class parameter instead?
Sorry, something went wrong.
Okay, I'll do it.
PRs:
huggingface/course#895 huggingface/notebooks#574
Successfully merging a pull request may close this issue.
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.@stevhliu
The text was updated successfully, but these errors were encountered: