add model_type in config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -12,5 +12,6 @@
|
|
12 |
"num_attention_heads": 12,
|
13 |
"num_hidden_layers": 12,
|
14 |
"type_vocab_size": 2,
|
15 |
-
"vocab_size": 31116
|
|
|
16 |
}
|
|
|
12 |
"num_attention_heads": 12,
|
13 |
"num_hidden_layers": 12,
|
14 |
"type_vocab_size": 2,
|
15 |
+
"vocab_size": 31116,
|
16 |
+
"model_type": "bert"
|
17 |
}
|