topic-hf-dropout / tokenizer_config.json
Jeffrey P
Training in progress, step 500
b3cc2ee
Raw
History Blame
436 Bytes
{
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": true,
"mask_token": "[MASK]",
"max_length": 512,
"model_max_length": 512,
"never_split": null,
"pad_token": "[PAD]",
"padding": "max_length",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"truncation": true,
"unk_token": "[UNK]"
}