Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -17,5 +17,6 @@
|
|
17 |
"transformers_version": "4.5.0",
|
18 |
"type_vocab_size": 2,
|
19 |
"use_cache": true,
|
20 |
-
"vocab_size": 32000
|
|
|
21 |
}
|
|
|
17 |
"transformers_version": "4.5.0",
|
18 |
"type_vocab_size": 2,
|
19 |
"use_cache": true,
|
20 |
+
"vocab_size": 32000,
|
21 |
+
"tokenizer_class" : "BertTokenizer"
|
22 |
}
|