According to fine-Tune Whisper For Multilingual ASR with Transformers, I can fine-tine the Whisper model with languages supported by WhisperTokenizer.
However, if we need to make it support new language (which is not supported by the tokenizer), how could I do that? Could you please point me to the document or example which I could follow?