bert-base-uncased_1_16619_token / tokenizer_config.json
kwwww's picture
Training in progress, epoch 1
9b11ac8
raw
history blame contribute delete
342 Bytes
{
"add_prefix_space": true,
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"do_lower_case": true,
"mask_token": "[MASK]",
"model_max_length": 512,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}