NER_Farsi / tokenizer_config.json
pourmand1376's picture
add tokenizer
edc336d
{
"cls_token": "[CLS]",
"do_lower_case": false,
"mask_token": "[MASK]",
"model_max_length": 512,
"name_or_path": "HooshvareLab/bert-fa-zwnj-base",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": null,
"strip_accents": false,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}