diwank commited on
Commit
86090d7
·
verified ·
1 Parent(s): a9d852b

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +6 -0
tokenizer_config.json CHANGED
@@ -9,6 +9,12 @@
9
  "special": true
10
  }
11
  },
 
 
 
 
 
 
12
  "clean_up_tokenization_spaces": true,
13
  "eos_token": "<|endoftext|>",
14
  "max_length": 1024,
 
9
  "special": true
10
  }
11
  },
12
+ "auto_map": {
13
+ "AutoTokenizer": [
14
+ "tokenizer_utils.CryptGPTTokenizer",
15
+ null
16
+ ]
17
+ },
18
  "clean_up_tokenization_spaces": true,
19
  "eos_token": "<|endoftext|>",
20
  "max_length": 1024,