ko-albert-base-v1 / tokenizer_config.json
lots-o's picture
Update tokenizer_config.json
d0671b8 verified
raw
history blame contribute delete
No virus
367 Bytes
{
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": false,
"mask_token": "[MASK]",
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"strip_accents": false,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]",
"model_max_length": 512
}