Non_CL / tokenizer_config.json
system's picture
system HF staff
Commit From AutoTrain
d5df9ad
raw
history blame contribute delete
477 Bytes
{
"cls_token": "[CLS]",
"do_lower_case": true,
"mask_token": "[MASK]",
"name_or_path": "AutoTrain",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": "/app/.cache/huggingface/transformers/8183382ed1d3dbb68e827ee934b131f7a2fded38f6b5d6e94cf29c9e363e7cde.dd8bd9bfd3664b530ea4e645105f557769387b3da9f79bdb55ed556bdd80611d",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}