pere commited on
Commit
e832086
1 Parent(s): 1940b90

Fix error in config.json

Browse files



@patrickvonplaten



@Sanchit



The decoder_start_token_id should refer to the <|startoftranscript|> token in the vocabulary.

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -18,7 +18,7 @@
18
  "decoder_ffn_dim": 5120,
19
  "decoder_layerdrop": 0.0,
20
  "decoder_layers": 32,
21
- "decoder_start_token_id": 50257,
22
  "dropout": 0.0,
23
  "encoder_attention_heads": 20,
24
  "encoder_ffn_dim": 5120,
 
18
  "decoder_ffn_dim": 5120,
19
  "decoder_layerdrop": 0.0,
20
  "decoder_layers": 32,
21
+ "decoder_start_token_id": 50258,
22
  "dropout": 0.0,
23
  "encoder_attention_heads": 20,
24
  "encoder_ffn_dim": 5120,