Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -9,5 +9,6 @@
|
|
| 9 |
"num_attention_heads": 12,
|
| 10 |
"num_hidden_layers": 12,
|
| 11 |
"type_vocab_size": 2,
|
|
|
|
| 12 |
"vocab_size": 30522
|
| 13 |
}
|
|
|
|
| 9 |
"num_attention_heads": 12,
|
| 10 |
"num_hidden_layers": 12,
|
| 11 |
"type_vocab_size": 2,
|
| 12 |
+
"model_type": "bert",
|
| 13 |
"vocab_size": 30522
|
| 14 |
}
|