system HF staff commited on
Commit
32d93d2
1 Parent(s): 1df53e6

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -9,6 +9,7 @@
9
  "num_attention_heads": 12,
10
  "num_hidden_layers": 12,
11
  "type_vocab_size": 2,
12
- "vocab_size": 30000
 
13
  }
14
 
 
9
  "num_attention_heads": 12,
10
  "num_hidden_layers": 12,
11
  "type_vocab_size": 2,
12
+ "vocab_size": 30000,
13
+ "model_type": bert
14
  }
15