ArthurZ HF Staff commited on
Commit
cefb031
·
1 Parent(s): ce71a04

Update config.json

Browse files

Update new parameters

Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -22,5 +22,7 @@
22
  "bos_token_id":0,
23
  "eos_token_id":2,
24
  "decoder_start_token_id":2,
25
- "forced_eos_token_id":2
 
 
26
  }
 
22
  "bos_token_id":0,
23
  "eos_token_id":2,
24
  "decoder_start_token_id":2,
25
+ "forced_eos_token_id":2,
26
+ "output_projection":true,
27
+ "decoder_layernorm":false,
28
  }