fix forced decoder ids

sets according to the medium checkpoint: https://huggingface.co/openai/whisper-medium/blob/main/config.json#L26-L39
This commit is contained in:
Sanchit Gandhi 2022-12-07 20:44:06 +00:00 committed by huggingface-web
parent 5d6beb0aba
commit e823955b78
1 changed files with 5 additions and 1 deletions

View File

@ -26,10 +26,14 @@
"forced_decoder_ids": [
[
1,
50358
50259
],
[
2,
50359
],
[
3,
50363
]
],