ArthurZ HF staff commited on
Commit
ab05bf3
1 Parent(s): a4a47bc

Update config

Browse files

Fill in the correct start token ids

Files changed (1) hide show
  1. config.json +3 -7
config.json CHANGED
@@ -16,7 +16,7 @@
16
  "decoder_ffn_dim": 5120,
17
  "decoder_layerdrop": 0.0,
18
  "decoder_layers": 32,
19
- "decoder_start_token_id": 50257,
20
  "dropout": 0.0,
21
  "encoder_attention_heads": 20,
22
  "encoder_ffn_dim": 5120,
@@ -26,18 +26,14 @@
26
  "forced_decoder_ids": [
27
  [
28
  1,
29
- 50258
30
- ],
31
- [
32
- 2,
33
  50259
34
  ],
35
  [
36
- 3,
37
  50359
38
  ],
39
  [
40
- 4,
41
  50363
42
  ]
43
  ],
 
16
  "decoder_ffn_dim": 5120,
17
  "decoder_layerdrop": 0.0,
18
  "decoder_layers": 32,
19
+ "decoder_start_token_id": 50258,
20
  "dropout": 0.0,
21
  "encoder_attention_heads": 20,
22
  "encoder_ffn_dim": 5120,
 
26
  "forced_decoder_ids": [
27
  [
28
  1,
 
 
 
 
29
  50259
30
  ],
31
  [
32
+ 2,
33
  50359
34
  ],
35
  [
36
+ 3,
37
  50363
38
  ]
39
  ],