system HF staff commited on
Commit
fa84952
1 Parent(s): 115d910

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -15,6 +15,10 @@
15
  "num_attention_heads": 4,
16
  "num_hidden_layers": 12,
17
  "pad_token_id": 0,
 
 
 
 
18
  "type_vocab_size": 2,
19
  "vocab_size": 30522
20
  }
15
  "num_attention_heads": 4,
16
  "num_hidden_layers": 12,
17
  "pad_token_id": 0,
18
+ "summary_activation": "gelu",
19
+ "summary_last_dropout": 0.1,
20
+ "summary_type": "first",
21
+ "summary_use_proj": true,
22
  "type_vocab_size": 2,
23
  "vocab_size": 30522
24
  }