Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -29,5 +29,6 @@
|
|
29 |
"position_embedding_type": "absolute",
|
30 |
"transformers_version": "4.4.0.dev0",
|
31 |
"type_vocab_size": 2,
|
32 |
-
"vocab_size": 30000
|
|
|
33 |
}
|
|
|
29 |
"position_embedding_type": "absolute",
|
30 |
"transformers_version": "4.4.0.dev0",
|
31 |
"type_vocab_size": 2,
|
32 |
+
"vocab_size": 30000,
|
33 |
+
"tokenizer_class": "BertTokenizerFast"
|
34 |
}
|