Replies: 2 comments 4 replies
-
modifying model config doesn't change anything u need to find a way with the tokenizer, if your language is close enough to a language supported u can still use the tokenizer otherwise try another model like wav2vec2 which support a lot more lang |
Beta Was this translation helpful? Give feedback.
-
Can you please share your code for fine tuning on new language, I'm trying to add new tokens for new language. It's been difficult for me to figure that out! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can whisper add tags in more than 99 languages?
Please let me know if it doesn't work, and if it does please let me know how to add a new language tag!
I made some attempts to convert new language tags into tokens by modifying the model configuration file downloaded from huggingface and its third-party libraries, but the following problem occurs when calculating the loss during training:
How do I fix it, or is this approach not feasible
RuntimeError: philox_cuda_state for an unexpected CUDA generator used during capture. In regions captured by CUDA graphs, you may only use the default CUDA RNG generator on the device that's current when capture begins. If you need a non-default (user-supplied) generator, or a generator on another device, please file an issue.
Beta Was this translation helpful? Give feedback.
All reactions