Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"unk_token": "[UNK]", "pad_token": "<pad>", "do_lower_case": true, "return_attention_mask": true, "do_normalize": true}
|
|
|
1 |
+
{"unk_token": "[UNK]", "pad_token": "<pad>", "do_lower_case": true, "return_attention_mask": true, "do_normalize": true, "word_delimiter_token": " "}
|