hauson-fan
commited on
Commit
•
a901d27
1
Parent(s):
1bd9d75
Upload tokenizer_config.json with huggingface_hub
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "model_max_length": 2048, "tokenizer_class": "ErnieTokenizer"}
|