bert4sl_punct_zh_public / tokenizer_config.json
Macropodus's picture
Upload 8 files
cbbf1e1 verified
raw
history blame contribute delete
400 Bytes
{
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": true,
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "PretrainedTokenizer",
"unk_token": "[UNK]"
}