Gadersd / whisper-burn

A Rust implementation of OpenAI's Whisper model using the burn framework
MIT License
263 stars 29 forks source link

Assistance with creating a French configuration for whisper-burn #22

Open Melfos-md opened 7 months ago

Melfos-md commented 7 months ago

Hello,

I noticed the project includes a configuration for English to English transcription (tiny_en), and I'd like to create a similar setup for French (tiny_fr).

Could you provide guidance on how to generate the necessary configuration files for French transcription? How to set the decoder ids and the sequence of context tokens ?

Thank you for your time and for the work on whisper-burn.

Best,