dheerajpai commited on
Commit
7cf6c1d
·
verified ·
1 Parent(s): d7b429f

Upload tokenizer

Browse files
Files changed (3) hide show
  1. special_tokens_map.json +9 -1
  2. tokenizer.json +11 -1
  3. tokenizer_config.json +11 -1
special_tokens_map.json CHANGED
@@ -1 +1,9 @@
1
- {}
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mask_token": {
3
+ "content": "[MASK]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ }
9
+ }
tokenizer.json CHANGED
@@ -2,7 +2,17 @@
2
  "version": "1.0",
3
  "truncation": null,
4
  "padding": null,
5
- "added_tokens": [],
 
 
 
 
 
 
 
 
 
 
6
  "normalizer": null,
7
  "pre_tokenizer": {
8
  "type": "ByteLevel",
 
2
  "version": "1.0",
3
  "truncation": null,
4
  "padding": null,
5
+ "added_tokens": [
6
+ {
7
+ "id": 4,
8
+ "content": "[MASK]",
9
+ "single_word": false,
10
+ "lstrip": false,
11
+ "rstrip": false,
12
+ "normalized": false,
13
+ "special": true
14
+ }
15
+ ],
16
  "normalizer": null,
17
  "pre_tokenizer": {
18
  "type": "ByteLevel",
tokenizer_config.json CHANGED
@@ -1,6 +1,16 @@
1
  {
2
- "added_tokens_decoder": {},
 
 
 
 
 
 
 
 
 
3
  "clean_up_tokenization_spaces": true,
 
4
  "model_max_length": 1000000000000000019884624838656,
5
  "tokenizer_class": "PreTrainedTokenizerFast"
6
  }
 
1
  {
2
+ "added_tokens_decoder": {
3
+ "4": {
4
+ "content": "[MASK]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ }
11
+ },
12
  "clean_up_tokenization_spaces": true,
13
+ "mask_token": "[MASK]",
14
  "model_max_length": 1000000000000000019884624838656,
15
  "tokenizer_class": "PreTrainedTokenizerFast"
16
  }