Hello, When I tried out the fine-tuning google colab notebook, an error popped out when instantiating `Trainer`. The root cause is `evaluation_strategy` being deprecated and replaced by `eval_strategy`, see https://github.com/huggingface/transformers/pull/30190.
Hello,
When I tried out the fine-tuning google colab notebook, an error popped out when instantiating
Trainer.The root cause is
evaluation_strategybeing deprecated and replaced byeval_strategy, see huggingface/transformers#30190.