From e823955b7861a1d66fef509b8601ada6d7762c03 Mon Sep 17 00:00:00 2001 From: Sanchit Gandhi Date: Wed, 7 Dec 2022 20:44:06 +0000 Subject: [PATCH] fix forced decoder ids sets according to the medium checkpoint: https://huggingface.co/openai/whisper-medium/blob/main/config.json#L26-L39 --- config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index a3e2367..bd1b8cb 100644 --- a/config.json +++ b/config.json @@ -26,10 +26,14 @@ "forced_decoder_ids": [ [ 1, - 50358 + 50259 ], [ 2, + 50359 + ], + [ + 3, 50363 ] ],