Caplin43 commited on
Commit
564a04a
·
verified ·
1 Parent(s): f93920d

Create config.json

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