Update tokenizer_config.json
Browse files- tokenizer_config.json +2 -1
tokenizer_config.json
CHANGED
@@ -13,5 +13,6 @@
|
|
13 |
"tokenizer_class": "BertTokenizer",
|
14 |
"truncation_side": "right",
|
15 |
"truncation_strategy": "longest_first",
|
16 |
-
"unk_token": "[UNK]"
|
|
|
17 |
}
|
|
|
13 |
"tokenizer_class": "BertTokenizer",
|
14 |
"truncation_side": "right",
|
15 |
"truncation_strategy": "longest_first",
|
16 |
+
"unk_token": "[UNK]",
|
17 |
+
"init_inputs": [],
|
18 |
}
|