distilbert-fa-sentiment-dksf / tokenizer_config.json
arxyzan's picture
Upload tokenizer
f522262
raw
history blame
371 Bytes
{
"cls_token": "[CLS]",
"do_lower_case": false,
"mask_token": "[MASK]",
"model_max_length": 512,
"name_or_path": "hezar-ai/distilbert-fa-zwnj-base",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": null,
"strip_accents": false,
"tokenize_chinese_chars": true,
"tokenizer_class": "DistilBertTokenizer",
"unk_token": "[UNK]"
}