-
Notifications
You must be signed in to change notification settings - Fork 819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please update the blog to fix: "Due to a bug fix in https://github.com/huggingface/transformers/pull/28687 transcription" #1948
Comments
Ok i was too fast maybe it has a fix in #1944? |
Yes, that PR was just merged :) Can you give a try and see if it works for you? |
|
I only copied the model config part (searched for 'hindi' in the source')
Maybe I forgot it somewhere.. Will check! |
Ah the error shows it is a tuple |
Yes, I think those trailing commas in your code snippet should not be there. This is how the blog shows up for me: ![]() |
Oh I see it is a copy paste error :S |
Ok I see this is to be expected and the second bar is the 'evaluation' process. Seems to work as I now have a first evaluation after 100 steps. (not recommended as evalutation takes about 10 minutes on my system) |
I'm trying to trying to do the "https://huggingface.co/blog/fine-tune-whisper" so I setup an gpu supporterd jupyter.
However, after the first evaluation print (1000 steps), I get this error:
Due to a bug fix in https://github.com/huggingface/transformers/pull/28687 transcription using a multilingual Whisper will default to language detection followed by transcription instead of translation to English.This might be a breaking change for your use case. If you want to instead always translate your audio to English, make sure to pass
language='en'.
I'm sure there is a workaround, but could you please update the blog with these new settings?
The text was updated successfully, but these errors were encountered: