MedAdil commited on
Commit
e9e4799
·
verified ·
1 Parent(s): b328467

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +30 -0
tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "clean_up_tokenization_spaces": true,
4
+ "cls_token": "[CLS]",
5
+ "do_basic_tokenize": true,
6
+ "do_lower_case": false,
7
+ "is_local": false,
8
+ "mask_token": "[MASK]",
9
+ "max_len": 512,
10
+ "max_length": 128,
11
+ "model_max_length": 512,
12
+ "never_split": [
13
+ "[بريد]",
14
+ "[مستخدم]",
15
+ "[رابط]"
16
+ ],
17
+ "pad_to_multiple_of": null,
18
+ "pad_token": "[PAD]",
19
+ "pad_token_type_id": 0,
20
+ "padding_side": "right",
21
+ "sep_token": "[SEP]",
22
+ "stride": 0,
23
+ "strip_accents": null,
24
+ "tokenize_chinese_chars": true,
25
+ "tokenizer_class": "BertTokenizer",
26
+ "truncation_side": "right",
27
+ "truncation_strategy": "longest_first",
28
+ "unk_token": "[UNK]",
29
+ "use_fast": true
30
+ }