Create config.json
Browse files- config.json +8 -0
config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "bert",
|
3 |
+
"hidden_size": 768,
|
4 |
+
"num_attention_heads": 12,
|
5 |
+
"num_hidden_layers": 12,
|
6 |
+
"vocab_size": 30522,
|
7 |
+
"max_position_embeddings": 512
|
8 |
+
}
|