patrickvonplaten
commited on
Commit
•
2d26bef
1
Parent(s):
693945f
correct
Browse files- special_tokens_map.json +1 -1
- tokenizer.json +0 -0
special_tokens_map.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"unk_token": "<unk>", "sep_token": "[SEP]", "pad_token": "<pad>", "cls_token": "[CLS]", "mask_token": {"content": "[MASK]", "single_word": false, "lstrip":
|
|
|
1 |
+
{"unk_token": "<unk>", "sep_token": "[SEP]", "pad_token": "<pad>", "cls_token": "[CLS]", "mask_token": {"content": "[MASK]", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}}
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|