| { | |
| "clean_up_tokenization_spaces": true, | |
| "cls_token": "[CLS]", | |
| "do_lower_case": false, | |
| "encoding": "utf8", | |
| "mask_token": "[MASK]", | |
| "model_max_length": 512, | |
| "pad_token": "[PAD]", | |
| "sep_token": "[SEP]", | |
| "sp_model_kwargs": {}, | |
| "special_tokens_map_file": "/home/runner/.cache/huggingface/hub/models--susnato--ernie-m-base_pytorch/snapshots/dc3909120bc2c81f9e527b758df2b3ba79b63720/special_tokens_map.json", | |
| "tokenizer_class": "ErnieMTokenizer", | |
| "unk_token": "[UNK]" | |
| } | |