system HF staff commited on
Commit
277c087
1 Parent(s): 3f16595

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -2
config.json CHANGED
@@ -15,6 +15,7 @@
15
  "decoder_ffn_dim": 2048,
16
  "decoder_layerdrop": 0.0,
17
  "decoder_layers": 6,
 
18
  "dropout": 0.1,
19
  "encoder_attention_heads": 8,
20
  "encoder_ffn_dim": 2048,
@@ -39,8 +40,8 @@
39
  "normalize_embedding": false,
40
  "num_beams": 6,
41
  "num_hidden_layers": 6,
42
- "pad_token_id": 65000,
43
  "scale_embedding": true,
44
  "static_position_embeddings": true,
45
- "vocab_size": 65001
46
  }
15
  "decoder_ffn_dim": 2048,
16
  "decoder_layerdrop": 0.0,
17
  "decoder_layers": 6,
18
+ "decoder_start_token_id": 58054,
19
  "dropout": 0.1,
20
  "encoder_attention_heads": 8,
21
  "encoder_ffn_dim": 2048,
40
  "normalize_embedding": false,
41
  "num_beams": 6,
42
  "num_hidden_layers": 6,
43
+ "pad_token_id": 58054,
44
  "scale_embedding": true,
45
  "static_position_embeddings": true,
46
+ "vocab_size": 58055
47
  }