distilbert_oscarth_0100 / tokenizer_config.json
bigmorning's picture
add tokenizer
dd2c98f
{
"cls_token": "[CLS]",
"do_lower_case": true,
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "DistilBertTokenizer",
"unk_token": "[UNK]"
}