You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the eval portion of training, a warning message about Trainer.tokenizer being deprecated appears, e.g. [WARNING|trainer.py:761] 2025-01-24 01:24:11,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. We need to adjust our training code so that the deprecated functionality from HuggingFace is no longer used.
The text was updated successfully, but these errors were encountered:
When running the eval portion of training, a warning message about Trainer.tokenizer being deprecated appears, e.g.
[WARNING|trainer.py:761] 2025-01-24 01:24:11,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead.
We need to adjust our training code so that the deprecated functionality from HuggingFace is no longer used.The text was updated successfully, but these errors were encountered: