nwhamed commited on
Commit
2e6ef22
1 Parent(s): 5a87af3

Create config.json

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