Abdulmohsena commited on
Commit
0c60a61
·
verified ·
1 Parent(s): 7e67025

Upload tokenizer

Browse files
Files changed (2) hide show
  1. special_tokens_map.json +35 -5
  2. tokenizer_config.json +4 -0
special_tokens_map.json CHANGED
@@ -1,7 +1,37 @@
1
  {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
1
  {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
  }
tokenizer_config.json CHANGED
@@ -48,9 +48,13 @@
48
  "extra_special_tokens": {},
49
  "full_tokenizer_file": null,
50
  "mask_token": "[MASK]",
 
51
  "model_max_length": 1000000000000000019884624838656,
52
  "never_split": null,
 
53
  "pad_token": "[PAD]",
 
 
54
  "sep_token": "[SEP]",
55
  "strip_accents": null,
56
  "tokenize_chinese_chars": true,
 
48
  "extra_special_tokens": {},
49
  "full_tokenizer_file": null,
50
  "mask_token": "[MASK]",
51
+ "max_length": null,
52
  "model_max_length": 1000000000000000019884624838656,
53
  "never_split": null,
54
+ "pad_to_multiple_of": null,
55
  "pad_token": "[PAD]",
56
+ "pad_token_type_id": 0,
57
+ "padding_side": "right",
58
  "sep_token": "[SEP]",
59
  "strip_accents": null,
60
  "tokenize_chinese_chars": true,