Caplin43 commited on
Commit
9429701
·
verified ·
1 Parent(s): 42f1c2e

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["BertModel"],
3
+ "model_type": "bert",
4
+ "hidden_size": 768,
5
+ "num_attention_heads": 12,
6
+ "num_hidden_layers": 12,
7
+ "vocab_size": 30522
8
+ }