eleczech-lc-small / tokenizer_config.json
Milan Straka
Explicitly set model_max_length in the tokenizer config.
0eda431
raw
history blame contribute delete
218 Bytes
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "do_lower_case": true, "strip_accents": false, "tokenize_chinese_chars": false, "model_max_length": 510}