KheireddineDaouadi commited on
Commit
735434f
·
1 Parent(s): 7fd94c0

Upload tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -0
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "do_basic_tokenize": true, "never_split": ["[بريد]", "[مستخدم]", "[رابط]"], "max_len": 512, "special_tokens_map_file": null, "name_or_path": "aubmindlab/bert-base-arabertv02-twitter", "use_fast": true, "tokenizer_class": "BertTokenizer"}