AaltoRSE / speech2text

Instructions to setup and use Aalto speech2text app on Triton.
Other
1 stars 1 forks source link

Translation option #13

Open hsnfirooz opened 7 months ago

hsnfirooz commented 7 months ago

Whiper models only allow translation to English. Is it sufficient? If so, we can add translation option to the code.

ruokolt commented 7 months ago

Whisper can translate (output text) in any supported language (not just English). But this is not a officially supported feature and we should evaluate this to some extent. This evaluation will, IMO, not be any less work than extending the pipeline with an optional translating LLM.