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