Add tokenizer type in config
Browse files- config.json +2 -1
config.json
CHANGED
@@ -27,5 +27,6 @@
|
|
27 |
"position_embedding_type": "absolute",
|
28 |
"transformers_version": "4.5.1",
|
29 |
"type_vocab_size": 2,
|
30 |
-
"vocab_size": 32000
|
|
|
31 |
}
|
|
|
27 |
"position_embedding_type": "absolute",
|
28 |
"transformers_version": "4.5.1",
|
29 |
"type_vocab_size": 2,
|
30 |
+
"vocab_size": 32000,
|
31 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
32 |
}
|