Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "mask_token": "[MASK]", "x_sep_token": "[X_SEP]", "cls_token": "[SEP]", "xprophetnet_tokenizer": false, "special_tokens_map_file": null, "full_tokenizer_file": null, "tokenizer_file": null}
|