postagger-azb / tokenizer_config.json
mahsaamani's picture
Upload tokenizer_config.json
c72c759
raw
history blame contribute delete
No virus
174 Bytes
{"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "model_max_length": 64, "max_len": 64}