| { | |
| "backend": "tokenizers", | |
| "cls_token": "[CLS]", | |
| "do_lower_case": false, | |
| "is_local": true, | |
| "local_files_only": false, | |
| "mask_token": "[MASK]", | |
| "model_max_length": 512, | |
| "model_specific_special_tokens": { | |
| "question_token": "[QUESTION]" | |
| }, | |
| "pad_token": "[PAD]", | |
| "question_token": "[QUESTION]", | |
| "sep_token": "[SEP]", | |
| "strip_accents": null, | |
| "tokenize_chinese_chars": true, | |
| "tokenizer_class": "SplinterTokenizer", | |
| "unk_token": "[UNK]" | |
| } | |