arabic-offensive-comment-model / tokenizer_config.json
nassga's picture
/content/Arabic-Offensive-Multi-Platform-SocialMedia-Comment-Dataset/data/drive/MyDrive/PFE/arabic-cyberbulling-model
ba5a867
raw
history blame
No virus
463 Bytes
{
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": false,
"mask_token": "[MASK]",
"max_len": 512,
"model_max_length": 512,
"never_split": [
"[بريد]",
"[مستخدم]",
"[رابط]"
],
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]",
"use_fast": true
}