SajjadAyoubi commited on
Commit
5a85082
1 Parent(s): 6d0c14b

Upload tokenizer

Browse files
Files changed (4) hide show
  1. special_tokens_map.json +15 -0
  2. tokenizer.json +0 -0
  3. tokenizer_config.json +21 -0
  4. vocab.txt +0 -0
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "[NEWLINE]",
4
+ "[URL]",
5
+ "[ID]",
6
+ "[EMAIL]",
7
+ "[SN]",
8
+ "[EN]"
9
+ ],
10
+ "cls_token": "[CLS]",
11
+ "mask_token": "[MASK]",
12
+ "pad_token": "[PAD]",
13
+ "sep_token": "[SEP]",
14
+ "unk_token": "[UNK]"
15
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "[NEWLINE]",
4
+ "[URL]",
5
+ "[ID]",
6
+ "[EMAIL]",
7
+ "[SN]",
8
+ "[EN]"
9
+ ],
10
+ "clean_up_tokenization_spaces": true,
11
+ "cls_token": "[CLS]",
12
+ "do_lower_case": false,
13
+ "mask_token": "[MASK]",
14
+ "model_max_length": 512,
15
+ "pad_token": "[PAD]",
16
+ "sep_token": "[SEP]",
17
+ "strip_accents": null,
18
+ "tokenize_chinese_chars": true,
19
+ "tokenizer_class": "DistilBertTokenizer",
20
+ "unk_token": "[UNK]"
21
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff