Hello, I am running the code giving in this repo, the fine_tune_whisper.ipynb file. I put the codes in a Python script and I am running it. I didn't change much, I am fine tuning on Indian language just as it was before. Every 25% of the total fine tuning process I get the message "Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead." 362 times, and then it continues training, then after 2.5 epoch it repeats the error message.
Will this cause a problem in my fine tuning process? What might be the cause of this? How can I fix it?
the script I am running : https://github.com/oguzhansucuoglu/fineTuneWhisper/blob/main/fine_tune_whisper.py

Hello, I am running the code giving in this repo, the fine_tune_whisper.ipynb file. I put the codes in a Python script and I am running it. I didn't change much, I am fine tuning on Indian language just as it was before. Every 25% of the total fine tuning process I get the message "Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead." 362 times, and then it continues training, then after 2.5 epoch it repeats the error message.
Will this cause a problem in my fine tuning process? What might be the cause of this? How can I fix it?
the script I am running : https://github.com/oguzhansucuoglu/fineTuneWhisper/blob/main/fine_tune_whisper.py