config: increase vocab size
Browse files- config.json +1 -1
config.json
CHANGED
@@ -18,5 +18,5 @@
|
|
18 |
"num_attention_heads": 12,
|
19 |
"num_hidden_layers": 12,
|
20 |
"type_vocab_size": 0,
|
21 |
-
"vocab_size":
|
22 |
}
|
|
|
18 |
"num_attention_heads": 12,
|
19 |
"num_hidden_layers": 12,
|
20 |
"type_vocab_size": 0,
|
21 |
+
"vocab_size": 32768
|
22 |
}
|