sanchit-gandhi HF staff commited on
Commit
e823955
1 Parent(s): 5d6beb0

fix forced decoder ids

Browse files

sets according to the medium checkpoint: https://huggingface.co/openai/whisper-medium/blob/main/config.json#L26-L39

Files changed (1) hide show
  1. config.json +5 -1
config.json CHANGED
@@ -26,10 +26,14 @@
26
  "forced_decoder_ids": [
27
  [
28
  1,
29
- 50358
30
  ],
31
  [
32
  2,
 
 
 
 
33
  50363
34
  ]
35
  ],
 
26
  "forced_decoder_ids": [
27
  [
28
  1,
29
+ 50259
30
  ],
31
  [
32
  2,
33
+ 50359
34
+ ],
35
+ [
36
+ 3,
37
  50363
38
  ]
39
  ],