system HF staff commited on
Commit
3330a55
1 Parent(s): e021a1e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -7,7 +7,7 @@
7
  "ngram": 2,
8
  "attention_dropout": 0.1,
9
  "bos_token_id": 102,
10
- "d_model": 1024,
11
  "decoder_attention_heads": 16,
12
  "decoder_ffn_dim": 4096,
13
  "decoder_layerdrop": 0.0,
 
7
  "ngram": 2,
8
  "attention_dropout": 0.1,
9
  "bos_token_id": 102,
10
+ "hidden_size": 1024,
11
  "decoder_attention_heads": 16,
12
  "decoder_ffn_dim": 4096,
13
  "decoder_layerdrop": 0.0,