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
I am having hard times making whisper models (ie. base, not base.en) useful for any other language than English. Looking into sources I observed a few potentially related TODOs:
…95) (#133)
* Align `.generate()` return type with python library
* Add multilingual transcription + translation for whisper models (#87, #95)
* Include `return_timestamps` in calculation of `forced_decoder_ids`
* Only return non-null `forced_decoder_ids`
* Allow user to specify task in any case
* Only set `forced_decoder_ids` when non-empty
* Implement `SuppressTokensAtBeginLogitsProcessor`
I am having hard times making whisper models (ie. base, not base.en) useful for any other language than English. Looking into sources I observed a few potentially related TODOs:
Could these please be resolved?
I wonder if there is any other way in current transfromres.js to define input language.
The text was updated successfully, but these errors were encountered: