ai-forever commited on
Commit
43be426
1 Parent(s): 9ed3880

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -2
config.json CHANGED
@@ -1,4 +1,6 @@
1
- {
 
 
2
  "attention_probs_dropout_prob": 0.1,
3
  "directionality": "bidi",
4
  "hidden_act": "gelu",
@@ -15,5 +17,6 @@
15
  "pooler_size_per_head": 128,
16
  "pooler_type": "first_token_transform",
17
  "type_vocab_size": 2,
18
- "vocab_size": 120138
 
19
  }
1
+ {"architectures": [
2
+ "BertForMaskedLM"
3
+ ],
4
  "attention_probs_dropout_prob": 0.1,
5
  "directionality": "bidi",
6
  "hidden_act": "gelu",
17
  "pooler_size_per_head": 128,
18
  "pooler_type": "first_token_transform",
19
  "type_vocab_size": 2,
20
+ "vocab_size": 120138,
21
+ "model_type": "bert"
22
  }