diwank commited on
Commit
c58ab96
·
verified ·
1 Parent(s): d455b9a

Upload tokenizer

Browse files
Files changed (2) hide show
  1. special_tokens_map.json +7 -1
  2. tokenizer_config.json +1 -1
special_tokens_map.json CHANGED
@@ -1,3 +1,9 @@
1
  {
2
- "eos_token": "<|endoftext|>"
 
 
 
 
 
 
3
  }
 
1
  {
2
+ "eos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ }
9
  }
tokenizer_config.json CHANGED
@@ -14,7 +14,7 @@
14
  "max_length": 1024,
15
  "model_max_length": 1024,
16
  "stride": 0,
17
- "tokenizer_class": "PreTrainedTokenizerFast",
18
  "truncation_side": "right",
19
  "truncation_strategy": "longest_first"
20
  }
 
14
  "max_length": 1024,
15
  "model_max_length": 1024,
16
  "stride": 0,
17
+ "tokenizer_class": "CryptGPTTokenizer",
18
  "truncation_side": "right",
19
  "truncation_strategy": "longest_first"
20
  }