You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A quick run on your codelab, and got this error on evaludation:
=================
Due to a bug fix in huggingface/transformers#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'.
.'` or make sure all input audio is of the same language."
1168 )
ValueError: Multiple languages detected when trying to predict the most likely target language for transcription. It is currently not supported to transcribe to different languages in a single batch. Please make sure to either force a single language by passing language='...' or make sure all input audio is of the same language.
The text was updated successfully, but these errors were encountered:
Hi, I tried implementing your solution but I'm still stuck. I've set my transformer to have logging log verbosely, and this is what I see.
It just stops and shows nothing when running evaluation. Any idea on why this is?
A quick run on your codelab, and got this error on evaludation:
=================
Due to a bug fix in huggingface/transformers#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'
..'` or make sure all input audio is of the same language."
1168 )
ValueError: Multiple languages detected when trying to predict the most likely target language for transcription. It is currently not supported to transcribe to different languages in a single batch. Please make sure to either force a single language by passing
language='...'
or make sure all input audio is of the same language.The text was updated successfully, but these errors were encountered: