lfoppiano commited on
Commit
d46e33e
1 Parent(s): 6570f49

add model_type in config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -12,5 +12,6 @@
12
  "num_attention_heads": 12,
13
  "num_hidden_layers": 12,
14
  "type_vocab_size": 2,
15
- "vocab_size": 31116
 
16
  }
 
12
  "num_attention_heads": 12,
13
  "num_hidden_layers": 12,
14
  "type_vocab_size": 2,
15
+ "vocab_size": 31116,
16
+ "model_type": "bert"
17
  }