system HF staff commited on
Commit
08ad285
1 Parent(s): ab7c72b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -8
config.json CHANGED
@@ -1,9 +1,8 @@
1
  {
2
  "architectures": [
3
- "BertModel"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
- "directionality": "bidi",
7
  "gradient_checkpointing": false,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
@@ -16,11 +15,6 @@
16
  "num_attention_heads": 12,
17
  "num_hidden_layers": 12,
18
  "pad_token_id": 0,
19
- "pooler_fc_size": 768,
20
- "pooler_num_attention_heads": 12,
21
- "pooler_num_fc_layers": 3,
22
- "pooler_size_per_head": 128,
23
- "pooler_type": "first_token_transform",
24
  "type_vocab_size": 2,
25
- "vocab_size": 119547
26
  }
1
  {
2
  "architectures": [
3
+ "BertForPreTraining"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
 
6
  "gradient_checkpointing": false,
7
  "hidden_act": "gelu",
8
  "hidden_dropout_prob": 0.1,
15
  "num_attention_heads": 12,
16
  "num_hidden_layers": 12,
17
  "pad_token_id": 0,
 
 
 
 
 
18
  "type_vocab_size": 2,
19
+ "vocab_size": 30522
20
  }